This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 1be5090bcaf4bcab333cf03f4157b16d33881222


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  1be5090bcaf4bcab333cf03f4157b16d33881222 (commit)
      from  e2359dfd4dd0f24cdb30886ed547c27a86813469 (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=1be5090bcaf4bcab333cf03f4157b16d33881222

commit 1be5090bcaf4bcab333cf03f4157b16d33881222
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jan 2 12:14:37 2014 +0000

    	PR binutils/11983
    	* archive.c (_bfd_get_elt_at_filepos): Store a copy of the
    	filename in the bfd's filename field.
    	* elfcode.h (bfd_from_remote_memory): Likewise.
    	* ieee.c (ieee_object_p): Likewise.
    	* mach-o.c (bfd_mach_o_fat_member_init): Likewise.
    	* oasys.c (oasys_openr_next_archived_file): Likewise.
    	* vms-lib.c (_bfd_vms_lib_get_module): Likewise.
    	* opncls.c (bfd_fopen): Likewise.
    	(bfd_openstreamr): Likewise.
    	(bfd_openr_iovec): Likewise.
    	(bfd_openw): Likewise.
    	(bfd_create): Likewise.
    	(_bfd_delete_bfd): Free filename.

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

Summary of changes:
 bfd/ChangeLog |   17 +++++++++++++++++
 bfd/archive.c |    2 +-
 bfd/elfcode.h |    7 +++----
 bfd/ieee.c    |    7 +++----
 bfd/mach-o.c  |    4 ++--
 bfd/oasys.c   |    7 +++----
 bfd/opncls.c  |   49 +++++++++++++++++++++++++++++++++++++++++--------
 bfd/vms-lib.c |    5 +++--
 8 files changed, 73 insertions(+), 25 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]