OSDN Git Service

* common.opt: Remove -fgnu-linker.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2003 18:25:39 +0000 (18:25 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2003 18:25:39 +0000 (18:25 +0000)
commitae509d9393c33a25f0ca106efe72b7bdbf311dc0
treebd3f467d60cdf0b7a3dff1f88986d9d2837be3ca
parent6ebf76352d10074d3209f6fa16c58162736069c4
* 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
gcc/ChangeLog
gcc/common.opt
gcc/config/dsp16xx/dsp16xx.h
gcc/config/mips/mips.c
gcc/doc/invoke.texi
gcc/flags.h
gcc/opts.c
gcc/toplev.c