ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / note-3.t
index 13324ae5470a3bb960e8a31e0587f9f2535ae643..30ce59f93b50e88cdbdaba6f28cfd00814f3d44b 100644 (file)
@@ -14,9 +14,11 @@ SECTIONS
      treated as notes...   */
   
   .hash : { *(.hash) }
+  .gnu.hash : { *(.gnu.hash) }
   
   .dynstr : { *(.dynstr) }
   .dynsym : { *(.dynsym) }
+  .got : { *(.got .toc) *(.igot) }
   .got.plt : { *(.got.plt) *(.igot.plt) }
   /DISCARD/ : { *(*) }
 }
This page took 0.022949 seconds and 4 git commands to generate.