From 2f4a83ee593c83ec1205f2e9643aca1e4d976c0b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 17 Aug 2004 01:18:50 +0000 Subject: [PATCH] * ld-scripts/cross1.t: Remove .opd section spec. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-scripts/cross1.t | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f6650d651d..6db4a1c2c2 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 074ae96a4a..c20e4730f3 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 } }