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