aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-05-13 06:43:13 +0000
committerJan Beulich <jbeulich@novell.com>2011-05-13 06:43:13 +0000
commit3ac5406bdb24ecbb504bda4c539a517fc51122e8 (patch)
treec357fef5e148ee72fa21ce863ef3983fc8759d3c /ld
parentc472114968cbec60f8538378adf6aff3fe829860 (diff)
downloadgdb-3ac5406bdb24ecbb504bda4c539a517fc51122e8.zip
gdb-3ac5406bdb24ecbb504bda4c539a517fc51122e8.tar.gz
gdb-3ac5406bdb24ecbb504bda4c539a517fc51122e8.tar.bz2
bfd/
2011-05-13 Jan Beulich <jbeulich@novell.com> * config.bfd: Add targets x86_64-*-pe and x86_64-*-pep. ld/ 2011-05-13 Jan Beulich <jbeulich@novell.com> * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt3
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e7e526b..5f5bf9a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-13 Jan Beulich <jbeulich@novell.com>
+
+ * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep.
+
2011-05-09 Paul Brook <paul@codesourcery.com>
* emultempl/tic6xdsbt.em (merge_exidx_entries): New.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 7528cb5..53f9395 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -266,6 +266,9 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
+ targ_extra_emuls=i386pe ;
+ targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
x86_64-*-mingw*) targ_emul=i386pep ;
targ_extra_emuls=i386pe
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;