From: Ian Lance Taylor Date: Fri, 4 Apr 1997 18:24:03 +0000 (+0000) Subject: * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits. X-Git-Tag: gdb-4_18~5876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=452eaaca837a2564f47d31c320089cfdb68bab4e;p=external%2Fbinutils.git * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index abd3e89..15b413b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 4 13:19:39 1997 Ian Lance Taylor + + * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits. + Thu Apr 3 18:26:56 1997 Doug Evans * gas/m32r/allinsn.{exp,s.d}: New testcases. diff --git a/gas/testsuite/gas/h8300/ffxx1.d b/gas/testsuite/gas/h8300/ffxx1.d index 83e81bf..c9bdb25 100644 --- a/gas/testsuite/gas/h8300/ffxx1.d +++ b/gas/testsuite/gas/h8300/ffxx1.d @@ -8,16 +8,16 @@ Disassembly of section .text: ... 0: 16 main -00000400
f8 7f mov.b #0x7f,r0l -00000402 28 bb mov.b @0xbb:8,r0l -00000404 6a 88 ff b9 mov.b r0l,@0xffb9:16 -00000408 f8 01 mov.b #0x1,r0l -0000040a 6a 88 ff bb mov.b r0l,@0xffbb:16 -0000040e 79 01 00 00 mov.w #0x0,r1 -00000412 0b 01 adds #0x1,er1 -00000414 46 00 bne .0 \(416\) +0+0400
f8 7f mov.b #0x7f,r0l +0+0402 28 bb mov.b @0xbb:8,r0l +0+0404 6a 88 ff b9 mov.b r0l,@0xffb9:16 +0+0408 f8 01 mov.b #0x1,r0l +0+040a 6a 88 ff bb mov.b r0l,@0xffbb:16 +0+040e 79 01 00 00 mov.w #0x0,r1 +0+0412 0b 01 adds #0x1,er1 +0+0414 46 00 bne .0 \(416\) 415: DISP8 deloop[+]0xffffffff -00000416 12 88 rotl r0l -00000418 40 00 bra .0 \(41a\) +0+0416 12 88 rotl r0l +0+0418 40 00 bra .0 \(41a\) 419: DISP8 loop[+]0xffffffff ...