public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Can we emulate i386-pc-pe-coff with i386coff?
@ 2000-06-14 11:08 H . J . Lu
  2000-06-14 19:48 ` Alan Modra
  2000-06-16  7:54 ` New cross toolchain development utility Steve Hill
  0 siblings, 2 replies; 5+ messages in thread
From: H . J . Lu @ 2000-06-14 11:08 UTC (permalink / raw)
  To: alan; +Cc: binutils

I don't think we can emulate i386-pc-pe-coff with i386coff. I don't
even know we can emulate i386-pc-pe-coff at all. The problem is
config/tc-i386.c has #ifdef TE_PE inside. We need to modify it to
check TE_PE at the runtime or do something else. Anyway, this patch
disable the i386coff emulation for i386-pc-pe-coff.


-- 
H.J. Lu (hjl@gnu.org)
----
2000-06-14  H.J. Lu <hjl@gnu.org>

	* configure.in: Don't emulate i386-pc-pe-coff with i386coff.
	* configure: Rebuild.

Index: configure.in
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/configure.in,v
retrieving revision 1.24
diff -u -p -r1.24 configure.in
--- configure.in	2000/06/13 19:25:38	1.24
+++ configure.in	2000/06/14 18:00:46
@@ -557,6 +557,8 @@ changequote([,])dnl
 			big)	emulation="mipsbelf mipslelf mipself" ;;
 			*)	emulation="mipslelf mipsbelf mipself" ;;
 			esac ;;
+      # i386-pc-pe-coff != i386-pc-coff.
+      i386-*-pe-coff)	;;
       # Uncommenting the next line will turn on support for i386 AOUT
       # for the default linux configuration
       # i386-*-linux*-elf) emulation="i386elf i386aout" ;;

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: My i386-pc-pe-coff pacth to gas/configure.in [Re: Can we emulate i386-pc-pe-coff with i386coff?]
@ 2000-06-18 16:15 Nick Clifton
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Clifton @ 2000-06-18 16:15 UTC (permalink / raw)
  To: hjl; +Cc: alan, binutils

Hi H.J.

: I haven't heard any comments on my patch. Is that ok with everyone?

Sorry - it was stuck in my queue.

: 2000-06-14  H.J. Lu <hjl@gnu.org>
: 
: 	* configure.in: Don't emulate i386-pc-pe-coff with i386coff.
: 	* configure: Rebuild.

Approved.

Cheers
	Nick

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

end of thread, other threads:[~2000-06-18 16:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-14 11:08 Can we emulate i386-pc-pe-coff with i386coff? H . J . Lu
2000-06-14 19:48 ` Alan Modra
2000-06-18  9:41   ` My i386-pc-pe-coff pacth to gas/configure.in [Re: Can we emulate i386-pc-pe-coff with i386coff?] H . J . Lu
2000-06-16  7:54 ` New cross toolchain development utility Steve Hill
2000-06-18 16:15 My i386-pc-pe-coff pacth to gas/configure.in [Re: Can we emulate i386-pc-pe-coff with i386coff?] Nick Clifton

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).