mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
e44d194ff6
* binutils-all/copy-1.d (name): Correct spelling of 'setting'. * binutils-all/copy-2.d (name): Likewise.
14 lines
286 B
D
14 lines
286 B
D
#PROG: objcopy
|
|
#objdump: -h
|
|
#objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
|
#name: copy with setting section flags 1
|
|
|
|
.*: +file format .*
|
|
|
|
Sections:
|
|
Idx.*
|
|
#...
|
|
[0-9]* .post_text_reserve.*
|
|
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
|
#...
|