aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <tristan.gingold@adacore.com>2014-03-25 15:51:54 +0100
committerTristan Gingold <tristan.gingold@adacore.com>2014-03-27 10:23:22 +0100
commit3cc27770cfa2080f70d44659de9d62adc80489fc (patch)
treebc8a143d3941d458aa0224b3293675bf6217af88 /binutils/ChangeLog
parentb5bee914261ea82683b7da4245790465b9373131 (diff)
downloadfsf-binutils-gdb-3cc27770cfa2080f70d44659de9d62adc80489fc.zip
fsf-binutils-gdb-3cc27770cfa2080f70d44659de9d62adc80489fc.tar.gz
fsf-binutils-gdb-3cc27770cfa2080f70d44659de9d62adc80489fc.tar.bz2
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index b9fa77d..975979d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,15 @@
+2014-03-27 Tristan Gingold <gingold@adacore.com>
+
+ * 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.
+
2014-03-26 Tristan Gingold <gingold@adacore.com>
* od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.