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. 75783939d7bd00c4e0086e5b7e536fb88f4e9d27


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  75783939d7bd00c4e0086e5b7e536fb88f4e9d27 (commit)
      from  2d7bb7580ac174127f8ae127ebc4156a91035fc0 (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=75783939d7bd00c4e0086e5b7e536fb88f4e9d27

commit 75783939d7bd00c4e0086e5b7e536fb88f4e9d27
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Wed Dec 3 08:56:10 2014 -0500

    Fix make_cleanup_dtor signature to match declaration
    
    The definition does not use the typedef for the dtor function pointer
    type that the declaration uses.  It's a cosmetic-only change.
    
    ChangeLog:
    
    	* common/cleanups.c (make_cleanup_dtor): Use typedef for dtor
    	type.

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

Summary of changes:
 gdb/ChangeLog         |    5 +++++
 gdb/common/cleanups.c |    2 +-
 2 files changed, 6 insertions(+), 1 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]