readelf: mask unknown description data bytes.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
178d8719
JR
12019-08-08 Jordan Rupprecht <rupprecht@google.com>
2
3 * readelf.c (process_note): Mask unknown description data bytes.
4
7c1c1904
AM
52019-08-08 Alan Modra <amodra@gmail.com>
6
7 * readelf.c (get_data): Improve overflow checks.
8
f927cc8f
NC
92019-08-07 Nick Clifton <nickc@redhat.com>
10
11 PR 24777
12 * doc/binutils.texi: Ensure consistent formating of title strings
13 for man pages. Extend the title of the size man page to be more
14 informative.
15
7cd00957
OM
162019-08-07 Omair Majid <omajid@redhat.com>
17
18 * testsuite/binutils-all/objdump.exp
19 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
20 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
21 introduced machine types.
22 * testsuite/gentestdlls.c (write_simple_dll): New function.
23 (main): Generate simple and Linux-specific variants of pei-i386
24 and pei-x86-64 files so both can be used by tests.
25
90679903
AM
262019-08-07 Alan Modra <amodra@gmail.com>
27
28 PR 24876
29 * readelf.c (dump_ia64_unwind): Check that buffer is large
30 enough for "stamp" before reading.
31
276cbbdf
NC
322019-08-05 Nick Clifton <nickc@redhat.com>
33
34 PR 24874
35 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
36 note being a version note.
37 Remove spurious debugging fprintf.
38
e17869db
NC
392019-08-05 Nick Clifton <nickc@redhat.com>
40
41 PR 24829
42 * readelf.c (apply_relocations): Catch potential integer overflow
43 whilst checking reloc location against section size.
44
97c0a079
AM
452019-08-02 Alan Modra <amodra@gmail.com>
46
47 PR 24871
48 * readelf.c (ABSADDR): Delete.
49 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
50
cc5277b1
ML
512019-07-29 Martin Liska <mliska@suse.cz>
52
53 PR 24768
54 * nm.c (filter_symbols): Set report_plugin_err if
55 error is reported.
56 (display_rel_file): Report error for a missing LTO plugin.
57
8e2e3c6c
AM
582019-07-26 Alan Modra <amodra@gmail.com>
59
60 PR 24798
61 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
62 systems by casting ncols and nslots expressions to size_t. Display
63 number of columns and slots before giving up due to buffer overflow.
64 Use %u to display unsigned ints. Perform more pointer wrap tests.
65
d079b9c0 662019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
67
68 PR 24809
69 * dwarf.c (display_debug_names): Display the contents of the
70 augmentation string, if it is printable.
71
2e6be59c
NC
722019-07-25 Nick Clifton <nickc@redhat.com>
73
74 PR 24837
75 * readelf.c (process_mips_specific): Check for buffer overflow
76 before reading reginfo information.
77
2f86d559
NC
782019-07-24 Nick Clifton <nickc@redhat.com>
79
80 PR 13256
81 * ar.c (decode_options): Restart option scanning if no operation
82 is detected and argument remain to be scanned.
83
2e8136f9
NC
842019-07-23 Nick Clifton <nickc@redhat.com>
85
86 PR 24818
87 * objdump.c (is_relocateable): Delete.
88 (load_specific_debug_section): Test the abfd for relocations
89 directly, rather than relying upon is_relocateable.
90 (dump_dwarf): Delete initlialization of is_relocateable.
91
df3a023b
AM
922019-07-23 Alan Modra <amodra@gmail.com>
93
94 * readelf.c (get_parisc_segment_type): Split off hpux entries..
95 (get_ia64_segment_type): ..and these..
96 (get_hpux_segment_type): ..to here.
97 (get_segment_type): Condition GNU_MBIND on osabi. Use
98 get_hpux_segment_type.
99 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
100 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
101
acea835f
AM
1022019-07-23 Alan Modra <amodra@gmail.com>
103
104 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
105 file used to set this variable.
106
1dd1bc4d
OM
1072019-07-23 Omar Majid <omajid@redhat.com>
108
109 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
110 (GENTESTDLLSPROG): Define.
111 (TEST_PROGS): Add GENTESTDLLSPROG.
112 * Makefile.in: Regenerate.
113 * testsuite/binutils-all/objdump.exp
114 (test_objdump_dotnet_assemblies): New proc.
115 Run the new proc.
116 * testsuite/gentestdlls.c: New source file.
117
781152ec
NC
1182019-06-28 Nick Clifton <nickc@redhat.com>
119
120 PR 24707
121 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
122 the symbol table is too large. Skip this check for MMO format
123 files.
781152ec 124
a68aa5d3
NC
1252019-06-26 Nick Clifton <nickc@redhat.com>
126
127 PR 24703
128 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
129 indicate this in the output.
130 (bfd_nonfatal_message): Likewise.
131
3e50a591
JB
1322019-06-25 Jan Beulich <jbeulich@suse.com>
133
134 * readelf.c (dump_ctf_indent_lines): Rename local variable
135 "spaces" to "blanks".
136
63160fc9
JB
1372019-06-25 Jan Beulich <jbeulich@suse.com>
138
139 * objdump.c (dump_ctf_indent_lines): Rename local variable
140 "spaces" to "blanks".
141
3a3a077c
AM
1422019-06-14 Alan Modra <amodra@gmail.com>
143
144 * Makefile.in: Regenerate.
145 * aclocal.m4: Regenerate.
146 * doc/Makefile.in: Regenerate.
147
9abca702
CZ
1482019-06-12 Christos Zoulas <christos@zoulas.com>
149
150 PR 24663
151 * readelf.c (process_netbsd_elf_note): Add support for
152 NT_NETBSD_PAX.
153 (process_note): Add support for PaX notes.
154
c0d38b0e
CZ
1552019-06-12 Christos Zoulas <christos@zoulas.com>
156
157 PR 24665
158 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
159 core notes.
160
540e6170
CZ
1612019-06-12 Christos Zoulas <christos@zoulas.com>
162
163 PR 24664
164 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
165 auxv notes.
166
2057d69d
CZ
1672019-06-11 Christos Zoulas <christos@zoulas.com>
168
169 PR 24662
170 * readelf.c (get_alpha_symbol_other): New function.
171 (get_symbol_other): Use for Alpha symbols.
172 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
173
c93dbb25
CZ
1742019-06-11 Christos Zoulas <christos@zoulas.com>
175
176 PR 24661
177 * readelf.c (decode_arm_unwind): Ensure that the local variable
178 'addr' is always initialised.
179
c6a636ce
NC
1802019-06-10 Christos Zoulas <christos@zoulas.com>
181
182 PR 24651
183 * strings.c (print_strings): Use %u to print unsigned values in
184 decimal.
185
2e02f296
CZ
1862019-06-10 Christos Zoulas <christos@zoulas.com>
187
188 PR 24649
189 * arsup.c (ar_open): Use asprintf in place of xmalloc and
190 sprintf.
191
79b377b3
NC
1922019-06-03 Nick Clifton <nickc@redhat.com>
193
194 Revert:
195 2019-05-29 Nick Clifton <nickc@redhat.com>
196
197 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
198 targets.
199 (HAVE_LIBCTF): Define if libctf support is available.
200 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
201 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
202 defined.
203 * readelf.c: Likewise.
204 * configure: Regenerate.
205 * Makefile.in: Regenerate.
206 * config.in: Regenerate.
207
a0486bac
JM
2082019-05-30 Nick Alcock <nick.alcock@oracle.com>
209
210 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
211 cts_offset.
212 * readelf.c (shdr_to_ctf_sect): Likewise.
213
ae9ac79e
NC
2142019-05-30 Nick Clifton <nickc@redhat.com>
215
216 PR 24627
217 * readelf.c (process_version_sections): Add 0x prefix to address
218 display. Correct indentation.
219
6ff185b8
AM
2202019-05-30 Alan Modra <amodra@gmail.com>
221
222 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
223 s12z to targets not supporting this feature.
224
1336939d
AM
2252019-05-30 Alan Modra <amodra@gmail.com>
226
227 * testsuite/lib/binutils-common.exp (run_dump_test): Support
228 tcl procedures for xfail args.
229
e33f2313
NC
2302019-05-29 Nick Clifton <nickc@redhat.com>
231
232 * README-how-to-make-a-release: Add libctf to list of directories
233 that need updates in their ChangeLogs.
234
90bd5423
NC
2352019-05-29 Nick Clifton <nickc@redhat.com>
236
237 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
238 targets.
239 (HAVE_LIBCTF): Define if libctf support is available.
240 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
241 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
242 defined.
243 * readelf.c: Likewise.
244 * configure: Regenerate.
245 * Makefile.in: Regenerate.
246 * config.in: Regenerate.
247
88981b15
NA
2482019-05-28 Nick Alcock <nick.alcock@oracle.com>
249
250 * MAINTAINERS: Add myself as CTF maintainer.
251
7d9813f1
NA
2522019-05-28 Nick Alcock <nick.alcock@oracle.com>
253
254 * objdump.c (ctf-api.h): New include.
255 (dump_ctf_section_info): New variable.
256 (dump_ctf_section_name): Likewise.
257 (usage): Describe new options.
258 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
259 (main): Use them to add --ctf and --ctf-parent.
260 (read_section_stabs): Add new parameter, entsize_ptr.
261 (find_stabs_section): Adjust accordingly.
262 (make_ctfsect): New.
263 (dump_ctf_indent_lines): New.
264 (dump_ctf_archive_member): New.
265 (dump_ctf): New.
266 (dump_bfd): Call it. Free resources afterwards.
267 * readelf.c (ctf-api.h): New include.
268 (CTF_DUMP): New.
269 (static bfd_boolean do_ctf): Likewise.
270 (dump_ctf_parent_name): Likewise.
271 (dump_ctf_symtab_name): Likewise.
272 (dump_ctf_strtab_name): Likewise.
273 (OPTION_CTF_DUMP): Likewise.
274 (OPTION_CTF_PARENT): Likewise.
275 (OPTION_CTF_SYMBOLS): Likewise.
276 (OPTION_CTF_STRINGS): Likewise.
277 (options): Add them.
278 (usage): Likewise.
279 (parse_args): Handle the new options, requesting CTF_DUMP.
280 (process_section_contents): Handle CTF_DUMP.
281 (shdr_to_ctf_sect): New.
282 (dump_ctf_indent_lines): New.
283 (dump_section_as_ctf): New.
284 (main): Free resources.
285 * Makefile.am (LIBCTF): New variable.
286 (objdump_DEPENDENCIES): Use it.
287 (readelf_DEPENDENCIES): Likewise.
288 (objdump_LDADD): Likewise.
289 (readelf_LDADD): Likewise.
290 * aclocal.m4: Regenerated.
291 * Makefile.in: Likewise.
292
293 * doc/binutils.texi (objdump): Document the new options.
294 (readelf): Likewise.
295 * doc/ctf.options.texi: New.
296 * doc/Makefile.in: Regenerated.
297 * NEWS: Mention the new feature.
298
61dd8e19
AM
2992019-05-27 Alan Modra <amodra@gmail.com>
300
301 * readelf.c (process_section_groups): Continue processing groups
302 when sh_entsize exceeds group size.
303
2301ed1c
SN
3042019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
305
306 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
307 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
308 (get_symbol_other): Call get_aarch64_symbol_other.
309
dd7efa79
PB
3102019-05-24 Alan Modra <amodra@gmail.com>
311
312 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
313
27830e0d
JM
3142019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
315
316 * MAINTAINERS: Add myself as the maintainer for BPF.
317
aca4efc7
JM
3182019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
319
320 * readelf.c: Include elf/bpf.h.
321 (guess_is_rela): Hanle EM_BPF.
322 (dump_relocations): Likewise.
323 (is_32bit_abs_reloc): Likewise.
324 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
325 ELF targets.
326
fab7c86e
TC
3272019-05-21 Tamar Christina <tamar.christina@arm.com>
328
329 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
330 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
331 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
332
d8734380
FS
3332019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
334
335 PR 14798
336 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
337 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
338
999b073b
NC
3392019-05-20 Nick Clifton <nickc@redhat.com>
340
341 * po/ca.po: Updated Catalan translation.
342
514bbb0f
AV
3432019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
344
345 * NEWS: Mention Armv8.1-M Mainline and MVE.
346
a7ad558c
AV
3472019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
348
349 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
350 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
351
37d0d091
JH
3522019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
353
354 PR 19921
355 * objcopy.c: Add new option --verilog-data-width. Use it to set
356 the value of VerilogDataWidth.
357 * doc/binutils.texi: Document the new option.
358 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
359 * testsuite/binutils-all/verilog-1.hex: New file.
360 * testsuite/binutils-all/verilog-2.hex: New file.
361 * testsuite/binutils-all/verilog-4.hex: New file.
362 * testsuite/binutils-all/verilog-8.hex: New file.
363 * NEWS: Mention the new feature.
364
391bf891
AM
3652019-05-10 Alan Modra <amodra@gmail.com>
366
367 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
368 (test_objdump_content_limited): Add text arg, use in place of .text.
369 (bintest_signed.o): Call get_standard_section_names for name of
370 text section.
371
2379f9c4
FS
3722019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
373
374 * objdump.c (sign_extend_address): New function.
375 (dump_bfd): Sign-extend user-specified start/stop addresses
376 for targets that need it.
377 * testsuite/binutils-all/objdump.exp: Add tests for objdump
378 with start and stop addresses in higher address ranges.
379
2ecde2b6
MM
3802019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
381
382 * testsuite/binutils-all/objdump.exp: Correct executable
383 spelling.
384 * testsuite/binutils-all/compress.exp: Likewise.
385
25a02744
NC
3862019-05-01 Nick Clifton <nickc@redhat.com>
387
388 PR 24507
389 * nm.c: (print_format): New variable.
390 (value_format_32bit, value_format_64bit): Delete.
391 (set_print_radix): Remove code to alter value_format strings.
392 (set_output_format): Record chosen format in print_format.
393 (get_print_format): New function - constructs a printf formatting
394 string according to the requirements of size, radix, and output
395 format.
396 (print_value): Use get_print_format.
397 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
398 and "nm -t d".
399
8107ddce
AM
4002019-04-30 Alan Modra <amodra@gmail.com>
401
402 * wrstabs.c (stab_start_class_type): Add assert to work around
403 gcc9 warning. Tidy.
404
1b8dd643
NC
4052019-04-24 Nick Clifton <nickc@redhat.com>
406
407 * objcopy.c (strip_main): Do not enable note merging by default if
408 just stripping debug or dwo information.
409 * doc/binutils.texi (strip): Update documentation.
410
624a2451
NC
4112019-04-23 Nick Clifton <nickc@redhat.com>
412
413 * README-how-to-make-a-release: Add note to update the symbolic
414 link from "docs" to "docs-2.x" on the sourceware website.
415
a0fb9615
AM
4162019-04-16 Alan Modra <amodra@gmail.com>
417
418 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
419 * testsuite/binutils-all/copy-3.d: Likewise.
420
031254f2
AV
4212019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
422
423 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
424
462cac58
L
4252019-04-08 H.J. Lu <hongjiu.lu@intel.com>
426
427 * readelf.c (decode_x86_isa): Handle
428 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
429 * testsuite/binutils-all/i386/pr21231b.d: Updated.
430 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
431
82b53593
L
4322019-04-08 H.J. Lu <hongjiu.lu@intel.com>
433
434 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
435
05805feb
TC
4362019-03-26 Tamar Christina <tamar.christina@arm.com>
437
438 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
439 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
440 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
441 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
442 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
443 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
444 * testsuite/binutils-all/arm/in-order.d: Likewise.
445 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
446 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
447 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
448
5fb812fc
NC
4492019-03-26 Nick Clifton <nickc@redhat.com>
450
451 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
452 FRV and MEP.
453
e8fba7f6
AM
4542019-03-26 Alan Modra <amodra@gmail.com>
455
456 * objdump.c (dump_relocs_in_section): Warning fix.
457
796d6298
TC
4582019-03-25 Tamar Christina <tamar.christina@arm.com>
459
460 * testsuite/binutils-all/arm/in-order-all.d: New test.
461 * testsuite/binutils-all/arm/in-order.d: New test.
462 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
463 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
464 * testsuite/binutils-all/arm/out-of-order.T: New test.
465 * testsuite/binutils-all/arm/out-of-order.d: New test.
466 * testsuite/binutils-all/arm/out-of-order.s: New test.
467
468
60df3720
TC
4692019-03-25 Tamar Christina <tamar.christina@arm.com>
470
471 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
472 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
473 * testsuite/binutils-all/aarch64/out-of-order.d:
474
51457761
TC
4752019-03-25 Tamar Christina <tamar.christina@arm.com>
476
477 * testsuite/binutils-all/aarch64/in-order.d: New test.
478 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
479 well.
480
53b2f36b
TC
4812019-03-25 Tamar Christina <tamar.christina@arm.com>
482
483 * objdump.c (disassemble_bytes): Pass stop_offset.
484 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
485 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
486 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
487
63455780
NC
4882019-03-19 Nick Clifton <nickc@redhat.com>
489
490 PR 24360
491 * objdump.c (load_specific_debug_section): Check that the amount
492 of memory to be allocated matches the size of the section.
493
1dbade74
SD
4942019-03-13 Sudakshina Das <sudi.das@arm.com>
495
496 * readelf.c (get_aarch64_dynamic_type): Add case for
497 DT_AARCH64_PAC_PLT.
498 (dynamic_section_aarch64_val): Likewise.
499
37c18eed
SD
5002019-03-13 Sudakshina Das <sudi.das@arm.com>
501 Szabolcs Nagy <szabolcs.nagy@arm.com>
502
503 * readelf.c (get_aarch64_dynamic_type): New.
504 (get_dynamic_type): Use above for EM_AARCH64.
505 (dynamic_section_aarch64_val): New.
506 (process_dynamic_section): Use above for EM_AARCH64.
507
cd702818
SD
5082019-03-13 Sudakshina Das <sudi.das@arm.com>
509
510 * readelf.c (decode_aarch64_feature_1_and): New.
511 (print_gnu_property_note): Add case for AArch64 gnu notes.
512
7a6e0d89
AM
5132019-03-12 Alan Modra <amodra@gmail.com>
514
515 * objdump.c (load_specific_debug_section): Don't compare section
516 size against file size.
517 (dump_relocs_in_section): Don't compare reloc size against file size.
518 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
519
88c9190b
NC
5202019-03-05 Nick Clifton <nickc@redhat.com>
521
522 PR 24295
523 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
524
4933ff73
NC
5252019-03-05 Nick Clifton <nickc@redhat.com>
526
527 * po/sv.po: Updated Swedish translation.
528
093f70cc
MM
5292019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
530
531 PR 24287
532 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
533 of "lmap" with a "foreach" loop.
534
f5f20315
NC
5352019-03-04 Nick Clifton <nickc@redhat.com>
536
537 PR 24281
538 * objcopy.c (copy_archive): Do not copy thin archives.
539
52d6f3ee
MM
5402019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
541
542 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
543
39f0547e
NC
5442019-02-25 Nick Clifton <nickc@redhat.com>
545
546 * objdump.c (sym_ok): New function.
547 (find_symbol_for_address): Use new function.
548 (disassemble_section): Compare sections by name, not pointer.
549 (dump_dwarf): Move code to initialise byte_get pointer and iterate
550 over separate debug files from here to ...
551 (dump_bfd): ... here. Add parameter indicating that a separate
552 debug info file is being dumped. For main file, pull in the
553 symbol tables from all separate debug info files.
554 (display_object): Update call to dump_bfd.
555 * doc/binutils.texi: Document extened behaviour of the
556 --dwarf=follow-links option.
557 * NEWS: Mention this new feature.
558 * testsuite/binutils-all/objdump.WK2: Update expected output.
559 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
560 options and dump file parameters.
561 Add extra test.
562 * testsuite/binutils-all/objdump.WK3: New file.
563 * testsuite/binutils-all/readelf.exp: Change expected output for
564 readelf -wKis test.
565 * testsuite/binutils-all/readelf.wKis: New file.
566
24841daa
NC
5672019-02-22 Nick Clifton <nickc@redhat.com>
568
569 PR 23843
570 * dwarf.h (struct separate_info): New structure for containing
571 information on separate debug info files.
572 * dwarf.c (struct dwo_info): New structure for containing dwo
573 links.
574 (first_dwo_info): Chain of dwo_info structures.
575 (first_separate_file): Chain of separate_info structures.
576 (separate_debug_file, separate_debug_filename): Delete.
577 (fetch_alt_indirect_string): Scan all separate debug info files
578 for the requested string.
579 (add_dwo_info): New function.
580 (add_dwo_name): New function.
581 (add_dwo_dir): New function.
582 (add_dwo_id: New function.
583 (free_dwo_info): New function.
584 (read_and_display_attr_value): Store DWO data using the new
585 functions.
586 (load_debug_section_with_follow): If necessary, scan the list of
587 separate debug info files for the requested section.
588 (add_separate_debug_file): New function.
589 (load_separate_debug_info): Call add_separate_debug_file to store
590 the information on the newly loaded file.
591 (load_dwo_file): Likewise.
592 (load_separate_debif_file): Rename to load_separate_debug_files.
593 Change return type to boolean. If following links then attempt to
594 load all separate debug info files, not just the first one.
595 (free_debug_memory): Release memory in dwo_info and separate_info
596 chains.
597 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
598 * readelf.c (process_object): Likewise.
599 * doc/debug.options.texi: Update descriptions of links and
600 follow-links options.
601 * testsuite/binutils-all/objdump.WK2: Update expected output.
602 * testsuite/binutils-all/readelf.k2: Likewise.
603 * NEWS: Announce the new feature.
604
5cacf1c8
NC
6052019-02-21 Nick Clifton <nickc@redhat.com>
606
607 PR 24247
608 * unwind-ia64.c: Include sysdep.h.
609 (unw_decode_x1): Check current pointer against end pointer before
610 accessing memory.
611 (unw_decode_x2): Likewise.
612 (unw_decode_x3): Likewise.
613 (unw_decode_x4): Likewise.
614 (unw_decode_r2): Likewise.
615 (unw_decode_p2_p5): Likewise.
616 (unw_decode_p7_p10): Likewise.
617 (unw_decode): Likewise.
618
8d18bf79
NC
6192019-02-20 Nick Clifton <nickc@redhat.com>
620
3ca60c57
NC
621 PR 24246
622 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
623
171375c6
NC
624 PR 24244
625 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
626 prevent walking off the end of the buffer.
627 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
628 (unw_decode_x2): Likewise.
629 (unw_decode_x3): Likewise.
630 (unw_decode_x4): Likewise.
631 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
632 (unw_decode_r3): Likewise.
633 (unw_decode_p7_p10): Likewise.
634 (unw_decode_b2): Likewise.
635 (unw_decode_b3_x4): Likewise.
636
7fc0c668
NC
637 PR 24243
638 * readelf.c (process_mips_specific): Check for an options section
639 that is too small to even contain a single option.
8d18bf79 640
171375c6
NC
641 PR 24242
642 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
643
c22b42ce
AM
6442019-02-20 Alan Modra <amodra@gmail.com>
645
646 PR 24132
647 PR 24138
648 * readelf.c (get_data): Avoid possibility of overflow when
649 checking for a read that may extend past end of file.
650 (process_program_headers): Likewise.
651
7d272a55
AM
6522019-02-20 Alan Modra <amodra@gmail.com>
653
654 PR 24233
655 * objdump.c (dump_bfd_private_header): Print warning if
656 bfd_print_private_bfd_data returns false.
657
04d7fa21
NC
6582019-02-12 Nick Clifton <nickc@redhat.com>
659
660 PR 23440
661 * README-how-to-make-a-release: Use git clean to delete spurious
662 files from the local source repository.
663
46cbf38d
AB
6642019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
665
666 * size.c (berkeley_format): Delete.
667 (enum output_format): New enum.
668 (selected_output_format): New variable.
669 (usage): Update to mention GNU format.
670 (main): Update to extract options, and select format as needed.
671 Handle GNU format where needed.
672 (berkeley_sum): Renamed to...
673 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
674 (berkeley_format): Renamed to...
675 (berkeley_or_gnu_format): ...this, and updated to handle both
676 formats.
677 (print_sizes): Handle GNU format.
678 * doc/binutils.texi (size): Document new GNU format.
679 * testsuite/binutils-all/size.exp: Add test of extended
680 functionality.
681 * NEWS: Mention new functionality.
682
96fd92af
AB
6832019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * doc/binutils.texi (size): Update example output for Berkeley
686 format output.
687
2012bf01
NC
6882019-02-07 Nick Clifton <nickc@redhat.com>
689
690 * README-how-to-make-a-release: Add a note about updating the
691 obsolete targets in the bfd/config.bfd file.
692
082cbd3b
NC
6932019-02-04 Nick Clifton <nickc@redhat.com>
694
695 * README-how-to-make-a-release: Add more notes on making a release.
696
18344509
NC
6972019-01-25 Nick Clifton <nickc@redhat.com>
698
699 PR 24131
700 * readelf.c (process_notes_at): Prevent an illegal memory access
701 when the note's namesize is zero.
702 (decode_tic6x_unwind_bytecode): Add code to handle the case where
703 no registers are specified in a frame pop instruction.
704
9ed1348c
NC
7052019-01-25 Nick Clifton <nickc@redhat.com>
706
707 * po/bg.po: Updated Bulgarian translation.
708
d9938630
NC
7092019-01-23 Nick Clifton <nickc@redhat.com>
710
711 * po/fr.po: Updated French translation.
712 * po/pt.po: Updated Portuguese translation.
713
375cd423
NC
7142019-01-21 Nick Clifton <nickc@redhat.com>
715
716 * po/uk.po: Updated Ukranian translation.
717
f48dfe41
NC
7182019-01-19 Nick Clifton <nickc@redhat.com>
719
720 * configure: Regenerate.
721 * binutils/po/binutils.pot.
722
723 * README-how-to-make-a-release: Update description on how to make
724 a branch.
725
f974f26c
NC
7262018-06-24 Nick Clifton <nickc@redhat.com>
727
728 2.32 branch created.
729
baae986a
NC
7302019-01-17 Nick Clifton <nickc@redhat.com>
731
732 * objdump.c (disassemble_section): When disassembling from a
733 symbol only stop at the next symbol if the original symbol was not
734 a function symbol. Otherwise continue disassembling until a new
735 function is reached.
736 * testsuite/binutils-all/objdump.exp: Add tests of extended
737 functionality.
738 * testsuite/binutils-all/disasm.s: New test source file.
739
2dc8dd17
JW
7402019-01-16 Kito Cheng <kito@andestech.com>
741 Nelson Chu <nelson@andestech.com>
742
743 * readelf.c (get_riscv_section_type_name): New function.
744 (get_section_type_name): Add handler for RISC-V.
745 (riscv_attr_tag_t): Declare.
746 (riscv_attr_tag): New.
747 (display_riscv_attribute): New function.
748 (process_attributes): Add handler for RISC-V.
749 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
750 section.
751
12add40e
NC
7522019-01-10 Nick Clifton <nickc@redhat.com>
753
754 PR 23963
755 * objdump.c (sanitize_string): New function. Removes control
756 characters from symbol names.
757 (dump_section_header): Use new function.
758 (objdump_print_symname): Likewise.
759 (objdump_print_addr_with_sym): Likewise.
760 (show_line): Likewise.
761 (disassemble_bytes): Likewise.
762 (disassemble_section): Likewise.
763 (load_specific_debug_section): Likewise.
764 (read_section_stabs): Likewise.
765 (print_section_stabs): Likewise.
766 (dump_section): Likewise.
767 (dump_reloc_set): Likewise.
768 (dump_relocs_in_section): Likewise.
769 (dump_bfd): Likewise.
770 (display_any_bfd): Likewise.
771
28e817cc
NC
7722019-01-09 Nick Clifton <nickc@redhat.com>
773
c0b0b1c2 774 PR 24049
28e817cc
NC
775 * readelf.c (process_archive): Use arch.file_name in error
776 messages until the qualified name is available.
777
3107326d
AP
7782019-01-09 Andrew Paprocki <andrew@ishiboo.com>
779
780 * configure: Regenerate.
781
923c6a75
AM
7822019-01-09 Alan Modra <amodra@gmail.com>
783
784 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
785 unconditionally to tests needing the option rather than via a
786 list of targets.
787
236f4ebe
NC
7882019-01-08 Nick Clifton <nickc@redhat.com>
789
790 PR 24044
791 * cxxfilt.c (hp_symbol_characters): Delete.
792 (main): Remove depcreated demangling styles.
793 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
794 demangling opnames.
795 * testsuite/binutils-all/cxxfilt.exp: Use the
796 --no-strip-underscore option for targets that do prefix their
797 symbols with underscores.
923c6a75 798 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 799
e3ecd631
TC
8002019-01-08 Tamar Christina <tamar.christina@arm.com>
801
802 PR 24065
803 * testsuite/binutils-all/copy-6.d: New test.
804 * testsuite/binutils-all/objcopy.exp: Use it.
805
171b8e19
AM
8062019-01-08 Alan Modra <amodra@gmail.com>
807
808 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
809 $srcdir/$subdir to source file name if it starts with "./".
810
8112019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
812
f87673e0
YS
813 * readelf.c (get_machine_flags): Add RXv3 output.
814
11fa9f13
NC
8152019-01-04 Nick Clifton <nickc@redhat.com>
816
817 PR 24005
818 * objdump.c (load_specific_debug_section): Check for integer
819 overflow before attempting to allocate contents.
820
cf0ad5bb
NC
8212019-01-04 Nick Clifton <nickc@redhat.com>
822
823 PR 24001
824 * objcopy.c (copy_object): Free dhandle after writing out the
825 debug information.
826 * objdump.c (dump_bfd): Free dhandle after printing out the debug
827 information.
828
11fa9f13 829
82704155
AM
8302019-01-01 Alan Modra <amodra@gmail.com>
831
832 Update year range in copyright notice of all files.
833
d5c04e1b 834For older changes see ChangeLog-2018
3499769a 835\f
d5c04e1b 836Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
837
838Copying and distribution of this file, with or without modification,
839are permitted in any medium without royalty provided the copyright
840notice and this notice are preserved.
841
842Local Variables:
843mode: change-log
844left-margin: 8
845fill-column: 74
846version-control: never
847End:
This page took 0.210593 seconds and 4 git commands to generate.