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