From 2583a05ba21aa5d54ca38ddd9b4b265c20cb36e1 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 15 Nov 1996 20:57:53 +0000 Subject: [PATCH] * gas/mn10300/other.s: Put parens around register argument in calls and jmp instructions. --- gas/testsuite/ChangeLog | 15 +++++++++++++++ gas/testsuite/gas/mn10300/other.s | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5c5ef57dc8..e1a5e50639 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 996d7b2b21..68ceafeeff 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 -- 2.34.1