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
04fe4385
Commit
04fe4385
authored
Mar 30, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.
From-SVN: r6922
parent
b5f3b6b6
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
21 deletions
+21
-21
gcc/bc-emit.c
+2
-2
gcc/calls.c
+2
-2
gcc/combine.c
+2
-2
gcc/emit-rtl.c
+2
-2
gcc/final.c
+2
-2
gcc/genattrtab.c
+3
-3
gcc/mips-tfile.c
+2
-2
gcc/protoize.c
+2
-2
gcc/toplev.c
+2
-2
gcc/tree.c
+2
-2
No files found.
gcc/bc-emit.c
View file @
04fe4385
...
...
@@ -20,9 +20,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<gvarargs.h>
#endif
#include "machmode.h"
#include "rtl.h"
...
...
gcc/calls.c
View file @
04fe4385
...
...
@@ -23,9 +23,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "flags.h"
#include "expr.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include "insn-flags.h"
...
...
gcc/combine.c
View file @
04fe4385
...
...
@@ -75,9 +75,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
/* Must precede rtl.h for FFS. */
...
...
gcc/emit-rtl.c
View file @
04fe4385
...
...
@@ -35,9 +35,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include "rtl.h"
#include "tree.h"
...
...
gcc/final.c
View file @
04fe4385
...
...
@@ -45,9 +45,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include "tree.h"
#include "rtl.h"
...
...
gcc/genattrtab.c
View file @
04fe4385
...
...
@@ -95,11 +95,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "hconfig.h"
/*
g
varargs must always be included after *config.h. */
/* varargs must always be included after *config.h. */
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include "rtl.h"
#include "insn-config.h"
/* For REGISTER_CONSTRAINTS */
...
...
gcc/mips-tfile.c
View file @
04fe4385
...
...
@@ -599,9 +599,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include "config.h"
#include <stdio.h>
...
...
gcc/protoize.c
View file @
04fe4385
...
...
@@ -56,9 +56,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define _POSIX_SOURCE
#endif
#include
"gvarargs.h"
#include
<varargs.h>
/* On some systems stdio.h includes stdarg.h;
we must bring in
g
varargs.h first. */
we must bring in varargs.h first. */
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
...
...
gcc/toplev.c
View file @
04fe4385
...
...
@@ -25,9 +25,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include <stdio.h>
#include <signal.h>
...
...
gcc/tree.c
View file @
04fe4385
...
...
@@ -39,9 +39,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "function.h"
#include "obstack.h"
#ifdef __STDC__
#include
"gstdarg.h"
#include
<stdarg.h>
#else
#include
"gvarargs.h"
#include
<varargs.h>
#endif
#include <stdio.h>
...
...
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