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. c2cec97c243a014ce2535fc7ccef771f13d5e39a


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  c2cec97c243a014ce2535fc7ccef771f13d5e39a (commit)
       via  78e5999d375b8ceae5b114b7cfed4b2c20779921 (commit)
       via  f2052bbe7a66ae99d72b48477289f1fea32bc982 (commit)
      from  fde4f8ed8ce077b652f046ada8b208eaccbf3a7a (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=c2cec97c243a014ce2535fc7ccef771f13d5e39a

commit c2cec97c243a014ce2535fc7ccef771f13d5e39a
Author: Tom Tromey <tromey@redhat.com>
Date:   Sun Dec 29 19:35:02 2013 -0700

    remove obsolete declaration
    
    deprecated_core_resize_section_table is declared but never defined.
    This patch removes the stale declaration.
    
    2014-01-13  Tom Tromey  <tromey@redhat.com>
    
    	* gdbcore.h (deprecated_core_resize_section_table): Remove.

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

commit 78e5999d375b8ceae5b114b7cfed4b2c20779921
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Dec 28 15:11:36 2013 -0700

    remove use_windows
    
    Nothing actually uses use_windows, not even Insight.  So, this patch
    removes it.
    
    2014-01-13  Tom Tromey  <tromey@redhat.com>
    
    	* defs.h (use_windows): Remove.
    	* gdb.c (main): Update.
    	* main.c (captured_main, gdb_main): Update.
    	* main.h (struct captured_main_args) <use_windows>: Remove.
    	* top.c (use_windows): Remove.

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

commit f2052bbe7a66ae99d72b48477289f1fea32bc982
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Dec 28 14:43:25 2013 -0700

    remove unused deprecated_flush_hook declaration
    
    deprecated_flush_hook is declared in defs.h but never defined.
    This patch removes the stale declaration.
    
    2014-01-13  Tom Tromey  <tromey@redhat.com>
    
    	* defs.h (deprecated_flush_hook): Remove.

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

Summary of changes:
 gdb/ChangeLog |   16 ++++++++++++++++
 gdb/defs.h    |    5 -----
 gdb/gdb.c     |    1 -
 gdb/gdbcore.h |    2 --
 gdb/main.c    |   13 -------------
 gdb/main.h    |    1 -
 gdb/top.c     |    5 -----
 7 files changed, 16 insertions(+), 27 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]