summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-09-29 13:36:22 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-09-29 13:36:22 +0000
commitdeab09c491dc1d5349d0aa224bb7e71f19ba8c9d (patch)
treef02c892cff63fd893b16324471692d97a09a9f6d /ld
parentf389016e25a3d4653d0a9615b167edf1b9ecf4df (diff)
downloadbinutils-redhat-deab09c491dc1d5349d0aa224bb7e71f19ba8c9d.tar.gz
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.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-pe/secrel.d2
-rw-r--r--ld/testsuite/ld-pe/secrel1.s2
3 files changed, 8 insertions, 1 deletions
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 <amodra@bigpond.net.au>
+
+ * ld-pe/secrel1.s: Pad .rdata out to 16 byte boundary.
+ * ld-pe/secrel.d: Adjust to suit.
+
2004-09-24 Alan Modra <amodra@bigpond.net.au>
* 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