]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr26256-1.t
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr26256-1.t
1 SECTIONS
2 {
3 .text : { *(.text*) }
4 .init.data :
5 {
6 *(.init.data);
7 *(__patchable_function_entries);
8 }
9 /DISCARD/ :
10 {
11 *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
12 }
13 }