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