From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13959 invoked by alias); 18 Aug 2002 16:48:37 -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 13951 invoked from network); 18 Aug 2002 16:48:35 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by sources.redhat.com with SMTP; 18 Aug 2002 16:48:35 -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 g7IGmRmS000758; Sun, 18 Aug 2002 18:48:27 +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 g7IGmR4w025200; Sun, 18 Aug 2002 18:48:27 +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 g7IGmRRC025197; Sun, 18 Aug 2002 18:48:27 +0200 (CEST) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/in] Add (broken) hppa-elf target References: <3D5FC7BE.3000302@ges.redhat.com> From: Mark Kettenis Date: Sun, 18 Aug 2002 09:48:00 -0000 In-Reply-To: Andrew Cagney's message of "Sun, 18 Aug 2002 12:13:50 -0400" Message-ID: <86it28xgdh.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-08/txt/msg00506.txt.bz2 Andrew Cagney writes: > Hello, > > This adds a config pattern to match hppa*-*-*. It configures a very Hi Andrew, I just realized that there is a problem with your recente changes that add several CPU-*-* patterns. Inroduction of these patterns means that we no longer detect targets as unsupported, i.e. if you add a config pattern to match i386-*-*, this will also catch i386-ibm-aix which I just obsoleted. Mark