]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/maxpage5.t
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / maxpage5.t
CommitLineData
f1d85785
L
1OUTPUT_FORMAT("elf32-i386")
2OUTPUT_ARCH(i386)
3ENTRY(_entry)
4PHDRS
5{
6 data PT_LOAD;
7 note PT_NOTE;
8}
9SECTIONS
10{
11 .text : { *(.text) } :data
12 .foo : { *(.foo) } :data
13 .note : { *(.note) } :note
14 /DISCARD/ : { *(*) }
15}