From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9391 invoked by alias); 5 Dec 2004 19:49:13 -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 9331 invoked from network); 5 Dec 2004 19:49:09 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 5 Dec 2004 19:49:09 -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 iB5JkffM004174; Sun, 5 Dec 2004 20:46:41 +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 iB5JkemZ001696; Sun, 5 Dec 2004 20:46:40 +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 iB5Jke2k001693; Sun, 5 Dec 2004 20:46:40 +0100 (CET) Date: Sun, 05 Dec 2004 20:04:00 -0000 Message-Id: <200412051946.iB5Jke2k001693@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: randolph@tausq.org CC: brobecker@adacore.com, gdb-patches@sources.redhat.com In-reply-to: <20041205193717.GW6359@tausq.org> (message from Randolph Chung on Sun, 5 Dec 2004 11:37:17 -0800) Subject: Re: [RFA/RFC] Fix "info shared" on 32-bit (SOM) HP-UX References: <200412051709.iB5H9nKI001392@elgar.sibelius.xs4all.nl> <20041205193717.GW6359@tausq.org> X-SW-Source: 2004-12/txt/msg00134.txt.bz2 Date: Sun, 5 Dec 2004 11:37:17 -0800 From: Randolph Chung > This should all be temporary; we should make an effort *soon* to get > somsolib.c integrated in the solib.c framework of handling shared > libraries. But at least this allows us to get a reasonable baseline. > > OK? yes, ok with me. i started working on solib-som.[ch] but got sidetracked.... will try to get back to it soon. Great! Thanks! I committed the patch. Mark