]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/g.opt
common.opt (-G): Don't define option here.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 30 Jul 2010 17:04:37 +0000 (18:04 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 30 Jul 2010 17:04:37 +0000 (18:04 +0100)
commit34251c0ee6c80909aa2579dfdba34a132c10edf1
tree39c4802ab1ec2c73bfc44ddecba5aba0c73eac5a
parent95b038dd431c7b0053c29d9d330d99c3b3f63b44
common.opt (-G): Don't define option here.

* common.opt (-G): Don't define option here.
* config/g.opt: New.
* config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
rs6000/powerpc and score targets.
* opts.c (common_handle_option): Don't handle -G here.
* config/alpha/alpha.c (alpha_handle_option): Handle -G.
* config/frv/frv.c (frv_handle_option): Handle -G.
* config/ia64/ia64.c (ia64_handle_option): Handle -G.
* config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
New.
* config/m32r/m32r.c (m32r_handle_option): Handle -G.
* config/mips/mips.c (mips_handle_option): Handle -G.
* config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
* config/score/score.c (score_handle_option): Handle -G.

From-SVN: r162721
13 files changed:
gcc/ChangeLog
gcc/common.opt
gcc/config.gcc
gcc/config/alpha/alpha.c
gcc/config/frv/frv.c
gcc/config/g.opt [new file with mode: 0644]
gcc/config/ia64/ia64.c
gcc/config/lm32/lm32.c
gcc/config/m32r/m32r.c
gcc/config/mips/mips.c
gcc/config/rs6000/rs6000.c
gcc/config/score/score.c
gcc/opts.c