Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / noload-3.t
CommitLineData
ace79388
L
1SECTIONS
2{
3 .foo2 : { *(.foo2) }
4 .foo1 : { *(.foo1) }
5 .foo (NOLOAD) : { *(.foo) }
6 /DISCARD/ : { *(*) }
7}
This page took 0.269327 seconds and 4 git commands to generate.