From 3ac5406bdb24ecbb504bda4c539a517fc51122e8 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 13 May 2011 06:43:13 +0000 Subject: [PATCH] bfd/ 2011-05-13 Jan Beulich * config.bfd: Add targets x86_64-*-pe and x86_64-*-pep. ld/ 2011-05-13 Jan Beulich * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 +- ld/ChangeLog | 4 ++++ ld/configure.tgt | 3 +++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 53dcb8f..f929a9e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2011-05-13 Jan Beulich + + * config.bfd: Add targets x86_64-*-pe and x86_64-*-pep. + 2011-05-12 Jan Kratochvil * config.in: Regenerated. diff --git a/bfd/config.bfd b/bfd/config.bfd index 2cf6be4..618bfdf 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -601,7 +601,7 @@ case "${targ}" in targ_selvecs="bfd_elf32_i386_vec bfd_elf32_x86_64_vec i386linux_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec" want64=true ;; - x86_64-*-mingw*) + x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep) targ_defvec=x86_64pe_vec targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec" want64=true 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 + + * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep. + 2011-05-09 Paul Brook * 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" ;; -- 2.7.4