mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
11 lines
222 B
D
11 lines
222 B
D
|
#PROG: objcopy
|
||
|
#source: data-sections.s
|
||
|
#objcopy: --remove-section=.data.aa.* --keep-section=.data.aa.*
|
||
|
#readelf: -WS
|
||
|
|
||
|
#...
|
||
|
\[ [0-9]+\] \.data\.aa\.01.*
|
||
|
\[ [0-9]+\] \.data\.aa\.02.*
|
||
|
\[ [0-9]+\] \.data\.aa\.03.*
|
||
|
#...
|