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. 3bca49eec22679298a36f7fb2059169c61b7cbfa


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  3bca49eec22679298a36f7fb2059169c61b7cbfa (commit)
      from  6e366df19d789254b8e26cc7620218ce98df324f (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=3bca49eec22679298a36f7fb2059169c61b7cbfa

commit 3bca49eec22679298a36f7fb2059169c61b7cbfa
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Jun 17 12:57:06 2014 -0600

    remove redundant savestring declaration
    
    I happened to notice that savestring is still declared in utils.h,
    despite the fact that it was moved to common/ a while back.  This
    patch removes the redundant declaration.  Tested by rebuilding.  I'm
    committing this as obvious.
    
    2014-06-17  Tom Tromey  <tromey@redhat.com>
    
    	* utils.h (savestring): Remove declaration.

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

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/utils.h   |    2 --
 2 files changed, 4 insertions(+), 2 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]