From: Alan Modra Date: Tue, 17 Aug 2004 01:18:50 +0000 (+0000) Subject: * ld-scripts/cross1.t: Remove .opd section spec. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f4a83ee593c83ec1205f2e9643aca1e4d976c0b;p=binutils-gdb.git * ld-scripts/cross1.t: Remove .opd section spec. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f6650d651d8..6db4a1c2c23 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-17 Alan Modra + + * ld-scripts/cross1.t: Remove .opd section spec. + 2004-08-01 Stephane Carrez * 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 074ae96a4af..c20e4730f30 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 } }