]> sourceware.org Git - systemtap.git/commit
PR18462: Allow library macro deprecation
authorMartin Cermak <mcermak@redhat.com>
Tue, 23 Jun 2015 06:36:46 +0000 (08:36 +0200)
committerMartin Cermak <mcermak@redhat.com>
Tue, 23 Jun 2015 06:36:46 +0000 (08:36 +0200)
commited891cf3ae12be8163eb283371d5696c6f7ff1ad
tree8b7b7c37ba6873c5a84069ee6d64f047ac8ab5dd
parent4edb83d301c1230cf60354ac6ecba675f426170c
PR18462: Allow library macro deprecation

Parts of the tapset code can get deprecated using conditionals as
described in the HACKING file. This patch extends this to library
macros, which can now get deprecated too. Patch includes example
macro deprecation and a testcase.

* NEWS: Mention '__int32_compat' library macro deprecation.
* parse.cxx: Allow library macro deprecation.
* tapset/linux/syscalls.stpm: Deprecate '__int32_compat' macro.
* testsuite/parseok/macros09.stp: New testcase.
NEWS
parse.cxx
tapset/linux/syscalls.stpm
testsuite/parseok/macros09.stp [new file with mode: 0755]
This page took 0.026719 seconds and 5 git commands to generate.