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