* gas/mn10300/other.s: Put parens around register
authorJeff Law <law@redhat.com>
Fri, 15 Nov 1996 20:57:53 +0000 (20:57 +0000)
committerJeff Law <law@redhat.com>
Fri, 15 Nov 1996 20:57:53 +0000 (20:57 +0000)
        argument in calls and jmp instructions.

gas/testsuite/ChangeLog
gas/testsuite/gas/mn10300/other.s

index 5c5ef57..e1a5e50 100644 (file)
@@ -1,3 +1,18 @@
+Fri Nov 15 13:57:42 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * gas/mn10300/other.s: Put parens around register
+       argument in calls and jmp instructions.
+
+Wed Nov 13 13:16:04 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * gas/h8300/ffxx1.d: Update for recent disassembler changes.
+
+Mon Nov 11 16:03:24 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * gas/hppa/reloc/reloc.exp: Pass "--prefix-addresses" to objdump
+       as needed.
+       * gas/hppa/unsorted/unsorted.exp: Likewise.
+
 Thu Nov  7 00:27:52 1996  Jeffrey A Law  (law@cygnus.com)
 
        * gas/mn10300/basic.exp: Check opcode insertion for
index 996d7b2..68ceafe 100755 (executable)
@@ -3,12 +3,12 @@
        inc d1
        inc a2
        inc4 a3
-       jmp a2
+       jmp (a2)
        jmp 256
        jmp 131071
        call 256,5,9
-       call 131071,0,0
-       calls a2
+       call 131071,9,32
+       calls (a2)
        calls 256
        calls 131071
        ret 15,7