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
d8a25128
Commit
d8a25128
authored
Mar 09, 2003
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Mar 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flags.h (flag_leading_underscore): Declare.
From-SVN: r64012
parent
9e4d15f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+2
-0
gcc/flags.h
+4
-0
No files found.
gcc/ChangeLog
View file @
d8a25128
2003
-
03
-
09
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
2003
-
03
-
09
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
flags
.
h
(
flag_leading_underscore
)
:
Declare
.
*
c
-
opts
.
c
(
c_common_post_options
)
:
On
fopen
failure
,
return
*
c
-
opts
.
c
(
c_common_post_options
)
:
On
fopen
failure
,
return
false
,
not
NULL
.
false
,
not
NULL
.
...
...
gcc/flags.h
View file @
d8a25128
...
@@ -516,6 +516,10 @@ extern int flag_debug_asm;
...
@@ -516,6 +516,10 @@ extern int flag_debug_asm;
extern
int
flag_dump_rtl_in_asm
;
extern
int
flag_dump_rtl_in_asm
;
/* Greater than zero if user symbols are prepended by a leading underscore
in generated assembly code. */
extern
int
flag_leading_underscore
;
/* -fgnu-linker specifies use of the GNU linker for initializations.
/* -fgnu-linker specifies use of the GNU linker for initializations.
-fno-gnu-linker says that collect will be used. */
-fno-gnu-linker says that collect will be used. */
extern
int
flag_gnu_linker
;
extern
int
flag_gnu_linker
;
...
...
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