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