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