]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Fix signedness warning
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2014-11-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2
3 * dwarf.c (process_extended_line_op): Fix signedness warning.
4
5 2014-11-18 Nick Clifton <nickc@redhat.com>
6
7 PR binutuls/17605
8 * bucomm.c (print_arelt_descr): Check for ctime returning NULL.
9
10 2014-11-18 Nick Clifton <nickc@redhat.com>
11
12 PR binutils/17512
13 * dwarf.c (get_encoded_value): Warn and return if the encoded
14 value is more than 64-bits long.
15 (SAFE_BYTE_GET): Do not attempt to read more than 64-bits.
16 (process_extended_line_op): Add more range checks.
17 (decode_location_expression): Use the return value from
18 display_block. Add more range checks.
19 (read_debug_line_header): Add range check.
20 (display_debug_lines_raw): Add range checks.
21 (display_debug_frames): Silently skip multiple zero terminators.
22 Add range checks.
23 (process_cu_tu_index): Check for non-existant or empty sections.
24 Use SAFE_BYTE_GET instead of byte_get.
25
26 2014-11-18 Nick Clifton <nickc@redhat.com>
27
28 PR binutils/17531
29 * readelf.c (get_unwind_section_word): Skip reloc processing if
30 there are no relocs associated with the section.
31 (decode_tic6x_unwind_bytecode): Warn and return if the stack
32 pointer adjustment falls off the end of the buffer.
33
34 2014-11-14 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/17512
37 * dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
38 'data' parameter to a double pointer and return the updated value.
39 (decode_location_expression): Update call to get_encoded_value.
40 (frame_need_space): Handle the case where one or both of the
41 mallocs fails.
42 (read_cie): Initialise the cie pointer, even if the read fails.
43 (display_debug_frames): Warn if the calculated block_end is before
44 the start of the block. Break the loop if the CIE could not be
45 read. Update call to get_encoded_value. Warn if the read CFA
46 expressions are too big.
47
48 2014-11-13 Nick Clifton <nickc@redhat.com>
49
50 PR binutils/17531
51 * readelf.c (process_version_sections): If the read of the version
52 def information fails, make sure that the external verdef data is
53 not used.
54 (get_dynamic_data): Do not attempt to allocate memory for more
55 dynamic data than there is in the file. If the read fails, free
56 the allocated buffer.
57 (process_symbol_table): Do not print dynamic information if we
58 were unable to read the dynamic symbol table.
59 (print_gnu_note): Do not print the note if the descsz is too
60 small.
61
62 2014-11-12 Nick Clifton <nickc@redhat.com>
63
64 PR binutils/17512
65 * dwarf.c (read_and_display_attr_value): Check that we do not read
66 past end.
67 (display_debug_pubnames_worker): Add range checks.
68 (process_debug_info): Check for invalid pointer sizes.
69 (display_loc_list): Likewise.
70 (display_loc_list_dwo): Likewise.
71 (display_debug_ranges): Likewise.
72 (display_debug_aranges): Check for invalid address size.
73 (read_cie): Add range checks. Replace call strchr with while loop.
74 * objdump.c (dump_dwarf): Replace abort with a warning message.
75 (print_section_stabs): Improve range checks.
76 * rdcoff.c (coff_get_slot): Use long for indx parameter type.
77 Add check for an excesively large index.
78 * rddbg.c (read_section_stabs_debugging_info): Zero terminate the
79 string table. Avoid walking off the end of the stabs data.
80 * stabs.c (parse_stab_string): Add check for a NULL name.
81
82 2014-11-11 Nick Clifton <nickc@redhat.com>
83
84 PR binutils/17531
85 * binutils/readelf.c (dynamic_nent): Change type to size_t.
86 (slurp_rela_relocs): Use size_t type for nrelas.
87 (slurp_rel_relocs): Likewise.
88 (get_program_headers): Improve out of memory error message.
89 (get_32bit_section_headers): Likewise.
90 (get_32bit_section_headers): Likewise.
91 (get_64bit_section_headers): Likewise.
92 (get_32bit_elf_symbols): Likewise.
93 (get_64bit_elf_symbols): Likewise.
94 (process_section_groups): Likewise.
95 (get_32bit_dynamic_section): Likewise.
96 (get_64bit_dynamic_section): Likewise.
97 (process_dynamic_section): Likewise.
98 (process_version_sections): Likewise.
99 (get_symbol_index_type): Likewise.
100 (process_mips_specific): Likewise.
101 (process_corefile_note_segment): Likewise.
102 (process_version_sections): Use size_t type for total.
103 (get_dynamic_data): Change type of number parameter to size_t.
104 Improve out of memory error messages.
105 (process_symbol_table): Change type of nbuckets and nchains to
106 size_t. Skip processing of sections headers if there are none.
107 Improve out of memory error messages.
108
109 2014-11-11 Nick Clifton <nickc@redhat.com>
110
111 * po/fr.po: Updated French translation.
112
113 2014-11-11 Nick Clifton <nickc@redhat.com>
114
115 PR binutils/17531
116 * readelf.c (display_arm_attribute): Avoid reading off the end of
117 the buffer when processing a Tag_nodefaults.
118
119 2014-11-10 Nick Clifton <nickc@redhat.com>
120
121 PR binutils/17531
122 * (ia64_process_unwind): Replace assertion with an error message.
123 Add range checking for group section indicies.
124 (hppa_process_unwind): Replace assertion with an error message.
125 (process_syminfo): Likewise.
126 (decode_arm_unwind_bytecode): Add range checking.
127 (dump_section_as_strings): Add more string range checking.
128 (display_tag_value): Likewise.
129 (display_arm_attribute): Likewise.
130 (display_gnu_attribute): Likewise.
131 (display_tic6x_attribute): Likewise.
132 (display_msp430x_attribute): Likewise.
133
134 2014-11-10 Nick Clifton <nickc@redhat.com>
135
136 PR binutils/17552
137 * (copy_archive): Clean up temporary files even if an error
138 occurs.
139
140 2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
141
142 * readelf.c (process_dynamic_section): Cast time value to unsigned
143 long to print.
144
145 2014-11-07 Nick Clifton <nickc@redhat.com>
146
147 PR binutils/17531
148 * readelf.c (get_data): Avoid allocating memory when we know that
149 the read will fail.
150 (find_section_by_type): New function.
151 (get_unwind_section_word): Check for invalid symbol indicies.
152 Check for invalid reloc types.
153 (get_32bit_dynamic_section): Add range checks.
154 (get_64bit_dynamic_section): Add range checks.
155 (process_dynamic_section): Check for a corrupt time value.
156 (process_symbol_table): Add range checks.
157 (dump_section_as_strings): Add string length range checks.
158 (display_tag_value): Likewise.
159 (display_arm_attribute): Likewise.
160 (display_gnu_attribute): Likewise.
161 (display_tic6x_attribute): Likewise.
162 (display_msp430x_attribute): Likewise.
163 (process_mips_specific): Add range check.
164
165 2014-11-06 Nick Clifton <nickc@redhat.com>
166
167 PR binutils/17552, binutils/17533
168 * bucomm.c (is_valid_archive_path): New function. Returns false
169 for absolute pathnames and pathnames that include /../.
170 * bucomm.h (is_valid_archive_path): Add prototype.
171 * ar.c (extract_file): Use new function to check for valid
172 pathnames when extracting files from an archive.
173 * objcopy.c (copy_archive): Likewise.
174 * doc/binutils.texi: Update documentation to mention the
175 limitation on pathname of archive members.
176
177 2014-11-05 Nick Clifton <nickc@redhat.com>
178
179 PR binutils/17531
180 * readelf.c (printable_section_name): New function.
181 (printable_section_name_from_index): New function.
182 (dump_relocations): Use new function.
183 (process_program_headers, get_32bit_elf_symbols,
184 (get_64bit_elf_symbols, process_section_headers,
185 (process_section_groups, process_relocs, ia64_process_unwind,
186 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
187 (arm_process_unwind, process_version_sections,
188 (process_symbol_table, apply_relocations, get_section_contents,
189 (dump_section_as_strings, dump_section_as_bytes,
190 (display_debug_section, process_attributes, process_mips_specific,
191 (process_mips_specific process_gnu_liblist): Likewise.
192 (get_unwind_section_word): Check for a missing symbol table.
193 Replace aborts with error messages.
194 (arm_process_unwind): Check for a missing string table.
195 (process_attributes): Check for an attribute length that is too
196 small.
197 (process_mips_specific): Check for a corrupt GOT symbol offset.
198
199 2014-11-05 Nick Clifton <nickc@redhat.com>
200
201 PR binutils/17533
202 * bucomm.c (is_valid_archive_path): New function.
203 * bucomm.h (is_valid_archive_path): Prototype it.
204 * ar.c (extract_file): Call is_valid_archive_path to verify a
205 member filename before extracting it.
206 * objcopy.c (copy_archive): Likewise.
207
208 2014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
209
210 * readelf.c (process_mips_specific): Fix format string warning.
211
212 2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
213
214 * readelf.c (process_mips_specific): Rename index to idx.
215
216 2014-11-04 Nick Clifton <nickc@redhat.com>
217
218 PR binutils/17531
219 * readelf.c (get_data): If the reason parameter is null, do not
220 print any error messages.
221 (get_32bit_section_headers): Verify section header entry size
222 before reading in the section headers.
223 (get_64bit_section_headers): Likewise.
224 (process_section_headers): Pass FALSE to get_section_headers.
225 (get_file_header): Pass TRUE to get_section_headers.
226 (process_dynamic_section): Change an assert to an error message.
227 (process_symbol_table): Handle corrupt histograms.
228
229 (get_32bit_program_headers): Verify program header entry size
230 before reading in the program headers.
231 (get_64bit_program_headers): Likewise.
232 (get_unwind_section_word): Do nothing if no section was provided.
233 Fail if the offset is outside of the section.
234 (print_dynamic_symbol): Catch out of range symbol indicies.
235 (process_mips_specific): Likewise.
236 (process_attributes): Make sure that there is enough space left in
237 the section before attempting to read the length of the next
238 attribute.
239
240 2014-11-03 Nick Clifton <nickc@redhat.com>
241
242 PR binutils/17512
243 * objdump.c (slurp_symtab): Fail gracefully if the table could not
244 be read.
245 (dump_relocs_in_section): Likewise.
246
247 2014-11-03 Nick Clifton <nickc@redhat.com>
248
249 * po/fi.po: Updated Finnish translation.
250 * po/sv.po: Updated Swedish translation.
251
252 2014-11-01 Hans-Peter Nilsson <hp@axis.com>
253
254 * readelf.c (get_32bit_elf_symbols): Cast error
255 parameters of bfd_size_type with the %lx format to
256 unsigned long.
257
258 2014-10-31 Andrew Pinski <apinski@cavium.com>
259 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
260
261 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
262
263 2014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
264
265 * cxxfilt.c (main): Add case for dlang_demangling style.
266
267 2014-10-31 Nick Clifton <nickc@redhat.com>
268
269 PR binutils/17512
270 * readelf.c (process_program_headers): Avoid memory exhaustion due
271 to corrupt values in a dynamis segment header.
272 (get_32bit_elf_symbols): Do not attempt to read an over-large
273 section.
274 (get_64bit_elf_symbols): Likewise.
275
276 2014-10-31 Nick Clifton <nickc@redhat.com>
277
278 * strings.c: Add new command line option --data to only scan the
279 initialized, loadable data secions of binaries. Choose the
280 default behaviour of --all or --data based upon a configure
281 option.
282 * doc/binutils.texi (strings): Update documentation. Include
283 description of why the --data option might be unsafe.
284 * configure.ac: Add new option --disable-default-strings-all which
285 restores the old behaviour of strings using --data by default. If
286 the option is not used make strings use --all by default.
287 * NEWS: Mention the new behaviour of strings.
288 * configure: Regenerate.
289 * config.in: Regenerate.
290
291 2014-10-30 Nick Clifton <nickc@redhat.com>
292
293 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
294 there is a single string for translation.
295 (dynamic_section_mips_val): Likewise.
296
297 2014-10-29 Nick Clifton <nickc@redhat.com>
298
299 * po/bg.po: Updated Bulgarian translation.
300 * po/sr.po: New Serbian translation.
301 * po/sv.po: Updated Swedish translation.
302
303 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
304
305 * readelf.c (print_mips_ases): Print unknown ASEs.
306 (print_mips_isa_ext): Print the value of an unknown extension.
307
308 2014-10-15 Tristan Gingold <gingold@adacore.com>
309
310 * configure: Regenerate.
311
312 2014-10-14 Tristan Gingold <gingold@adacore.com>
313
314 * NEWS: Add marker for 2.25.
315
316 2014-10-14 Alan Modra <amodra@gmail.com>
317
318 PR 17453
319 * dwarf.c (read_leb128): Avoid signed overflow.
320 (read_debug_line_header): Likewise.
321
322 2014-10-14 Alan Modra <amodra@gmail.com>
323
324 PR 17453
325 * readelf.c (process_program_headers): Correct fscanf format used
326 for interpreter.
327
328 2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
329
330 * readelf.c (display_sparc_hwcaps2): New function.
331 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
332 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
333
334 2014-09-22 Alan Modra <amodra@gmail.com>
335
336 PR 16563
337 * dwarf.c (GET): Remove semicolon.
338 (read_cie): New function, extracted from..
339 (display_debug_frames): ..here. Correctly handle signed offset
340 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
341
342 2014-09-16 Nick Clifton <nickc@redhat.com>
343
344 * readelf.c (display_arm_attribute): Use unsigned int type for
345 tag, val and type variables.
346
347 2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
348
349 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
350
351 2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
352 Matthew Fortune <matthew.fortune@imgtec.com>
353
354 * readelf.c (get_machine_flags): Add support for mips32r6 and
355 mips64r6.
356
357 2014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
358
359 * objcopy.c (is_nondebug_keep_contents_section): Change
360 '.build-id' to '.buildid'.
361
362 2014-08-22 Richard Henderson <rth@redhat.com>
363
364 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
365 * dwarf.c (dwarf_regnames_aarch64): New.
366 (init_dwarf_regnames_aarch64): New.
367 (init_dwarf_regnames): Call it.
368 * objdump.c (dump_dwarf): Likewise.
369
370 2014-08-19 Alan Modra <amodra@gmail.com>
371
372 * configure: Regenerate.
373
374 2014-08-14 Alan Modra <amodra@gmail.com>
375
376 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
377 * config.in: Regenerate.
378 * configure: Regenerate.
379
380 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
381
382 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
383 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
384 (display_mips_gnu_attribute): Abstracted fp abi printing to...
385 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
386 (print_mips_ases, print_mips_isa_ext): New static functions.
387 (get_mips_reg_size): Likewise.
388 (process_mips_specific): Display abiflags data.
389
390 2014-07-28 Alan Modra <amodra@gmail.com>
391
392 PR 13227
393 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
394
395 2014-07-07 Nick Clifton <nickc@redhat.com>
396
397 * readelf.c (get_symbol_type): Revert accidental change to
398 detection of thumb function symbols.
399
400 2014-07-04 Alan Modra <amodra@gmail.com>
401
402 * configure.ac: Rename from configure.in.
403 * Makefile.in: Regenerate.
404 * config.in: Regenerate.
405 * doc/Makefile.in: Regenerate.
406
407 2014-07-04 Alan Modra <amodra@gmail.com>
408
409 * configure.in: Include bfd/version.m4.
410 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
411 (BFD_VERSION): Delete.
412 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
413 * configure: Regenerate.
414 * Makefile.in: Regenerate.
415 * doc/Makefile.in: Regenerate.
416
417 2014-07-03 Tristan Gingold <gingold@adacore.com>
418
419 * doc/binutils.texi: Clarify addr2line output.
420
421 2014-07-01 Alan Modra <amodra@gmail.com>
422
423 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
424
425 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
426
427 * strings.c: Add -w/--include-all-whitespace option to include any
428 whitespace character in the displayed strings.
429 * NEWS: Mention the new feature.
430 * doc/binutils.texi (strings): Document the new command line
431 option.
432
433 2014-06-26 Nick Clifton <nickc@redhat.com>
434
435 * readelf.c (process_note_sections): If there are no note sections
436 try processing note segments instead.
437
438 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
439
440 PR binutils/16923
441 * rcparse.y (fixedverinfo): Prevent large version numbers from
442 corrupting other values.
443
444 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
445
446 PR binutils/16252
447 * dwarf.c (display_debug_frames): Remember the state of the
448 cfa_offset, cfa_reg, ra and cfa_exp field
449
450 2014-06-05 Joel Brobecker <brobecker@adacore.com>
451
452 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
453 bfd's development.sh.
454 * Makefile.in, configure: Regenerate.
455
456 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
457
458 * objcopy.c (is_nondebug_keep_contents_section): New function.
459 (setup_section): Use it.
460
461 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
462
463 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
464
465 2014-05-02 Alan Modra <amodra@gmail.com>
466
467 * emul_aix.c: Update bfd target vector naming.
468 * testsuite/binutils-all/objcopy.exp: Likewise.
469
470 2014-04-24 Christian Svensson <blue@cmd.nu>
471
472 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
473
474 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
475
476 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
477 command line option.
478
479 2014-04-22 Christian Svensson <blue@cmd.nu>
480
481 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
482
483 2014-04-18 Tristan Gingold <gingold@adacore.com>
484
485 * od-macho.c (dump_section_map): Adjust as load commands
486 are now chained.
487 (dump_load_command, dump_section_content): Likewise.
488
489 2014-04-16 Tristan Gingold <gingold@adacore.com>
490
491 * od-macho.c (OPT_DYLD_INFO): New macro.
492 (options): Add entry for dyld_info.
493 (mach_o_help): Likewise.
494 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
495 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
496 (bfd_mach_o_dyld_rebase_type_name): New array.
497 (export_info_data): New struct.
498 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
499 exports data.
500 (dump_load_command): Adjust dump_dyld_info call.
501 (mach_o_dump): Handle dyld_info.
502
503 2014-04-16 Tristan Gingold <gingold@adacore.com>
504
505 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
506 (dump_segment): Reformat output.
507 (dump_dyld_info): Also display end offsets.
508 (dump_load_command): Add IDX argument, display commands size
509 and offset, reformat display.
510 (dump_load_commands): Adjust for added argument.
511
512 2014-04-07 Alan Modra <amodra@gmail.com>
513
514 PR binutils/16811
515 * objcopy.c (copy_object): Error if no sections.
516
517 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
518
519 PR binutils/14698
520 ar.c: Set plugin_target early if plugins are supported.
521 nm.c: Likewise.
522
523 2014-04-03 Tristan Gingold <gingold@adacore.com>
524
525 * od-macho.c (printf_uint64): New function.
526 (dump_load_command, dump_obj_compact_unwind): Use it.
527 (dump_exe_compact_unwind): Display personality functions.
528
529 2014-04-02 Tristan Gingold <gingold@adacore.com>
530
531 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
532 (options): Add entry for twolevel_hints.
533 (dump_data_in_code): Fix error message.
534 (dump_twolevel_hints): New function.
535 (dump_load_command): Handle prebound dylib, prebind cksum
536 and twolevel hints.
537 (mach_o_dump): Handle twolevel hints.
538
539 2014-04-01 Tristan Gingold <gingold@adacore.com>
540
541 * od-macho.c (OPT_DATA_IN_CODE): New macro.
542 (options): Add entry for data in code.
543 (mach_o_help): Ditto.
544 (data_in_code_kind_name): New array.
545 (dump_data_in_code): New function.
546 (dump_load_command): Handle data in code.
547 (mach_o_dump): Ditto.
548 (dump_header): Display a terminal newline.
549
550 2014-03-27 Tristan Gingold <gingold@adacore.com>
551
552 * od-macho.c (dump_load_command): Display value for
553 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
554 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
555
556 2014-03-27 Tristan Gingold <gingold@adacore.com>
557
558 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
559 (options): Add entry for function_starts.
560 (mach_o_help): Ditto.
561 (disp_segment_prot): New function.
562 (dump_section_map): Call disp_segment_prot.
563 (dump_function_starts): New function.
564 (dump_obj_compact_unwind): Fix ouput indentation.
565 (dump_exe_compact_unwind): Fix ouput indentation.
566 (mach_o_dump): Handle function_starts.
567
568 2014-03-26 Tristan Gingold <gingold@adacore.com>
569
570 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
571
572 2014-03-24 Tristan Gingold <gingold@adacore.com>
573
574 * objdump.c (load_specific_debug_section): Set address of section.
575
576 2014-03-24 Tristan Gingold <gingold@adacore.com>
577
578 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
579 (dump_exe_compact_unwind): Change the condition. Improve
580 indentation.
581
582 2014-03-20 Nick Clifton <nickc@redhat.com>
583
584 * readelf.c (process_version_sections): Fix off-by-one error in
585 previous delta.
586
587 2014-03-19 Nick Clifton <nickc@redhat.com>
588
589 PR binutils/16723
590 * readelf.c (process_version_sections): Prevent an infinite loop
591 when the vn_next field is zero but there are still entries to be
592 processed.
593
594 2014-03-17 Tristan Gingold <gingold@adacore.com>
595
596 * od-macho.c (dump_section_header): Renames of dump_section.
597 (dump_segment): Adjust after renaming.
598 (OPT_COMPACT_UNWIND): Define.
599 (options): Add compact unwind.
600 (mach_o_help): Document compact_unwind.
601 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
602 (dump_unwind_encoding_x86, dump_unwind_encoding)
603 (dump_obj_compact_unwind, dump_exe_compact_unwind)
604 (dump_section_content): New functions.
605 (mach_o_dump): Handle compact unwind.
606
607 2014-03-17 Tristan Gingold <gingold@adacore.com>
608
609 * od-macho.c (dump_load_command): Handle lazy load dylib.
610
611 2014-03-14 Anthony Green <green@moxielogic.com>
612
613 * objcopy.c (copy_object): Check fwrite return code.
614
615 2014-03-14 Meador Inge <meadori@codesourcery.com>
616
617 * dwarf.c (strnlen): Move prototype ...
618 * sysdep.h (strnlen): ... to here.
619
620 2014-03-12 Nick Clifton <nickc@redhat.com>
621
622 PR binutils/16652
623 * doc/binutils.texi (ar cmdline): Move --plugin command line
624 option to after the command option.
625
626 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
627
628 PR binutils/16567
629 * deflex.l: Add noinput and nounput options.
630
631 2014-03-12 Alan Modra <amodra@gmail.com>
632
633 * Makefile.in: Regenerate.
634 * doc/Makefile.in: Regenerate.
635
636 2014-03-06 Nick Clifton <nickc@redhat.com>
637
638 PR binutils/16664
639 * readelf.c (process_attributes): Add checks for corrupt
640 attribute section names.
641
642 2014-03-05 Alan Modra <amodra@gmail.com>
643
644 Update copyright years.
645
646 2014-03-03 Alan Modra <amodra@gmail.com>
647
648 * README: Add "Copyright Notices" paragraph.
649
650 2014-02-11 Cary Coutant <ccoutant@google.com>
651
652 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
653 for zero-length attribute value.
654
655 2014-02-10 Alan Modra <amodra@gmail.com>
656
657 * po/binutils.pot: Regenerate.
658
659 2014-02-06 Andrew Pinski <apinski@cavium.com>
660
661 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
662
663 2014-02-06 Cary Coutant <ccoutant@google.com>
664
665 PR binutils/16444
666 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
667
668 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
669
670 * version.c (print_version): Update copyright year to 2014.
671
672 2014-01-07 Tom Tromey <tromey@redhat.com>
673
674 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
675 stdarg macros.
676 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
677 macros.
678 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
679 stdarg macros.
680
681 2014-01-07 Tom Tromey <tromey@redhat.com>
682
683 * coffgrok.h (coff_ofile): Don't use PARAMS.
684 * nlmheader.y (strerror): Don't use PARAMS.
685
686 For older changes see ChangeLog-2013
687 \f
688 Copyright (C) 2014 Free Software Foundation, Inc.
689
690 Copying and distribution of this file, with or without modification,
691 are permitted in any medium without royalty provided the copyright
692 notice and this notice are preserved.
693
694 Local Variables:
695 mode: change-log
696 left-margin: 8
697 fill-column: 74
698 version-control: never
699 End: