This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-141-g924a2ea


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  924a2ea21d0276229a752e58e5c5c1a9346648be (commit)
      from  86758d5f2b838d5769c7ace15269a4ebc422f94a (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 924a2ea21d0276229a752e58e5c5c1a9346648be
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Mar 16 18:36:44 2009 -0700

    PR9951: Prevent GCC warnings in deref()
    
    In some configurations, GCC was warning about a possible use of _v in
    the deref macros.  I could not reproduce the error, but the only case
    where _v is not written is if lookup_bad_addr rejects the address, in
    which case we will hit DEREF_FAULT and _v won't be used.
    
    Now we're priming _v=0 anyway, so GCC has no right to complain...

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

Summary of changes:
 runtime/loc2c-runtime.h |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]