Mach-O: add objdump -P function_starts to display function starts.
[binutils-gdb.git] / binutils / ChangeLog
1 2014-03-27 Tristan Gingold <gingold@adacore.com>
2
3 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
4 (options): Add entry for function_starts.
5 (mach_o_help): Ditto.
6 (disp_segment_prot): New function.
7 (dump_section_map): Call disp_segment_prot.
8 (dump_function_starts): New function.
9 (dump_obj_compact_unwind): Fix ouput indentation.
10 (dump_exe_compact_unwind): Fix ouput indentation.
11 (mach_o_dump): Handle function_starts.
12
13 2014-03-26 Tristan Gingold <gingold@adacore.com>
14
15 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
16
17 2014-03-24 Tristan Gingold <gingold@adacore.com>
18
19 * objdump.c (load_specific_debug_section): Set address of section.
20
21 2014-03-24 Tristan Gingold <gingold@adacore.com>
22
23 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
24 (dump_exe_compact_unwind): Change the condition. Improve
25 indentation.
26
27 2014-03-20 Nick Clifton <nickc@redhat.com>
28
29 * readelf.c (process_version_sections): Fix off-by-one error in
30 previous delta.
31
32 2014-03-19 Nick Clifton <nickc@redhat.com>
33
34 PR binutils/16723
35 * readelf.c (process_version_sections): Prevent an infinite loop
36 when the vn_next field is zero but there are still entries to be
37 processed.
38
39 2014-03-17 Tristan Gingold <gingold@adacore.com>
40
41 * od-macho.c (dump_section_header): Renames of dump_section.
42 (dump_segment): Adjust after renaming.
43 (OPT_COMPACT_UNWIND): Define.
44 (options): Add compact unwind.
45 (mach_o_help): Document compact_unwind.
46 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
47 (dump_unwind_encoding_x86, dump_unwind_encoding)
48 (dump_obj_compact_unwind, dump_exe_compact_unwind)
49 (dump_section_content): New functions.
50 (mach_o_dump): Handle compact unwind.
51
52 2014-03-17 Tristan Gingold <gingold@adacore.com>
53
54 * od-macho.c (dump_load_command): Handle lazy load dylib.
55
56 2014-03-14 Anthony Green <green@moxielogic.com>
57
58 * objcopy.c (copy_object): Check fwrite return code.
59
60 2014-03-14 Meador Inge <meadori@codesourcery.com>
61
62 * dwarf.c (strnlen): Move prototype ...
63 * sysdep.h (strnlen): ... to here.
64
65 2014-03-12 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/16652
68 * doc/binutils.texi (ar cmdline): Move --plugin command line
69 option to after the command option.
70
71 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
72
73 PR binutils/16567
74 * deflex.l: Add noinput and nounput options.
75
76 2014-03-12 Alan Modra <amodra@gmail.com>
77
78 * Makefile.in: Regenerate.
79 * doc/Makefile.in: Regenerate.
80
81 2014-03-06 Nick Clifton <nickc@redhat.com>
82
83 PR binutils/16664
84 * readelf.c (process_attributes): Add checks for corrupt
85 attribute section names.
86
87 2014-03-05 Alan Modra <amodra@gmail.com>
88
89 Update copyright years.
90
91 2014-03-03 Alan Modra <amodra@gmail.com>
92
93 * README: Add "Copyright Notices" paragraph.
94
95 2014-02-11 Cary Coutant <ccoutant@google.com>
96
97 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
98 for zero-length attribute value.
99
100 2014-02-10 Alan Modra <amodra@gmail.com>
101
102 * po/binutils.pot: Regenerate.
103
104 2014-02-06 Andrew Pinski <apinski@cavium.com>
105
106 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
107
108 2014-02-06 Cary Coutant <ccoutant@google.com>
109
110 PR binutils/16444
111 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
112
113 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
114
115 * version.c (print_version): Update copyright year to 2014.
116
117 2014-01-07 Tom Tromey <tromey@redhat.com>
118
119 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
120 stdarg macros.
121 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
122 macros.
123 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
124 stdarg macros.
125
126 2014-01-07 Tom Tromey <tromey@redhat.com>
127
128 * coffgrok.h (coff_ofile): Don't use PARAMS.
129 * nlmheader.y (strerror): Don't use PARAMS.
130
131 For older changes see ChangeLog-2013
132 \f
133 Copyright (C) 2014 Free Software Foundation, Inc.
134
135 Copying and distribution of this file, with or without modification,
136 are permitted in any medium without royalty provided the copyright
137 notice and this notice are preserved.
138
139 Local Variables:
140 mode: change-log
141 left-margin: 8
142 fill-column: 74
143 version-control: never
144 End: