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

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