From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10771 invoked by alias); 13 Dec 2004 20:22:32 -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 10636 invoked from network); 13 Dec 2004 20:22:19 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 13 Dec 2004 20:22:19 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iBDKMIdo024615; Mon, 13 Dec 2004 21:22:19 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iBDKMImS001158; Mon, 13 Dec 2004 21:22:18 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iBDKMEdG001155; Mon, 13 Dec 2004 21:22:14 +0100 (CET) Date: Mon, 13 Dec 2004 20:44:00 -0000 Message-Id: <200412132022.iBDKMEdG001155@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: randolph@tausq.org CC: gdb-patches@sources.redhat.com In-reply-to: <20041213040640.GK29171@tausq.org> (message from Randolph Chung on Sun, 12 Dec 2004 20:06:40 -0800) Subject: Re: [COMMIT] Enable new solib interface for HPUX References: <20041213040640.GK29171@tausq.org> X-SW-Source: 2004-12/txt/msg00364.txt.bz2 Date: Sun, 12 Dec 2004 20:06:40 -0800 From: Randolph Chung This somewhat large patch adds in the hooks and Makefile changes needed to use the new solib interface. Testsuite results are similar to what we used to see with the old solib code (i tested hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11). Committed, please let me know if you notice any problems :) Looks like you broke hppa2.0-hp-hpux10.20 :(. Don't worry about it though. I'll fix it ;-). Mark