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
613698c0
Commit
613698c0
authored
Feb 06, 2007
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check in required changes for base/sys/sysmacros.h
From-SVN: r121636
parent
9be75e44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
fixincludes/fixincl.x
+2
-2
fixincludes/inclhack.def
+1
-0
fixincludes/tests/base/sys/sysmacros.h
+6
-1
No files found.
fixincludes/fixincl.x
View file @
613698c0
...
...
@@ -2,11 +2,11 @@
*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been AutoGen-ed Monday February 5, 2007 at 05:
33:02 PM CE
T
* It has been AutoGen-ed Monday February 5, 2007 at 05:
19:14 PM PS
T
* From the definitions inclhack.def
* and the template file fixincl
*/
/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Feb 5 17:
33:02 CE
T 2007
/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Feb 5 17:
19:14 PS
T 2007
*
* You must regenerate it. Use the ./genfixes script.
*
...
...
fixincludes/inclhack.def
View file @
613698c0
...
...
@@ -1375,6 +1375,7 @@ fix = {
test_text = <<-EOT
__extension__ extern __inline unsigned int
__extension__ __extern_inline unsigned int
extern __inline unsigned int
EOT;
};
...
...
fixincludes/tests/base/sys/sysmacros.h
View file @
613698c0
...
...
@@ -11,9 +11,14 @@
#if defined( GLIBC_C99_INLINE_4_CHECK )
__extension__
#if __STDC_VERSION__ < 19901L
#if __STDC_VERSION__ < 199
9
01L
extern
#endif
__inline
unsigned
int
__extension__
__extern_inline
unsigned
int
#if __STDC_VERSION__ < 199901L
extern
#endif
__inline
unsigned
int
#endif
/* GLIBC_C99_INLINE_4_CHECK */
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