mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-23 09:13:28 +08:00
* gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
This commit is contained in:
parent
0a325463ed
commit
452eaaca83
@ -1,3 +1,7 @@
|
||||
Fri Apr 4 13:19:39 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
|
||||
|
||||
Thu Apr 3 18:26:56 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* gas/m32r/allinsn.{exp,s.d}: New testcases.
|
||||
|
@ -8,16 +8,16 @@
|
||||
Disassembly of section .text:
|
||||
...
|
||||
0: 16 main
|
||||
00000400 <main> f8 7f mov.b #0x7f,r0l
|
||||
00000402 <main[+]2> 28 bb mov.b @0xbb:8,r0l
|
||||
00000404 <main[+]4> 6a 88 ff b9 mov.b r0l,@0xffb9:16
|
||||
00000408 <main[+]8> f8 01 mov.b #0x1,r0l
|
||||
0000040a <loop> 6a 88 ff bb mov.b r0l,@0xffbb:16
|
||||
0000040e <delay> 79 01 00 00 mov.w #0x0,r1
|
||||
00000412 <deloop> 0b 01 adds #0x1,er1
|
||||
00000414 <deloop[+]2> 46 00 bne .0 \(416\)
|
||||
0+0400 <main> f8 7f mov.b #0x7f,r0l
|
||||
0+0402 <main[+]2> 28 bb mov.b @0xbb:8,r0l
|
||||
0+0404 <main[+]4> 6a 88 ff b9 mov.b r0l,@0xffb9:16
|
||||
0+0408 <main[+]8> f8 01 mov.b #0x1,r0l
|
||||
0+040a <loop> 6a 88 ff bb mov.b r0l,@0xffbb:16
|
||||
0+040e <delay> 79 01 00 00 mov.w #0x0,r1
|
||||
0+0412 <deloop> 0b 01 adds #0x1,er1
|
||||
0+0414 <deloop[+]2> 46 00 bne .0 \(416\)
|
||||
415: DISP8 deloop[+]0xffffffff
|
||||
00000416 <deloop[+]4> 12 88 rotl r0l
|
||||
00000418 <deloop[+]6> 40 00 bra .0 \(41a\)
|
||||
0+0416 <deloop[+]4> 12 88 rotl r0l
|
||||
0+0418 <deloop[+]6> 40 00 bra .0 \(41a\)
|
||||
419: DISP8 loop[+]0xffffffff
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user