From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28209 invoked by alias); 8 Aug 2008 10:48:59 -0000 Received: (qmail 28201 invoked by uid 22791); 8 Aug 2008 10:48:59 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Aug 2008 10:48:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 040A02A9726; Fri, 8 Aug 2008 06:48:23 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FGvlwK1VvVVl; Fri, 8 Aug 2008 06:48:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 848822A9720; Fri, 8 Aug 2008 06:48:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4C495E7ACD; Fri, 8 Aug 2008 12:48:15 +0200 (CEST) Date: Fri, 08 Aug 2008 10:48:00 -0000 From: Joel Brobecker To: John David Anglin Cc: gdb-patches@sourceware.org Subject: Re: [patch] Only force private mapping of shared libraries in solib-som.c on HP-UX 10 and earlier Message-ID: <20080808104815.GA4936@adacore.com> References: <20080806192413.ABC03431A@hiauly1.hia.nrc.ca> <20080807213349.1ABC04E99@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080807213349.1ABC04E99@hiauly1.hia.nrc.ca> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00191.txt.bz2 > 2008-08-07 John David Anglin > > * solib-som.c: Include string.h and sys/utsname.h. > (get_hpux_major_release): New function. > (som_solib_create_inferior_hook): Read dynamic linker header. Warn > about shared library private mapping on HP-UX 11 and later. Only force > private mapping of shared libraries on HP-UX 10 and earlier. > (link_map_start): Delete warning. This seems OK to me - commit at any time. Just a question: Can't we just force private mapping on HP/UX 11 the same way we do for v10? -- Joel