aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-11-15 20:57:53 +0000
committerJeff Law <law@redhat.com>1996-11-15 20:57:53 +0000
commit2583a05ba21aa5d54ca38ddd9b4b265c20cb36e1 (patch)
tree8571419485998adfb2bbb1ba90b83d5e97b14deb
parent54dfaf0a65c81101584db1417d43381f88a29b0a (diff)
downloadfsf-binutils-gdb-2583a05ba21aa5d54ca38ddd9b4b265c20cb36e1.zip
fsf-binutils-gdb-2583a05ba21aa5d54ca38ddd9b4b265c20cb36e1.tar.gz
fsf-binutils-gdb-2583a05ba21aa5d54ca38ddd9b4b265c20cb36e1.tar.bz2
* gas/mn10300/other.s: Put parens around register
argument in calls and jmp instructions.
-rw-r--r--gas/testsuite/ChangeLog15
-rwxr-xr-xgas/testsuite/gas/mn10300/other.s6
2 files changed, 18 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 5c5ef57..e1a5e50 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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
diff --git a/gas/testsuite/gas/mn10300/other.s b/gas/testsuite/gas/mn10300/other.s
index 996d7b2..68ceafe 100755
--- a/gas/testsuite/gas/mn10300/other.s
+++ b/gas/testsuite/gas/mn10300/other.s
@@ -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