r219576 - in /trunk/gcc: ChangeLog config/nds32...

jasonwucj@gcc.gnu.org jasonwucj@gcc.gnu.org
Wed Jan 14 06:08:00 GMT 2015


Author: jasonwucj
Date: Wed Jan 14 06:08:35 2015
New Revision: 219576

URL: https://gcc.gnu.org/viewcvs?rev=219576&root=gcc&view=rev
Log:
[NDS32] Remove some features and options that are not available yet in nds32 port of GNU binutils package.

gcc/
	* config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
	(mforbid-fp-as-gp): Remove.
	(mex9): Remove.
	* config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
	(nds32_symbol_load_store_p): Remove.
	(nds32_fp_as_gp_check_available): Clean up implementation.
	* config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
	cases.
	* config/nds32/nds32.c (nds32_asm_file_start): No need to consider
	fp-as-gp and ex9 cases.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/nds32/nds32-fp-as-gp.c
    trunk/gcc/config/nds32/nds32.c
    trunk/gcc/config/nds32/nds32.h
    trunk/gcc/config/nds32/nds32.opt



More information about the Gcc-cvs mailing list