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