public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-424-g2d7232c
@ 2011-11-16 13:28 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2011-11-16 13:28 UTC (permalink / raw)
  To: systemtap-cvs

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  2d7232ca34eee7f244949fa4d05dcf039f558709 (commit)
      from  8c6bb2894a95b9035e7469adf339fb6402749b0f (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 2d7232ca34eee7f244949fa4d05dcf039f558709
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Nov 16 13:33:26 2011 +0100

    Don't use dwfl_module bias in either emit_address() and vardie_from_symtable().
    
    dwflpp::emit_address() is called by loc2c for emitting DW_OP_addr.
    DW_OP_addr could come from the actual dwarf location description or
    could be synthetically generated from through vardie_from_symtable().
    vardie_from_symtable() would keep the dwfl module bias (if there was one),
    but the DW_OP_addr from real dwarf debuginfo would not have it.
    Now we are consistently not having the module bias added.
    
    Add some variants of the externalvar.exp testcase, which previously
    failed with older GCC versions (where we would pick up the DW_OP_addr
    from the dwarf location description), while newer GCCs emit dwarf DIEs
    for these variables that only have the external flag set. The new
    testcase variants use static vars, which will have DW_OP_addr emitted
    in both old and new GCC versions.

-----------------------------------------------------------------------

Summary of changes:
 dwflpp.cxx                                 |   53 +++++++++------------------
 testsuite/systemtap.base/externalvar.c     |    9 +++++
 testsuite/systemtap.base/externalvar.exp   |   16 ++++++++-
 testsuite/systemtap.base/externalvar.stp   |   34 ++++++++++++++++++
 testsuite/systemtap.base/externalvar_lib.c |    5 +++
 5 files changed, 81 insertions(+), 36 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-16 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-16 13:28 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-424-g2d7232c mark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).