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


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  e89d3dee76bc7f2d4b967ce9238f7f22e0a7c147 (commit)
      from  47f8a1070c0619bf7698e6584f7196f06e529da0 (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=e89d3dee76bc7f2d4b967ce9238f7f22e0a7c147

commit e89d3dee76bc7f2d4b967ce9238f7f22e0a7c147
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Fri Apr 11 17:10:03 2014 +0200

    Mach-O: Add objdump -P dyld_info to dump dyld data.
    
    include/mach-o/
    	* loader.h: Add macros for rebase, bind and export constants.
    
    binutils/
    	* od-macho.c (OPT_DYLD_INFO): New macro.
    	(options): Add entry for dyld_info.
    	(mach_o_help): Likewise.
    	(load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
    	(dump_dyld_info_export_1, dump_dyld_info_export): New functions.
    	(bfd_mach_o_dyld_rebase_type_name): New array.
    	(export_info_data): New struct.
    	(dump_dyld_info): Add verbose argument.  Dump rebase, bind and
    	exports data.
    	(dump_load_command): Adjust dump_dyld_info call.
    	(mach_o_dump): Handle dyld_info.

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

Summary of changes:
 binutils/ChangeLog       |   14 ++
 binutils/od-macho.c      |  359 ++++++++++++++++++++++++++++++++++++++++++++-
 include/mach-o/ChangeLog |    4 +
 include/mach-o/loader.h  |   57 ++++++++
 4 files changed, 426 insertions(+), 8 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]