Remove unnecessary TUI declarations
[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 #objcopy: --remove-section .data2.foo
5 #readelf: -Sg --wide
6
7 #...
8 \[[ 0-9]+\] \.group[ \t]+GROUP[ \t]+.*
9 #...
10 \[[ 0-9]+\] \.data\.foo[ \t]+PROGBITS[ \t0-9a-f]+WAG.*
11 #...
12 \[[ 0-9]+\] \.rela?\.data\.foo[ \t]+RELA?[ \t0-9a-f]+IG.*
13 #...
14 COMDAT group section \[[ 0-9]+\] `\.group' \[foo\] contains 2 sections:
15 \[Index\] Name
16 \[[ 0-9]+\] \.data\.foo
17 \[[ 0-9]+\] \.rela?\.data\.foo
18 #pass
This page took 0.032002 seconds and 4 git commands to generate.