diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-29 16:29:15 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-29 16:29:15 +0000 |
commit | f0964309ca72e652be86bbfc4375822a8572939a (patch) | |
tree | 90e286ce570607f264b04bdd31045ee5c131ef5d /gcc/config/rx/rx.opt | |
parent | 259c15e611086969ef7ffc1a7328a60dd57b4e3d (diff) | |
download | gcc-f0964309ca72e652be86bbfc4375822a8572939a.tar.gz |
* rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add macros for RX100, RX200,
and RX600.
* rx/rx.opt: Add macro for rx100 with string rx100 and value
RX100.
* rx/rx-opts.h (rx_cpu_types): Add new cpu type rx100.
* rx/t-rx: Add rx100 under multi library matches option for nofpu
option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rx/rx.opt')
-rw-r--r-- | gcc/config/rx/rx.opt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/rx/rx.opt b/gcc/config/rx/rx.opt index 09d93c3e5f1..12312cfef6b 100644 --- a/gcc/config/rx/rx.opt +++ b/gcc/config/rx/rx.opt @@ -61,6 +61,9 @@ Enum(rx_cpu_types) String(rx200) Value(RX200) EnumValue Enum(rx_cpu_types) String(rx600) Value(RX600) +EnumValue +Enum(rx_cpu_types) String(rx100) Value(RX100) + ;--------------------------------------------------- mbig-endian-data @@ -132,3 +135,7 @@ Enable the use of the old, broken, ABI where all stacked function arguments are mrx-abi Target RejectNegative Report InverseMask(GCC_ABI) Enable the use the standard RX ABI where all stacked function arguments are naturally aligned. This is the default. + +mlra +Target Report Mask(ENABLE_LRA) +Enable the use of the LRA register allocator. |