Use is_xcoff_format in binutils testsuite
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / copy-2.d
CommitLineData
af3c5dea
L
1#PROG: objcopy
2#objdump: -h
7cc27f03 3#objcopy: --set-section-flags foo=contents,alloc,load,code
e44d194f 4#name: copy with setting section flags 2
7cc27f03 5#source: copytest.s
5a2296ac
AM
6# Many formats do not allow arbitrary section flags, just run for ELF and PE.
7#target: [is_elf_format] [is_pecoff_format]
8#xfail: h8300-*-*
af3c5dea
L
9
10.*: +file format .*
11
12Sections:
13Idx.*
14#...
7cc27f03
NC
15 [0-9]* foo.*
16 CONTENTS, ALLOC, LOAD, CODE
af3c5dea 17#...
This page took 0.525801 seconds and 4 git commands to generate.