diff options
author | Jeff Law <law@redhat.com> | 1996-10-10 22:05:54 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-10 22:05:54 +0000 |
commit | 301ee34af431dd2174b4933926383ba53a072a2f (patch) | |
tree | 444af154d8f0410b5d939f133b942b6fee32a2f5 /gas | |
parent | 3ab9337b4b6483626ac6014072f473eb1634b546 (diff) | |
download | gdb-301ee34af431dd2174b4933926383ba53a072a2f.zip gdb-301ee34af431dd2174b4933926383ba53a072a2f.tar.gz gdb-301ee34af431dd2174b4933926383ba53a072a2f.tar.bz2 |
* gas/mn10300/basic.exp: Check bit patterns for instructions
with a single 8bit or 16bit immediate operand.
We should correctly assemble just about everything except opcodes with:
multiple immediate operands,
3 register operands,
really weird stuff
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8ee1445..2e7a584 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,8 @@ Thu Oct 10 13:11:48 1996 Jeffrey A Law (law@cygnus.com) + * gas/mn10300/basic.exp: Check bit patterns for instructions + with a single 8bit or 16bit immediate operand. + * gas/mn10300/basic.exp: Check bit patterns for many instructions. Add missing test in do_mov1. * gas/mn10300/mov1.s: Add missing test. |