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. 854399ea9d0d5d5c14b4035bbc0adfe891f26a3d


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  854399ea9d0d5d5c14b4035bbc0adfe891f26a3d (commit)
      from  c361b9ac1ffcf62fb5d4c031c55e60cea963a85d (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=854399ea9d0d5d5c14b4035bbc0adfe891f26a3d

commit 854399ea9d0d5d5c14b4035bbc0adfe891f26a3d
Author: Pierre Muller <muller@sourceware.org>
Date:   Wed Dec 24 10:06:57 2014 +0000

    This patch adds support for printing out the pdata section of PE objects.
    
    	* pe-x86_64.c (pex64_bfd_print_pdata): Add external
    	declaration.
    	(bfd_pe_print_data): Set macro to pex64_bfd_print_data.
    	* pei-x86_64.c (pex64_bfd_print_pdata): Changed to
    	global function. Now handles multiple .pdata sections.
    	(pex_bfd_print_pdata_section): New static helper function,
    	using most of old pex_bfd_print_pdata function code, but adding
    	support for coff pe objects, which might have some fields
    	starting at zero offset.
    	(pex64_print_all_pdata_sections) : New static helper function,
    	used in call to bfd_map_over_sections inside new
    	pex66_bfd_print_pdata function.
    	(bfd_boolean pdata_count): New static variable, used to return
    	bfd_boolean value for pex64_bfd_print_pdata function.

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

Summary of changes:
 bfd/ChangeLog    |   18 ++++++++
 bfd/pe-x86_64.c  |    6 +++
 bfd/pei-x86_64.c |  127 +++++++++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 126 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]