mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
69a1c8561a
Update to match commit 924bc11ba4
("Update section merge test.").
ld/
* testsuite/ld-elf/flags1.d: Update the xfail list.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
#name: --set-section-flags test 1 (sections)
|
|
#ld: -Tflags1.ld
|
|
#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
|
#readelf: -S --wide
|
|
|
|
#...
|
|
Section Headers:
|
|
#...
|
|
\[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
|
|
\[[ 0-9]+\] \.post_text_reserve.*[ \t]+PROGBITS[ \t0-9a-f]+AX.*
|
|
#pass
|