bfd/
[deliverable/binutils-gdb.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 #...
This page took 0.091463 seconds and 4 git commands to generate.