diff options
author | Nick Clifton <nickc@redhat.com> | 2013-09-04 07:59:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-09-04 07:59:33 +0000 |
commit | 74db7efbe3a09c00e5f4f5b99862f173258938f6 (patch) | |
tree | 78ae8bdacb48352b9a19f2d67b13d7c9340f366c /opcodes/ChangeLog | |
parent | 41dc8db876c8ee46687555fbff68b497b48d5ee4 (diff) | |
download | fsf-binutils-gdb-74db7efbe3a09c00e5f4f5b99862f173258938f6.zip fsf-binutils-gdb-74db7efbe3a09c00e5f4f5b99862f173258938f6.tar.gz fsf-binutils-gdb-74db7efbe3a09c00e5f4f5b99862f173258938f6.tar.bz2 |
PR gas/15914
* config/tc-arm.c (T16_32_TAB): Add _udf.
(do_t_udf): New function.
(insns): Add "udf".
* gas/arm/udf-bad.s: New file.
* gas/arm/udf-bad.d: New file.
* gas/arm/udf-bad.l: New file.
* gas/arm/udf.s: New file.
* gas/arm/udf.d: New file.
* gas/arm/udf.l: New file.
* arm-dis.c (arm_opcodes): Add udf.
(thumb_opcodes): Use "udf" mnemonic rather than UNDEFINED_INSTRUCTION.
(thumb32_opcodes): Add udf.w.
(print_insn_thumb32): Handle %H as the thumb32_opcodes comment says.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 200c5f0..04648a2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2013-09-04 Roland McGrath <mcgrathr@google.com> + + PR gas/15914 + * arm-dis.c (arm_opcodes): Add udf. + (thumb_opcodes): Use "udf" mnemonic rather than UNDEFINED_INSTRUCTION. + (thumb32_opcodes): Add udf.w. + (print_insn_thumb32): Handle %H as the thumb32_opcodes comment says. + 2013-09-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390-opc.txt: Fix description for fiebra, fidbra, and fixbra. |