From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20165 invoked by alias); 7 Aug 2010 13:06:24 -0000 Received: (qmail 20157 invoked by uid 22791); 7 Aug 2010 13:06:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 07 Aug 2010 13:06:14 +0000 Received: (qmail 26671 invoked from network); 7 Aug 2010 13:06:12 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Aug 2010 13:06:12 -0000 Date: Sat, 07 Aug 2010 13:06:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: Michael Snyder , gdb@sourceware.org Subject: Re: Platforms using COFF? Message-ID: <20100807130604.GA20276@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , Michael Snyder , gdb@sourceware.org References: <83lj8kw3ep.fsf@gnu.org> <4C5C528B.6000304@vmware.com> <837hk2wznp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <837hk2wznp.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00045.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery