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. 76aeec5b98e73589013f24bd99e3c40189bec7e8


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  76aeec5b98e73589013f24bd99e3c40189bec7e8 (commit)
       via  2f693f9d21a36e333994ef92117ba49a6d506334 (commit)
      from  91c190590ab3de6d214bcf307240b4ac291f697d (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=76aeec5b98e73589013f24bd99e3c40189bec7e8

commit 76aeec5b98e73589013f24bd99e3c40189bec7e8
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Sep 16 15:34:27 2014 -0400

    Remove dead code from objc-lang.c (spurious "fprintf (stderr...")
    
    This obvious change removes dead code from objc-lang.c.  I was
    grepping for "fprintf (stderr..." and found this code between "#if
    0".."#endif" blocks.
    
    2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
    
    	* objc-lang.c (find_implementation_from_class): Remove dead code.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2f693f9d21a36e333994ef92117ba49a6d506334

commit 2f693f9d21a36e333994ef92117ba49a6d506334
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Sep 16 15:30:41 2014 -0400

    Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."
    
    This is an obvious replacement of "fprintf (stderr..." by
    "fprintf_unfiltered (gdb_stdlog...", which is the standard to use in
    these cases.
    
    gdb/ChangeLog:
    2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
    
    	PR cli/7233
    	* linux-nat.c (linux_nat_wait_1): Replace "fprintf (stderr..." by
    	"fprintf_unfiltered (gdb_stdlog...)".

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

Summary of changes:
 gdb/ChangeLog   |   10 ++++++++++
 gdb/linux-nat.c |   26 +++++++++++++++-----------
 gdb/objc-lang.c |    5 -----
 3 files changed, 25 insertions(+), 16 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]