cf8eea7fca2fdd2a391d1655974c8a082f75240e
[external/binutils.git] / binutils / ChangeLog
1 2019-08-16  Alan Modra  <amodra@gmail.com>
2
3         PR 24909
4         PR 23499
5         * readelf.c (get_symbol_version_string): Set sym_info earlier.
6
7 2019-08-15  Nick Clifton  <nickc@redhat.com>
8
9         PR 24767
10         * doc/binutils.texi (nm): Document the 'n' symbol type.
11
12 2019-08-15  Christophe Vidal  <support@krizalys.com>
13
14         * docs/binutils.texi: Fixed notice message disassembler options
15         section of the man page.
16
17 2019-08-09  Mihailo Stojanovic  <mihailo.stojanovic@rt-rk.com>
18
19         * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
20         (get_mips_section_type_name): Return MI{S_XHASH name string.
21         (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
22         info.
23         (process_symbol_table): Initialize the .MIPS.xhash section
24         pointer. Adjust the readelf output to support the new section.
25         (process_object): Set the .MIPS.xhash dynamic info to zero.
26
27 2019-08-09  Tamar Christina  <tamar.christina@arm.com>
28
29         * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
30         * testsuite/binutils-all/arm/in-order.d: Likewise.
31         * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
32         * testsuite/binutils-all/arm/out-of-order.d: Likewise.
33
34 2019-08-08  Nick Clifton  <nickc@redhat.com>
35
36         PR 24887
37         * readelf.c (process_notes_at): Left justify the "Data size"
38         column heading.
39         * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
40         * testsuite/binutils-all/i386/ibt.d: Likewise.
41         * testsuite/binutils-all/i386/pr21231a.d: Likewise.
42         * testsuite/binutils-all/i386/pr21231b.d: Likewise.
43         * testsuite/binutils-all/i386/shstk.d: Likewise.
44         * testsuite/binutils-all/note-2-32.d: Likewise.
45         * testsuite/binutils-all/note-2-64.d: Likewise.
46         * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
47         * testsuite/binutils-all/x86-64/empty.d: Likewise.
48         * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
49         * testsuite/binutils-all/x86-64/ibt.d: Likewise.
50         * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
51         * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
52         * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
53         * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
54         * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
55         * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
56         * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
57         * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
58         * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
59         * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
60         * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
61         * testsuite/binutils-all/x86-64/shstk.d: Likewise.
62
63 2019-08-08  Nick Clifton  <nickc@redhat.com>
64
65         * testsuite/gentestdlls.c (main): Move declaration of loop
66         variable outside of the for() statement.
67
68 2019-08-08  Jordan Rupprecht  <rupprecht@google.com>
69
70         * readelf.c (process_note): Mask unknown description data bytes.
71
72 2019-08-08  Alan Modra  <amodra@gmail.com>
73
74         * readelf.c (get_data): Improve overflow checks.
75
76 2019-08-07  Nick Clifton  <nickc@redhat.com>
77
78         PR 24777
79         * doc/binutils.texi: Ensure consistent formating of title strings
80         for man pages.  Extend the title of the size man page to be more
81         informative.
82
83 2019-08-07  Omair Majid  <omajid@redhat.com>
84
85         * testsuite/binutils-all/objdump.exp
86         (test_objdump_dotnet_assemblies): Fix test to distinguish errors
87         in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
88         introduced machine types.
89         * testsuite/gentestdlls.c (write_simple_dll): New function.
90         (main): Generate simple and Linux-specific variants of pei-i386
91         and pei-x86-64 files so both can be used by tests.
92
93 2019-08-07  Alan Modra  <amodra@gmail.com>
94
95         PR 24876
96         * readelf.c (dump_ia64_unwind): Check that buffer is large
97         enough for "stamp" before reading.
98
99 2019-08-05  Nick Clifton  <nickc@redhat.com>
100
101         PR 24874
102         * objcopy.c (merge_gnu_build_notes): Do not insist on the first
103         note being a version note.
104         Remove spurious debugging fprintf.
105
106 2019-08-05  Nick Clifton  <nickc@redhat.com>
107
108         PR 24829
109         * readelf.c (apply_relocations): Catch potential integer overflow
110         whilst checking reloc location against section size.
111
112 2019-08-02  Alan Modra  <amodra@gmail.com>
113
114         PR 24871
115         * readelf.c (ABSADDR): Delete.
116         (dump_ia64_unwind): Expand ABSADDR.  Check validity of info.section.
117
118 2019-07-29  Martin Liska  <mliska@suse.cz>
119
120         PR 24768
121         * nm.c (filter_symbols): Set report_plugin_err if
122         error is reported.
123         (display_rel_file): Report error for a missing LTO plugin.
124
125 2019-07-26  Alan Modra  <amodra@gmail.com>
126
127         PR 24798
128         * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
129         systems by casting ncols and nslots expressions to size_t.  Display
130         number of columns and slots before giving up due to buffer overflow.
131         Use %u to display unsigned ints.  Perform more pointer wrap tests.
132
133 2019-07-25  Tom Tromey <tromey@adacore.com>
134
135         PR 24809
136         * dwarf.c (display_debug_names): Display the contents of the
137         augmentation string, if it is printable.
138
139 2019-07-25  Nick Clifton  <nickc@redhat.com>
140
141         PR 24837
142         * readelf.c (process_mips_specific): Check for buffer overflow
143         before reading reginfo information.
144
145 2019-07-24  Nick Clifton  <nickc@redhat.com>
146
147         PR 13256
148         * ar.c (decode_options): Restart option scanning if no operation
149         is detected and argument remain to be scanned.
150
151 2019-07-23  Nick Clifton  <nickc@redhat.com>
152
153         PR 24818
154         * objdump.c (is_relocateable): Delete.
155         (load_specific_debug_section): Test the abfd for relocations
156         directly, rather than relying upon is_relocateable.
157         (dump_dwarf): Delete initlialization of is_relocateable.
158
159 2019-07-23  Alan Modra  <amodra@gmail.com>
160
161         * readelf.c (get_parisc_segment_type): Split off hpux entries..
162         (get_ia64_segment_type): ..and these..
163         (get_hpux_segment_type): ..to here.
164         (get_segment_type): Condition GNU_MBIND on osabi.  Use
165         get_hpux_segment_type.
166         (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
167         (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
168
169 2019-07-23  Alan Modra  <amodra@gmail.com>
170
171         * testsuite/binutils-all/objcopy.exp (elf64): Correct object
172         file used to set this variable.
173
174 2019-07-23  Omar Majid  <omajid@redhat.com>
175
176         * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
177         (GENTESTDLLSPROG): Define.
178         (TEST_PROGS): Add GENTESTDLLSPROG.
179         * Makefile.in: Regenerate.
180         * testsuite/binutils-all/objdump.exp
181         (test_objdump_dotnet_assemblies): New proc.
182         Run the new proc.
183         * testsuite/gentestdlls.c: New source file.
184
185 2019-06-28  Nick Clifton  <nickc@redhat.com>
186
187         PR 24707
188         * objdump.c (slurp_symtab): Fail with a helpful error message if
189         the symbol table is too large.  Skip this check for MMO format
190         files.
191
192 2019-06-26  Nick Clifton  <nickc@redhat.com>
193
194         PR 24703
195         * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
196         indicate this in the output.
197         (bfd_nonfatal_message): Likewise.
198
199 2019-06-25  Jan Beulich  <jbeulich@suse.com>
200
201         * readelf.c (dump_ctf_indent_lines): Rename local variable
202         "spaces" to "blanks".
203
204 2019-06-25  Jan Beulich  <jbeulich@suse.com>
205
206         * objdump.c (dump_ctf_indent_lines): Rename local variable
207         "spaces" to "blanks".
208
209 2019-06-14  Alan Modra  <amodra@gmail.com>
210
211         * Makefile.in: Regenerate.
212         * aclocal.m4: Regenerate.
213         * doc/Makefile.in: Regenerate.
214
215 2019-06-12  Christos Zoulas  <christos@zoulas.com>
216
217         PR 24663
218         * readelf.c (process_netbsd_elf_note): Add support for
219         NT_NETBSD_PAX.
220         (process_note): Add support for PaX notes.
221
222 2019-06-12  Christos Zoulas  <christos@zoulas.com>
223
224         PR 24665
225         * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
226         core notes.
227
228 2019-06-12  Christos Zoulas  <christos@zoulas.com>
229
230         PR 24664
231         * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
232         auxv notes.
233
234 2019-06-11  Christos Zoulas  <christos@zoulas.com>
235
236         PR 24662
237         * readelf.c (get_alpha_symbol_other): New function.
238         (get_symbol_other): Use for Alpha symbols.
239         (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
240
241 2019-06-11  Christos Zoulas  <christos@zoulas.com>
242
243         PR 24661
244         * readelf.c (decode_arm_unwind): Ensure that the local variable
245         'addr' is always initialised.
246
247 2019-06-10  Christos Zoulas  <christos@zoulas.com>
248
249         PR 24651
250         * strings.c (print_strings): Use %u to print unsigned values in
251         decimal.
252
253 2019-06-10  Christos Zoulas  <christos@zoulas.com>
254
255         PR 24649
256         * arsup.c (ar_open): Use asprintf in place of xmalloc and
257         sprintf.
258
259 2019-06-03  Nick Clifton  <nickc@redhat.com>
260
261         Revert:
262         2019-05-29  Nick Clifton  <nickc@redhat.com>
263
264         * configure.ac (LIBCTF): Export.  Set to empty for non-ELF based
265         targets.
266         (HAVE_LIBCTF): Define if libctf support is available.
267         * Makefile.am (LIBCTF): Set value to @LIBCTF@.
268         * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
269         defined.
270         * readelf.c: Likewise.
271         * configure: Regenerate.
272         * Makefile.in: Regenerate.
273         * config.in: Regenerate.
274
275 2019-05-30  Nick Alcock  <nick.alcock@oracle.com>
276
277         * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
278         cts_offset.
279         * readelf.c (shdr_to_ctf_sect): Likewise.
280
281 2019-05-30  Nick Clifton  <nickc@redhat.com>
282
283         PR 24627
284         * readelf.c (process_version_sections): Add 0x prefix to address
285         display.  Correct indentation.
286
287 2019-05-30  Alan Modra  <amodra@gmail.com>
288
289         * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
290         s12z to targets not supporting this feature.
291
292 2019-05-30  Alan Modra  <amodra@gmail.com>
293
294         * testsuite/lib/binutils-common.exp (run_dump_test): Support
295         tcl procedures for xfail args.
296
297 2019-05-29  Nick Clifton  <nickc@redhat.com>
298
299         * README-how-to-make-a-release: Add libctf to list of directories
300         that need updates in their ChangeLogs.
301
302 2019-05-29  Nick Clifton  <nickc@redhat.com>
303
304         * configure.ac (LIBCTF): Export.  Set to empty for non-ELF based
305         targets.
306         (HAVE_LIBCTF): Define if libctf support is available.
307         * Makefile.am (LIBCTF): Set value to @LIBCTF@.
308         * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
309         defined.
310         * readelf.c: Likewise.
311         * configure: Regenerate.
312         * Makefile.in: Regenerate.
313         * config.in: Regenerate.
314
315 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
316
317         * MAINTAINERS: Add myself as CTF maintainer.
318
319 2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
320
321         * objdump.c (ctf-api.h): New include.
322         (dump_ctf_section_info): New variable.
323         (dump_ctf_section_name): Likewise.
324         (usage): Describe new options.
325         (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
326         (main): Use them to add --ctf and --ctf-parent.
327         (read_section_stabs): Add new parameter, entsize_ptr.
328         (find_stabs_section): Adjust accordingly.
329         (make_ctfsect): New.
330         (dump_ctf_indent_lines): New.
331         (dump_ctf_archive_member): New.
332         (dump_ctf): New.
333         (dump_bfd): Call it.  Free resources afterwards.
334         * readelf.c (ctf-api.h): New include.
335         (CTF_DUMP): New.
336         (static bfd_boolean do_ctf): Likewise.
337         (dump_ctf_parent_name): Likewise.
338         (dump_ctf_symtab_name): Likewise.
339         (dump_ctf_strtab_name): Likewise.
340         (OPTION_CTF_DUMP): Likewise.
341         (OPTION_CTF_PARENT): Likewise.
342         (OPTION_CTF_SYMBOLS): Likewise.
343         (OPTION_CTF_STRINGS): Likewise.
344         (options): Add them.
345         (usage): Likewise.
346         (parse_args): Handle the new options, requesting CTF_DUMP.
347         (process_section_contents): Handle CTF_DUMP.
348         (shdr_to_ctf_sect): New.
349         (dump_ctf_indent_lines): New.
350         (dump_section_as_ctf): New.
351         (main): Free resources.
352         * Makefile.am (LIBCTF): New variable.
353         (objdump_DEPENDENCIES): Use it.
354         (readelf_DEPENDENCIES): Likewise.
355         (objdump_LDADD): Likewise.
356         (readelf_LDADD): Likewise.
357         * aclocal.m4: Regenerated.
358         * Makefile.in: Likewise.
359
360         * doc/binutils.texi (objdump): Document the new options.
361         (readelf): Likewise.
362         * doc/ctf.options.texi: New.
363         * doc/Makefile.in: Regenerated.
364         * NEWS: Mention the new feature.
365
366 2019-05-27  Alan Modra  <amodra@gmail.com>
367
368         * readelf.c (process_section_groups): Continue processing groups
369         when sh_entsize exceeds group size.
370
371 2019-05-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
372
373         * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
374         (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
375         (get_symbol_other): Call get_aarch64_symbol_other.
376
377 2019-05-24  Alan Modra  <amodra@gmail.com>
378
379         * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
380
381 2019-05-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
382
383         * MAINTAINERS: Add myself as the maintainer for BPF.
384
385 2019-05-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
386
387         * readelf.c: Include elf/bpf.h.
388         (guess_is_rela): Hanle EM_BPF.
389         (dump_relocations): Likewise.
390         (is_32bit_abs_reloc): Likewise.
391         * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
392         ELF targets.
393
394 2019-05-21  Tamar Christina  <tamar.christina@arm.com>
395
396         * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
397         * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
398         * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
399
400 2019-05-20  Faraz Shahbazker  <fshahbazker@wavecomp.com>
401
402         PR 14798
403         * testsuite/binutils-all/readelf.ss-mips: Update reference output.
404         * testsuite/binutils-all/readelf.ss-tmips: Likewise.
405
406 2019-05-20  Nick Clifton  <nickc@redhat.com>
407
408         * po/ca.po: Updated Catalan translation.
409
410 2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
411
412         * NEWS: Mention Armv8.1-M Mainline and MVE.
413
414 2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
415
416         * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
417         (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
418
419 2019-05-14  Jamey Hicks  <jamey.hicks@gmail.com>
420
421         PR 19921
422         * objcopy.c: Add new option --verilog-data-width.  Use it to set
423         the value of VerilogDataWidth.
424         * doc/binutils.texi: Document the new option.
425         * testsuite/binutils-all/objcopy.exp: Run tests of new option.
426         * testsuite/binutils-all/verilog-1.hex: New file.
427         * testsuite/binutils-all/verilog-2.hex: New file.
428         * testsuite/binutils-all/verilog-4.hex: New file.
429         * testsuite/binutils-all/verilog-8.hex: New file.
430         * NEWS: Mention the new feature.
431
432 2019-05-10  Alan Modra  <amodra@gmail.com>
433
434         * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
435         (test_objdump_content_limited): Add text arg, use in place of .text.
436         (bintest_signed.o): Call get_standard_section_names for name of
437         text section.
438
439 2019-05-08  Faraz Shahbazker  <fshahbazker@wavecomp.com>
440
441         * objdump.c (sign_extend_address): New function.
442         (dump_bfd): Sign-extend user-specified start/stop addresses
443         for targets that need it.
444         * testsuite/binutils-all/objdump.exp: Add tests for objdump
445         with start and stop addresses in higher address ranges.
446
447 2019-05-01  Matthew Malcomson  <matthew.malcomson@arm.com>
448
449         * testsuite/binutils-all/objdump.exp: Correct executable
450         spelling.
451         * testsuite/binutils-all/compress.exp: Likewise.
452
453 2019-05-01  Nick Clifton  <nickc@redhat.com>
454
455         PR 24507
456         * nm.c: (print_format): New variable.
457         (value_format_32bit, value_format_64bit): Delete.
458         (set_print_radix): Remove code to alter value_format strings.
459         (set_output_format): Record chosen format in print_format.
460         (get_print_format): New function - constructs a printf formatting
461         string according to the requirements of size, radix, and output
462         format.
463         (print_value): Use get_print_format.
464         * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
465         and "nm -t d".
466
467 2019-04-30  Alan Modra  <amodra@gmail.com>
468
469         * wrstabs.c (stab_start_class_type): Add assert to work around
470         gcc9 warning.  Tidy.
471
472 2019-04-24  Nick Clifton  <nickc@redhat.com>
473
474         * objcopy.c (strip_main): Do not enable note merging by default if
475         just stripping debug or dwo information.
476         * doc/binutils.texi (strip): Update documentation.
477
478 2019-04-23  Nick Clifton  <nickc@redhat.com>
479
480         * README-how-to-make-a-release: Add note to update the symbolic
481         link from "docs" to "docs-2.x" on the sourceware website.
482
483 2019-04-16  Alan Modra  <amodra@gmail.com>
484
485         * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
486         * testsuite/binutils-all/copy-3.d: Likewise.
487
488 2019-04-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
489
490         * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
491
492 2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
493
494         * readelf.c (decode_x86_isa): Handle
495         GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
496         * testsuite/binutils-all/i386/pr21231b.d: Updated.
497         * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
498
499 2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
500
501         * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
502
503 2019-03-26  Tamar Christina  <tamar.christina@arm.com>
504
505         * testsuite/binutils-all/aarch64/in-order-all.d: Update.
506         * testsuite/binutils-all/aarch64/in-order.d: Likewise.
507         * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
508         * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
509         * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
510         * testsuite/binutils-all/arm/in-order-all.d: Likewise.
511         * testsuite/binutils-all/arm/in-order.d: Likewise.
512         * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
513         * testsuite/binutils-all/arm/out-of-order.d: Likewise.
514         * testsuite/binutils-all/arm/out-of-order.s: Likewise.
515
516 2019-03-26  Nick Clifton  <nickc@redhat.com>
517
518         * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
519         FRV and MEP.
520
521 2019-03-26  Alan Modra  <amodra@gmail.com>
522
523         * objdump.c (dump_relocs_in_section): Warning fix.
524
525 2019-03-25  Tamar Christina  <tamar.christina@arm.com>
526
527         * testsuite/binutils-all/arm/in-order-all.d: New test.
528         * testsuite/binutils-all/arm/in-order.d: New test.
529         * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
530         * testsuite/binutils-all/arm/out-of-order-all.d: New test.
531         * testsuite/binutils-all/arm/out-of-order.T: New test.
532         * testsuite/binutils-all/arm/out-of-order.d: New test.
533         * testsuite/binutils-all/arm/out-of-order.s: New test.
534
535
536 2019-03-25  Tamar Christina  <tamar.christina@arm.com>
537
538         * testsuite/binutils-all/aarch64/in-order-all.d: New test.
539         * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
540         * testsuite/binutils-all/aarch64/out-of-order.d:
541
542 2019-03-25  Tamar Christina  <tamar.christina@arm.com>
543
544         * testsuite/binutils-all/aarch64/in-order.d: New test.
545         * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
546         well.
547
548 2019-03-25  Tamar Christina  <tamar.christina@arm.com>
549
550         * objdump.c (disassemble_bytes): Pass stop_offset.
551         * testsuite/binutils-all/aarch64/out-of-order.T: New test.
552         * testsuite/binutils-all/aarch64/out-of-order.d: New test.
553         * testsuite/binutils-all/aarch64/out-of-order.s: New test.
554
555 2019-03-19  Nick Clifton  <nickc@redhat.com>
556
557         PR 24360
558         * objdump.c (load_specific_debug_section): Check that the amount
559         of memory to be allocated matches the size of the section.
560
561 2019-03-13  Sudakshina Das  <sudi.das@arm.com>
562
563         * readelf.c (get_aarch64_dynamic_type): Add case for
564         DT_AARCH64_PAC_PLT.
565         (dynamic_section_aarch64_val): Likewise.
566
567 2019-03-13  Sudakshina Das  <sudi.das@arm.com>
568             Szabolcs Nagy  <szabolcs.nagy@arm.com>
569
570         * readelf.c (get_aarch64_dynamic_type): New.
571         (get_dynamic_type): Use above for EM_AARCH64.
572         (dynamic_section_aarch64_val): New.
573         (process_dynamic_section): Use above for EM_AARCH64.
574
575 2019-03-13  Sudakshina Das  <sudi.das@arm.com>
576
577         * readelf.c (decode_aarch64_feature_1_and): New.
578         (print_gnu_property_note): Add case for AArch64 gnu notes.
579
580 2019-03-12  Alan Modra  <amodra@gmail.com>
581
582         * objdump.c (load_specific_debug_section): Don't compare section
583         size against file size.
584         (dump_relocs_in_section): Don't compare reloc size against file size.
585         Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
586
587 2019-03-05  Nick Clifton  <nickc@redhat.com>
588
589         PR 24295
590         * doc/binutils.texi (ar cmdline): Fix spelling mistake.
591
592 2019-03-05  Nick Clifton  <nickc@redhat.com>
593
594         * po/sv.po: Updated Swedish translation.
595
596 2019-03-05  Matthew Malcomson  <matthew.malcomson@arm.com>
597
598         PR 24287
599         * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
600         of "lmap" with a "foreach" loop.
601
602 2019-03-04  Nick Clifton  <nickc@redhat.com>
603
604         PR 24281
605         * objcopy.c (copy_archive): Do not copy thin  archives.
606
607 2019-02-27  Matthew Malcomson  <matthew.malcomson@arm.com>
608
609         * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
610
611 2019-02-25  Nick Clifton  <nickc@redhat.com>
612
613         * objdump.c (sym_ok): New function.
614         (find_symbol_for_address): Use new function.
615         (disassemble_section): Compare sections by name, not pointer.
616         (dump_dwarf): Move code to initialise byte_get pointer and iterate
617         over separate debug files from here to ...
618         (dump_bfd): ... here.  Add parameter indicating that a separate
619         debug info file is being dumped.  For main file, pull in the
620         symbol tables from all separate debug info files.
621         (display_object): Update call to dump_bfd.
622         * doc/binutils.texi: Document extened behaviour of the
623         --dwarf=follow-links option.
624         * NEWS: Mention this new feature.
625         * testsuite/binutils-all/objdump.WK2: Update expected output.
626         * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
627         options and dump file parameters.
628         Add extra test.
629         * testsuite/binutils-all/objdump.WK3: New file.
630         * testsuite/binutils-all/readelf.exp: Change expected output for
631         readelf -wKis test.
632         * testsuite/binutils-all/readelf.wKis: New file.
633
634 2019-02-22  Nick Clifton  <nickc@redhat.com>
635
636         PR 23843
637         * dwarf.h (struct separate_info): New structure for containing
638         information on separate debug info files.
639         * dwarf.c (struct dwo_info): New structure for containing dwo
640         links.
641         (first_dwo_info): Chain of dwo_info structures.
642         (first_separate_file): Chain of separate_info structures.
643         (separate_debug_file, separate_debug_filename): Delete.
644         (fetch_alt_indirect_string): Scan all separate debug info files
645         for the requested string.
646         (add_dwo_info): New function.
647         (add_dwo_name): New function.
648         (add_dwo_dir): New function.
649         (add_dwo_id: New function.
650         (free_dwo_info): New function.
651         (read_and_display_attr_value): Store DWO data using the new
652         functions.
653         (load_debug_section_with_follow): If necessary, scan the list of
654         separate debug info files for the requested section.
655         (add_separate_debug_file): New function.
656         (load_separate_debug_info): Call add_separate_debug_file to store
657         the information on the newly loaded file.
658         (load_dwo_file): Likewise.
659         (load_separate_debif_file): Rename to load_separate_debug_files.
660         Change return type to boolean.  If following links then attempt to
661         load all separate debug info files, not just the first one.
662         (free_debug_memory): Release memory in dwo_info and separate_info
663         chains.
664         * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
665         * readelf.c (process_object): Likewise.
666         * doc/debug.options.texi: Update descriptions of links and
667         follow-links options.
668         * testsuite/binutils-all/objdump.WK2: Update expected output.
669         * testsuite/binutils-all/readelf.k2: Likewise.
670         * NEWS: Announce the new feature.
671
672 2019-02-21  Nick Clifton  <nickc@redhat.com>
673
674         PR 24247
675         * unwind-ia64.c: Include sysdep.h.
676         (unw_decode_x1): Check current pointer against end pointer before
677         accessing memory.
678         (unw_decode_x2): Likewise.
679         (unw_decode_x3): Likewise.
680         (unw_decode_x4): Likewise.
681         (unw_decode_r2): Likewise.
682         (unw_decode_p2_p5): Likewise.
683         (unw_decode_p7_p10): Likewise.
684         (unw_decode): Likewise.
685
686 2019-02-20  Nick Clifton  <nickc@redhat.com>
687
688         PR 24246
689         * readelf.c (print_stapsdt_note): Harden against corrupt notes.
690
691         PR 24244
692         * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
693         prevent walking off the end of the buffer.
694         (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
695         (unw_decode_x2): Likewise.
696         (unw_decode_x3): Likewise.
697         (unw_decode_x4): Likewise.
698         (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
699         (unw_decode_r3): Likewise.
700         (unw_decode_p7_p10): Likewise.
701         (unw_decode_b2): Likewise.
702         (unw_decode_b3_x4): Likewise.
703
704         PR 24243
705         * readelf.c (process_mips_specific): Check for an options section
706         that is too small to even contain a single option.
707
708         PR 24242
709         * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
710
711 2019-02-20  Alan Modra  <amodra@gmail.com>
712
713         PR 24132
714         PR 24138
715         * readelf.c (get_data): Avoid possibility of overflow when
716         checking for a read that may extend past end of file.
717         (process_program_headers): Likewise.
718
719 2019-02-20  Alan Modra  <amodra@gmail.com>
720
721         PR 24233
722         * objdump.c (dump_bfd_private_header): Print warning if
723         bfd_print_private_bfd_data returns false.
724
725 2019-02-12  Nick Clifton  <nickc@redhat.com>
726
727         PR 23440
728         * README-how-to-make-a-release: Use git clean to delete spurious
729         files from the local source repository.
730
731 2019-02-08  Andrew Burgess  <andrew.burgess@embecosm.com>
732
733         * size.c (berkeley_format): Delete.
734         (enum output_format): New enum.
735         (selected_output_format): New variable.
736         (usage): Update to mention GNU format.
737         (main): Update to extract options, and select format as needed.
738         Handle GNU format where needed.
739         (berkeley_sum): Renamed to...
740         (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
741         (berkeley_format): Renamed to...
742         (berkeley_or_gnu_format): ...this, and updated to handle both
743         formats.
744         (print_sizes): Handle GNU format.
745         * doc/binutils.texi (size): Document new GNU format.
746         * testsuite/binutils-all/size.exp: Add test of extended
747         functionality.
748         * NEWS: Mention new functionality.
749
750 2019-02-08  Andrew Burgess  <andrew.burgess@embecosm.com>
751
752         * doc/binutils.texi (size): Update example output for Berkeley
753         format output.
754
755 2019-02-07  Nick Clifton  <nickc@redhat.com>
756
757         * README-how-to-make-a-release: Add a note about updating the
758         obsolete targets in the bfd/config.bfd file.
759
760 2019-02-04  Nick Clifton  <nickc@redhat.com>
761
762         * README-how-to-make-a-release: Add more notes on making a release.
763
764 2019-01-25  Nick Clifton  <nickc@redhat.com>
765
766         PR 24131
767         * readelf.c (process_notes_at): Prevent an illegal memory access
768         when the note's namesize is zero.
769         (decode_tic6x_unwind_bytecode): Add code to handle the case where
770         no registers are specified in a frame pop instruction.
771
772 2019-01-25  Nick Clifton  <nickc@redhat.com>
773
774         * po/bg.po: Updated Bulgarian translation.
775
776 2019-01-23  Nick Clifton  <nickc@redhat.com>
777
778         * po/fr.po: Updated French translation.
779         * po/pt.po: Updated Portuguese translation.
780
781 2019-01-21  Nick Clifton  <nickc@redhat.com>
782
783         * po/uk.po: Updated Ukranian translation.
784
785 2019-01-19  Nick Clifton  <nickc@redhat.com>
786
787         * configure: Regenerate.
788         * binutils/po/binutils.pot.
789
790         * README-how-to-make-a-release: Update description on how to make
791         a branch.
792
793 2018-06-24  Nick Clifton  <nickc@redhat.com>
794
795         2.32 branch created.
796
797 2019-01-17  Nick Clifton  <nickc@redhat.com>
798
799         * objdump.c (disassemble_section): When disassembling from a
800         symbol only stop at the next symbol if the original symbol was not
801         a function symbol.  Otherwise continue disassembling until a new
802         function is reached.
803         * testsuite/binutils-all/objdump.exp: Add tests of extended
804         functionality.
805         * testsuite/binutils-all/disasm.s: New test source file.
806
807 2019-01-16  Kito Cheng  <kito@andestech.com>
808             Nelson Chu  <nelson@andestech.com>
809
810         * readelf.c (get_riscv_section_type_name): New function.
811         (get_section_type_name): Add handler for RISC-V.
812         (riscv_attr_tag_t): Declare.
813         (riscv_attr_tag): New.
814         (display_riscv_attribute): New function.
815         (process_attributes): Add handler for RISC-V.
816         * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
817         section.
818
819 2019-01-10  Nick Clifton  <nickc@redhat.com>
820
821         PR 23963
822         * objdump.c (sanitize_string): New function.  Removes control
823         characters from symbol names.
824         (dump_section_header): Use new function.
825         (objdump_print_symname): Likewise.
826         (objdump_print_addr_with_sym): Likewise.
827         (show_line): Likewise.
828         (disassemble_bytes): Likewise.
829         (disassemble_section): Likewise.
830         (load_specific_debug_section): Likewise.
831         (read_section_stabs): Likewise.
832         (print_section_stabs): Likewise.
833         (dump_section): Likewise.
834         (dump_reloc_set): Likewise.
835         (dump_relocs_in_section): Likewise.
836         (dump_bfd): Likewise.
837         (display_any_bfd): Likewise.
838
839 2019-01-09  Nick Clifton  <nickc@redhat.com>
840
841         PR 24049
842         * readelf.c (process_archive): Use arch.file_name in error
843         messages until the qualified name is available.
844
845 2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
846
847         * configure: Regenerate.
848
849 2019-01-09  Alan Modra  <amodra@gmail.com>
850
851         * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
852         unconditionally to tests needing the option rather than via a
853         list of targets.
854
855 2019-01-08  Nick Clifton  <nickc@redhat.com>
856
857         PR 24044
858         * cxxfilt.c (hp_symbol_characters): Delete.
859         (main): Remove depcreated demangling styles.
860         * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
861         demangling opnames.
862         * testsuite/binutils-all/cxxfilt.exp: Use the
863         --no-strip-underscore option for targets that do prefix their
864         symbols with underscores.
865         Update tests to eliminate those that use gnu v2 encoding.
866
867 2019-01-08  Tamar Christina  <tamar.christina@arm.com>
868
869         PR 24065
870         * testsuite/binutils-all/copy-6.d: New test.
871         * testsuite/binutils-all/objcopy.exp: Use it.
872
873 2019-01-08  Alan Modra  <amodra@gmail.com>
874
875         * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
876         $srcdir/$subdir to source file name if it starts with "./".
877
878 2019-01-05  Yoshinori Sato <ysato@users.sourceforge.jp>
879
880         * readelf.c (get_machine_flags): Add RXv3 output.
881
882 2019-01-04  Nick Clifton  <nickc@redhat.com>
883
884         PR 24005
885         * objdump.c (load_specific_debug_section): Check for integer
886         overflow before attempting to allocate contents.
887
888 2019-01-04  Nick Clifton  <nickc@redhat.com>
889
890         PR 24001
891         * objcopy.c (copy_object): Free dhandle after writing out the
892         debug information.
893         * objdump.c (dump_bfd): Free dhandle after printing out the debug
894         information.
895
896
897 2019-01-01  Alan Modra  <amodra@gmail.com>
898
899         Update year range in copyright notice of all files.
900
901 For older changes see ChangeLog-2018
902 \f
903 Copyright (C) 2019 Free Software Foundation, Inc.
904
905 Copying and distribution of this file, with or without modification,
906 are permitted in any medium without royalty provided the copyright
907 notice and this notice are preserved.
908
909 Local Variables:
910 mode: change-log
911 left-margin: 8
912 fill-column: 74
913 version-control: never
914 End: