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