Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
index c20e4730f3033e62c5b5bc980239b19a687ab812..0667f2528c92c5585670b0f8eb2f345d8a73cf82 100644 (file)
@@ -4,6 +4,7 @@ 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.024241 seconds and 4 git commands to generate.