diff options
author | Nick Clifton <nickc@redhat.com> | 2013-07-18 12:15:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-07-18 12:15:15 +0000 |
commit | f0c0028234ccf31aed655d454d60f25d4f213f8d (patch) | |
tree | 1468360d47ccef76606d15761d2159957216b1b6 /gas/ChangeLog | |
parent | 39f21624991525f1f937a796cf008654a8596240 (diff) | |
download | gdb-f0c0028234ccf31aed655d454d60f25d4f213f8d.zip gdb-f0c0028234ccf31aed655d454d60f25d4f213f8d.tar.gz gdb-f0c0028234ccf31aed655d454d60f25d4f213f8d.tar.bz2 |
* config/rx-defs.h: Add macros for RX100, RX200, RX600, and
RX610.
* config/rx-parse.y: (rx_check_float_support): Add function to
check floating point operation support for target RX100 and
RX200.
* config/tc-rx.c: Add CPU options RX100, RX200, RX600, and RX610.
* doc/c-rx.texi: Add -mcpu option to recognize macros for RX100,
RX200, RX600, and RX610
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3ca1cd6..87908d7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2013-07-18 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com> + + * config/rx-defs.h: Add macros for RX100, RX200, RX600, and + RX610. + * config/rx-parse.y: (rx_check_float_support): Add function to + check floating point operation support for target RX100 and + RX200. + * config/tc-rx.c: Add CPU options RX100, RX200, RX600, and RX610. + * doc/c-rx.texi: Add -mcpu option to recognize macros for RX100, + RX200, RX600, and RX610 + 2013-07-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * config/tc-avr.c (md_show_usage): Add avrxmega2 to help text |