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