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