]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/testsuite/binutils-all/copy-3.d
MIPS/binutils/testsuite: Correct mips.exp test ABI/emul/endian arrangement
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / copy-3.d
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 # The .text section in most formats has a fixed set of flags which
7 # cannot be changed, just run for ELF.
8 #target: [is_elf_format]
9 #xfail: rx-*-*
10
11 .*: +file format .*
12
13 Sections:
14 Idx.*
15 #...
16 [0-9]* .text.*
17 CONTENTS, ALLOC, LOAD, RELOC, DATA
18 #...