From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8464 invoked by alias); 18 Sep 2009 14:14:57 -0000 Received: (qmail 8435 invoked by uid 9112); 18 Sep 2009 14:14:57 -0000 Date: Fri, 18 Sep 2009 14:14:00 -0000 Message-ID: <20090918141454.8409.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-374-g5ee3f30 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f6efd18a0bcae7697651f794fd2d2ebcf66faf62 X-Git-Newrev: 5ee3f305e81fd2e1953d8a74530326f728a33ce8 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q3/txt/msg00289.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 5ee3f305e81fd2e1953d8a74530326f728a33ce8 (commit) from f6efd18a0bcae7697651f794fd2d2ebcf66faf62 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ee3f305e81fd2e1953d8a74530326f728a33ce8 Author: Mark Wielaard Date: Fri Sep 18 16:13:24 2009 +0200 Always mark .probes section as writable. Allocated section needs to be writable when creating pic shared objects because we store relocatable addresses in them. We used to make this read only for non-pic executables, but the new semaphore support relies on having a writable .probes section to put the enabled variables in. * includes/sys/sdt.h (ALLOCSEC): Define unconditionally as "aw". ----------------------------------------------------------------------- Summary of changes: includes/sys/sdt.h | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool