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