Allow mmix-knuth-mmixware adjustments to objcopy --extract-symbols test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
index e1948c9e09fb14da11a003493485820cfdd58cdc..c20e4730f3033e62c5b5bc980239b19a687ab812 100644 (file)
@@ -1,6 +1,10 @@
 NOCROSSREFS ( .text .data )
 SECTIONS
 {
+  .dynsym : { *(.dynsym) }
+  .dynstr : { *(.dynstr) }
+  .hash : { *(.hash) }
+  .toc  : { *(.toc) }
   .text : { tmpdir/cross1.o }
   .data : { tmpdir/cross2.o }
 }
This page took 0.02847 seconds and 4 git commands to generate.