* gas/mn10300/other.s: Put parens around register

argument in calls and jmp instructions.
This commit is contained in:
Jeff Law 1996-11-15 20:57:53 +00:00
parent 54dfaf0a65
commit 2583a05ba2
2 changed files with 18 additions and 3 deletions

View 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

View File

@ -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