diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-01 18:25:39 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-01 18:25:39 +0000 |
commit | ae509d9393c33a25f0ca106efe72b7bdbf311dc0 (patch) | |
tree | bd3f467d60cdf0b7a3dff1f88986d9d2837be3ca /gcc/flags.h | |
parent | 6ebf76352d10074d3209f6fa16c58162736069c4 (diff) | |
download | gcc-ae509d9393c33a25f0ca106efe72b7bdbf311dc0.tar.gz |
* common.opt: Remove -fgnu-linker.
* flags.h: Remove flag_gnu_linker.
* opts.c: Don't handle OPT_fgnu_linker.
* toplev.c: Don't initialize flag_gnu_linker.
Remove gnu-linker entry from f_options.
* config/dsp16xx/dsp16xx.h (OPTIMIZATION_OPTIONS):
Don't reset flag_gnu_linker.
* config/mips/mips.c (override_options): Likewise.
* doc/invoke.texi: Remove all mention of -fgnu-linker.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index c2b2fad8f17..f172ec34a8b 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -549,10 +549,6 @@ extern int flag_dump_rtl_in_asm; in generated assembly code. */ extern int flag_leading_underscore; -/* -fgnu-linker specifies use of the GNU linker for initializations. - -fno-gnu-linker says that collect will be used. */ -extern int flag_gnu_linker; - /* Tag all structures with __attribute__(packed) */ extern int flag_pack_struct; |