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
763d7ce8
Commit
763d7ce8
authored
Apr 20, 1998
by
Michael Meissner
Committed by
Michael Meissner
Apr 20, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix warning when compiling g++.o
From-SVN: r19342
parent
f55b1ca8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+3
-0
gcc/gcc.c
+4
-0
No files found.
gcc/ChangeLog
View file @
763d7ce8
Mon Apr 20 14:48:29 1998 Michael Meissner <meissner@cygnus.com>
* gcc.c (lang_specific_driver): Declare prototype properly so
fatal can be passed to it without error.
* configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
* configure: Regenerate.
* config.in: Add #undef's for strchr and strrchr.
...
...
gcc/gcc.c
View file @
763d7ce8
...
...
@@ -265,8 +265,12 @@ char *xmalloc ();
char
*
xrealloc
();
#ifdef LANG_SPECIFIC_DRIVER
#ifdef HAVE_VPRINTF
extern
void
lang_specific_driver
PROTO
((
void
(
*
)
(
char
*
,
...),
int
*
,
char
***
,
int
*
));
#else
extern
void
lang_specific_driver
PROTO
((
void
(
*
)
(),
int
*
,
char
***
,
int
*
));
#endif
#endif
/* Specs are strings containing lines, each of which (if not blank)
is made up of a program name, and arguments separated by spaces.
...
...
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