OSDN Git Service

* ld-scripts/cross1.t: Remove .opd section spec.
authorAlan Modra <amodra@bigpond.net.au>
Tue, 17 Aug 2004 01:18:50 +0000 (01:18 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Tue, 17 Aug 2004 01:18:50 +0000 (01:18 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/cross1.t

index f6650d6..6db4a1c 100644 (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
index 074ae96..c20e473 100644 (file)
@@ -5,7 +5,6 @@ SECTIONS
   .dynstr : { *(.dynstr) }
   .hash : { *(.hash) }
   .toc  : { *(.toc) }
-  .opd  : { *(.opd) }
   .text : { tmpdir/cross1.o }
   .data : { tmpdir/cross2.o }
 }