From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15707 invoked by alias); 7 Aug 2010 14:04:51 -0000 Received: (qmail 15698 invoked by uid 22791); 7 Aug 2010 14:04:50 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 07 Aug 2010 14:04:45 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L6S00900CB7I700@a-mtaout20.012.net.il> for gdb@sourceware.org; Sat, 07 Aug 2010 17:04:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.102.143]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L6S009ZWCESBK40@a-mtaout20.012.net.il>; Sat, 07 Aug 2010 17:04:05 +0300 (IDT) Date: Sat, 07 Aug 2010 14:04:00 -0000 From: Eli Zaretskii Subject: Re: Platforms using COFF? In-reply-to: <201008071323.o77DNKU9006591@glazunov.sibelius.xs4all.nl> To: Mark Kettenis Cc: dan@codesourcery.com, msnyder@vmware.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <8339uqwmcq.fsf@gnu.org> References: <83lj8kw3ep.fsf@gnu.org> <4C5C528B.6000304@vmware.com> <837hk2wznp.fsf@gnu.org> <20100807130604.GA20276@caradoc.them.org> <201008071323.o77DNKU9006591@glazunov.sibelius.xs4all.nl> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00047.txt.bz2 > Date: Sat, 7 Aug 2010 15:23:20 +0200 (CEST) > From: Mark Kettenis > CC: eliz@gnu.org, msnyder@vmware.com, gdb@sourceware.org > > > Date: Sat, 7 Aug 2010 09:06:09 -0400 > > From: Daniel Jacobowitz > > > > On Sat, Aug 07, 2010 at 12:16:42PM +0300, Eli Zaretskii wrote: > > > > Date: Fri, 06 Aug 2010 11:20:59 -0700 > > > > From: Michael Snyder > > > > CC: "gdb@sourceware.org" > > > > > > > > grep -li coff config/*/* > > > > config/djgpp/fnchange.lst > > > > config/powerpc/aix.mh > > > > config/rs6000/nm-rs6000.h > > > > > > Thanks. Other than DJGPP, these are for AIX, I believe. If that's > > > true, then AIX uses XCOFF, which seems to be already covered by > > > unexaix.c in Emacs. > > > > > > Does anyone know which of the platforms hinted by bfd/coff-FOO.c are > > > still in widespread use? > > > > Some of them are in use - but I'd be amazed if any of them ran emacs > > :-) You might want to check whether any of the NetBSD/OpenBSD > > platforms are COFF, but I don't think so. > > We (OpenBSD) have a few a.out platforms left (vax, m68k, m88k). All > the others are ELF. I believe NetBSD has been ELF-only for a while. > > I believe we have a COFF bootloader for older PowerPC Macs, but I > doubt anybody will try to run emacs in that environment ;). Thanks, guys. I take it that I can safely leave only the DJGPP code in unexcoff.c, right?