Commit d8a25128 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* flags.h (flag_leading_underscore): Declare.

From-SVN: r64012
parent 9e4d15f4
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.
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment