From 34251c0ee6c80909aa2579dfdba34a132c10edf1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 30 Jul 2010 18:04:37 +0100 Subject: 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 --- gcc/common.opt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/common.opt') diff --git a/gcc/common.opt b/gcc/common.opt index 59ab3b1..78dc1ba 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -57,10 +57,6 @@ Common Separate -version Common -G -Common Joined Separate UInteger --G Put global and static data smaller than bytes into a special section (on some targets) - O Common JoinedOrMissing Optimization -O Set optimization level to -- cgit v1.1