]> git.ipfire.org Git - thirdparty/gcc.git/commit
[NDS32] Remove some features and options that are not available yet in nds32 port...
authorChung-Ju Wu <jasonwucj@gmail.com>
Wed, 14 Jan 2015 06:08:35 +0000 (06:08 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Wed, 14 Jan 2015 06:08:35 +0000 (06:08 +0000)
commit2ca1ca6581aea9475feed78d5d4daafdb5d1ee3b
tree20360da399697d634a330b93aee5285dccf735a7
parentbe77e6092bae228235587d3b666c8b8c259683d6
[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.

From-SVN: r219576
gcc/ChangeLog
gcc/config/nds32/nds32-fp-as-gp.c
gcc/config/nds32/nds32.c
gcc/config/nds32/nds32.h
gcc/config/nds32/nds32.opt