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. 167e1c1f1fde89cb29a9dae05a9c6cac5d27fdb2


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  167e1c1f1fde89cb29a9dae05a9c6cac5d27fdb2 (commit)
      from  fbe383b9ee1b597e294ee41b795308d504fd09f5 (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=167e1c1f1fde89cb29a9dae05a9c6cac5d27fdb2

commit 167e1c1f1fde89cb29a9dae05a9c6cac5d27fdb2
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Mon Mar 17 09:46:36 2014 +0100

    od-macho: dump compact unwind info.
    
    binutils/
    	* od-macho.c (dump_section_header): Renames of dump_section.
    	(dump_segment): Adjust after renaming.
    	(OPT_COMPACT_UNWIND): Define.
    	(options): Add compact unwind.
    	(mach_o_help): Document compact_unwind.
    	(unwind_x86_64_regs, unwind_x86_regs): New arrays.
    	(dump_unwind_encoding_x86, dump_unwind_encoding)
    	(dump_obj_compact_unwind, dump_exe_compact_unwind)
    	(dump_section_content): New functions.
    	(mach_o_dump): Handle compact unwind.
    
    include/mach-o/
    	* unwind.h: New file.

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

Summary of changes:
 binutils/ChangeLog       |   13 ++
 binutils/od-macho.c      |  446 +++++++++++++++++++++++++++++++++++++++++++++-
 include/mach-o/ChangeLog |    4 +
 include/mach-o/unwind.h  |  199 +++++++++++++++++++++
 4 files changed, 660 insertions(+), 2 deletions(-)
 create mode 100644 include/mach-o/unwind.h


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]