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. 48d5accb7a8b0b5195628b05e1f1dbf0c9cc4a22


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  48d5accb7a8b0b5195628b05e1f1dbf0c9cc4a22 (commit)
      from  d4a43794d23f7bcbca91fc648e8afe612fbb6632 (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=48d5accb7a8b0b5195628b05e1f1dbf0c9cc4a22

commit 48d5accb7a8b0b5195628b05e1f1dbf0c9cc4a22
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Nov 21 12:00:48 2013 +0100

    Improve dump of xdata/pdata on x86_64.
    
    bfd/
    2013-11-27  Tristan Gingold  <gingold@adacore.com>
    
    	* pei-x86_64.c (pex_regs): Make it const.  Add comments.
    	(pex64_get_runtime_function): Do not split UnwindData.
    	(pex64_get_unwind_info): Extract the chain and the handler.
    	(pex64_xdata_print_uwd_codes): Rewritten: do not reverse print
    	the opcode, handle version 2, add consistency check, make the
    	code host neutral.
    	(pex64_dump_xdata): Change arguments to pass the section and its
    	content.  Handle version 2, change output.
    	(pex64_bfd_print_pdata): Add comments, load section for xdata.
    	Avoid duplicate outputs.
    
    include/coff
    2013-11-27  Tristan Gingold  <gingold@adacore.com>
    
    	* pe.h (struct pex64_runtime_function): Remove isChained.
    	(UWOP_SAVE_XMM): Add comment.
    	(struct pex64_unwind_info): Remove extra fields.

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

Summary of changes:
 bfd/pei-x86_64.c  |  550 +++++++++++++++++++++++++++++------------------------
 include/coff/pe.h |   17 +-
 2 files changed, 303 insertions(+), 264 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]