Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/binutils/testsuite/binutils-all/copy-3.d
2023-03-06 14:48:14 +01:00

18 lines
399 B
Makefile

#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
#...