diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-27 12:33:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-27 12:33:43 +0000 |
commit | af7329f0ff70842d615f8af5fc3397d6892c8478 (patch) | |
tree | 2d4b4adf0d2afc765c8b9d88c6534393e7f45303 /gas/testsuite/ChangeLog | |
parent | b14f9da0aefde1e39bccd5f3daa437d06b4379d3 (diff) | |
download | gdb-af7329f0ff70842d615f8af5fc3397d6892c8478.zip gdb-af7329f0ff70842d615f8af5fc3397d6892c8478.tar.gz gdb-af7329f0ff70842d615f8af5fc3397d6892c8478.tar.bz2 |
PR 3134
* h8300.h (h8_opcodes): Add an encoding for a mov.l instruction
with a 32-bit displacement but without the top bit of the 4th byte
set.
* gas/h8300/pr3134.s: New test.
* gas/h8300/pr3134.d: Expected disassembly
* gas/h8300/h8300.exp: Run the new test.
* gas/h8300/h8300-coff.exp: Fix test for COFF based ports to
accept h8300-rtemscoff not just h8300-rtems.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 882b684..233414c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2008-02-27 Nick Clifton <nickc@redhat.com> + + PR 3134 + * gas/h8300/pr3134.s: New test. + * gas/h8300/pr3134.d: Expected disassembly + * gas/h8300/h8300.exp: Run the new test. + + * gas/h8300/h8300-coff.exp: Fix test for COFF based ports to + accept h8300-rtemscoff not just h8300-rtems. + 2008-02-26 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/jump.d: Updated for COFF. |