From dc170a876af22c8edc00e48943983144bc442334 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Mon, 1 Dec 2003 18:25:39 +0000 Subject: 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 --- gcc/flags.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/flags.h') 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; -- cgit v1.1