Fix --diable-shared --enable-plugins build breakage
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-08-19 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
5 2014-08-14 Alan Modra <amodra@gmail.com>
6
7 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
8 * config.in: Regenerate.
9 * configure: Regenerate.
10
11 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
12
13 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
14 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
15 (display_mips_gnu_attribute): Abstracted fp abi printing to...
16 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
17 (print_mips_ases, print_mips_isa_ext): New static functions.
18 (get_mips_reg_size): Likewise.
19 (process_mips_specific): Display abiflags data.
20
21 2014-07-28 Alan Modra <amodra@gmail.com>
22
23 PR 13227
24 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
25
26 2014-07-07 Nick Clifton <nickc@redhat.com>
27
28 * readelf.c (get_symbol_type): Revert accidental change to
29 detection of thumb function symbols.
30
31 2014-07-04 Alan Modra <amodra@gmail.com>
32
33 * configure.ac: Rename from configure.in.
34 * Makefile.in: Regenerate.
35 * config.in: Regenerate.
36 * doc/Makefile.in: Regenerate.
37
38 2014-07-04 Alan Modra <amodra@gmail.com>
39
40 * configure.in: Include bfd/version.m4.
41 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
42 (BFD_VERSION): Delete.
43 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
44 * configure: Regenerate.
45 * Makefile.in: Regenerate.
46 * doc/Makefile.in: Regenerate.
47
48 2014-07-03 Tristan Gingold <gingold@adacore.com>
49
50 * doc/binutils.texi: Clarify addr2line output.
51
52 2014-07-01 Alan Modra <amodra@gmail.com>
53
54 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
55
56 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
57
58 * strings.c: Add -w/--include-all-whitespace option to include any
59 whitespace character in the displayed strings.
60 * NEWS: Mention the new feature.
61 * doc/binutils.texi (strings): Document the new command line
62 option.
63
64 2014-06-26 Nick Clifton <nickc@redhat.com>
65
66 * readelf.c (process_note_sections): If there are no note sections
67 try processing note segments instead.
68
69 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
70
71 PR binutils/16923
72 * rcparse.y (fixedverinfo): Prevent large version numbers from
73 corrupting other values.
74
75 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
76
77 PR binutils/16252
78 * dwarf.c (display_debug_frames): Remember the state of the
79 cfa_offset, cfa_reg, ra and cfa_exp field
80
81 2014-06-05 Joel Brobecker <brobecker@adacore.com>
82
83 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
84 bfd's development.sh.
85 * Makefile.in, configure: Regenerate.
86
87 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
88
89 * objcopy.c (is_nondebug_keep_contents_section): New function.
90 (setup_section): Use it.
91
92 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
93
94 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
95
96 2014-05-02 Alan Modra <amodra@gmail.com>
97
98 * emul_aix.c: Update bfd target vector naming.
99 * testsuite/binutils-all/objcopy.exp: Likewise.
100
101 2014-04-24 Christian Svensson <blue@cmd.nu>
102
103 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
104
105 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
106
107 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
108 command line option.
109
110 2014-04-22 Christian Svensson <blue@cmd.nu>
111
112 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
113
114 2014-04-18 Tristan Gingold <gingold@adacore.com>
115
116 * od-macho.c (dump_section_map): Adjust as load commands
117 are now chained.
118 (dump_load_command, dump_section_content): Likewise.
119
120 2014-04-16 Tristan Gingold <gingold@adacore.com>
121
122 * od-macho.c (OPT_DYLD_INFO): New macro.
123 (options): Add entry for dyld_info.
124 (mach_o_help): Likewise.
125 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
126 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
127 (bfd_mach_o_dyld_rebase_type_name): New array.
128 (export_info_data): New struct.
129 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
130 exports data.
131 (dump_load_command): Adjust dump_dyld_info call.
132 (mach_o_dump): Handle dyld_info.
133
134 2014-04-16 Tristan Gingold <gingold@adacore.com>
135
136 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
137 (dump_segment): Reformat output.
138 (dump_dyld_info): Also display end offsets.
139 (dump_load_command): Add IDX argument, display commands size
140 and offset, reformat display.
141 (dump_load_commands): Adjust for added argument.
142
143 2014-04-07 Alan Modra <amodra@gmail.com>
144
145 PR binutils/16811
146 * objcopy.c (copy_object): Error if no sections.
147
148 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
149
150 PR binutils/14698
151 ar.c: Set plugin_target early if plugins are supported.
152 nm.c: Likewise.
153
154 2014-04-03 Tristan Gingold <gingold@adacore.com>
155
156 * od-macho.c (printf_uint64): New function.
157 (dump_load_command, dump_obj_compact_unwind): Use it.
158 (dump_exe_compact_unwind): Display personality functions.
159
160 2014-04-02 Tristan Gingold <gingold@adacore.com>
161
162 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
163 (options): Add entry for twolevel_hints.
164 (dump_data_in_code): Fix error message.
165 (dump_twolevel_hints): New function.
166 (dump_load_command): Handle prebound dylib, prebind cksum
167 and twolevel hints.
168 (mach_o_dump): Handle twolevel hints.
169
170 2014-04-01 Tristan Gingold <gingold@adacore.com>
171
172 * od-macho.c (OPT_DATA_IN_CODE): New macro.
173 (options): Add entry for data in code.
174 (mach_o_help): Ditto.
175 (data_in_code_kind_name): New array.
176 (dump_data_in_code): New function.
177 (dump_load_command): Handle data in code.
178 (mach_o_dump): Ditto.
179 (dump_header): Display a terminal newline.
180
181 2014-03-27 Tristan Gingold <gingold@adacore.com>
182
183 * od-macho.c (dump_load_command): Display value for
184 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
185 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
186
187 2014-03-27 Tristan Gingold <gingold@adacore.com>
188
189 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
190 (options): Add entry for function_starts.
191 (mach_o_help): Ditto.
192 (disp_segment_prot): New function.
193 (dump_section_map): Call disp_segment_prot.
194 (dump_function_starts): New function.
195 (dump_obj_compact_unwind): Fix ouput indentation.
196 (dump_exe_compact_unwind): Fix ouput indentation.
197 (mach_o_dump): Handle function_starts.
198
199 2014-03-26 Tristan Gingold <gingold@adacore.com>
200
201 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
202
203 2014-03-24 Tristan Gingold <gingold@adacore.com>
204
205 * objdump.c (load_specific_debug_section): Set address of section.
206
207 2014-03-24 Tristan Gingold <gingold@adacore.com>
208
209 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
210 (dump_exe_compact_unwind): Change the condition. Improve
211 indentation.
212
213 2014-03-20 Nick Clifton <nickc@redhat.com>
214
215 * readelf.c (process_version_sections): Fix off-by-one error in
216 previous delta.
217
218 2014-03-19 Nick Clifton <nickc@redhat.com>
219
220 PR binutils/16723
221 * readelf.c (process_version_sections): Prevent an infinite loop
222 when the vn_next field is zero but there are still entries to be
223 processed.
224
225 2014-03-17 Tristan Gingold <gingold@adacore.com>
226
227 * od-macho.c (dump_section_header): Renames of dump_section.
228 (dump_segment): Adjust after renaming.
229 (OPT_COMPACT_UNWIND): Define.
230 (options): Add compact unwind.
231 (mach_o_help): Document compact_unwind.
232 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
233 (dump_unwind_encoding_x86, dump_unwind_encoding)
234 (dump_obj_compact_unwind, dump_exe_compact_unwind)
235 (dump_section_content): New functions.
236 (mach_o_dump): Handle compact unwind.
237
238 2014-03-17 Tristan Gingold <gingold@adacore.com>
239
240 * od-macho.c (dump_load_command): Handle lazy load dylib.
241
242 2014-03-14 Anthony Green <green@moxielogic.com>
243
244 * objcopy.c (copy_object): Check fwrite return code.
245
246 2014-03-14 Meador Inge <meadori@codesourcery.com>
247
248 * dwarf.c (strnlen): Move prototype ...
249 * sysdep.h (strnlen): ... to here.
250
251 2014-03-12 Nick Clifton <nickc@redhat.com>
252
253 PR binutils/16652
254 * doc/binutils.texi (ar cmdline): Move --plugin command line
255 option to after the command option.
256
257 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
258
259 PR binutils/16567
260 * deflex.l: Add noinput and nounput options.
261
262 2014-03-12 Alan Modra <amodra@gmail.com>
263
264 * Makefile.in: Regenerate.
265 * doc/Makefile.in: Regenerate.
266
267 2014-03-06 Nick Clifton <nickc@redhat.com>
268
269 PR binutils/16664
270 * readelf.c (process_attributes): Add checks for corrupt
271 attribute section names.
272
273 2014-03-05 Alan Modra <amodra@gmail.com>
274
275 Update copyright years.
276
277 2014-03-03 Alan Modra <amodra@gmail.com>
278
279 * README: Add "Copyright Notices" paragraph.
280
281 2014-02-11 Cary Coutant <ccoutant@google.com>
282
283 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
284 for zero-length attribute value.
285
286 2014-02-10 Alan Modra <amodra@gmail.com>
287
288 * po/binutils.pot: Regenerate.
289
290 2014-02-06 Andrew Pinski <apinski@cavium.com>
291
292 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
293
294 2014-02-06 Cary Coutant <ccoutant@google.com>
295
296 PR binutils/16444
297 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
298
299 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
300
301 * version.c (print_version): Update copyright year to 2014.
302
303 2014-01-07 Tom Tromey <tromey@redhat.com>
304
305 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
306 stdarg macros.
307 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
308 macros.
309 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
310 stdarg macros.
311
312 2014-01-07 Tom Tromey <tromey@redhat.com>
313
314 * coffgrok.h (coff_ofile): Don't use PARAMS.
315 * nlmheader.y (strerror): Don't use PARAMS.
316
317 For older changes see ChangeLog-2013
318 \f
319 Copyright (C) 2014 Free Software Foundation, Inc.
320
321 Copying and distribution of this file, with or without modification,
322 are permitted in any medium without royalty provided the copyright
323 notice and this notice are preserved.
324
325 Local Variables:
326 mode: change-log
327 left-margin: 8
328 fill-column: 74
329 version-control: never
330 End:
This page took 0.036716 seconds and 4 git commands to generate.