Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14052.t
CommitLineData
18269b09
L
1SECTIONS {
2 .text : {
3 *(.text)
4 }
5 . = ALIGN (0x1000);
6 .data : {
7 _data_start = .;
8 *(.data)
9 }
10 /DISCARD/ : { *(.*) }
11}
This page took 0.095057 seconds and 4 git commands to generate.