diff options
author | Mark Mitchell <mark@codesourcery.com> | 2009-02-24 04:30:30 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2009-02-24 04:30:30 +0000 |
commit | 9420679091f2b8ff96f05f4c00ccb30008fb131a (patch) | |
tree | babda51cb60f112b00fbf7a065f33176216c5d35 /gas/ChangeLog | |
parent | 44cf688354f13b101e4cf5d03a1ee0eb1c5e8c58 (diff) | |
download | gdb-9420679091f2b8ff96f05f4c00ccb30008fb131a.zip gdb-9420679091f2b8ff96f05f4c00ccb30008fb131a.tar.gz gdb-9420679091f2b8ff96f05f4c00ccb30008fb131a.tar.bz2 |
* config/tc-arm.c (warn_deprecated_sp): New macro.
(do_t_mov_cmp): Permit R13 as the second
argument to "cmp.n".
* gas/arm/thumb2_bad_reg.s: Update to allow R13 as second argument
for CMP.
* gas/arm/thumb2_bad_reg.l: Adjust accordingly.
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 67161df..c1207bd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-02-23 Mark Mitchell <mark@codesourcery.com> + + * config/tc-arm.c (warn_deprecated_sp): New macro. + (do_t_mov_cmp): Permit R13 as the second + argument to "cmp.n". + 2009-02-23 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM. |