public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Don't include x86_64coff_vec for x86_64-*-mingw*
@ 2007-07-26 21:30 H.J. Lu
  2007-07-27  8:59 ` Kai Tietz
  0 siblings, 1 reply; 2+ messages in thread
From: H.J. Lu @ 2007-07-26 21:30 UTC (permalink / raw)
  To: binutils; +Cc: kai.tietz

Why does x86_64-*-mingw* include x86_64coff_vec? I got

[hjl@gnu-6 dean-1]$ ./usr/local/bin/objdump -h Sample64.obj
./usr/local/bin/objdump: Sample64.obj: File format is ambiguous
./usr/local/bin/objdump: Matching formats: pe-x86-64 coff-x86-64

i[3-7]86-*-mingw32* doesn't include i386coff_vec. I don't think
x86_64-*-mingw* should. I will check it in if there is no objection
by tomorrow.


H.J.
---
2007-07-26  H.J. Lu  <hongjiu.lu@intel.com>

	* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.

--- bfd/config.bfd.pecoff	2007-07-24 14:01:59.000000000 -0700
+++ bfd/config.bfd	2007-07-26 14:14:25.000000000 -0700
@@ -598,7 +598,7 @@ case "${targ}" in
     ;;
   x86_64-*-mingw*)
     targ_defvec=x86_64pe_vec
-    targ_selvecs="x86_64pe_vec x86_64pei_vec x86_64coff_vec  bfd_elf64_x86_64_vec"
+    targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec"
     want64=true
     targ_underscore=yes
     ;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: Don't include x86_64coff_vec for x86_64-*-mingw*
  2007-07-26 21:30 PATCH: Don't include x86_64coff_vec for x86_64-*-mingw* H.J. Lu
@ 2007-07-27  8:59 ` Kai Tietz
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Tietz @ 2007-07-27  8:59 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

"H.J. Lu" <hjl@lucon.org> wrote on 26.07.2007 23:20:06:

> Why does x86_64-*-mingw* include x86_64coff_vec? I got
> 
> [hjl@gnu-6 dean-1]$ ./usr/local/bin/objdump -h Sample64.obj
> ./usr/local/bin/objdump: Sample64.obj: File format is ambiguous
> ./usr/local/bin/objdump: Matching formats: pe-x86-64 coff-x86-64
> 
> i[3-7]86-*-mingw32* doesn't include i386coff_vec. I don't think
> x86_64-*-mingw* should. I will check it in if there is no objection
> by tomorrow.
I don't remember, why this was necessary. But AFAICS this patch is OK for 
me, if there are no regressions on testsuite test.

Cheers,
 i.A. Kai Tietz

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-Straße 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  Komplementärin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-Straße 9 – 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - Geschäftsführer: 
Ulrike Döhler, Manuela Kluger


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-27  7:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-26 21:30 PATCH: Don't include x86_64coff_vec for x86_64-*-mingw* H.J. Lu
2007-07-27  8:59 ` Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).