aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2003-12-01 18:25:39 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-12-01 18:25:39 +0000
commitdc170a876af22c8edc00e48943983144bc442334 (patch)
treebd3f467d60cdf0b7a3dff1f88986d9d2837be3ca /gcc/flags.h
parenta68a270a1a2f37d3a48f863173dc3062ca993492 (diff)
downloadgcc-dc170a876af22c8edc00e48943983144bc442334.zip
gcc-dc170a876af22c8edc00e48943983144bc442334.tar.gz
gcc-dc170a876af22c8edc00e48943983144bc442334.tar.bz2
common.opt: Remove -fgnu-linker.
* 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. From-SVN: r74117
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index c2b2fad..f172ec3 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;