Tidy up ar_open by using asprintf to replace xmalloc and sprintf.
[binutils-gdb.git] / binutils / ChangeLog
1 2019-06-10 Christos Zoulas <christos@zoulas.com>
2
3 PR 24649
4 * arsup.c (ar_open): Use asprintf in place of xmalloc and
5 sprintf.
6
7 2019-06-03 Nick Clifton <nickc@redhat.com>
8
9 Revert:
10 2019-05-29 Nick Clifton <nickc@redhat.com>
11
12 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
13 targets.
14 (HAVE_LIBCTF): Define if libctf support is available.
15 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
16 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
17 defined.
18 * readelf.c: Likewise.
19 * configure: Regenerate.
20 * Makefile.in: Regenerate.
21 * config.in: Regenerate.
22
23 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
24
25 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
26 cts_offset.
27 * readelf.c (shdr_to_ctf_sect): Likewise.
28
29 2019-05-30 Nick Clifton <nickc@redhat.com>
30
31 PR 24627
32 * readelf.c (process_version_sections): Add 0x prefix to address
33 display. Correct indentation.
34
35 2019-05-30 Alan Modra <amodra@gmail.com>
36
37 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
38 s12z to targets not supporting this feature.
39
40 2019-05-30 Alan Modra <amodra@gmail.com>
41
42 * testsuite/lib/binutils-common.exp (run_dump_test): Support
43 tcl procedures for xfail args.
44
45 2019-05-29 Nick Clifton <nickc@redhat.com>
46
47 * README-how-to-make-a-release: Add libctf to list of directories
48 that need updates in their ChangeLogs.
49
50 2019-05-29 Nick Clifton <nickc@redhat.com>
51
52 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
53 targets.
54 (HAVE_LIBCTF): Define if libctf support is available.
55 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
56 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
57 defined.
58 * readelf.c: Likewise.
59 * configure: Regenerate.
60 * Makefile.in: Regenerate.
61 * config.in: Regenerate.
62
63 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
64
65 * MAINTAINERS: Add myself as CTF maintainer.
66
67 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
68
69 * objdump.c (ctf-api.h): New include.
70 (dump_ctf_section_info): New variable.
71 (dump_ctf_section_name): Likewise.
72 (usage): Describe new options.
73 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
74 (main): Use them to add --ctf and --ctf-parent.
75 (read_section_stabs): Add new parameter, entsize_ptr.
76 (find_stabs_section): Adjust accordingly.
77 (make_ctfsect): New.
78 (dump_ctf_indent_lines): New.
79 (dump_ctf_archive_member): New.
80 (dump_ctf): New.
81 (dump_bfd): Call it. Free resources afterwards.
82 * readelf.c (ctf-api.h): New include.
83 (CTF_DUMP): New.
84 (static bfd_boolean do_ctf): Likewise.
85 (dump_ctf_parent_name): Likewise.
86 (dump_ctf_symtab_name): Likewise.
87 (dump_ctf_strtab_name): Likewise.
88 (OPTION_CTF_DUMP): Likewise.
89 (OPTION_CTF_PARENT): Likewise.
90 (OPTION_CTF_SYMBOLS): Likewise.
91 (OPTION_CTF_STRINGS): Likewise.
92 (options): Add them.
93 (usage): Likewise.
94 (parse_args): Handle the new options, requesting CTF_DUMP.
95 (process_section_contents): Handle CTF_DUMP.
96 (shdr_to_ctf_sect): New.
97 (dump_ctf_indent_lines): New.
98 (dump_section_as_ctf): New.
99 (main): Free resources.
100 * Makefile.am (LIBCTF): New variable.
101 (objdump_DEPENDENCIES): Use it.
102 (readelf_DEPENDENCIES): Likewise.
103 (objdump_LDADD): Likewise.
104 (readelf_LDADD): Likewise.
105 * aclocal.m4: Regenerated.
106 * Makefile.in: Likewise.
107
108 * doc/binutils.texi (objdump): Document the new options.
109 (readelf): Likewise.
110 * doc/ctf.options.texi: New.
111 * doc/Makefile.in: Regenerated.
112 * NEWS: Mention the new feature.
113
114 2019-05-27 Alan Modra <amodra@gmail.com>
115
116 * readelf.c (process_section_groups): Continue processing groups
117 when sh_entsize exceeds group size.
118
119 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
120
121 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
122 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
123 (get_symbol_other): Call get_aarch64_symbol_other.
124
125 2019-05-24 Alan Modra <amodra@gmail.com>
126
127 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
128
129 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
130
131 * MAINTAINERS: Add myself as the maintainer for BPF.
132
133 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
134
135 * readelf.c: Include elf/bpf.h.
136 (guess_is_rela): Hanle EM_BPF.
137 (dump_relocations): Likewise.
138 (is_32bit_abs_reloc): Likewise.
139 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
140 ELF targets.
141
142 2019-05-21 Tamar Christina <tamar.christina@arm.com>
143
144 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
145 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
146 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
147
148 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
149
150 PR 14798
151 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
152 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
153
154 2019-05-20 Nick Clifton <nickc@redhat.com>
155
156 * po/ca.po: Updated Catalan translation.
157
158 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
159
160 * NEWS: Mention Armv8.1-M Mainline and MVE.
161
162 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
163
164 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
165 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
166
167 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
168
169 PR 19921
170 * objcopy.c: Add new option --verilog-data-width. Use it to set
171 the value of VerilogDataWidth.
172 * doc/binutils.texi: Document the new option.
173 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
174 * testsuite/binutils-all/verilog-1.hex: New file.
175 * testsuite/binutils-all/verilog-2.hex: New file.
176 * testsuite/binutils-all/verilog-4.hex: New file.
177 * testsuite/binutils-all/verilog-8.hex: New file.
178 * NEWS: Mention the new feature.
179
180 2019-05-10 Alan Modra <amodra@gmail.com>
181
182 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
183 (test_objdump_content_limited): Add text arg, use in place of .text.
184 (bintest_signed.o): Call get_standard_section_names for name of
185 text section.
186
187 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
188
189 * objdump.c (sign_extend_address): New function.
190 (dump_bfd): Sign-extend user-specified start/stop addresses
191 for targets that need it.
192 * testsuite/binutils-all/objdump.exp: Add tests for objdump
193 with start and stop addresses in higher address ranges.
194
195 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
196
197 * testsuite/binutils-all/objdump.exp: Correct executable
198 spelling.
199 * testsuite/binutils-all/compress.exp: Likewise.
200
201 2019-05-01 Nick Clifton <nickc@redhat.com>
202
203 PR 24507
204 * nm.c: (print_format): New variable.
205 (value_format_32bit, value_format_64bit): Delete.
206 (set_print_radix): Remove code to alter value_format strings.
207 (set_output_format): Record chosen format in print_format.
208 (get_print_format): New function - constructs a printf formatting
209 string according to the requirements of size, radix, and output
210 format.
211 (print_value): Use get_print_format.
212 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
213 and "nm -t d".
214
215 2019-04-30 Alan Modra <amodra@gmail.com>
216
217 * wrstabs.c (stab_start_class_type): Add assert to work around
218 gcc9 warning. Tidy.
219
220 2019-04-24 Nick Clifton <nickc@redhat.com>
221
222 * objcopy.c (strip_main): Do not enable note merging by default if
223 just stripping debug or dwo information.
224 * doc/binutils.texi (strip): Update documentation.
225
226 2019-04-23 Nick Clifton <nickc@redhat.com>
227
228 * README-how-to-make-a-release: Add note to update the symbolic
229 link from "docs" to "docs-2.x" on the sourceware website.
230
231 2019-04-16 Alan Modra <amodra@gmail.com>
232
233 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
234 * testsuite/binutils-all/copy-3.d: Likewise.
235
236 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
237
238 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
239
240 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
241
242 * readelf.c (decode_x86_isa): Handle
243 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
244 * testsuite/binutils-all/i386/pr21231b.d: Updated.
245 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
246
247 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
248
249 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
250
251 2019-03-26 Tamar Christina <tamar.christina@arm.com>
252
253 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
254 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
255 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
256 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
257 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
258 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
259 * testsuite/binutils-all/arm/in-order.d: Likewise.
260 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
261 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
262 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
263
264 2019-03-26 Nick Clifton <nickc@redhat.com>
265
266 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
267 FRV and MEP.
268
269 2019-03-26 Alan Modra <amodra@gmail.com>
270
271 * objdump.c (dump_relocs_in_section): Warning fix.
272
273 2019-03-25 Tamar Christina <tamar.christina@arm.com>
274
275 * testsuite/binutils-all/arm/in-order-all.d: New test.
276 * testsuite/binutils-all/arm/in-order.d: New test.
277 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
278 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
279 * testsuite/binutils-all/arm/out-of-order.T: New test.
280 * testsuite/binutils-all/arm/out-of-order.d: New test.
281 * testsuite/binutils-all/arm/out-of-order.s: New test.
282
283
284 2019-03-25 Tamar Christina <tamar.christina@arm.com>
285
286 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
287 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
288 * testsuite/binutils-all/aarch64/out-of-order.d:
289
290 2019-03-25 Tamar Christina <tamar.christina@arm.com>
291
292 * testsuite/binutils-all/aarch64/in-order.d: New test.
293 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
294 well.
295
296 2019-03-25 Tamar Christina <tamar.christina@arm.com>
297
298 * objdump.c (disassemble_bytes): Pass stop_offset.
299 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
300 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
301 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
302
303 2019-03-19 Nick Clifton <nickc@redhat.com>
304
305 PR 24360
306 * objdump.c (load_specific_debug_section): Check that the amount
307 of memory to be allocated matches the size of the section.
308
309 2019-03-13 Sudakshina Das <sudi.das@arm.com>
310
311 * readelf.c (get_aarch64_dynamic_type): Add case for
312 DT_AARCH64_PAC_PLT.
313 (dynamic_section_aarch64_val): Likewise.
314
315 2019-03-13 Sudakshina Das <sudi.das@arm.com>
316 Szabolcs Nagy <szabolcs.nagy@arm.com>
317
318 * readelf.c (get_aarch64_dynamic_type): New.
319 (get_dynamic_type): Use above for EM_AARCH64.
320 (dynamic_section_aarch64_val): New.
321 (process_dynamic_section): Use above for EM_AARCH64.
322
323 2019-03-13 Sudakshina Das <sudi.das@arm.com>
324
325 * readelf.c (decode_aarch64_feature_1_and): New.
326 (print_gnu_property_note): Add case for AArch64 gnu notes.
327
328 2019-03-12 Alan Modra <amodra@gmail.com>
329
330 * objdump.c (load_specific_debug_section): Don't compare section
331 size against file size.
332 (dump_relocs_in_section): Don't compare reloc size against file size.
333 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
334
335 2019-03-05 Nick Clifton <nickc@redhat.com>
336
337 PR 24295
338 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
339
340 2019-03-05 Nick Clifton <nickc@redhat.com>
341
342 * po/sv.po: Updated Swedish translation.
343
344 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
345
346 PR 24287
347 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
348 of "lmap" with a "foreach" loop.
349
350 2019-03-04 Nick Clifton <nickc@redhat.com>
351
352 PR 24281
353 * objcopy.c (copy_archive): Do not copy thin archives.
354
355 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
356
357 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
358
359 2019-02-25 Nick Clifton <nickc@redhat.com>
360
361 * objdump.c (sym_ok): New function.
362 (find_symbol_for_address): Use new function.
363 (disassemble_section): Compare sections by name, not pointer.
364 (dump_dwarf): Move code to initialise byte_get pointer and iterate
365 over separate debug files from here to ...
366 (dump_bfd): ... here. Add parameter indicating that a separate
367 debug info file is being dumped. For main file, pull in the
368 symbol tables from all separate debug info files.
369 (display_object): Update call to dump_bfd.
370 * doc/binutils.texi: Document extened behaviour of the
371 --dwarf=follow-links option.
372 * NEWS: Mention this new feature.
373 * testsuite/binutils-all/objdump.WK2: Update expected output.
374 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
375 options and dump file parameters.
376 Add extra test.
377 * testsuite/binutils-all/objdump.WK3: New file.
378 * testsuite/binutils-all/readelf.exp: Change expected output for
379 readelf -wKis test.
380 * testsuite/binutils-all/readelf.wKis: New file.
381
382 2019-02-22 Nick Clifton <nickc@redhat.com>
383
384 PR 23843
385 * dwarf.h (struct separate_info): New structure for containing
386 information on separate debug info files.
387 * dwarf.c (struct dwo_info): New structure for containing dwo
388 links.
389 (first_dwo_info): Chain of dwo_info structures.
390 (first_separate_file): Chain of separate_info structures.
391 (separate_debug_file, separate_debug_filename): Delete.
392 (fetch_alt_indirect_string): Scan all separate debug info files
393 for the requested string.
394 (add_dwo_info): New function.
395 (add_dwo_name): New function.
396 (add_dwo_dir): New function.
397 (add_dwo_id: New function.
398 (free_dwo_info): New function.
399 (read_and_display_attr_value): Store DWO data using the new
400 functions.
401 (load_debug_section_with_follow): If necessary, scan the list of
402 separate debug info files for the requested section.
403 (add_separate_debug_file): New function.
404 (load_separate_debug_info): Call add_separate_debug_file to store
405 the information on the newly loaded file.
406 (load_dwo_file): Likewise.
407 (load_separate_debif_file): Rename to load_separate_debug_files.
408 Change return type to boolean. If following links then attempt to
409 load all separate debug info files, not just the first one.
410 (free_debug_memory): Release memory in dwo_info and separate_info
411 chains.
412 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
413 * readelf.c (process_object): Likewise.
414 * doc/debug.options.texi: Update descriptions of links and
415 follow-links options.
416 * testsuite/binutils-all/objdump.WK2: Update expected output.
417 * testsuite/binutils-all/readelf.k2: Likewise.
418 * NEWS: Announce the new feature.
419
420 2019-02-21 Nick Clifton <nickc@redhat.com>
421
422 PR 24247
423 * unwind-ia64.c: Include sysdep.h.
424 (unw_decode_x1): Check current pointer against end pointer before
425 accessing memory.
426 (unw_decode_x2): Likewise.
427 (unw_decode_x3): Likewise.
428 (unw_decode_x4): Likewise.
429 (unw_decode_r2): Likewise.
430 (unw_decode_p2_p5): Likewise.
431 (unw_decode_p7_p10): Likewise.
432 (unw_decode): Likewise.
433
434 2019-02-20 Nick Clifton <nickc@redhat.com>
435
436 PR 24246
437 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
438
439 PR 24244
440 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
441 prevent walking off the end of the buffer.
442 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
443 (unw_decode_x2): Likewise.
444 (unw_decode_x3): Likewise.
445 (unw_decode_x4): Likewise.
446 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
447 (unw_decode_r3): Likewise.
448 (unw_decode_p7_p10): Likewise.
449 (unw_decode_b2): Likewise.
450 (unw_decode_b3_x4): Likewise.
451
452 PR 24243
453 * readelf.c (process_mips_specific): Check for an options section
454 that is too small to even contain a single option.
455
456 PR 24242
457 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
458
459 2019-02-20 Alan Modra <amodra@gmail.com>
460
461 PR 24132
462 PR 24138
463 * readelf.c (get_data): Avoid possibility of overflow when
464 checking for a read that may extend past end of file.
465 (process_program_headers): Likewise.
466
467 2019-02-20 Alan Modra <amodra@gmail.com>
468
469 PR 24233
470 * objdump.c (dump_bfd_private_header): Print warning if
471 bfd_print_private_bfd_data returns false.
472
473 2019-02-12 Nick Clifton <nickc@redhat.com>
474
475 PR 23440
476 * README-how-to-make-a-release: Use git clean to delete spurious
477 files from the local source repository.
478
479 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * size.c (berkeley_format): Delete.
482 (enum output_format): New enum.
483 (selected_output_format): New variable.
484 (usage): Update to mention GNU format.
485 (main): Update to extract options, and select format as needed.
486 Handle GNU format where needed.
487 (berkeley_sum): Renamed to...
488 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
489 (berkeley_format): Renamed to...
490 (berkeley_or_gnu_format): ...this, and updated to handle both
491 formats.
492 (print_sizes): Handle GNU format.
493 * doc/binutils.texi (size): Document new GNU format.
494 * testsuite/binutils-all/size.exp: Add test of extended
495 functionality.
496 * NEWS: Mention new functionality.
497
498 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * doc/binutils.texi (size): Update example output for Berkeley
501 format output.
502
503 2019-02-07 Nick Clifton <nickc@redhat.com>
504
505 * README-how-to-make-a-release: Add a note about updating the
506 obsolete targets in the bfd/config.bfd file.
507
508 2019-02-04 Nick Clifton <nickc@redhat.com>
509
510 * README-how-to-make-a-release: Add more notes on making a release.
511
512 2019-01-25 Nick Clifton <nickc@redhat.com>
513
514 PR 24131
515 * readelf.c (process_notes_at): Prevent an illegal memory access
516 when the note's namesize is zero.
517 (decode_tic6x_unwind_bytecode): Add code to handle the case where
518 no registers are specified in a frame pop instruction.
519
520 2019-01-25 Nick Clifton <nickc@redhat.com>
521
522 * po/bg.po: Updated Bulgarian translation.
523
524 2019-01-23 Nick Clifton <nickc@redhat.com>
525
526 * po/fr.po: Updated French translation.
527 * po/pt.po: Updated Portuguese translation.
528
529 2019-01-21 Nick Clifton <nickc@redhat.com>
530
531 * po/uk.po: Updated Ukranian translation.
532
533 2019-01-19 Nick Clifton <nickc@redhat.com>
534
535 * configure: Regenerate.
536 * binutils/po/binutils.pot.
537
538 * README-how-to-make-a-release: Update description on how to make
539 a branch.
540
541 2018-06-24 Nick Clifton <nickc@redhat.com>
542
543 2.32 branch created.
544
545 2019-01-17 Nick Clifton <nickc@redhat.com>
546
547 * objdump.c (disassemble_section): When disassembling from a
548 symbol only stop at the next symbol if the original symbol was not
549 a function symbol. Otherwise continue disassembling until a new
550 function is reached.
551 * testsuite/binutils-all/objdump.exp: Add tests of extended
552 functionality.
553 * testsuite/binutils-all/disasm.s: New test source file.
554
555 2019-01-16 Kito Cheng <kito@andestech.com>
556 Nelson Chu <nelson@andestech.com>
557
558 * readelf.c (get_riscv_section_type_name): New function.
559 (get_section_type_name): Add handler for RISC-V.
560 (riscv_attr_tag_t): Declare.
561 (riscv_attr_tag): New.
562 (display_riscv_attribute): New function.
563 (process_attributes): Add handler for RISC-V.
564 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
565 section.
566
567 2019-01-10 Nick Clifton <nickc@redhat.com>
568
569 PR 23963
570 * objdump.c (sanitize_string): New function. Removes control
571 characters from symbol names.
572 (dump_section_header): Use new function.
573 (objdump_print_symname): Likewise.
574 (objdump_print_addr_with_sym): Likewise.
575 (show_line): Likewise.
576 (disassemble_bytes): Likewise.
577 (disassemble_section): Likewise.
578 (load_specific_debug_section): Likewise.
579 (read_section_stabs): Likewise.
580 (print_section_stabs): Likewise.
581 (dump_section): Likewise.
582 (dump_reloc_set): Likewise.
583 (dump_relocs_in_section): Likewise.
584 (dump_bfd): Likewise.
585 (display_any_bfd): Likewise.
586
587 2019-01-09 Nick Clifton <nickc@redhat.com>
588
589 PR 24049
590 * readelf.c (process_archive): Use arch.file_name in error
591 messages until the qualified name is available.
592
593 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
594
595 * configure: Regenerate.
596
597 2019-01-09 Alan Modra <amodra@gmail.com>
598
599 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
600 unconditionally to tests needing the option rather than via a
601 list of targets.
602
603 2019-01-08 Nick Clifton <nickc@redhat.com>
604
605 PR 24044
606 * cxxfilt.c (hp_symbol_characters): Delete.
607 (main): Remove depcreated demangling styles.
608 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
609 demangling opnames.
610 * testsuite/binutils-all/cxxfilt.exp: Use the
611 --no-strip-underscore option for targets that do prefix their
612 symbols with underscores.
613 Update tests to eliminate those that use gnu v2 encoding.
614
615 2019-01-08 Tamar Christina <tamar.christina@arm.com>
616
617 PR 24065
618 * testsuite/binutils-all/copy-6.d: New test.
619 * testsuite/binutils-all/objcopy.exp: Use it.
620
621 2019-01-08 Alan Modra <amodra@gmail.com>
622
623 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
624 $srcdir/$subdir to source file name if it starts with "./".
625
626 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
627
628 * readelf.c (get_machine_flags): Add RXv3 output.
629
630 2019-01-04 Nick Clifton <nickc@redhat.com>
631
632 PR 24005
633 * objdump.c (load_specific_debug_section): Check for integer
634 overflow before attempting to allocate contents.
635
636 2019-01-04 Nick Clifton <nickc@redhat.com>
637
638 PR 24001
639 * objcopy.c (copy_object): Free dhandle after writing out the
640 debug information.
641 * objdump.c (dump_bfd): Free dhandle after printing out the debug
642 information.
643
644
645 2019-01-01 Alan Modra <amodra@gmail.com>
646
647 Update year range in copyright notice of all files.
648
649 For older changes see ChangeLog-2018
650 \f
651 Copyright (C) 2019 Free Software Foundation, Inc.
652
653 Copying and distribution of this file, with or without modification,
654 are permitted in any medium without royalty provided the copyright
655 notice and this notice are preserved.
656
657 Local Variables:
658 mode: change-log
659 left-margin: 8
660 fill-column: 74
661 version-control: never
662 End: