1#PROG: objcopy
2#objdump: -h
3#objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
4#name: copy with setting section flags 1
5
6.*: +file format .*
7
8Sections:
9Idx.*
10#...
11  [0-9]* .post_text_reserve.*
12                  CONTENTS, ALLOC, LOAD, READONLY, CODE
13#...
14