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
04f41951
Commit
04f41951
authored
Aug 20, 1997
by
Jason Merrill
Committed by
Jason Merrill
Aug 19, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cplus-dem.c: Add 'extern' to prepends_underscore.
From-SVN: r14856
parent
fe4e8851
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/cplus-dem.c
+2
-2
No files found.
gcc/ChangeLog
View file @
04f41951
Tue Aug 19 17:10:56 1997 Jason Merrill <jason@yorick.cygnus.com>
* cplus-dem.c: Add 'extern' to prepends_underscore.
Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
Tue Aug 19 09:34:57 1997 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
* haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
...
...
gcc/cplus-dem.c
View file @
04f41951
...
@@ -2926,7 +2926,7 @@ Usage: %s [-_] [-n] [-s {gnu,lucid,arm}] [--strip-underscores]\n\
...
@@ -2926,7 +2926,7 @@ Usage: %s [-_] [-n] [-s {gnu,lucid,arm}] [--strip-underscores]\n\
char
mbuffer
[
MBUF_SIZE
];
char
mbuffer
[
MBUF_SIZE
];
/* Defined in the automatically-generated underscore.c. */
/* Defined in the automatically-generated underscore.c. */
int
prepends_underscore
;
extern
int
prepends_underscore
;
int
strip_underscore
=
0
;
int
strip_underscore
=
0
;
...
@@ -2952,7 +2952,7 @@ main (argc, argv)
...
@@ -2952,7 +2952,7 @@ main (argc, argv)
strip_underscore
=
prepends_underscore
;
strip_underscore
=
prepends_underscore
;
while
((
c
=
getopt_long
(
argc
,
argv
,
"_ns
j:
"
,
long_options
,
(
int
*
)
0
))
!=
EOF
)
while
((
c
=
getopt_long
(
argc
,
argv
,
"_ns
:j
"
,
long_options
,
(
int
*
)
0
))
!=
EOF
)
{
{
switch
(
c
)
switch
(
c
)
{
{
...
...
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