diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-08-03 15:59:00 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2006-08-03 15:59:00 +0000 |
commit | 97f87066f657fc69b80af6f551964d7a3e80d054 (patch) | |
tree | 7988770569a1c015f39b585c3ea43ba4d2ae44a4 /gas/ChangeLog | |
parent | 41adaa5cabcfd29c6551e63f7433621495c4d7e0 (diff) | |
download | gdb-97f87066f657fc69b80af6f551964d7a3e80d054.zip gdb-97f87066f657fc69b80af6f551964d7a3e80d054.tar.gz gdb-97f87066f657fc69b80af6f551964d7a3e80d054.tar.bz2 |
gas:
* config/tc-arm.c (parse_operands): Handle invalid register name
for OP_RIWR_RIWC.
gas/testsuite:
* gas/arm/iwmmxt-bad.s: Test invalid register names for wldrw and
wstrw.
* gas/arm/iwmmxt-bad.l: Update.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 278a591..90c6776 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2006-08-03 Joseph Myers <joseph@codesourcery.com> + * config/tc-arm.c (parse_operands): Handle invalid register name + for OP_RIWR_RIWC. + +2006-08-03 Joseph Myers <joseph@codesourcery.com> + * config/tc-arm.c (enum operand_parse_code): Add OP_RIWC_RIWG. (parse_operands): Handle it. (insns): Use it for tmcr and tmrc. |