* ld-scripts/cross1.t: Remove .opd section spec.

This commit is contained in:
Alan Modra 2004-08-17 01:18:50 +00:00
parent fb7ebd02de
commit 2f4a83ee59
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -5,7 +5,6 @@ SECTIONS
.dynstr : { *(.dynstr) }
.hash : { *(.hash) }
.toc : { *(.toc) }
.opd : { *(.opd) }
.text : { tmpdir/cross1.o }
.data : { tmpdir/cross2.o }
}