aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-08-17 01:18:50 +0000
committerAlan Modra <amodra@gmail.com>2004-08-17 01:18:50 +0000
commit2f4a83ee593c83ec1205f2e9643aca1e4d976c0b (patch)
treee001c7ba239028029a4be490d5010b73c1654154
parentfb7ebd02de08863b85df5a0ed45c9ee18202e1b2 (diff)
downloadfsf-binutils-gdb-2f4a83ee593c83ec1205f2e9643aca1e4d976c0b.zip
fsf-binutils-gdb-2f4a83ee593c83ec1205f2e9643aca1e4d976c0b.tar.gz
fsf-binutils-gdb-2f4a83ee593c83ec1205f2e9643aca1e4d976c0b.tar.bz2
* ld-scripts/cross1.t: Remove .opd section spec.
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-scripts/cross1.t1
2 files changed, 4 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index f6650d6..6db4a1c 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-17 Alan Modra <amodra@bigpond.net.au>
+
+ * ld-scripts/cross1.t: Remove .opd section spec.
+
2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
* ld-undefined/undefined.exp: The undefine tests now work on
diff --git a/ld/testsuite/ld-scripts/cross1.t b/ld/testsuite/ld-scripts/cross1.t
index 074ae96..c20e473 100644
--- a/ld/testsuite/ld-scripts/cross1.t
+++ b/ld/testsuite/ld-scripts/cross1.t
@@ -5,7 +5,6 @@ SECTIONS
.dynstr : { *(.dynstr) }
.hash : { *(.hash) }
.toc : { *(.toc) }
- .opd : { *(.opd) }
.text : { tmpdir/cross1.o }
.data : { tmpdir/cross2.o }
}