]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/note-2.t
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / note-2.t
CommitLineData
0efc80c8
L
1ENTRY(_entry)
2PHDRS
3{
4 data PT_LOAD;
5 note PT_NOTE;
6}
7SECTIONS
8{
9 .text : { *(.text) } :data
10 .foo : { *(.foo) } :data
11 .note : { *(.note) } :note
12 /DISCARD/ : { *(*) }
13}