From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3311 invoked by alias); 18 Aug 2010 10:02:55 -0000 Received: (qmail 3060 invoked by uid 9024); 18 Aug 2010 10:02:54 -0000 Date: Wed, 18 Aug 2010 10:02:00 -0000 Message-ID: <20100818100254.3042.qmail@sourceware.org> From: roland@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, roland/new-sdt, created. release-1.3-57-g317969a X-Git-Refname: refs/heads/roland/new-sdt X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 317969a9f1448009e055c95be6e51dd750280e06 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: 2010-q3/txt/msg00150.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, roland/new-sdt has been created at 317969a9f1448009e055c95be6e51dd750280e06 (commit) - Log ----------------------------------------------------------------- commit 317969a9f1448009e055c95be6e51dd750280e06 Author: Roland McGrath Date: Wed Aug 18 01:39:45 2010 -0700 Clean up test compilations using sys/sdt.h, test new and old variants * testsuite/sys/sdt.h: New file. * testsuite/lib/systemtap.exp (sdt_includes): New function. * testsuite/systemtap.base/const_value.exp: Use [sdt_includes]. * testsuite/systemtap.base/cxxclass.exp: Likewise. * testsuite/systemtap.base/vta-test.exp: Likewise. * testsuite/systemtap.exelib/exelib.exp: Likewise. * testsuite/systemtap.base/sdt.exp: Likewise. Test new version plus sdt-compat.h v1 and v2 variants. * testsuite/systemtap.base/sdt_misc.exp: Likewise. commit d7b133a7ce08501ded8c34732cdfa411a6e77225 Author: Roland McGrath Date: Wed Aug 18 01:35:40 2010 -0700 Make sdt-compat.h play nice with new sys/sdt.h * sdt-compat.h: Change multiple inclusion protection to _SDT_COMPAT_H. Omit probe macros if _SYS_SDT_H is defined. * tapsets.cxx: Include "sys/sdt.h" before "sdt-compat.h". commit 8ae1711445fdfbfa4b847645f11f3f038b682597 Author: Roland McGrath Date: Tue Aug 17 23:57:49 2010 -0700 Replace macros with new ones generating notes, usable in asm * includes/sys/sdt.h: Rewritten. * Makefile.am (oldinclude_HEADERS): Add includes/sys/sdt-config.h here. (AM_CPPFLAGS): Add -I to find the built file. * systemtap.spec (%files sdt-devel): Likewise. * Makefile.in: Regenerated. * util.h: Include here. commit 3b9d4e2be2efc1a1cf3197bfcb115312aaaf209e Author: Roland McGrath Date: Tue Aug 17 23:49:01 2010 -0700 Move old sys/sdt.h to sdt-compat.h for translator use * includes/sys/sdt.h: File renamed to ... * sdt-compat.h: ... here. * Makefile.am (noinst_HEADERS): New variable, add it. * tapset.cxx: Include "sdt-compat.h" instead of "sys/sdt.h". commit 178f2bda48cfa7462bbae9016cd5aa09ffb082c4 Author: Roland McGrath Date: Tue Aug 17 13:25:45 2010 -0700 Add configury for using .section "?" in sdt.h * includes/sys/sdt-config.h.in: New file. * configure.ac: Check for assembler support of .section name,"?". * configure: Regenerated. * Makefile.in: Regenerated. ----------------------------------------------------------------------- hooks/post-receive -- systemtap: system-wide probe/trace tool