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
d33fc50c
Commit
d33fc50c
authored
Jan 15, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for SCO Open Server 5.
From-SVN: r11012
parent
de93b355
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ginclude/stdarg.h
+2
-2
gcc/ginclude/varargs.h
+2
-2
No files found.
gcc/ginclude/stdarg.h
View file @
d33fc50c
...
@@ -120,7 +120,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
...
@@ -120,7 +120,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#undef _BSD_VA_LIST
#undef _BSD_VA_LIST
#endif
#endif
#if
def __svr4__
#if
defined(__svr4__) || defined(_SCO_DS)
/* SVR4.2 uses _VA_LIST for an internal alias for va_list,
/* SVR4.2 uses _VA_LIST for an internal alias for va_list,
so we must avoid testing it and setting it here.
so we must avoid testing it and setting it here.
SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
...
@@ -134,7 +134,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
...
@@ -134,7 +134,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#endif
/* __i860__ */
#endif
/* __i860__ */
typedef
__gnuc_va_list
va_list
;
typedef
__gnuc_va_list
va_list
;
#endif
/* _VA_LIST_ */
#endif
/* _VA_LIST_ */
#else
/* not __svr4__ */
#else
/* not __svr4__
|| _SCO_DS
*/
/* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
/* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
But on BSD NET2 we must not test or define or undef it.
But on BSD NET2 we must not test or define or undef it.
...
...
gcc/ginclude/varargs.h
View file @
d33fc50c
...
@@ -131,7 +131,7 @@ typedef void *__gnuc_va_list;
...
@@ -131,7 +131,7 @@ typedef void *__gnuc_va_list;
#undef _VA_LIST
#undef _VA_LIST
#endif
#endif
#if
def __svr4__
#if
defined(__svr4__) || defined(_SCO_DS)
/* SVR4.2 uses _VA_LIST for an internal alias for va_list,
/* SVR4.2 uses _VA_LIST for an internal alias for va_list,
so we must avoid testing it and setting it here.
so we must avoid testing it and setting it here.
SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
SVR4 uses _VA_LIST as a flag in stdarg.h, but we should
...
@@ -146,7 +146,7 @@ typedef void *__gnuc_va_list;
...
@@ -146,7 +146,7 @@ typedef void *__gnuc_va_list;
typedef
__gnuc_va_list
va_list
;
typedef
__gnuc_va_list
va_list
;
#endif
/* _VA_LIST_ */
#endif
/* _VA_LIST_ */
#else
/* not __svr4__ */
#else
/* not __svr4__
|| _SCO_DS
*/
/* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
/* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
But on BSD NET2 we must not test or define or undef it.
But on BSD NET2 we must not test or define or undef it.
...
...
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