mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
185 B
D
10 lines
185 B
D
|
#PROG: objcopy
|
||
|
#source: data-sections.s
|
||
|
#objcopy: --only-section=.data.aa.* --only-section=!.data.aa.02
|
||
|
#readelf: -WS
|
||
|
|
||
|
#...
|
||
|
\[ [0-9]+\] .data.aa.01.*
|
||
|
\[ [0-9]+\] .data.aa.03.*
|
||
|
#...
|