diff options
author | Nick Clifton <nickc@redhat.com> | 2013-05-16 13:19:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-05-16 13:19:40 +0000 |
commit | 638d380363f7a86ac758718a6f76ff99dd6efa21 (patch) | |
tree | 9999b9889454b984b4ba0674e623596394959929 /gas/ChangeLog | |
parent | db0dfaa0e65e6c455ad870dc4fb42192b1386c0a (diff) | |
download | gdb-638d380363f7a86ac758718a6f76ff99dd6efa21.zip gdb-638d380363f7a86ac758718a6f76ff99dd6efa21.tar.gz gdb-638d380363f7a86ac758718a6f76ff99dd6efa21.tar.bz2 |
* config/tc-msp430.c: Make -mmcu recognise more part numbers.
Add -mcpu command to specify core type.
* doc/c-msp430.c: Update documentation.
* gas/msp430/opcodes.s: Use correct value for .arch pseudo.
* gas/msp430/msp430x.d: Use correct value for -mcpu option.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e35c821..bab74bb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2013-05-16 Nick Clifton <nickc@redhat.com> + + * config/tc-msp430.c: Make -mmcu recognise more part numbers. + Add -mcpu command to specify core type. + * doc/c-msp430.c: Update documentation. + 2013-05-09 Andrew Pinski <apinski@cavium.com> * config/tc-mips.c (struct mips_set_options): New ase_virt field. |