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


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  a5b1fd27801326156c2263b867297e80bcf9fe3d (commit)
      from  33ac0ca144af42a986a21fcf9c978b4d75b8174c (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=a5b1fd27801326156c2263b867297e80bcf9fe3d

commit a5b1fd27801326156c2263b867297e80bcf9fe3d
Author: Doug Evans <dje@google.com>
Date:   Tue Jun 3 13:48:12 2014 -0700

    resize_section_table cleanup
    
    	* exec.c (exec_close_1): Call clear_section_table instead of
    	resize_section_table.
    	(clear_section_table): New function.
    	(resize_section_table): Make static.  Rename arg num_added to
    	adjustment.
    	* exec.h (clear_section_table): Declare.
    	(resize_section_table): Delete.
    	* progspace.c (release_program_space): Call clear_section_table
    	instead of resize_section_table.

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

Summary of changes:
 gdb/ChangeLog   |   12 ++++++++++++
 gdb/exec.c      |   32 +++++++++++++++++++-------------
 gdb/exec.h      |    5 ++---
 gdb/progspace.c |    3 +--
 4 files changed, 34 insertions(+), 18 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]