mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
14 lines
285 B
D
14 lines
285 B
D
|
#PROG: objcopy
|
||
|
#objdump: -h
|
||
|
#objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
||
|
#name: copy with seting section flags 1
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
Sections:
|
||
|
Idx.*
|
||
|
#...
|
||
|
[0-9]* .post_text_reserve.*
|
||
|
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
||
|
#...
|