]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/maxpage5.t
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / maxpage5.t
1 OUTPUT_FORMAT("elf32-i386")
2 OUTPUT_ARCH(i386)
3 ENTRY(_entry)
4 PHDRS
5 {
6 data PT_LOAD;
7 note PT_NOTE;
8 }
9 SECTIONS
10 {
11 .text : { *(.text) } :data
12 .foo : { *(.foo) } :data
13 .note : { *(.note) } :note
14 /DISCARD/ : { *(*) }
15 }