]> Git Repo - binutils.git/blob - binutils/testsuite/binutils-all/copy-3.d
Automatic date update in version.in
[binutils.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 #...
This page took 0.034429 seconds and 4 git commands to generate.