Upload Tizen:Base source
[external/binutils.git] / binutils / testsuite / binutils-all / copy-1.d
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
8 Sections:
9 Idx.*
10 #...
11   [0-9]* .post_text_reserve.*
12                   CONTENTS, ALLOC, LOAD, READONLY, CODE
13 #...