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