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

13 lines
286 B
D

#PROG: objcopy
#objdump: -h
#objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
#name: copy with setting section flags 1
.*: +file format .*
Sections:
Idx.*
#...
[0-9]* .post_text_reserve.*
CONTENTS, ALLOC, LOAD, READONLY, CODE
#...