From 981beeee7037a384a72623b5c1d39a4108bb4d81 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 29 Sep 2004 13:36:22 +0000 Subject: [PATCH] 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. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/i386/secrel.d | 2 +- gas/testsuite/gas/i386/secrel.s | 2 ++ ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-pe/secrel.d | 2 +- ld/testsuite/ld-pe/secrel1.s | 2 ++ 6 files changed, 16 insertions(+), 2 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b066cc4cde..a99939c756 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-09-29 Alan Modra + + * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary. + * gas/i386/secrel.d: Adjust to suit. + 2004-09-19 Paul Brook * gas/elf/elf.exp: Recognise additional arm elf targets. diff --git a/gas/testsuite/gas/i386/secrel.d b/gas/testsuite/gas/i386/secrel.d index 7df55f7698..6a3b915fd7 100644 --- a/gas/testsuite/gas/i386/secrel.d +++ b/gas/testsuite/gas/i386/secrel.d @@ -40,4 +40,4 @@ Contents of section \.data: Contents of section \.rdata: 0000 3e3e3e3e 3c3c3c3c 3e3e3e3e 3e3c3c3c >>>><<<<>>>>><<< 0010 3e3e3e3e 3e3e3c3c 3e3e3e3e 3e3e3e3c >>>>>><<>>>>>>>< - 0020 3e3e3e3e >>>> + 0020 3e3e3e3e 00000000 00000000 00000000 >>>>............ diff --git a/gas/testsuite/gas/i386/secrel.s b/gas/testsuite/gas/i386/secrel.s index eaf59cdf21..c16299016b 100644 --- a/gas/testsuite/gas/i386/secrel.s +++ b/gas/testsuite/gas/i386/secrel.s @@ -75,3 +75,5 @@ nex16: .ascii "<<" .ascii ">>>>>>>" nex1f: .ascii "<" .ascii ">>>>" + + .p2align 4,0 diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4546a2b575..ac41e87510 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-09-29 Alan Modra + + * ld-pe/secrel1.s: Pad .rdata out to 16 byte boundary. + * ld-pe/secrel.d: Adjust to suit. + 2004-09-24 Alan Modra * ld-elfvsb/elfvsb.exp: Remove file name from "undefined ref" string. diff --git a/ld/testsuite/ld-pe/secrel.d b/ld/testsuite/ld-pe/secrel.d index 9c5d9a3711..93e083f54a 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 eaf59cdf21..c16299016b 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 -- 2.34.1