binutils/testsuite: Enable `strip-13' test for `hppa*-*'
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / group-7b.d
1 #name: copy removing non-reloc group member
2 #source: group-7.s
3 #PROG: objcopy
4 #DUMPPROG: readelf
5 #objcopy: --remove-section .data2.foo
6 #readelf: -Sg --wide
7
8 #...
9 \[[ 0-9]+\] \.group[ \t]+GROUP[ \t]+.*
10 #...
11 \[[ 0-9]+\] \.data\.foo[ \t]+PROGBITS[ \t0-9a-f]+WAG.*
12 #...
13 \[[ 0-9]+\] \.rela?\.data\.foo[ \t]+RELA?[ \t0-9a-f]+IG.*
14 #...
15 COMDAT group section \[[ 0-9]+\] `\.group' \[foo\] contains 2 sections:
16 \[Index\] Name
17 \[[ 0-9]+\] \.data\.foo
18 \[[ 0-9]+\] \.rela?\.data\.foo
19 #pass
This page took 0.03919 seconds and 4 git commands to generate.