gdb and binutils branch master updated. 2abc3f8d59e0130e5340a5489b53556f12c9d0ce

dblaikie@sourceware.org dblaikie@sourceware.org
Fri Apr 25 05:34:00 GMT 2014


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 "gdb and binutils".

The branch, master has been updated
       via  2abc3f8d59e0130e5340a5489b53556f12c9d0ce (commit)
      from  bfd39632142cba581a430e41ed38c5153d1fc07a (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2abc3f8d59e0130e5340a5489b53556f12c9d0ce

commit 2abc3f8d59e0130e5340a5489b53556f12c9d0ce
Author: David Blaikie <dblaikie@gmail.com>
Date:   Thu Apr 10 23:45:28 2014 -0700

    Ensure unreferenced static symbols aren't omitted by clang (either marking them __attribute__((used)) or making them non-static)
    
    gdb/testsuite/
           * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
           ensure clang would not discard them.
           * gdb.base/gdbvars.c: Ditto.
           * gdb.base/memattr.c: Ditto.
           * gdb.base/whatis.c: Ditto.
           * gdb.python/py-prettyprint.c: Ditto.
           * gdb.trace/actions.c: Ditto.
           * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
           ensure clang would not discard it.

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

Summary of changes:
 gdb/testsuite/ChangeLog                   |   12 ++++++++++++
 gdb/testsuite/gdb.base/catch-syscall.c    |   12 ++++++------
 gdb/testsuite/gdb.base/gdbvars.c          |    4 ++--
 gdb/testsuite/gdb.base/memattr.c          |   10 +++++-----
 gdb/testsuite/gdb.base/whatis.c           |    8 ++++----
 gdb/testsuite/gdb.cp/ptype-cv-cp.cc       |    2 +-
 gdb/testsuite/gdb.python/py-prettyprint.c |    2 +-
 gdb/testsuite/gdb.trace/actions.c         |    2 +-
 8 files changed, 32 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
gdb and binutils



More information about the Gdb-cvs mailing list