mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
cc6fd584ed
binutils/ChangeLog: * testsuite/binutils-all/readelf-maskos-1a.d: Fix test for unrecognized bit set in SHF_MASKOS range. * testsuite/binutils-all/readelf-maskos-1b.d: Likewise. * testsuite/binutils-all/readelf-maskos-unknown.s: New test. ld/ChangeLog: * testsuite/ld-elf/retain3.s: Move symbolic reference into writeable .data section from read-only .text section. * testsuite/ld-elf/retain5.d: Don't pass --print-gc-sections for test that doesn't require it. * testsuite/ld-elf/retain6a.d: Adjust test. * testsuite/ld-elf/retain6main.s: Move symbolic reference into writeable .data section from read-only .text section.
13 lines
459 B
Makefile
13 lines
459 B
Makefile
#name: -t (section details) for unknown SHF_MASKOS value in section
|
|
#source: readelf-maskos-unknown.s
|
|
#notarget: mips-*-* hppa-*-* score-*-* msp430-*-elf visium-*-elf
|
|
#readelf: -S -t --wide
|
|
# Only run this test for targets that are not ELFOSABI_STANDALONE, and do not
|
|
# set SHF_MASKOS bit 0x8000000.
|
|
|
|
#...
|
|
\[[ 0-9]+\] .data.var
|
|
PROGBITS +0+ +[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+ +0 +0 +(1|2|4|8)
|
|
\[0+0800003\]: WRITE, ALLOC, OS \(0+0800000\)
|
|
#pass
|