From 981beeee7037a384a72623b5c1d39a4108bb4d81 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 29 Sep 2004 13:36:22 +0000 Subject: gas/testsuite/ * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary. * gas/i386/secrel.d: Adjust to suit. ld/testsuite/ * ld-pe/secrel1.s: Pad .rdata out to 16 byte boundary. * ld-pe/secrel.d: Adjust to suit. --- ld/testsuite/ld-pe/secrel.d | 2 +- ld/testsuite/ld-pe/secrel1.s | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'ld/testsuite/ld-pe') diff --git a/ld/testsuite/ld-pe/secrel.d b/ld/testsuite/ld-pe/secrel.d index 9c5d9a3..93e083f 100644 --- a/ld/testsuite/ld-pe/secrel.d +++ b/ld/testsuite/ld-pe/secrel.d @@ -21,7 +21,7 @@ Contents of section \.data: Contents of section \.rdata: 403000 3e3e3e3e 3c3c3c3c 3e3e3e3e 3e3c3c3c >>>><<<<>>>>><<< 403010 3e3e3e3e 3e3e3c3c 3e3e3e3e 3e3e3e3c >>>>>><<>>>>>>>< - 403020 3e3e3e3e >>>> + 403020 3e3e3e3e 00000000 00000000 00000000 >>>>............ Contents of section \.idata: 404000 00000000 00000000 00000000 00000000 ................ 404010 00000000 .... diff --git a/ld/testsuite/ld-pe/secrel1.s b/ld/testsuite/ld-pe/secrel1.s index eaf59cd..c162990 100644 --- a/ld/testsuite/ld-pe/secrel1.s +++ b/ld/testsuite/ld-pe/secrel1.s @@ -75,3 +75,5 @@ nex16: .ascii "<<" .ascii ">>>>>>>" nex1f: .ascii "<" .ascii ">>>>" + + .p2align 4,0 -- cgit v1.1