From: Jeff Law Date: Fri, 15 Nov 1996 20:57:53 +0000 (+0000) Subject: * gas/mn10300/other.s: Put parens around register X-Git-Tag: gdb-4_18-branchpoint~7182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2583a05ba21aa5d54ca38ddd9b4b265c20cb36e1;p=thirdparty%2Fbinutils-gdb.git * gas/mn10300/other.s: Put parens around register argument in calls and jmp instructions. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5c5ef57dc89..e1a5e506392 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 996d7b2b217..68ceafeeff8 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