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
d68c507d
Commit
d68c507d
authored
Mar 30, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r638
parent
82f9fd12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
gcc/toplev.c
+7
-2
No files found.
gcc/toplev.c
View file @
d68c507d
...
...
@@ -423,8 +423,13 @@ int flag_schedule_insns_after_reload = 0;
int
flag_inhibit_size_directive
=
0
;
/* -fgnu-linker specifies use of the GNU linker for initializations.
-fno-gnu-linker says that collect will be used. */
(Or, more generally, a linker that handles initializations.)
-fno-gnu-linker says that collect2 will be used. */
#ifdef USE_COLLECT2
int
flag_gnu_linker
=
0
;
#else
int
flag_gnu_linker
=
1
;
#endif
/* Table of language-independent -f options.
STRING is the option name. VARIABLE is the address of the variable.
...
...
@@ -2919,7 +2924,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
else
if
(
level
==
0
)
write_symbols
=
NO_DEBUG
;
else
debug_info_level
=
level
;
debug_info_level
=
(
enum
debug_info_level
)
level
;
}
else
if
(
!
strcmp
(
str
,
"o"
))
{
...
...
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