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. 3cc27770cfa2080f70d44659de9d62adc80489fc


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  3cc27770cfa2080f70d44659de9d62adc80489fc (commit)
      from  b5bee914261ea82683b7da4245790465b9373131 (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=3cc27770cfa2080f70d44659de9d62adc80489fc

commit 3cc27770cfa2080f70d44659de9d62adc80489fc
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Tue Mar 25 15:51:54 2014 +0100

    Mach-O: add objdump -P function_starts to display function starts.
    
    bfd/
    	* mach-o.h (bfd_mach_o_get_base_address): New prototype.
    	* mach-o.c (bfd_mach_o_write_symtab)
    	(bfd_mach_o_write_contents)
    	(bfd_mach_o_set_section_flags_from_bfd)
    	(bfd_mach_o_build_seg_command): Fix indentation.
    	(bfd_mach_o_get_base_address): New function.
    
    binutils/
    	* od-macho.c (OPT_FUNCTION_STARTS): New macro.
    	(options): Add entry for function_starts.
    	(mach_o_help): Ditto.
    	(disp_segment_prot): New function.
    	(dump_section_map): Call disp_segment_prot.
    	(dump_function_starts): New function.
    	(dump_obj_compact_unwind): Fix ouput indentation.
    	(dump_exe_compact_unwind): Fix ouput indentation.
    	(mach_o_dump): Handle function_starts.

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

Summary of changes:
 bfd/ChangeLog       |    9 +++++
 bfd/mach-o.c        |   42 +++++++++++++++++++---
 bfd/mach-o.h        |    2 +
 binutils/ChangeLog  |   12 ++++++
 binutils/od-macho.c |   97 +++++++++++++++++++++++++++++++++++++++++++--------
 5 files changed, 142 insertions(+), 20 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]