aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/copy-2.d
blob: 486c8e9513038834185afba575780e0ad695449e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#PROG: objcopy
#objdump: -h
#objcopy: --set-section-flags .text=alloc,data
#name: copy with seting section flags 2
#source: bintest.s

.*: +file format .*

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