aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-07-02 06:46:17 +0000
committerAlan Modra <amodra@gmail.com>2004-07-02 06:46:17 +0000
commit5bb2a876193d32bcc43554c792579525d7f45899 (patch)
tree93fb99e2d1cf8b5df7c518c5e9274984345ed7dc /ld
parent09b935accc9deb1b914b33090205574cee66b158 (diff)
downloadfsf-binutils-gdb-5bb2a876193d32bcc43554c792579525d7f45899.zip
fsf-binutils-gdb-5bb2a876193d32bcc43554c792579525d7f45899.tar.gz
fsf-binutils-gdb-5bb2a876193d32bcc43554c792579525d7f45899.tar.bz2
* ld-discard/static.d: Accept both original sym and section sym.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-discard/static.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 906009e..858fc2e 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-02 Alan Modra <amodra@bigpond.net.au>
+
+ * ld-discard/static.d: Accept both original sym and section sym.
+
2004-07-01 Jakub Jelinek <jakub@redhat.com>
* ld-sparc/tlssunpic32.rd: Adjust for section reordering changes
diff --git a/ld/testsuite/ld-discard/static.d b/ld/testsuite/ld-discard/static.d
index 98ef02f..bf56265 100644
--- a/ld/testsuite/ld-discard/static.d
+++ b/ld/testsuite/ld-discard/static.d
@@ -1,3 +1,3 @@
#source: static.s
#ld: -T discard.ld
-#error: `\.data\.exit' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o
+#error: `(\.data\.exit|data)' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o