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