From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31685 invoked by alias); 11 Jan 2004 15:25:54 -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 31678 invoked from network); 11 Jan 2004 15:25:53 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.3.48) by sources.redhat.com with SMTP; 11 Jan 2004 15:25:53 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 60E4E2B8F; Sun, 11 Jan 2004 10:25:43 -0500 (EST) Message-ID: <40016AF7.8030403@gnu.org> Date: Sun, 11 Jan 2004 15:25:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: brobecker@act-europe.fr, dave@hiauly1.hia.nrc.ca, gdb@sources.redhat.com Subject: Re: Proposal: obsolete target hppa*-hp-hpux10.* References: <20040108194200.D29734B35A@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00144.txt.bz2 > ac> Can I guess that you're, at least in part, working on 11.11 because it > ac> is a stable PA RISC based platform and offers a path for getting > ac> GNU/Linux PA out of limbo? > > Stand back, I'm gonna vent ... > > Well, no. > > My original motivation was that there's a lot of code in the test suite > which is HP-specific. gdb.cp/local.exp has all these cases for HP > compilers and I can't touch them. Now I can touch them. funcargs.exp > had twenty-three instances of "if { $hp_cc_compiler } { setup_xfail > hppa*-hp-hpux* }". funcargs.exp now has zero instances of > "$hp_cc_compiler". Can I also vent? :-) All that HP/UX specific xfail stuff should be deleted unconditionally. It's all wrong. It's another HP merge bogon. Time to again threaten to remove the lot? :-) Andrew