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