Introduce new section flag: SEC_ELF_OCTETS
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
index 074ae96a4af4ef47423ee20076e19d6e1b9b6667..0667f2528c92c5585670b0f8eb2f345d8a73cf82 100644 (file)
@@ -4,8 +4,8 @@ SECTIONS
   .dynsym : { *(.dynsym) }
   .dynstr : { *(.dynstr) }
   .hash : { *(.hash) }
+  .gnu.hash : { *(.gnu.hash) }
   .toc  : { *(.toc) }
-  .opd  : { *(.opd) }
   .text : { tmpdir/cross1.o }
   .data : { tmpdir/cross2.o }
 }
This page took 0.023343 seconds and 4 git commands to generate.