public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: Dave Korn <dave.korn@artimi.com>
Cc: 'Nick Clifton' <nickc@redhat.com>, binutils@sourceware.org
Subject: Re: Mainline and branch: --enable-targets=all dead on cygwin
Date: Wed, 26 Apr 2006 14:38:00 -0000	[thread overview]
Message-ID: <20060426113121.GX27430@bubble.grove.modra.org> (raw)
In-Reply-To: <05cf01c66915$8c3ff7f0$a501a8c0@CAM.ARTIMI.COM>

On Wed, Apr 26, 2006 at 10:41:08AM +0100, Dave Korn wrote:
>   I just filed a PR as it was still happening to me last night.  Maybe
> something in my cygwin installation isn't fully up-to-date; I'll make sure
> I've got the latest everything and double-check.

It's a bug.  Try this.

	* config/obj-coff.h (TARGET_FORMAT <TC_I386>): Wrap all with #ifndef.

Index: gas/config/obj-coff.h
===================================================================
RCS file: /cvs/src/src/gas/config/obj-coff.h,v
retrieving revision 1.34
diff -u -p -r1.34 obj-coff.h
--- gas/config/obj-coff.h	27 Oct 2005 07:40:07 -0000	1.34
+++ gas/config/obj-coff.h	26 Apr 2006 11:26:01 -0000
@@ -59,14 +59,14 @@
 #ifdef TC_I386
 #include "coff/i386.h"
 
+#ifndef TARGET_FORMAT
 #ifdef TE_PE
 #define TARGET_FORMAT "pe-i386"
-#endif
-
-#ifndef TARGET_FORMAT
+#else
 #define TARGET_FORMAT "coff-i386"
 #endif
 #endif
+#endif
 
 #ifdef TC_M68K
 #include "coff/m68k.h"

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

  reply	other threads:[~2006-04-26 11:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-19 16:27 Dave Korn
2006-04-26 11:31 ` Nick Clifton
2006-04-26 12:47   ` Dave Korn
2006-04-26 14:38     ` Alan Modra [this message]
2006-04-26 16:59       ` Dave Korn
2006-04-26 18:18         ` Dave Korn
2006-04-26 20:07         ` Alan Modra
2006-05-29 18:00           ` Aaron W. LaFramboise

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060426113121.GX27430@bubble.grove.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sourceware.org \
    --cc=dave.korn@artimi.com \
    --cc=nickc@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).