bbaf93785a52126e49ddd2f4b95cc7748c563cf3
[external/binutils.git] / binutils / ChangeLog
1 2015-07-24  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * stabs.c (parse_stab_range_type): Use 0xffffffffffffffffLL.
4
5 2015-07-22  Alan Modra  <amodra@gmail.com>
6
7         * readelf.c (dump_relocations): Show MIN_INT addends as negative.
8
9 2015-07-20  Alan Modra  <amodra@gmail.com>
10
11         * doc/Makefile.in: Regenerate.
12
13 2015-07-16  Alan Modra  <amodra@gmail.com>
14
15         PR binutils/18672
16         * readelf.c (get_32bit_dynamic_section): Correct buffer limit test.
17         (get_64bit_dynamic_section): Likewise.
18
19 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
20
21         * objcopy.c (copy_file): Set BFD_COMPRESS_GABI if not
22         zlib-gnu.
23         * doc/binutils.texi: Change --compress-debug-sections and
24         --compress-debug-sections=zlib to zlib-gabi.
25
26 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
27
28          PR binutils/18656
29          * objcopy.c (setup_section): Call bfd_convert_section_size
30          to get the output section size.
31          (copy_section): Get the section size from the output section
32          and call bfd_get_full_section_contents to convert section
33          contents for output.
34
35 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
36
37         * readelf.c (dump_section_as_strings): Warn unsupported compress
38         type and corrupted compressed section.
39         (dump_section_as_bytes): Likewise.
40         (load_specific_debug_section): Likewise.
41
42 2015-07-09  Catherine Moore  <clm@codesourcery.com>
43
44         * readelf.c (print_mips_fp_abi_value): Handle
45         Val_GNU_MIPS_ABI_FP_NAN2008.
46
47 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
48
49         * readelf.c (get_mips_dynamic_type): Handle DT_MIPS_RLD_MAP_REL.
50
51 2015-06-22  Nick Clifton  <nickc@redhat.com>
52
53         * objdump.c (disassemble_bytes): Set the stop_vma field in the
54         disassemble_info structure when disassembling code sections with
55         -d.
56         * doc/binutils.texi (objdump): Document the discrepancy between -d
57         and -D.
58
59 2015-06-05  Nick Clifton  <nickc@redhat.com>
60
61         * dwarf.c (read_debug_line_header): Use reloc_at to detect
62         incomplete .debug_line headers
63
64 2015-05-29  Roland McGrath  <mcgrathr@google.com>
65
66         * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize
67         GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.
68
69 2015-05-29  Stephen Kitt  <steve@sk2.org>
70
71         * dlltool.c (make_one_lib_file): Clear .idata$6 before use.
72         (main): Fail if the output file specified by the -z option cannot
73         be opened.
74
75 2015-05-18  Nick Clifton  <nickc@redhat.com>
76
77         PR binutils/18420
78         * ia64-unwind.c (unw_decode): Add end parameter.  Pass parameter
79         on to decode functions.
80         (unw_devode_p2_p5): Pass end paraemter to UNW_DEC_SPILL_MASK.
81         (UNW_DEC_SPILL_MASK): Add end parameter.  Check that unw_rlen does
82         not take us beyond the end of the buffer.
83         * ia64-unwind.h (unw_decode): Update prototype.
84         * readelf.c (dump_ia64_unwind): Pass end pointer to unw_decode.
85
86 2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
87
88         * readelf.c (dump_section_as_strings): Change pointers from
89         char * to unsigned char *.
90
91 2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
92
93         PR binutis/18386
94         * doc/binutils.texi: Document -Mamd64 and -Mintel64.
95
96 2015-05-15  Nick Clifton  <nickc@redhat.com>
97
98         * readelf.c (options): Add "decompress".
99         (usage): Mention -z/--decompress.
100         (parse_args): Handle -z.
101         (uncompress_section_contents): Move to earlier in the file.
102         (dump_section_as_strings): If requested, decompress the section
103         before dumping.
104         (dump_section_as_bytes): Likewise.
105         * doc/binutils.texi: Document the new option.
106
107 2015-05-14  Peter Bergner  <bergner@vnet.ibm.com>
108
109         * MAINTAINERS: Add myself as PPC maintainer.
110
111 2015-05-14  H.J. Lu  <hongjiu.lu@intel.com>
112
113         * readelf.c (uncompress_section_contents): Add a parameter for
114         uncompressed size.  Don't check the zlib header.
115         (load_specific_debug_section): Updated.
116
117 2015-05-15  Nick Clifton  <nickc@redhat.com>
118
119         PR binutils/18374
120         * dwarf.h (struct dwarf_section): Add reloc_info and num_relocs
121         fields.
122         (struct dwarf_section_display): Change bitfield to boolean.
123         (reloc_at): Add prototype.
124         * dwarf.c (display_loc_list): Ignore list terminators if there are
125         relocs against them.
126         (display_debug_loc): Issue a warning if there are relocs against
127         the .debug_loc section.
128         (display_displays): Initialise reloc_info and num_relocs fields.
129         * objdump.c (load_specific_debug_section): Initialise reloc_info
130         and num_relocs fields.
131         (reloc_at): New function.
132         * readelf.c (is_32bit_abs_reloc): Add IA64's R_IA64_DIS32LSB
133         reloc.
134         (reloc_at): New function.
135         (apply_relocations): Add relocs_return and num_relocs_return
136         parameters.  Fill them in with the loaded relocs if non-NULL.
137         (dump_section_as_bytes): Update call to apply_relocations.
138         (load_specific_debug_section): Initialise reloc_info and
139         num_relocs fields.
140
141 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
142
143         * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
144
145 2015-05-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
146
147         * MAINTAINERS: Add myself as s390 and s390x maintainer.
148
149 2015-05-12  Stephen Kitt  <steve@sk2.org>
150
151         * dlltool.c (main): Accept -t as an abbreviation for
152         --temp-prefix.
153
154 2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
155
156         * dwarf.c (dwarf_regnames_iamcu): New.
157         (init_dwarf_regnames_iamcu): Likewise.
158         (init_dwarf_regnames): Call init_dwarf_regnames_iamcu for EM_IAMCU.
159         * dwarf.h (init_dwarf_regnames_iamcu): New.
160         * objdump.c (dump_dwarf): Call init_dwarf_regnames_iamcu for
161         bfd_arch_iamcu.
162
163 2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
164
165         * elfedit.c (enum elfclass): New.
166         (input_elf_class): Change type to enum elfclass.
167         (output_elf_class): New.
168         (elf_class): Change return type to enum elfclass.  Support EM_386
169         and EM_IAMCU.
170         (update_elf_header): Check if input and output ELF classes match.
171         (elf_machine): Support EM_386 and EM_IAMCU.
172         (main): Update input_elf_class.  Set output_elf_class.
173         * doc/binutils.texi: Update elfedit.
174
175 2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
176
177         * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU.
178         * readelf.c (guess_is_rela): Likewise.
179         (dump_relocations): Likewise.
180         (get_machine_name): Likewise.
181         (get_elf_section_flags): Likewise.
182         (process_section_headers): Likewise.
183         (is_32bit_abs_reloc): Likewise.
184         (is_32bit_pcrel_reloc): Likewise.
185
186 2015-04-30  Nick Clifton  <nickc@redhat.com>
187
188         * readelf.c (get_machine_flags): Add description of MeP flags.
189
190 2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
191
192         * readelf.c (display_s390_gnu_attribute): New function.
193         (process_s390_specific): New function.
194         (process_arch_specific): Call process_s390_specific.
195
196 2015-04-24  Nick Clifton  <nickc@redhat.com>
197
198         PR 18313
199         * ieee.c (ieee_read_cxx_class): Initialise the varargs variable.
200         * readelf.c (uncompress_section_contents): Zero initialise the
201         zstream structure.
202
203 2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
204
205         PR binutils/18209
206         * objcopy.c (setup_section): Copy compress status.
207
208 2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
209
210         * NEWS: Mention
211         --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
212
213 2015-04-14  Nick Clifton  <nickc@redhat.com>
214
215         * readelf.c (target_specific_reloc_handling): Add code to handle
216         RL78 complex relocs.
217
218 2015-04-13  Doug Evans  <dje@google.com>
219
220         PR binutils/18218
221         * readelf.c (printable_section_name): Constify sec argument.
222         (apply_relocations): Ditto.  New arg "size".  All callers updated.
223         (load_specific_debug_section): Constify sec argument.
224         Remove side-effect of modifying sec->sh_size.
225
226 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
227
228         * objcopy.c (do_debug_sections): Use bit patterns.
229         (copy_object): Return FALSE for compress_zlib, compress_gnu_zlib
230         and compress_gabi_zlib on non-ELF input.
231         (copy_file): Don't check non-ELF input here.
232
233 2015-04-09  Nick Clifton  <nickc@redhat.com>
234
235         * readelf.c (get_machine_flags): Report the setting of the string
236         insn using bits.
237
238 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
239
240         * objcopy.c (do_debug_sections): Add compress_zlib,
241         compress_gnu_zlib and compress_gabi_zlib.
242         (copy_options): Use optional_argument on compress-debug-sections.
243         (copy_usage): Update --compress-debug-sections.
244         (copy_file): Handle compress_zlib, compress_gnu_zlib and
245         compress_gabi_zlib.
246         (copy_main): Handle
247         --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
248         * doc/binutils.texi: Document
249         --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
250
251 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
252
253         * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
254         --interleave[=<number>].
255
256 2015-04-05  H.J. Lu  <hongjiu.lu@intel.com>
257
258         * readelf.c (get_elf_section_flags): Support SHF_COMPRESSED.
259         (get_compression_header): New.
260         (process_section_headers): Dump compression header if needed.
261         (uncompress_section_contents): Don't free compressed_buffer here.
262         (load_specific_debug_section): Free the compressed buffer, update
263         the section buffer and the section size if uncompress is
264         successful.
265
266 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
267
268         * configure: Regenerated.
269
270 2015-04-02  Mike Frysinger  <vapier@gentoo.org>
271
272         * MAINTAINERS: Update my e-mail address.
273
274 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
275
276         * configure: Regenerated.
277
278 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
279
280         * configure.ac: Revert the AM_ZLIB change.
281         * Makefile.in: Regenerated.
282         * aclocal.m4: Likewise.
283         * configure: Likewise.
284
285 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
286
287         * Makefile.am (ZLIB): New.
288         (ZLIBINC): Likewise.
289         (AM_CFLAGS): Add $(ZLIBINC).
290         (readelf_LDADD): Add $(ZLIB).
291         * configure.ac (AM_ZLIB): Removed.
292         (zlibdir): New.  AC_SUBST.
293         (zlibinc): Likewise.
294         Add --with-system-zlib.
295         * Makefile.in: Regenerated.
296         * config.in: Likewise.
297         * configure: Likewise.
298
299 2015-03-19  Nick Clifton  <nickc@redhat.com>
300
301         * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags.
302
303 2015-03-18  Jon Turney  <jon.turney@dronecode.org.uk>
304             Nick Clifton  <nickc@redhat.com>
305
306         PR binutils/18087
307         * doc/binutils.texi: Note that when objcopy compresses debug
308         sections the compression is only performed if it makes the section
309         smaller.
310
311 2015-03-10  H.J. Lu  <hongjiu.lu@intel.com>
312
313         PR binutils/18101
314         * readelf.c (parse_args): Move nothing to do warning to ...
315         (main): Here.
316
317 2015-03-10  Nick Clifton  <nickc@redhat.com>
318
319         PR binutils/18101
320         * readelf.c (parse_args): Enhance check for nothing to do by
321         accounting for the --wide option.
322
323         PR binutils/17636
324         * objcopy.c (copy_object): Avoid calling fatal as that does not
325         allow the parent to clean up temporary files.
326
327 2015-03-10  Yuri Gribov  <y.gribov@samsung.arm>
328
329         PR ld/16572
330         * readelf.c: Remove support for ELF_ARM_HASENTRY.
331
332 2015-03-05  Nick Clifton  <nickc@redhat.com>
333
334         PR binutils/18064
335         * doc/binutils.texi (objcopy): Extend description of
336         --add-gnu-debuglink option to explain that the separate debug info
337         file must exist.  Add a description of what to do if the debug
338         info file is built in one place but then installed into a separate
339         location.
340
341 2015-03-05  Nick Clifton  <nickc@redhat.com>
342
343         PR binutils/17994
344         * dlltool.c (temp_file_to_remove): New local array.
345         (unlink_temp_files): New functions - unlinks any file in the
346         temp_file_to_remove array, unless dotdeltemps is set.
347         (gen_exp_file): Add temp files to array.
348         (make_head): Likewise.
349         (make_delay_head): Likewise.
350         (make_tail): Likewise.
351         (gen_lib_file): Call unlink_temp_files.
352
353 2015-02-28  Andrew Burgess  <andrew.burgess@embecosm.com>
354
355         * objcopy.c (update_sections): New list.
356         (command_line_switch): Add OPTION_UPDATE_SECTION.
357         (copy_options): Add update-section.
358         (copy_usage): Document new option.
359         (is_update_section): New function.
360         (is_strip_section_1): Add check for attempt to update and remove
361         the same section.
362         (copy_object): Update size and content of requested sections.
363         (skip_section): Don't copy for updated sections.
364         (copy_main): Handle --update-section.
365         * doc/binutils.texi (objcopy): Add description of --update-section
366         option.
367         * NEWS: Mention --update-section option.
368
369 2015-02-26  Nick Clifton  <nickc@redhat.com>
370
371         PR binutils/17512
372         * coffgrok.c (do_type): Check for an out of range tag index.
373         Check for integer overflow computing array dimension.
374         (do_define): Likewise.
375
376 2015-02-26  Andrew Burgess  <andrew.burgess@embecosm.com>
377
378         * objcopy.c (init_section_add): Rename optarg to arg in order to
379         avoid shadowing a global variable.
380
381 2015-02-26  Nick Clifton  <nickc@redhat.com>
382
383         PR binutils/17512
384         * resrc.c (write_rc_messagetable): Tighten check for invalid
385         message lengths.
386
387         * dwarf.c (display_debug_loc): Pacify the undefined behaviour
388         sanitizer by simplifying address difference calculation.
389         (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
390         order to avoid arithmetic overflows.
391         (frame_display_row): Cast cfa_offset before printing it.
392         (display_debug_frames): Likewise.
393         Check for an unexpected segment size.
394         Chnage type of 'l' local to dwarf_vma and cast it back to an int
395         when printing.
396         (process_cu_tu_index): Tighten check for an invalid ncols value.
397         * readelf.c (process_corefile_note_segment): Check for
398         inote.descdata extending beyond the end of the section.
399         (process_v850_notes): Likewise.
400
401 2015-02-26  Terry Guo  <terry.guo@arm.com>
402
403         * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we
404         display it.
405
406 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
407
408         * objcopy.c (init_section_add): New function.
409         (section_add_load_file): New function.
410         (copy_main): Make use of new functions.
411
412 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
413
414         * od-elf32_avr.c: Add elf32-avr.h include.
415         (OPT_AVRPROP): Define.
416         (options[]): Add 'avr-prop' entry.
417         (elf32_avr_help): Add avr-prop help text.
418         (elf32_avr_dump_avr_prop): New function.
419         (elf32_avr_dump): Add check for avr-prop.
420
421 2015-02-24  Nick Clifton  <nickc@redhat.com>
422
423         * readelf.c (get_machine_flags): Remove deprecated V850 machine
424         flags.
425         (get_v850_section_type_name): New function.  Handles V850 special
426         sections.
427         (get_section_type_name): Add support for V850.
428         (get_v850_elf_note_type): New function.  Returns the name of a
429         V850 note.
430         (print_v850_note): New function.  Prints a V850 note.
431         (process_v850_notes): New function.  Prints V850 notes.
432         (process_note_sections): Add support for V850.
433
434 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
435
436         PR binutils/17531
437         * readelf.c (process_symbol_table): Declare chained.  Increment it
438         in every loop.  Abort when chained is larger than nchains.  Move
439         error check outside of chain loop.
440
441 2015-02-24  Dmitry Antipov  <dantipov@nvidia.com>
442
443         * readelf.c (find_symbol_for_address): Use a binary search to
444         speed up symbol location.  Skip check for function symbol type.
445         (*_unw_aux_info): Add funtab and nfuns fields contains a sorted
446         list of function symbols.
447         (dump_ia64_unwind): Initialise the funtab and nfuns fields and
448         pass them to find_symbol_for_address.
449         (dump_hppa_unwind): Likewise.
450         (arm_print_vma_and_name): Pass funtab to find_symbol_for_address.
451         (dump_arm_unwind): Initialise the funtab and nfuns fields.
452
453 2015-02-24  Nick Clifton  <nickc@redhat.com>
454
455         * objdump.c (dump_section): Extend the warning message displayed
456         when a section cannot be loaded.
457
458 2015-02-21  Mike Frysinger  <vapier@gentoo.org>
459
460         * readelf.c (process_program_headers): Add newline to warning
461         message.
462
463 2015-02-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
464
465         * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
466         NT_S390_VXRS_HIGH.
467
468 2015-02-13  Nick Clifton  <nickc@redhat.com>
469
470         PR binutils/17512
471         * dwarf.c (read_leb128): Fix test for shift becoming too large.
472
473         * coffgrok.c (do_define): Add check for type size overflow.
474         * srconv.c (walk_tree_sfile): Check that enough sections are
475         available before parsing.
476         (prescan): Likewise.
477
478         PR binutils/17531
479         * dwarf.c (display_debug_aranges): Add check for an excessive
480         ar_length value.
481         (process_cu_tu_index): Check for a row * columns sum being too
482         large.
483
484 2015-02-13  Alan Modra  <amodra@gmail.com>
485
486         * dwarf.c: Formatting, whitespace.
487         (process_debug_info): Style fix.
488
489 2015-02-11  Nick Clifton  <nickc@redhat.com>
490
491         * rl78-decode.opc: Add 'a' attribute to instructions that support
492         [HL+0] addressing.
493         * rl78-decode.c: Regenerate.
494         * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0]
495         addresses.
496
497 2015-02-11  Nick Clifton  <nickc@redhat.com>
498
499         PR binutils/17531
500         * dwarf.c (display_debug_pubnames_worker): Work around compiler
501         bug checking address ranges.
502         (display_debug_frames): Likewise.
503         (display_gdb_index): Likewise.
504         (process_cu_tu_index): Add range check on the ncols value.
505
506 2015-02-10  Nick Clifton  <nickc@redhat.com>
507
508         PR binutils/17512
509         * dwarf.c (eh_addr_size): Use an unsigned type.
510         (size_of_encoded_value): Return an unsigned type.
511         (read_leb128): Break if the shift becomes too big.
512         (process_extended_line_op): Do not read the address if the length
513         is too long.
514         (read_cie): Warn and fail if the pointer size or segment size are
515         too big.
516         * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect
517         structure definition.
518         (DWARF2_External_PubNames): Likewise.
519         (DWARF2_External_CompUnit): Likewise.
520         (DWARF2_External_ARange): Likewise.
521         (DWARF2_Internal_LineInfo): Use dwarf_vma type for
522         li_prologue_length.
523         (eh_addr_size): Update prototype.
524
525         PR binutils/17531
526         * dwarf.c (process_debug_info): Zero the debug information array
527         since correct initialisation cannot be relied upon.
528         (process_cu_tu_index): Improve range checks.
529
530         PR binutils/17531
531         * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for
532         offset.
533         * readelf.c (dump_relocations): Handle printing offsets which are
534         MIN_INT.
535         (process_corefile_note_segment): Add range check of the namesz
536         field.
537
538 2015-02-09  Mark Wielaard  <mjw@redhat.com>
539
540         * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
541         and DW_LANG_Fortran08.
542
543 2015-02-06  Nick Clifton  <nickc@redhat.com>
544
545         PR binutils/17512
546         * dwarf.c (display_debug_frames): Fix range checks to work on
547         32-bit binaries complied on a 64-bit host.
548
549         PR binutils/17531
550         * dwarf.c (xcmalloc): Fail if the arguments are too big.
551         (xcrealloc): Likewise.
552         (xcalloc2): Likewise.
553         * readelf.c (process_mips_specific): Fail if an option has an
554         invalid size.
555
556 2015-02-05  Alan Modra  <amodra@gmail.com>
557
558         PR binutils/17926
559         * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
560
561 2015-02-04  Nick Clifton  <nickc@redhat.com>
562
563         PR binutils/17531
564         * dwarf.c (read_and_display_attr_value): Test for a block length
565         being so long that it wraps around to before the start of the block.
566         (process_debug_info): Test for section_begin wrapping around to
567         before the start of the section.
568         (display_gdb_index): Test for num_cus being so large that the end
569         address wraps around to before the start of the section.
570         (process_cu_tu_index): Test for j being so large that the section
571         index pool wraps around to before the start of the section.
572
573 2015-02-03  Nick Clifton  <nickc@redhat.com>
574
575         PR binutils/17531
576         * dwarf.c (process_debug_info): Add range check.
577         (display_debug_pubnames_worker): Likewise.
578         (display_gdb_index): Fix range check.
579         (process_cu_tu_index): Add range check.
580         * readelf.c (get_data): Change parameter types from size_t to
581         bfd_size_type.  Add checks for loss of accuracy when casting from
582         bfd_size_type to size_t.
583         (get_dynamic_data): Likewise.
584         (process_section_groups): Limit number of error messages.
585
586 2015-02-03  Nick Clifton  <nickc@redhat.com>
587
588         PR binutils/17512
589         * objdump.c (display_any_bfd): Fail if archives nest too deeply.
590
591 2015-01-28  James Bowman  <james.bowman@ftdichip.com>
592
593         * readelf.c: Add FT32 support.
594
595 2015-01-27  Nick Clifton  <nickc@redhat.com>
596
597         PR binutils/17512
598         * dlltool.c (identify_search_archive): If the last archive was the
599         same as the current archive, terminate the loop.
600
601         * addr2line.c (slurp_symtab): If the symcount is zero, free the
602         symbol table pointer.
603
604         * rcparse.y: Add checks to avoid integer divide by zero.
605         * rescoff.c (read_coff_rsrc): Add check on the size of the
606         resource section.
607         (read_coff_res_dir): Add check on the nesting level.
608         Check for resource names overrunning the buffer.
609         * resrc.c (write_rc_messagetable): Update formatting.
610         Add check of 'elen' being zero.
611
612 2015-01-23  Nick Clifton  <nickc@redhat.com>
613
614         * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
615         by recent delta, when compiling on for a 32-bit host.
616
617 2015-01-21  Nick Clifton  <nickc@redhat.com>
618
619         PR binutils/17512
620         * addr2line.c (main): Call bfd_set_error_program_name.
621         * ar.c (main): Likewise.
622         * coffdump.c (main): Likewise.
623         * cxxfilt.c (main): Likewise.
624         * dlltool.c (main): Likewise.
625         * nlmconv.c (main): Likewise.
626         * nm.c (main): Likewise.
627         * objdump.c (main): Likewise.
628         * size.c (main): Likewise.
629         * srconv.c (main): Likewise.
630         * strings.c (main): Likewise.
631         * sysdump.c (main): Likewise.
632         * windmc.c (main): Likewise.
633         * windres.c (main): Likewise.
634         * objcopy.c (main): Likewise.
635         (copy_relocations_in_section): Check for relocs without associated
636         symbol pointers.
637
638 2015-01-21  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
639
640         * MAINTAINERS: Add self to ARM maintainers list.
641
642 2015-01-21  Nick Clifton  <nickc@redhat.com>
643
644         PR binutils/17512
645         * coffgrok.c (do_type): Check that computed ref exists.
646         (doit): Add range checks when computing section for scope.
647
648 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
649
650         * dwarf.c (process_debug_info): Properly check abbrev size.
651
652 2015-01-12  Nick Clifton  <nickc@redhat.com>
653
654         PR binutils/17531
655         * dwarf.c (process_debug_info): Check for abbrev_base being larger
656         than the section size.
657         (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
658         arrays.
659         (xcalloc2): New function.  Like xcalloc, but checks for overflow.
660         (display_debug_addr): Use xcalloc to allocate the debug_addr_info
661         array.  Check for an address_base that is too large.
662
663         * dwarf.h (xcalloc2): Prototype.
664
665 2015-01-12  Alan Modra  <amodra@gmail.com>
666
667         * prdbg.c (print_debugging_info): Don't use void* for function
668         pointer param.
669         * budbg.h (print_debugging_info): Update prototype.
670
671 2015-01-08  Nick Clifton  <nickc@redhat.com>
672
673         PR binutils/17512
674         * ojcopy.c (copy_object): Free the symbol table if no symbols
675         could be loaded.
676         (copy_file): Use bfd_close_all_done to close files that could not
677         be copied.
678
679         * sysdump.c (getINT): Fail if reading off the end of the buffer.
680         Replace call to abort with a call to fatal.
681         (getCHARS): Prevetn reading off the end of the buffer.
682
683         * nlmconv.c (i386_mangle_relocs): Skip relocs without an
684         associated symbol.
685         (powerpc_mangle_relocs): Skip unrecognised relocs.  Check address
686         range before applying a reloc.
687
688 2015-01-07  Nick Clifton  <nickc@redhat.com>
689
690         PR binutils/17512
691         * dlltool.c (scan_obj_file): Break loop if the last archive
692         displayed matches the current archive.
693
694         * objdump.c (display_any_bfd): Add a depth limit to nested archive
695         display in order to avoid infinite loops.
696         * srconv.c: Replace calls to abort with calls to fatal with an
697         error message.
698
699 2015-01-06  Nick Clifton  <nickc@redhat.com>
700
701         PR binutils/17512
702         * coffdump.c (dump_coff_section): Check for a symbol being
703         available before printing its name.
704         (main): Check the return value from coff_grok.
705         * coffgrok.c: Reformat and tidy.
706         Add range checks to most functions.
707         (coff_grok): Return NULL if the input bfd is not in a COFF
708         format.
709         * coffgrok.h: Reformat and tidy.
710         (struct coff_section): Change the nrelocs field to unsigned.
711         * srconv.c (main): Check the return value from coff_grok.
712
713 2015-01-05  Nick Clifton  <nickc@redhat.com>
714
715         PR binutils/17512
716         * nm.c (print_symbol): Add 'is_synthetic' parameter.  Use it to
717         help initialize the info.elfinfo field.
718         (print_size_symbols): Add 'synth_count' parameter.  Use it to set
719         the is_synthetic parameter when calling print_symbol.
720         (print_symbols): Likewise.
721         (display_rel_file): Pass synth_count to printing function.
722         (display_archive): Break loop if the last archive displayed
723         matches the current archive.
724         * size.c (display_archive): Likewise.
725
726 2015-01-05  Nick Clifton  <nickc@redhat.com>
727
728         PR binutils/17531
729         * dwarf.c (alloc_num_debug_info_entries): New variable.
730         (process_debug_info): Set it.  Use it to avoid displaying
731         attributes for which there is no info.
732         (display_debug_abbrev): Check that the debug_info_entry index is
733         valid before using it.
734         (display_loc_list_dwo): Likewise.
735         (process_cu_tu_index): Add range check for an overlarge dw_sect
736         value.
737         (free_debug_memory): Reset alloc_num_debug_info_entries.
738         * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
739         be indentified.
740         (dynamic_section_mips_val): Warn if the timestamp is invalid.
741         (print_mips_got_entry): Add a data_end parameter.  Warn if a read
742         would go beyond the end of the data, and return an error value.
743         (process_mips_specific): Do not read options from beyond the end
744         of the section.
745         Correct code to display optional data at the end of an option.
746         Warn if there are too many GOT symbols.
747         Update calls to print_mips_got_entry, and handle error returns.
748
749 2015-01-05  Daniel Klauer  <daniel.c.klauer@web.de>
750
751         PR binutils/17489
752         * doc/binutils.texi (dlltool): Correct description of --kill-at
753         option.
754
755 2015-01-01  Alan Modra  <amodra@gmail.com>
756
757         * version.c (print_version): Just print current year.
758
759 2015-01-01  Alan Modra  <amodra@gmail.com>
760
761         Update year range in copyright notice of all files.
762
763 For older changes see ChangeLog-2014
764 \f
765 Copyright (C) 2015 Free Software Foundation, Inc.
766
767 Copying and distribution of this file, with or without modification,
768 are permitted in any medium without royalty provided the copyright
769 notice and this notice are preserved.
770
771 Local Variables:
772 mode: change-log
773 left-margin: 8
774 fill-column: 74
775 version-control: never
776 End: