ce23608fa2
* dlltool.c (INIT_SEC_DATA): Move. (secdata <DLLTOOL_PPC>): Use here too. binutils/testsuite/ * binutils-all/copy-3.d: Exclude all cygwin and mingw targets, and rs6000. gas/ * config/tc-ppc.c (ppc_znop): Remove unused vars. ld/ * configure.tgt (powerpcle-pe,winnt,cygwin): Add deffilep.o and pe-dll.o.
17 lines
498 B
Makefile
17 lines
498 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 hppa*-*-hpux* *-*-cygwin* *-*-mingw* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd rs6000-*-*
|
|
# 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
|
|
#...
|