Commit | Line | Data |
---|---|---|
748fc5e9 L |
1 | #PROG: strip |
2 | #source: group.s | |
3 | #strip: --strip-unneeded | |
4 | #readelf: -Sg --wide | |
5 | #name: strip with section group 2 | |
6 | ||
7 | #... | |
709001e9 | 8 | \[[ 0-9]+\] \.group[ \t]+GROUP[ \t]+.* |
748fc5e9 L |
9 | #... |
10 | \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AXG[ \t]+.* | |
11 | #... | |
12 | \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* | |
13 | #... | |
fbaf61ad | 14 | COMDAT group section \[[ 0-9]+\] `\.group' \[foo_group\] contains . sections: |
748fc5e9 L |
15 | \[Index\] Name |
16 | \[[ 0-9]+\] .text.* | |
fbaf61ad | 17 | #... |
748fc5e9 L |
18 | \[[ 0-9]+\] .data.* |
19 | #pass |