Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e3dd53ec
Commit
e3dd53ec
authored
Apr 24, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r146697
parent
481f29eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ada/s-osinte-darwin.adb
+1
-2
gcc/ada/s-osinte-darwin.ads
+1
-1
gcc/ada/sem_warn.adb
+7
-1
No files found.
gcc/ada/s-osinte-darwin.adb
View file @
e3dd53ec
...
...
@@ -6,7 +6,7 @@
--
--
--
B
o
d
y
--
--
--
--
Copyright
(
C
)
1999
-
2009
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1999
-
2009
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNARL
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
@@ -156,7 +156,6 @@ package body System.OS_Interface is
function lwp_self return Address is
function pthread_mach_thread_np (thread : pthread_t) return Address;
pragma Import (C, pthread_mach_thread_np, "pthread_mach_thread_np");
begin
return pthread_mach_thread_np (pthread_self);
end lwp_self;
...
...
gcc/ada/s-osinte-darwin.ads
View file @
e3dd53ec
...
...
@@ -7,7 +7,7 @@
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
1991
-
1994
,
Florida
State
University
--
--
Copyright
(
C
)
1995
-
200
8
,
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1995
-
200
9
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNARL
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
gcc/ada/sem_warn.adb
View file @
e3dd53ec
...
...
@@ -212,11 +212,17 @@ package body Sem_Warn is
end
if
;
--
Check
multiple
code
statements
in
a
row
--
Note
:
the
following
code
is
now
unreachable
,
because
Asm
statements
--
Note
:
the
following
code
is
now
unreachable
,
because
Asm
statements
--
are
procedure
calls
whose
actuals
are
concatenations
,
and
as
a
result
--
of
a
recent
stack
usage
optimization
each
such
call
has
its
own
--
block
.
--
Are
they
always
concatenations
???
if
so
why
not
remove
this
code
???
--
And
indeed
if
we
are
really
losing
this
warning
,
that
's really bad
-- and we need to put it back ???
if Is_List_Member (N)
and then Present (Prev (N))
and then Nkind (Prev (N)) = N_Code_Statement
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment