Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21384.ld
index 034887dfe79445291d227b23063ed501210e7f01..9bea8d21e9e0c2c7bdcb46fb33b375a5c02e6407 100644 (file)
@@ -8,6 +8,7 @@ SECTIONS
   }
   .dynamic : { *(.dynamic) }
   .hash : { *(.hash) }
+  .gnu.hash : { *(.gnu.hash) }
   .dynsym : { *(.dynsym) }
   .dynstr : { *(.dynstr) }
   .gnu.version : { *(.gnu.version) }
This page took 0.024656 seconds and 4 git commands to generate.