From d394a3392ef4043d5d74ae5618e9c866fa1b185b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 19 Mar 2001 10:02:07 +0000 Subject: [PATCH] * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get consistent output across targets. * gas/m68k/pcrel.d: Adjusted. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/m68k/pcrel.d | 3 ++- gas/testsuite/gas/m68k/pcrel.s | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a4a0edcfa3..bdde2a3787 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-03-19 Andreas Schwab + + * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get + consistent output across targets. + * gas/m68k/pcrel.d: Adjusted. + 2001-03-18 H.J. Lu * gas/i386/intel.s: Move PIC code to ... diff --git a/gas/testsuite/gas/m68k/pcrel.d b/gas/testsuite/gas/m68k/pcrel.d index a252c57e09..c94badf692 100644 --- a/gas/testsuite/gas/m68k/pcrel.d +++ b/gas/testsuite/gas/m68k/pcrel.d @@ -21,7 +21,7 @@ Contents of section .text: 00e0 41fb0170 ffff7fff 4e7141fa 7fff41fb A..p....NqA...A. 00f0 01700000 80004e71 41fb0170 00000000 .p....NqA..p.... 0100 41fb0930 00000000 4e7141f9 00000000 A..0....NqA..... - 0110 4e710000 0000 Nq.... + 0110 4e710000 00000000 Nq........ Disassembly of section \.text: 0+0000 <.*> nop 0+0002 nop @@ -85,3 +85,4 @@ Disassembly of section \.text: 10c: R_68K_32 undef 0+0110 nop 0+0112 orib #0,%d0 + \.\.\. diff --git a/gas/testsuite/gas/m68k/pcrel.s b/gas/testsuite/gas/m68k/pcrel.s index 9c5c22b90f..8d3ab057ba 100644 --- a/gas/testsuite/gas/m68k/pcrel.s +++ b/gas/testsuite/gas/m68k/pcrel.s @@ -56,4 +56,4 @@ lbl_a: nop nop lea undef,%a0 nop - .long 0 + .p2align 3 -- 2.34.1