* ppcnbsd-nat.c (fetch_inferior_registers)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / phdrs.t
CommitLineData
252b5132
RH
1PHDRS
2{
3 header PT_PHDR PHDRS ;
4 text PT_LOAD FILEHDR PHDRS ;
5 data PT_LOAD ;
6}
7
8SECTIONS
9{
10 . = 0x80000 + SIZEOF_HEADERS;
11 .text : { *(.text) } :text
12 .data : { *(.data) } :data
e40eb3e9 13 /DISCARD/ : { *(.*) }
252b5132 14}
This page took 0.074455 seconds and 4 git commands to generate.