From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16498 invoked by alias); 10 Aug 2004 06:56:15 -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 16490 invoked from network); 10 Aug 2004 06:56:14 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 10 Aug 2004 06:56:14 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BuQYN-00043o-00; Tue, 10 Aug 2004 02:56:11 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 847FB4B102; Tue, 10 Aug 2004 02:56:18 -0400 (EDT) Date: Tue, 10 Aug 2004 06:56:00 -0000 From: Michael Chastain To: dave@hiauly1.hia.nrc.ca, kettenis@chello.nl, brobecker@gnat.com Subject: Re: ptrace(2) autoconf tests Cc: gdb@sources.redhat.com Message-ID: <41187192.nailB5K1D4TQB@mindspring.com> References: <200408082100.i78L0BdZ005809@elgar.kettenis.dyndns.org> <20040809053715.GK1192@gnat.com> <200408092152.i79LqnNb059801@elgar.kettenis.dyndns.org> <20040810054931.GU1192@gnat.com> In-Reply-To: <20040810054931.GU1192@gnat.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00144.txt.bz2 Joel Brobecker wrote: > I just started the testing for AIX 4.3.2 and 5.1, but we don't have > any 20.20 systems. I think Michael should be able to set something up. The HP Test Drive cluster doesn't have any hpux 10.20 systems. They have an hpux 11.11 system, and I have access to an hpux 11.00 system somewhere else, but no 10.20. Here is the deal with hpux 10.20. I tried to remove it from gdb last year, but John David Anglin, the hpux gcc maintainer, still has one hpux 10.20 system in production. So we still have support for hpux 10.20 in gdb source. Mark, perhaps you and Dave could work together to get the ptrace patch tested on an hpux 10.20 system? The big difference with hpux 10.20 is that it has an optional threads library (not pthreads compatible) which hpux 11.00 and hpux 11.11 don't have. Also, for background info, here is a table of hpux dates: http://software.hp.com/RELEASES-MEDIA/history/slide2.html Version Introduced Discontinued Obsolete 9.04 1993-11 1997-10-31 1998-12-31 10.01 1995-07 2000-10-31 2003-06-30 10.10 1996-02 1999-06-30 2003-06-30 10.20 1996-08 2002-06-30 2003-06-30 10.30 1997-08 1998-05-31 1999-05-31 11.00 1997-11 2004-03-31 2006-12-31 B.11.11 2000-06 TBD TBD B.11.20 2001-06 2002-12-01 2003-06-30 B.11.22 2002-06 TBD TBD B11.20 is itanium based B11.22 is itanium-2 based B11.23 is itanium-2 based and is the current release Michael C