From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25635 invoked by alias); 12 May 2002 22:04:22 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25603 invoked from network); 12 May 2002 22:04:19 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 12 May 2002 22:04:19 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.11.6/8.11.6) with ESMTP id g4CM5ck06477 for ; Mon, 13 May 2002 00:05:38 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.11.6/8.11.6) id g4CM4HU27541; Mon, 13 May 2002 00:04:17 +0200 (CEST) (envelope-from kettenis) Date: Sun, 12 May 2002 15:04:00 -0000 From: Mark Kettenis Message-Id: <200205122204.g4CM4HU27541@elgar.kettenis.dyndns.org> To: gdb@sources.redhat.com Subject: Towards truly multi-arching the i386 X-SW-Source: 2002-05/txt/msg00131.txt.bz2 The i386 has been partially multi-arch'ed for some time now, but only the bare minimum has been done. Therefore I decided to put some real effort into it. I think I've tackled most of the difficulties, and made some real progress. Unfortunately there are quite a number of old targets that I'd really like to drop in this process. I made some lists with targets: targets that are already working satisfactory, targets that I intend to support (possibly with the help of others), one target that's really redundant, and a few targets that I'd like to obsolete. Please take a good look at that last look, and yell at me if you can think of a reason not to obsolete any of those targets. If I don't hear anything within the next few weeks they will be lost forever :-). Mark Supported targets ----------------- i386-*-aout* i386-*-coff* i386-*-elf* i386-*-freebsd* i386-*-linux* i386-*-msdosdjgpp* i386-*-netbsdelf* i386-*-netbsd* i386-*-netware* i386-*-openbsd* i386-*-pe* i386-*-solaris* Canonicalized to i386-pc-solaris2 i386-*-sysv4* i386-*-vxworks* To be supported --------------- i386-*-cygwin* i386-*-isc* Issue with START_INFERIOR_TRAPS_EXPECTED i386-*-lynxos* i386-*-sco3.2v5* Several issues i386-*-sco* Issue with START_INFERIOR_TRAPS_EXPECTED i386-*-sysv4.2* UNIXWARE define, ptid issues i386-*-sysv5* UNIXWARE define, ptid issues i386-*-sysv* Issue with START_INFERIOR_TRAPS_EXPECTED Redundant targets ----------------- i386-ncr-* Caught by i386-*-sysv4* Obsolete targets ---------------- i386-sequent-bsd* i386-sequent-sysv4* i386-sequent-sysv* i386-*-aix* i386-*-bsd* i386-*-mach3* i386-*-os9k i386-*-osf1mk* i386-*-sco3.2v4* Broken