151fab348e
* binutils-all/copy-2.d (not-target): Match *-*-*aout. * binutils-all/copy-3.d (not-target): Likewise. * binutils-all/objcopy.exp (objcopy_test): Remove extraneous setup_xfail. gas/testsuite/ * gas/all/weakref1u.d (not-target): Match *-*-*aout.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
#PROG: objcopy
|
|
#objdump: -h
|
|
#objcopy: --set-section-flags .text=alloc,data
|
|
#name: copy with setting section flags 3
|
|
#source: bintest.s
|
|
#not-target: *-*-*aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* x86_64-*-mingw*
|
|
# The .text # section in PE/COFF has a fixed set of flags and these
|
|
# cannot be changed. We skip it for them.
|
|
|
|
.*: +file format .*
|
|
|
|
Sections:
|
|
Idx.*
|
|
#...
|
|
[0-9]* .text.*
|
|
CONTENTS, ALLOC, LOAD, RELOC, DATA
|
|
#...
|