aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-10-29 10:09:34 +0000
committerAlan Modra <amodra@gmail.com>2012-10-29 10:09:34 +0000
commitce23608fa264db7678dcd80feddcf3bcb2b82a5e (patch)
tree46ef70d94b20804e9c5ff5b12dc6f78b7f0a32d3 /ld/configure.tgt
parentbdaacd3a1cd99649f66538b497dbcb75cae141af (diff)
downloadgdb-ce23608fa264db7678dcd80feddcf3bcb2b82a5e.zip
gdb-ce23608fa264db7678dcd80feddcf3bcb2b82a5e.tar.gz
gdb-ce23608fa264db7678dcd80feddcf3bcb2b82a5e.tar.bz2
binutils/
* 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.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 8d4c349..0e62b52 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -559,9 +559,9 @@ powerpcle-*-nto*) targ_emul=elf32lppcnto ;;
powerpc-*-rtems*) targ_emul=elf32ppc ;;
powerpc-*-macos*) targ_emul=ppcmacos ;;
powerpc-*-netware*) targ_emul=ppcnw ;;
-powerpcle-*-pe) targ_emul=ppcpe ;;
-powerpcle-*-winnt*) targ_emul=ppcpe ;;
-powerpcle-*-cygwin*) targ_emul=ppcpe ;;
+powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin*)
+ targ_emul=ppcpe
+ targ_extra_ofiles="deffilep.o pe-dll.o" ;;
powerpc-*-aix[5-9]*) targ_emul=aix5ppc ;;
powerpc-*-aix*) targ_emul=aixppc ;;
powerpc-*-beos*) targ_emul=aixppc ;;