This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

gdb and binutils branch master updated. 6aefca7e4978b93f502ff8123a6c3cab6e0171f1


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  6aefca7e4978b93f502ff8123a6c3cab6e0171f1 (commit)
      from  6b65d1b6b3bb69051e32537cddf92baa22513cbd (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=6aefca7e4978b93f502ff8123a6c3cab6e0171f1

commit 6aefca7e4978b93f502ff8123a6c3cab6e0171f1
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Aug 28 11:59:09 2014 +0100

    Shadow SIM's debug_printf function
    
    GDB and SIM both have functions called "debug_printf", which conflicts
    at link time.  This commit shadows SIM's debug_printf with a macro so
    that SIM's symbol ends up being called "sim_debug_printf".
    
    sim/common/ChangeLog:
    
    	* sim-trace.h (debug_printf): New define.

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

Summary of changes:
 sim/common/ChangeLog   |    4 ++++
 sim/common/sim-trace.h |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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