summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-01 18:25:39 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-01 18:25:39 +0000
commitae509d9393c33a25f0ca106efe72b7bdbf311dc0 (patch)
treebd3f467d60cdf0b7a3dff1f88986d9d2837be3ca /gcc/common.opt
parent6ebf76352d10074d3209f6fa16c58162736069c4 (diff)
downloadgcc-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/common.opt')
-rw-r--r--gcc/common.opt4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index fdb7a849ed4..a3dc84e75ed 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -366,10 +366,6 @@ fgcse-las
Common
Perform redundant load after store elimination in global common subexpression elimination
-fgnu-linker
-Common
-Output GNU ld formatted global initializers
-
fguess-branch-probability
Common
Enable guessing of branch probabilities