From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31232 invoked by alias); 18 Aug 2002 18:03:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31223 invoked from network); 18 Aug 2002 18:03:11 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by sources.redhat.com with SMTP; 18 Aug 2002 18:03:11 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.5/8.12.5) with ESMTP id g7II33mS000856; Sun, 18 Aug 2002 20:03:03 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.5/8.12.5) with ESMTP id g7II334w029621; Sun, 18 Aug 2002 20:03:03 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.5/8.12.5/Submit) id g7II32ag029618; Sun, 18 Aug 2002 20:03:02 +0200 (CEST) Date: Sun, 18 Aug 2002 11:03:00 -0000 Message-Id: <200208181803.g7II32ag029618@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@ges.redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3D5FD91C.7000302@ges.redhat.com> (message from Andrew Cagney on Sun, 18 Aug 2002 13:27:56 -0400) Subject: Re: [patch/in] Add (broken) hppa-elf target References: <3D5FC7BE.3000302@ges.redhat.com> <86it28xgdh.fsf@elgar.kettenis.dyndns.org> <3D5FD91C.7000302@ges.redhat.com> X-SW-Source: 2002-08/txt/msg00515.txt.bz2 Date: Sun, 18 Aug 2002 13:27:56 -0400 From: Andrew Cagney PS: To give you a headache :-) Even though a native i386-ibm-aix won't build, there is a good chance that an i386-ibm-aix host will build an i386-ibm-aix cross debugger. This is correct behavour because a cross debugger should be buildable on any host :-) Yup. Except that --target=i386-ibm-aix won't give you exactly a i386-ibm-aix cross-debuger. It will give you the same generic i386 cross-debuger as --target=i386-elf or --target=i386-whatever-junk. Suppose i386-ibm-aix had a rather peculiar ABI that's really incompatible with the generic i386 ABI. The resulting GDB would not be very useful. Shouldn't we somehow warn against this? Mark