From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32620 invoked by alias); 9 Aug 2008 14:37:33 -0000 Received: (qmail 32604 invoked by uid 22791); 9 Aug 2008 14:37:32 -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; Sat, 09 Aug 2008 14:36:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 61CF82A974B; Sat, 9 Aug 2008 10:36:49 -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 8-MjcAnrruj7; Sat, 9 Aug 2008 10:36:49 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E36DB2A9743; Sat, 9 Aug 2008 10:36:48 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AC16BE7ACD; Sat, 9 Aug 2008 16:36:41 +0200 (CEST) Date: Sat, 09 Aug 2008 14:37: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: <20080809143641.GD4936@adacore.com> References: <20080808104815.GA4936@adacore.com> <20080808153355.7EA6E4E7A@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080808153355.7EA6E4E7A@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/msg00238.txt.bz2 > > 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? > > Sure but doing so can change the behavior of a program. Ah, of course! Your approach make total sense, now. -- Joel