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


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  adcf2eed05bb041ba579d74102c18ea1e97b29d6 (commit)
      from  b0b0c9fc49b72ec4f0f38419f20bcafcae9736d8 (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=adcf2eed05bb041ba579d74102c18ea1e97b29d6

commit adcf2eed05bb041ba579d74102c18ea1e97b29d6
Author: Hui Zhu <teawater@gmail.com>
Date:   Tue Jan 7 00:24:41 2014 +0800

    Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983
    https://sourceware.org/ml/gdb-patches/2014-01/msg00029.html
    https://sourceware.org/ml/gdb-patches/2014-01/msg00053.html
    
    2014-01-07  Hui Zhu  <hui@codesourcery.com>
    
    	* gdb_bfd.c (gdb_bfd_stash_filename): Removed.
    	(gdb_bfd_open): Removed gdb_bfd_stash_filename.
    	(gdb_bfd_fopen): Ditto.
    	(gdb_bfd_openr): Ditto.
    	(gdb_bfd_openw): Ditto.
    	(gdb_bfd_openr_iovec): Ditto.
    	(gdb_bfd_fdopenr): Ditto.
    	* gdb_bfd.h (gdb_bfd_stash_filename): Removed.
    	* solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
    	with xstrdup.
    	* solib-darwin.c (darwin_bfd_open): Alloc res->filename
    	with xstrdup.
    	* symfile-mem.c (symbol_file_add_from_memory): Removed
    	gdb_bfd_stash_filename.

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

Summary of changes:
 gdb/ChangeLog                      |   17 +++++++++++++++
 gdb/gdb_bfd.c                      |   41 ++++-------------------------------
 gdb/gdb_bfd.h                      |   18 +++++----------
 gdb/solib-aix.c                    |    8 +-----
 gdb/solib-darwin.c                 |    8 +-----
 gdb/symfile-mem.c                  |    9 ++-----
 gdb/testsuite/gdb.base/bigcore.exp |    2 +-
 7 files changed, 36 insertions(+), 67 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]