This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r162721 - in /trunk/gcc: ChangeLog common.opt c...


Author: jsm28
Date: Fri Jul 30 17:04:37 2010
New Revision: 162721

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162721
Log:
	* 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.

Added:
    trunk/gcc/config/g.opt
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common.opt
    trunk/gcc/config.gcc
    trunk/gcc/config/alpha/alpha.c
    trunk/gcc/config/frv/frv.c
    trunk/gcc/config/ia64/ia64.c
    trunk/gcc/config/lm32/lm32.c
    trunk/gcc/config/m32r/m32r.c
    trunk/gcc/config/mips/mips.c
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/score/score.c
    trunk/gcc/opts.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]