4 header PT_PHDR PHDRS ; /* OK */
5 text PT_LOAD FILEHDR PHDRS ;
10 /* This test will fail on architectures where the startaddress below
11 is less than the constant MAXPAGESIZE. */
12 . = 0x800000 + SIZEOF_HEADERS;
13 .text : { *(.text) } :text
14 .data : { *(.data) } :data