mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
20 lines
456 B
D
20 lines
456 B
D
|
#PROG: objcopy
|
||
|
#readelf: -Sg --wide
|
||
|
#objcopy: --remove-section .dropme
|
||
|
#name: copy removing group member
|
||
|
|
||
|
#readelf: -Sg --wide
|
||
|
|
||
|
#...
|
||
|
\[[ 0-9]+\] foo_group[ \t]+GROUP[ \t]+.*
|
||
|
#...
|
||
|
\[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AXG.*
|
||
|
#...
|
||
|
\[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG.*
|
||
|
#...
|
||
|
COMDAT group section \[[ 0-9]+\] `foo_group' \[foo_group\] contains 2 sections:
|
||
|
\[Index\] Name
|
||
|
\[[ 0-9]+\] .text.*
|
||
|
\[[ 0-9]+\] .data.*
|
||
|
#pass
|