Configury changes: update src repository (binutils, gdb, and rda) to use
[binutils.git] / binutils / testsuite / binutils-all / copy-3.d
blobbe3eea4e7cdf2597723cfd1b9dad72c6b2b38520
1 #PROG: objcopy
2 #objdump: -h
3 #objcopy: --set-section-flags .text=alloc,data
4 #name: copy with setting section flags 3
5 #source: bintest.s
6 #not-target: *-*-aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32*
7 # The .text # section in PE/COFF has a fixed set of flags and these
8 # cannot be changed. We skip it for them.
10 .*: +file format .*
12 Sections:
13 Idx.*
14 #...
15 [0-9]* .text.*
16 CONTENTS, ALLOC, LOAD, RELOC, DATA
17 #...