Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
CommitLineData
529fcb95
PB
1SECTIONS
2{
3 . = 0x1000;
9e3be61d 4 .text : { *(.text) *(.rodata.brlt) }
d0bf826b 5 /DISCARD/ : { *(.dropme) *(.reginfo) }
529fcb95 6}
This page took 0.363744 seconds and 4 git commands to generate.