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