From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17394 invoked by alias); 10 Jul 2009 11:56:17 -0000 Received: (qmail 17349 invoked by uid 48); 10 Jul 2009 11:56:06 -0000 Date: Fri, 10 Jul 2009 11:56:00 -0000 Message-ID: <20090710115606.17348.qmail@sourceware.org> From: "mjw at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090710112212.10381.mjw@redhat.com> References: <20090710112212.10381.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug runtime/10381] sdt.h macros create relocatable addresses in non-writable allocated .probes section X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00083.txt.bz2 ------- Additional Comments From mjw at redhat dot com 2009-07-10 11:56 ------- commit 880fc23fa180ae9c9557e7ff945f5f1e750aef15 Author: Mark Wielaard Date: Fri Jul 10 13:53:00 2009 +0200 PR10381 sdt.h macros create relocatable addresses in non-writable section. Allocated section needs to be writable when creating pic shared objects because we store relocatable addresses in them. * includes/sys/sdt.h (ALLOCSEC): New macro, depends on __PIC__. (STAP_PROBE_DATA_): Use new ALLOCSEC macro. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=10381 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.