diff options
author | Alan Modra <amodra@gmail.com> | 2004-07-02 06:46:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-07-02 06:46:17 +0000 |
commit | 5bb2a876193d32bcc43554c792579525d7f45899 (patch) | |
tree | 93fb99e2d1cf8b5df7c518c5e9274984345ed7dc | |
parent | 09b935accc9deb1b914b33090205574cee66b158 (diff) | |
download | binutils-5bb2a876193d32bcc43554c792579525d7f45899.zip binutils-5bb2a876193d32bcc43554c792579525d7f45899.tar.gz binutils-5bb2a876193d32bcc43554c792579525d7f45899.tar.bz2 |
* ld-discard/static.d: Accept both original sym and section sym.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-discard/static.d | 2 |
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 |