aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/copy-3.d
blob: 63e84c7163f175913536f72bcaf51b8ff75cc694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#PROG: objcopy
#objdump: -h
#objcopy: --set-section-flags .text=alloc,data
#name: copy with setting section flags 3
#source: bintest.s
# The .text section in most formats has a fixed set of flags which
# cannot be changed, just run for ELF.
#target: [is_elf_format]
#xfail: rx-*-*

.*: +file format .*

Sections:
Idx.*
#...
  [0-9]* .text.*
                  CONTENTS, ALLOC, LOAD, RELOC, DATA
#...