]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr26256-3b.t
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr26256-3b.t
CommitLineData
cd6d537c
L
1SECTIONS
2{
3 .rodata :
4 {
5 BYTE(0)
6 *(.rodata*)
7 BYTE(4)
8 *(.rosection)
9 BYTE(7)
10 }
11 .text : {*(.text.bar) *(.text.foo)}
12 /DISCARD/ :
13 {
14 *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
15 }
16}