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
92fe59d1
Commit
92fe59d1
authored
Dec 11, 2009
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting
From-SVN: r155150
parent
1a8ef96c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/ada/s-linux-sparc.ads
+1
-2
No files found.
gcc/ada/s-linux-sparc.ads
View file @
92fe59d1
...
@@ -109,12 +109,11 @@ package System.Linux is
...
@@ -109,12 +109,11 @@ package System.Linux is
SA_SIGINFO
:
constant
:=
16
#
200
#;
SA_SIGINFO
:
constant
:=
16
#
200
#;
SA_ONSTACK
:
constant
:=
16
#
001
#;
SA_ONSTACK
:
constant
:=
16
#
001
#;
--
24
bytes
for
32
-
bit
and
40
bytes
for
64
-
bit
,
aligned
like
'long'
type
pthread_mutex_t
is
record
type
pthread_mutex_t
is
record
L1
,
L2
,
L3
,
L4
:
Interfaces
.
C
.
long
;
L1
,
L2
,
L3
,
L4
:
Interfaces
.
C
.
long
;
I1
,
I2
:
Interfaces
.
C
.
int
;
I1
,
I2
:
Interfaces
.
C
.
int
;
end
record
;
end
record
;
pragma
Convention
(
C
,
pthread_mutex_t
);
pragma
Convention
(
C
,
pthread_mutex_t
);
--
24
bytes
for
32
-
bit
and
40
bytes
for
64
-
bit
,
aligned
like
'long'
end
System
.
Linux
;
end
System
.
Linux
;
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