Display symbol version when dumping dynrelocs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / noload-3.t
1 SECTIONS
2 {
3 .foo2 : { *(.foo2) }
4 .foo1 : { *(.foo1) }
5 .foo (NOLOAD) : { *(.foo) }
6 /DISCARD/ : { *(*) }
7 }
This page took 0.030834 seconds and 4 git commands to generate.