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