diff options
author | Alan Modra <amodra@gmail.com> | 2004-08-17 01:18:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-08-17 01:18:50 +0000 |
commit | 2f4a83ee593c83ec1205f2e9643aca1e4d976c0b (patch) | |
tree | e001c7ba239028029a4be490d5010b73c1654154 /ld | |
parent | fb7ebd02de08863b85df5a0ed45c9ee18202e1b2 (diff) | |
download | gdb-2f4a83ee593c83ec1205f2e9643aca1e4d976c0b.zip gdb-2f4a83ee593c83ec1205f2e9643aca1e4d976c0b.tar.gz gdb-2f4a83ee593c83ec1205f2e9643aca1e4d976c0b.tar.bz2 |
* ld-scripts/cross1.t: Remove .opd section spec.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/cross1.t | 1 |
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 } } |