binutils: Add a new function to initialise DWARF register name state
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
229a22cf
AB
12019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): New
4 function.
5 * dwarf.h (init_dwarf_regnames_by_bfd_arch_and_mach): Declare.
6 * objdump.c (dump_dwarf): Call new function instead of calling
7 specific initialization routines. Restrucure so that eh_addr_size
8 is still calculated correctly.
9
955ff7fc
AB
102019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * dwarf.c (init_dwarf_regnames): Renamed to...
13 (init_dwarf_regnames_by_elf_machine_code): ...this.
14 * dwarf.h (init_dwarf_regnames): Renamed to...
15 (init_dwarf_regnames_by_elf_machine_code): ...this.
16 * readelf.c (process_file_header): Update call to use new name.
17
d9acf707
AB
182019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * dwarf.c (frame_need_space): Compare dwarf_regnames_count against
21 0, and only warn about large numbers of registers if the number is
22 more than the dwarf_regnames_count.
23
61826503
CE
242019-11-25 Christian Eggers <ceggers@gmx.de>
25
26 * objdump.c (disassemble_data): Provide section parameter to
27 bfd_octets_per_byte.
28 (dump_section): likewise
29 (dump_section_header): likewise. Show SEC_ELF_OCTETS flag if set.
30
e19511a6
AM
312019-11-21 Alan Modra <amodra@gmail.com>
32
33 PR 273
34 * size.c (sysv_internal_sizer, sysv_internal_printer): Exclude
35 sections with no flag bits set.
36 * testsuite/binutils-all/size.exp: Allow $CODE$ as a text section.
37
f76d7958
NC
382019-11-21 Nick Clifton <nickc@redhat.com>
39
40 * objcopy.c (merge_gnu_build_notes): Allow for the possibility
41 that the new notes might actually be larger than the original
42 notes.
43
5b537ffc
AM
442019-11-21 Alan Modra <amodra@gmail.com>
45
46 * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
47 with positive logic and add more target triples.
48
f2032b67
AM
492019-11-19 Alan Modra <amodra@gmail.com>
50
51 PR 24499
52 * objcopy.c (copy_file): Ignore --add-gnu-debuglink for archives.
53
6765ee18
AM
542019-11-19 Alan Modra <amodra@gmail.com>
55
56 PR 24968
57 * objcopy.c (copy_object): For ELF output and non-ELF input without
58 arch, take arch from output file if not given by -B. Don't
59 bfd_get_arch_info when we already have iarch.
60
dd68a12b
AM
612019-11-19 Alan Modra <amodra@gmail.com>
62
63 PR 25191
64 * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour.
65 (copy_object): Likewise.
66 (setup_section): Likewise. If flavour of input and output files
67 differ, restrict section flags to the intersection of input and
68 output bfd_applicable_section_flags.
69
df56ecde
AM
702019-11-19 Alan Modra <amodra@gmail.com>
71
72 * bucomm.c (bfd_nonfatal_message): Add a space between program
73 name and file.
74
1f67cf98
AM
752019-11-18 Alan Modra <amodra@gmail.com>
76
77 PR 25198
78 * prdbg.c (tg_start_class_type): Correct scope of idbuf.
79
831bd6aa
AM
802019-11-08 Alan Modra <amodra@gmail.com>
81
82 PR 25172
83 * objdump.c (usage): Correct --stop-address description.
84
e264b5b7
NC
852019-11-07 Nick Clifton <nickc@redhat.com>
86
87 * ar.c (open_output_file): Check for filename validity before
88 prefixing with output directory.
89 Display the constructed output filename if in verbose mode.
90 (extract_file): Let open_output_file display the filename.
91
ef07b808
NC
922019-11-07 Nick Clifton <nickc@redhat.com>
93
94 * objcopy.c (copy_object): Skip note sections that do not have
95 an output section. Always copy note sections, even if no
96 changes are made.
97
75802ccb
CE
982019-11-06 Christian Eggers <ceggers@gmx.de>
99
100 * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
101 comment. Catch potential integer overflow and fix off by one
102 error whilst checking reloc location against section size.
103 (apply_relocations): Use IN_RANGE macro.
104
64f52b3e
FS
1052019-11-04 Fangrui Song <maskray@google.com>
106
107 * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
108 (SECTION_CONTEXT_KEEP): Define. Adjust other SECTION_CONTEXT macros.
109 (copy_usage): Describe --keep-section.
110 (strip_usage): Likewise.
111 (copy_main): Handle SECTION_CONTEXT_KEEP.
112 (strip_main): Likewise.
113 (is_strip_section_1): Likewise.
114 * testsuite/binutils-all/objcopy.exp: Add tests.
115 * testsuite/binutils-all/keep-section-1.d: New test driver file.
116 * testsuite/binutils-all/keep-section-2.d: Likewise.
117 * doc/binutils.texi: Document the new feature.
118 * NEWS: Mention the new feature.
119
a712c56a
NC
1202019-10-20 Palmer Dabbelt <palmer@sifive.com>
121
122 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
123
197245e3
FS
1242019-10-30 Fangrui Song <i@maskray.me>
125 Nick Clifton <nickc@redhat.com>
126
127 * ar.c (emum long option numbers): Declare. Use to provide
128 numerical values for long options.
129 (long_options): Add --output option.
130 (usage): Mention the --output option.
131 (open_output_file): New function. Create a filepath for an output
132 file and open it.
133 (extract_file): Use open_output_file().
134 (open_output_file):
135 * testsuite/binutils-all/ar.exp: Add a test of the new feature.
136 * doc/binutils.texi: Document the new feature.
137 * NEWS: Mention the new feature.
138
1cc3da76
AM
1392019-10-26 Alan Modra <amodra@gmail.com>
140
141 * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
142 note2.
143
760ddef4
L
1442019-10-25 H.J. Lu <hongjiu.lu@intel.com>
145
146 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
147
256878f3
L
1482019-10-25 H.J. Lu <hongjiu.lu@intel.com>
149
150 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
151
5c49f2cd
NC
1522019-10-25 Nick Clifton <nickc@redhat.com>
153
154 * objcopy.c (struct merged_note_section): New structure. Used to
155 chain together details of mergeable note sections.
156 (is_merged_note_section): Rename to is_megreable_note_section and
157 return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
158 as a prefix.
159 (num_bytes): Delete
160 (objcoopy_internal_note): Add padded_namesz field.
161 (DEBUG_MERGE): New macro. Set to non-zero to enable debugging of
162 the note merging code.
163 (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
164 overlapping notes or adjoining notes.
165 (contained_by, is_deleted_note, is_version_note)
166 (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
167 (merge_gnu_build_notes): Rework. Sort notes into a mergeable
168 order first. Merge them. Then sort them into an ascending
169 address order before writing them out.
170 (copy_object): Handle more than one mergeable note section.
171 * testsuite/binutils-all/note-2-32.d: Update for new merging
172 behaviour.
173 * testsuite/binutils-all/note-2-32.s: Likewise.
174 * testsuite/binutils-all/note-2-64.d: Likewise.
175 * testsuite/binutils-all/note-2-64.s: Likewise.
176 * testsuite/binutils-all/note-3-32.d: Likewise.
177 * testsuite/binutils-all/note-3-32.s: Likewise.
178 * testsuite/binutils-all/note-3-64.d: Likewise.
179 * testsuite/binutils-all/note-3-64.s: Likewise.
180 * testsuite/binutils-all/note-4-32.d: Likewise.
181 * testsuite/binutils-all/note-4-32.s: Likewise.
182 * testsuite/binutils-all/note-4-64.d: Likewise.
183 * testsuite/binutils-all/note-4-64.s: Likewise.
184 * testsuite/binutils-all/note-6-32.s: New test source file.
185 * testsuite/binutils-all/note-6-64.s: New test source file.
186 * testsuite/binutils-all/note-6-32.d: New test driver file.
187 * testsuite/binutils-all/note-6-64.d: New test driver file.
188 * testsuite/binutils-all/objcopy.exp: Run the new test.
189
c0c121b0
AM
1902019-10-25 Alan Modra <amodra@gmail.com>
191
192 * readelf.c (process_program_headers): Check PT_PHDR p_offset
193 as well as p_vaddr. Use p_filesz, not p_memsz, in vaddr test.
194
95cc7c16
AM
1952019-10-21 Alan Modra <amodra@gmail.com>
196
197 PR 452
198 PR 25104
199 * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
200 * doc/binutils.texi (extract from archive): Mention
201 restrictions when extracting from archives with full paths.
202 (ar P): Update to current P support.
203 (ar -X32_64): Fix spelling.
204
6ce9ba7a
AM
2052019-10-14 Alan Modra <amodra@gmail.com>
206
207 * objcopy.c (compare_section_lma): Correct comment. Dereference
208 section pointer earlier and lose unnecessary const. Style fixes.
209 Add final sort by id.
210
4786fbf3
NC
2112019-10-13 Nick Clifton <nickc@redhat.com>
212
213 * README-how-to-make-a-release: Add a note to reset the
214 development flag back to true after making a point release.
215
03d0d46a
NC
2162019-10-12 Nick Clifton <nickc@redhat.com>
217
218 * README-how-to-make-a-release: Tweak a few sections based on the
219 results of the 2.33.1 release.
220
b0531efe
NC
2212019-10-11 Nick Clifton <nickc@redhat.com>
222
223 * po/zh_TW.po: Updated Chinese (traditional) translation.
224
b7d9d3ee
AM
2252019-10-09 Alan Modra <amodra@gmail.com>
226
227 PR 25079
228 * ar.c (decode_options): Don't try for command options if
229 write_armap or mri_mode is selected.
230
c0ea7c52
JL
2312019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
232
233 * readelf.c (display_msp430_gnu_attribute): New.
234 (process_arch_specific): Use msp430 specific handler for GNU
235 attributes.
236
d344b407
NA
2372019-09-30 Nick Alcock <nick.alcock@oracle.com>
238
239 * objdump.c (main): Fix tabdamage.
240 * readelf.c (CTF_DUMP): Likewise.
241 (options): Likewise.
242 (dump_section_as_ctf): Likewise.
243
fd86991b
NA
2442019-08-03 Nick Alcock <nick.alcock@oracle.com>
245
246 * objdump.c (dump_ctf): Use the default CTF archive member as the
247 parent even when no parent section is specified.
248 (dump_ctf_archive_member): Only import from the parent
249 if this is not the default ".ctf" member.
250
87279e3c
NA
2512019-09-23 Nick Alcock <nick.alcock@oracle.com>
252
253 * Makefile.am (LIBCTF): Mention the .la file.
254 (LIBCTF_NOBFD): New.
255 (readelf_DEPENDENCIES): Use it.
256 (readelf_LDADD): Likewise.
257 * Makefile.in: Regenerated.
258
616febde
NA
2592019-07-13 Nick Alcock <nick.alcock@oracle.com>
260
261 * readelf.c (dump_ctf_symtab_name): Give default value.
262 (dump_ctf_strtab_name): Likewise.
263 (dump_section_as_ctf): Allow for the null string.
264
9b32cba4
NA
2652019-07-08 Nick Alcock <nick.alcock@oracle.com>
266
267 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
268 * readelf.c (dump_section_as_ctf): Likewise.
269
de4859ea
NC
2702019-10-02 Niklas Gürtler <profclonk@gmail.com>
271
272 PR 24942
273 * objcopy.c (copy_usage): Update description of
274 --set-section-alignment.
275 (copy_main): Interpret numeric argument of --set-section-alignment
276 as a byte alignment, not a power of two alignment.
277 * doc/binutils.texi: Update description of
278 --set-section-alignment.
279 * testsuite/binutils-all/set-section-alignment.d: New test.
280 * testsuite/binutils-all/objcopy.exp: Run the new test.
281
663f67df
AM
2822019-09-30 Alan Modra <amodra@gmail.com>
283
284 PR 25046
285 * readelf.c (process_program_headers): Clear dynamic_addr and
286 dynamic_size earlier.
287
352f6bc3
AM
2882019-09-24 Alan Modra <amodra@gmail.com>
289
290 PR 25031
291 * nm.c (print_format_string): New.
292 (get_print_format): Delete saved_format. Move earlier.
293 (set_print_width): Call get_print_format.
294 (print_value): Use print_format_string.
295
aa739c59
AM
2962019-09-23 Alan Modra <amodra@gmail.com>
297
298 * dlltool.c: Include coff-bfd.h.
299
b3fe587e
AM
3002019-09-23 Alan Modra <amodra@gmail.com>
301
302 PR 25018
303 * dwarf.c (get_type_signedness): Delete ineffective pointer
304 comparison check. Properly range check uvalue offset on
305 recursive call.
306 (read_and_display_attr_value): Range check uvalue offset before
307 calling get_type_signedness.
308
00f93c44
AM
3092019-09-20 Alan Modra <amodra@gmail.com>
310
311 * ar.c (write_archive): Use bfd_set_thin_archive.
312
4e28d4cc
TC
3132019-09-18 Tamar Christina <tamar.christina@arm.com>
314
315 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
316
fd361982
AM
3172019-09-18 Alan Modra <amodra@gmail.com>
318
319 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
320 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
321 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
322 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
323 throughout for bfd section macro and function changes.
324
e6f7f6d1
AM
3252019-09-18 Alan Modra <amodra@gmail.com>
326
327 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
328 * objcopy.c: Likewise.
329 * objdump.c: Likewise.
330 * rdcoff.c: Likewise.
331 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
332 (filter_symbols): Likewise.
333
2b44a6a2
SM
3342019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
335
336 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
337 cxxfilt.man and binutils.info.
338 (MAINTAINERCLEANFILES): Remove.
339 * doc/Makefile.in: Re-generate.
340
89ae5e69
SM
3412019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
342
343 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
344 * doc/Makefile.in: Re-generate.
345
95103a84
SM
3462019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
347
348 * doc/Makefile.am (install-data-loca): Remove target.
349 (DISTCLEANFILES): Remove variable.
350 * doc/Makefile.in: Re-generate.
351
e0b2a78c
SM
3522019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
353
354 * Makefile.in: Re-generate.
355 * configure: Re-generate.
356 * doc/Makefile.in: Re-generate.
357
bb695960
PB
3582019-09-16 Phil Blundell <pb@pbcl.net>
359
360 * Makefile.in, configure. doc/Makefile.in: Regenerated.
361
1ff5d5c4
TT
3622019-09-11 Tom Tromey <tom@tromey.com>
363
364 * objcopy.c (copy_archive): Update.
365 * bucomm.h (make_tempname, make_tempdir): Make argument const.
366 * bucomm.c (make_tempname, make_tempdir): Make argument const.
367
0a4632b5
AM
3682019-09-11 Alan Modra <amodra@gmail.com>
369
370 PR 24907
371 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
372 lines. Correct max_reloc_offset_into_insn test.
373
aebcfb76
NC
3742019-09-10 Nick Clifton <nickc@redhat.com>
375
376 PR 24907
377 * objdump.c (null_print): New function.
378 (disassemble_bytes): Delete previous_octets local and replace with
379 a test of the max_reloc_offset_into_insn field of the
380 bfd_arch_info structure. If a reloc is a potential match for the
381 next insn, then perform a dummy disassembly in order to calculate
382 its real length.
383
60391a25
PB
3842019-09-09 Phil Blundell <pb@pbcl.net>
385
386 binutils 2.33 branch created.
387
b16c44de
AM
3882019-09-06 Alan Modra <amodra@gmail.com>
389
390 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
391 (print_object_filename_posix, print_archive_filename_bsd),
392 (print_archive_filename_sysv, print_archive_filename_posix),
393 (print_archive_member_bsd, print_archive_member_sysv),
394 (print_archive_member_posix): Constify parameter.
395 (struct output_fns <print_object_filename, print_archive_filename>),
396 (<print_archive_member>): Likewise.
397 * objcopy.c (copy_archive): Add cast for make_tempdir.
398
a85eba51
AM
3992019-08-29 Alan Modra <amodra@gmail.com>
400
401 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
402
fa463e9f
N
4032019-08-28 Niklas Gürtler <profclonk@gmail.com>
404
405 PR 24942
406 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
407 (struct section_list): Add alignment field.
408 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
409 (copy_options): Add --set-section-alignment.
410 (copy_usage): Describe --set-section-alignment.
411 (find_section_list): Initialise the alignment field.
412 (setup_section): Handle the alignment field.
413 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
414 * doc/binutils.texi: Document the new feature.
415 * NEWS: Mention the new feature.
416
a1c110a3
NC
4172019-08-28 Nick Clifton <nickc@redhat.com>
418
419 PR 24931
420 * objdump.c (source_comment): New static variable.
421 (option_values): Add OPTION_SOURCE_COMMENT.
422 (long_opions): Add --source-comment.
423 (print_line): If source comment is set, use it as a prefix to the
424 source code line.
425 (main): Handle OPTION_SOURCE_COMMENT.
426 * doc/binutils.texi: Document the new option.
427 * NEWS: Mention the new feature.
428 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
429 of the -S and --source-comment options.
430
ec1b0fbb
NC
4312019-08-27 Nick Clifton <nickc@redhat.com>
432
433 PR 24510
434 * dwarf.c (MAX_CU_NESTING): New constant.
435 (level_type_signed): New static array.
436 (skip_attr_bytes): New function.
437 (get_type_signedness): New function.
438 (read_and_print_leb128): New function.
439 (display_discr_list): New function.
440 (read_and_display_attr_value): Add start parameter.
441 Use new functions when handling DW_AT_type and DW_AT_discr_list.
442 (read_and_display_attr): Add start parameter. Pass to
443 read_and_display_attr_value.
444 (process_debug_info): Update call to read_and_display_attr.
445 (display_formatted_table): Likewise.
446 (display_debug_lines_decoded): Likewise. Also add start
447 parameter.
448 (display_debug_lines): Likewise.
449 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
450 lists.
451 * testsuite/binutils-all/dwarf-attributes.W: Update expected
452 output.
453
37606e67
AM
4542019-08-26 Alan Modra <amodra@gmail.com>
455
456 PR 24938
457 * debug.c (debug_write_type): Call empty_type for NULL type here..
458 (debug_write_type): ..rather than in just one case here.
459
afc72f15
NC
4602019-08-23 Nick Clifton <nickc@redhat.com>
461
462 PR 24829
463 * dwarf.c (check_uvalue): New function. Ensures that a block's
464 size is valid.
465 (read_and_display_attr_value): Use check_value when processsing
466 DW_FORM_block<n> attributes.
467
93d6a337
NC
4682019-08-22 Nick Clifton <nickc@redhat.com>
469
470 PR 24921
471 * dwarf.c (process_cu_tu_index): Handle the case where a table
472 does not have any columns.
473
d292364e
AM
4742019-08-19 Alan Modra <amodra@gmail.com>
475
476 PR 24898
477 * dwarf.c (display_debug_frames): Use the read_cie check and error
478 for augmentation data length.
479
d367307b
AM
4802019-08-17 Alan Modra <amodra@gmail.com>
481
482 PR 24911
483 * dwarf.c (comp_addr_base): Dereference args.
484
0b8b7609
AM
4852019-08-16 Alan Modra <amodra@gmail.com>
486
487 PR 24909
488 PR 23499
489 * readelf.c (get_symbol_version_string): Set sym_info earlier.
490
6ae978f1
NC
4912019-08-15 Nick Clifton <nickc@redhat.com>
492
493 PR 24767
494 * doc/binutils.texi (nm): Document the 'n' symbol type.
495
9177214a
CV
4962019-08-15 Christophe Vidal <support@krizalys.com>
497
498 * docs/binutils.texi: Fixed notice message disassembler options
499 section of the man page.
500
f16a9783
MS
5012019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
502
503 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
504 (get_mips_section_type_name): Return MI{S_XHASH name string.
505 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
506 info.
507 (process_symbol_table): Initialize the .MIPS.xhash section
508 pointer. Adjust the readelf output to support the new section.
509 (process_object): Set the .MIPS.xhash dynamic info to zero.
510
2b2ed245
TC
5112019-08-09 Tamar Christina <tamar.christina@arm.com>
512
513 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
514 * testsuite/binutils-all/arm/in-order.d: Likewise.
515 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
516 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
517
dbe15e4e
NC
5182019-08-08 Nick Clifton <nickc@redhat.com>
519
520 PR 24887
521 * readelf.c (process_notes_at): Left justify the "Data size"
522 column heading.
523 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
524 * testsuite/binutils-all/i386/ibt.d: Likewise.
525 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
526 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
527 * testsuite/binutils-all/i386/shstk.d: Likewise.
528 * testsuite/binutils-all/note-2-32.d: Likewise.
529 * testsuite/binutils-all/note-2-64.d: Likewise.
530 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
531 * testsuite/binutils-all/x86-64/empty.d: Likewise.
532 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
533 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
534 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
535 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
536 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
537 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
538 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
539 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
540 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
541 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
542 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
543 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
544 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
545 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
546
7d55c1d6
NC
5472019-08-08 Nick Clifton <nickc@redhat.com>
548
549 * testsuite/gentestdlls.c (main): Move declaration of loop
550 variable outside of the for() statement.
551
178d8719
JR
5522019-08-08 Jordan Rupprecht <rupprecht@google.com>
553
554 * readelf.c (process_note): Mask unknown description data bytes.
555
7c1c1904
AM
5562019-08-08 Alan Modra <amodra@gmail.com>
557
558 * readelf.c (get_data): Improve overflow checks.
559
f927cc8f
NC
5602019-08-07 Nick Clifton <nickc@redhat.com>
561
562 PR 24777
563 * doc/binutils.texi: Ensure consistent formating of title strings
564 for man pages. Extend the title of the size man page to be more
565 informative.
566
7cd00957
OM
5672019-08-07 Omair Majid <omajid@redhat.com>
568
569 * testsuite/binutils-all/objdump.exp
570 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
571 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
572 introduced machine types.
573 * testsuite/gentestdlls.c (write_simple_dll): New function.
574 (main): Generate simple and Linux-specific variants of pei-i386
575 and pei-x86-64 files so both can be used by tests.
576
90679903
AM
5772019-08-07 Alan Modra <amodra@gmail.com>
578
579 PR 24876
580 * readelf.c (dump_ia64_unwind): Check that buffer is large
581 enough for "stamp" before reading.
582
276cbbdf
NC
5832019-08-05 Nick Clifton <nickc@redhat.com>
584
585 PR 24874
586 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
587 note being a version note.
588 Remove spurious debugging fprintf.
589
e17869db
NC
5902019-08-05 Nick Clifton <nickc@redhat.com>
591
592 PR 24829
593 * readelf.c (apply_relocations): Catch potential integer overflow
594 whilst checking reloc location against section size.
595
97c0a079
AM
5962019-08-02 Alan Modra <amodra@gmail.com>
597
598 PR 24871
599 * readelf.c (ABSADDR): Delete.
600 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
601
cc5277b1
ML
6022019-07-29 Martin Liska <mliska@suse.cz>
603
604 PR 24768
605 * nm.c (filter_symbols): Set report_plugin_err if
606 error is reported.
607 (display_rel_file): Report error for a missing LTO plugin.
608
8e2e3c6c
AM
6092019-07-26 Alan Modra <amodra@gmail.com>
610
611 PR 24798
612 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
613 systems by casting ncols and nslots expressions to size_t. Display
614 number of columns and slots before giving up due to buffer overflow.
615 Use %u to display unsigned ints. Perform more pointer wrap tests.
616
d079b9c0 6172019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
618
619 PR 24809
620 * dwarf.c (display_debug_names): Display the contents of the
621 augmentation string, if it is printable.
622
2e6be59c
NC
6232019-07-25 Nick Clifton <nickc@redhat.com>
624
625 PR 24837
626 * readelf.c (process_mips_specific): Check for buffer overflow
627 before reading reginfo information.
628
2f86d559
NC
6292019-07-24 Nick Clifton <nickc@redhat.com>
630
631 PR 13256
632 * ar.c (decode_options): Restart option scanning if no operation
633 is detected and argument remain to be scanned.
634
2e8136f9
NC
6352019-07-23 Nick Clifton <nickc@redhat.com>
636
637 PR 24818
638 * objdump.c (is_relocateable): Delete.
639 (load_specific_debug_section): Test the abfd for relocations
640 directly, rather than relying upon is_relocateable.
641 (dump_dwarf): Delete initlialization of is_relocateable.
642
df3a023b
AM
6432019-07-23 Alan Modra <amodra@gmail.com>
644
645 * readelf.c (get_parisc_segment_type): Split off hpux entries..
646 (get_ia64_segment_type): ..and these..
647 (get_hpux_segment_type): ..to here.
648 (get_segment_type): Condition GNU_MBIND on osabi. Use
649 get_hpux_segment_type.
650 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
651 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
652
acea835f
AM
6532019-07-23 Alan Modra <amodra@gmail.com>
654
655 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
656 file used to set this variable.
657
1dd1bc4d
OM
6582019-07-23 Omar Majid <omajid@redhat.com>
659
660 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
661 (GENTESTDLLSPROG): Define.
662 (TEST_PROGS): Add GENTESTDLLSPROG.
663 * Makefile.in: Regenerate.
664 * testsuite/binutils-all/objdump.exp
665 (test_objdump_dotnet_assemblies): New proc.
666 Run the new proc.
667 * testsuite/gentestdlls.c: New source file.
668
781152ec
NC
6692019-06-28 Nick Clifton <nickc@redhat.com>
670
671 PR 24707
672 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
673 the symbol table is too large. Skip this check for MMO format
674 files.
781152ec 675
a68aa5d3
NC
6762019-06-26 Nick Clifton <nickc@redhat.com>
677
678 PR 24703
679 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
680 indicate this in the output.
681 (bfd_nonfatal_message): Likewise.
682
3e50a591
JB
6832019-06-25 Jan Beulich <jbeulich@suse.com>
684
685 * readelf.c (dump_ctf_indent_lines): Rename local variable
686 "spaces" to "blanks".
687
63160fc9
JB
6882019-06-25 Jan Beulich <jbeulich@suse.com>
689
690 * objdump.c (dump_ctf_indent_lines): Rename local variable
691 "spaces" to "blanks".
692
3a3a077c
AM
6932019-06-14 Alan Modra <amodra@gmail.com>
694
695 * Makefile.in: Regenerate.
696 * aclocal.m4: Regenerate.
697 * doc/Makefile.in: Regenerate.
698
9abca702
CZ
6992019-06-12 Christos Zoulas <christos@zoulas.com>
700
701 PR 24663
702 * readelf.c (process_netbsd_elf_note): Add support for
703 NT_NETBSD_PAX.
704 (process_note): Add support for PaX notes.
705
c0d38b0e
CZ
7062019-06-12 Christos Zoulas <christos@zoulas.com>
707
708 PR 24665
709 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
710 core notes.
711
540e6170
CZ
7122019-06-12 Christos Zoulas <christos@zoulas.com>
713
714 PR 24664
715 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
716 auxv notes.
717
2057d69d
CZ
7182019-06-11 Christos Zoulas <christos@zoulas.com>
719
720 PR 24662
721 * readelf.c (get_alpha_symbol_other): New function.
722 (get_symbol_other): Use for Alpha symbols.
723 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
724
c93dbb25
CZ
7252019-06-11 Christos Zoulas <christos@zoulas.com>
726
727 PR 24661
728 * readelf.c (decode_arm_unwind): Ensure that the local variable
729 'addr' is always initialised.
730
c6a636ce
NC
7312019-06-10 Christos Zoulas <christos@zoulas.com>
732
733 PR 24651
734 * strings.c (print_strings): Use %u to print unsigned values in
735 decimal.
736
2e02f296
CZ
7372019-06-10 Christos Zoulas <christos@zoulas.com>
738
739 PR 24649
740 * arsup.c (ar_open): Use asprintf in place of xmalloc and
741 sprintf.
742
79b377b3
NC
7432019-06-03 Nick Clifton <nickc@redhat.com>
744
745 Revert:
746 2019-05-29 Nick Clifton <nickc@redhat.com>
747
748 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
749 targets.
750 (HAVE_LIBCTF): Define if libctf support is available.
751 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
752 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
753 defined.
754 * readelf.c: Likewise.
755 * configure: Regenerate.
756 * Makefile.in: Regenerate.
757 * config.in: Regenerate.
758
a0486bac
JM
7592019-05-30 Nick Alcock <nick.alcock@oracle.com>
760
761 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
762 cts_offset.
763 * readelf.c (shdr_to_ctf_sect): Likewise.
764
ae9ac79e
NC
7652019-05-30 Nick Clifton <nickc@redhat.com>
766
767 PR 24627
768 * readelf.c (process_version_sections): Add 0x prefix to address
769 display. Correct indentation.
770
6ff185b8
AM
7712019-05-30 Alan Modra <amodra@gmail.com>
772
773 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
774 s12z to targets not supporting this feature.
775
1336939d
AM
7762019-05-30 Alan Modra <amodra@gmail.com>
777
778 * testsuite/lib/binutils-common.exp (run_dump_test): Support
779 tcl procedures for xfail args.
780
e33f2313
NC
7812019-05-29 Nick Clifton <nickc@redhat.com>
782
783 * README-how-to-make-a-release: Add libctf to list of directories
784 that need updates in their ChangeLogs.
785
90bd5423
NC
7862019-05-29 Nick Clifton <nickc@redhat.com>
787
788 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
789 targets.
790 (HAVE_LIBCTF): Define if libctf support is available.
791 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
792 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
793 defined.
794 * readelf.c: Likewise.
795 * configure: Regenerate.
796 * Makefile.in: Regenerate.
797 * config.in: Regenerate.
798
88981b15
NA
7992019-05-28 Nick Alcock <nick.alcock@oracle.com>
800
801 * MAINTAINERS: Add myself as CTF maintainer.
802
7d9813f1
NA
8032019-05-28 Nick Alcock <nick.alcock@oracle.com>
804
805 * objdump.c (ctf-api.h): New include.
806 (dump_ctf_section_info): New variable.
807 (dump_ctf_section_name): Likewise.
808 (usage): Describe new options.
809 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
810 (main): Use them to add --ctf and --ctf-parent.
811 (read_section_stabs): Add new parameter, entsize_ptr.
812 (find_stabs_section): Adjust accordingly.
813 (make_ctfsect): New.
814 (dump_ctf_indent_lines): New.
815 (dump_ctf_archive_member): New.
816 (dump_ctf): New.
817 (dump_bfd): Call it. Free resources afterwards.
818 * readelf.c (ctf-api.h): New include.
819 (CTF_DUMP): New.
820 (static bfd_boolean do_ctf): Likewise.
821 (dump_ctf_parent_name): Likewise.
822 (dump_ctf_symtab_name): Likewise.
823 (dump_ctf_strtab_name): Likewise.
824 (OPTION_CTF_DUMP): Likewise.
825 (OPTION_CTF_PARENT): Likewise.
826 (OPTION_CTF_SYMBOLS): Likewise.
827 (OPTION_CTF_STRINGS): Likewise.
828 (options): Add them.
829 (usage): Likewise.
830 (parse_args): Handle the new options, requesting CTF_DUMP.
831 (process_section_contents): Handle CTF_DUMP.
832 (shdr_to_ctf_sect): New.
833 (dump_ctf_indent_lines): New.
834 (dump_section_as_ctf): New.
835 (main): Free resources.
836 * Makefile.am (LIBCTF): New variable.
837 (objdump_DEPENDENCIES): Use it.
838 (readelf_DEPENDENCIES): Likewise.
839 (objdump_LDADD): Likewise.
840 (readelf_LDADD): Likewise.
841 * aclocal.m4: Regenerated.
842 * Makefile.in: Likewise.
843
844 * doc/binutils.texi (objdump): Document the new options.
845 (readelf): Likewise.
846 * doc/ctf.options.texi: New.
847 * doc/Makefile.in: Regenerated.
848 * NEWS: Mention the new feature.
849
61dd8e19
AM
8502019-05-27 Alan Modra <amodra@gmail.com>
851
852 * readelf.c (process_section_groups): Continue processing groups
853 when sh_entsize exceeds group size.
854
2301ed1c
SN
8552019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
856
857 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
858 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
859 (get_symbol_other): Call get_aarch64_symbol_other.
860
dd7efa79
PB
8612019-05-24 Alan Modra <amodra@gmail.com>
862
863 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
864
27830e0d
JM
8652019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
866
867 * MAINTAINERS: Add myself as the maintainer for BPF.
868
aca4efc7
JM
8692019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
870
871 * readelf.c: Include elf/bpf.h.
872 (guess_is_rela): Hanle EM_BPF.
873 (dump_relocations): Likewise.
874 (is_32bit_abs_reloc): Likewise.
875 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
876 ELF targets.
877
fab7c86e
TC
8782019-05-21 Tamar Christina <tamar.christina@arm.com>
879
880 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
881 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
882 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
883
d8734380
FS
8842019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
885
886 PR 14798
887 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
888 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
889
999b073b
NC
8902019-05-20 Nick Clifton <nickc@redhat.com>
891
892 * po/ca.po: Updated Catalan translation.
893
514bbb0f
AV
8942019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
895
896 * NEWS: Mention Armv8.1-M Mainline and MVE.
897
a7ad558c
AV
8982019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
899
900 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
901 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
902
37d0d091
JH
9032019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
904
905 PR 19921
906 * objcopy.c: Add new option --verilog-data-width. Use it to set
907 the value of VerilogDataWidth.
908 * doc/binutils.texi: Document the new option.
909 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
910 * testsuite/binutils-all/verilog-1.hex: New file.
911 * testsuite/binutils-all/verilog-2.hex: New file.
912 * testsuite/binutils-all/verilog-4.hex: New file.
913 * testsuite/binutils-all/verilog-8.hex: New file.
914 * NEWS: Mention the new feature.
915
391bf891
AM
9162019-05-10 Alan Modra <amodra@gmail.com>
917
918 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
919 (test_objdump_content_limited): Add text arg, use in place of .text.
920 (bintest_signed.o): Call get_standard_section_names for name of
921 text section.
922
2379f9c4
FS
9232019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
924
925 * objdump.c (sign_extend_address): New function.
926 (dump_bfd): Sign-extend user-specified start/stop addresses
927 for targets that need it.
928 * testsuite/binutils-all/objdump.exp: Add tests for objdump
929 with start and stop addresses in higher address ranges.
930
2ecde2b6
MM
9312019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
932
933 * testsuite/binutils-all/objdump.exp: Correct executable
934 spelling.
935 * testsuite/binutils-all/compress.exp: Likewise.
936
25a02744
NC
9372019-05-01 Nick Clifton <nickc@redhat.com>
938
939 PR 24507
940 * nm.c: (print_format): New variable.
941 (value_format_32bit, value_format_64bit): Delete.
942 (set_print_radix): Remove code to alter value_format strings.
943 (set_output_format): Record chosen format in print_format.
944 (get_print_format): New function - constructs a printf formatting
945 string according to the requirements of size, radix, and output
946 format.
947 (print_value): Use get_print_format.
948 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
949 and "nm -t d".
950
8107ddce
AM
9512019-04-30 Alan Modra <amodra@gmail.com>
952
953 * wrstabs.c (stab_start_class_type): Add assert to work around
954 gcc9 warning. Tidy.
955
1b8dd643
NC
9562019-04-24 Nick Clifton <nickc@redhat.com>
957
958 * objcopy.c (strip_main): Do not enable note merging by default if
959 just stripping debug or dwo information.
960 * doc/binutils.texi (strip): Update documentation.
961
624a2451
NC
9622019-04-23 Nick Clifton <nickc@redhat.com>
963
964 * README-how-to-make-a-release: Add note to update the symbolic
965 link from "docs" to "docs-2.x" on the sourceware website.
966
a0fb9615
AM
9672019-04-16 Alan Modra <amodra@gmail.com>
968
969 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
970 * testsuite/binutils-all/copy-3.d: Likewise.
971
031254f2
AV
9722019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
973
974 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
975
462cac58
L
9762019-04-08 H.J. Lu <hongjiu.lu@intel.com>
977
978 * readelf.c (decode_x86_isa): Handle
979 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
980 * testsuite/binutils-all/i386/pr21231b.d: Updated.
981 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
982
82b53593
L
9832019-04-08 H.J. Lu <hongjiu.lu@intel.com>
984
985 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
986
05805feb
TC
9872019-03-26 Tamar Christina <tamar.christina@arm.com>
988
989 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
990 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
991 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
992 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
993 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
994 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
995 * testsuite/binutils-all/arm/in-order.d: Likewise.
996 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
997 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
998 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
999
5fb812fc
NC
10002019-03-26 Nick Clifton <nickc@redhat.com>
1001
1002 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
1003 FRV and MEP.
1004
e8fba7f6
AM
10052019-03-26 Alan Modra <amodra@gmail.com>
1006
1007 * objdump.c (dump_relocs_in_section): Warning fix.
1008
796d6298
TC
10092019-03-25 Tamar Christina <tamar.christina@arm.com>
1010
1011 * testsuite/binutils-all/arm/in-order-all.d: New test.
1012 * testsuite/binutils-all/arm/in-order.d: New test.
1013 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
1014 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
1015 * testsuite/binutils-all/arm/out-of-order.T: New test.
1016 * testsuite/binutils-all/arm/out-of-order.d: New test.
1017 * testsuite/binutils-all/arm/out-of-order.s: New test.
1018
1019
60df3720
TC
10202019-03-25 Tamar Christina <tamar.christina@arm.com>
1021
1022 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
1023 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
1024 * testsuite/binutils-all/aarch64/out-of-order.d:
1025
51457761
TC
10262019-03-25 Tamar Christina <tamar.christina@arm.com>
1027
1028 * testsuite/binutils-all/aarch64/in-order.d: New test.
1029 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
1030 well.
1031
53b2f36b
TC
10322019-03-25 Tamar Christina <tamar.christina@arm.com>
1033
1034 * objdump.c (disassemble_bytes): Pass stop_offset.
1035 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
1036 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
1037 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
1038
63455780
NC
10392019-03-19 Nick Clifton <nickc@redhat.com>
1040
1041 PR 24360
1042 * objdump.c (load_specific_debug_section): Check that the amount
1043 of memory to be allocated matches the size of the section.
1044
1dbade74
SD
10452019-03-13 Sudakshina Das <sudi.das@arm.com>
1046
1047 * readelf.c (get_aarch64_dynamic_type): Add case for
1048 DT_AARCH64_PAC_PLT.
1049 (dynamic_section_aarch64_val): Likewise.
1050
37c18eed
SD
10512019-03-13 Sudakshina Das <sudi.das@arm.com>
1052 Szabolcs Nagy <szabolcs.nagy@arm.com>
1053
1054 * readelf.c (get_aarch64_dynamic_type): New.
1055 (get_dynamic_type): Use above for EM_AARCH64.
1056 (dynamic_section_aarch64_val): New.
1057 (process_dynamic_section): Use above for EM_AARCH64.
1058
cd702818
SD
10592019-03-13 Sudakshina Das <sudi.das@arm.com>
1060
1061 * readelf.c (decode_aarch64_feature_1_and): New.
1062 (print_gnu_property_note): Add case for AArch64 gnu notes.
1063
7a6e0d89
AM
10642019-03-12 Alan Modra <amodra@gmail.com>
1065
1066 * objdump.c (load_specific_debug_section): Don't compare section
1067 size against file size.
1068 (dump_relocs_in_section): Don't compare reloc size against file size.
1069 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
1070
88c9190b
NC
10712019-03-05 Nick Clifton <nickc@redhat.com>
1072
1073 PR 24295
1074 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
1075
4933ff73
NC
10762019-03-05 Nick Clifton <nickc@redhat.com>
1077
1078 * po/sv.po: Updated Swedish translation.
1079
093f70cc
MM
10802019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
1081
1082 PR 24287
1083 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
1084 of "lmap" with a "foreach" loop.
1085
f5f20315
NC
10862019-03-04 Nick Clifton <nickc@redhat.com>
1087
1088 PR 24281
1089 * objcopy.c (copy_archive): Do not copy thin archives.
1090
52d6f3ee
MM
10912019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1092
1093 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
1094
39f0547e
NC
10952019-02-25 Nick Clifton <nickc@redhat.com>
1096
1097 * objdump.c (sym_ok): New function.
1098 (find_symbol_for_address): Use new function.
1099 (disassemble_section): Compare sections by name, not pointer.
1100 (dump_dwarf): Move code to initialise byte_get pointer and iterate
1101 over separate debug files from here to ...
1102 (dump_bfd): ... here. Add parameter indicating that a separate
1103 debug info file is being dumped. For main file, pull in the
1104 symbol tables from all separate debug info files.
1105 (display_object): Update call to dump_bfd.
1106 * doc/binutils.texi: Document extened behaviour of the
1107 --dwarf=follow-links option.
1108 * NEWS: Mention this new feature.
1109 * testsuite/binutils-all/objdump.WK2: Update expected output.
1110 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
1111 options and dump file parameters.
1112 Add extra test.
1113 * testsuite/binutils-all/objdump.WK3: New file.
1114 * testsuite/binutils-all/readelf.exp: Change expected output for
1115 readelf -wKis test.
1116 * testsuite/binutils-all/readelf.wKis: New file.
1117
24841daa
NC
11182019-02-22 Nick Clifton <nickc@redhat.com>
1119
1120 PR 23843
1121 * dwarf.h (struct separate_info): New structure for containing
1122 information on separate debug info files.
1123 * dwarf.c (struct dwo_info): New structure for containing dwo
1124 links.
1125 (first_dwo_info): Chain of dwo_info structures.
1126 (first_separate_file): Chain of separate_info structures.
1127 (separate_debug_file, separate_debug_filename): Delete.
1128 (fetch_alt_indirect_string): Scan all separate debug info files
1129 for the requested string.
1130 (add_dwo_info): New function.
1131 (add_dwo_name): New function.
1132 (add_dwo_dir): New function.
1133 (add_dwo_id: New function.
1134 (free_dwo_info): New function.
1135 (read_and_display_attr_value): Store DWO data using the new
1136 functions.
1137 (load_debug_section_with_follow): If necessary, scan the list of
1138 separate debug info files for the requested section.
1139 (add_separate_debug_file): New function.
1140 (load_separate_debug_info): Call add_separate_debug_file to store
1141 the information on the newly loaded file.
1142 (load_dwo_file): Likewise.
1143 (load_separate_debif_file): Rename to load_separate_debug_files.
1144 Change return type to boolean. If following links then attempt to
1145 load all separate debug info files, not just the first one.
1146 (free_debug_memory): Release memory in dwo_info and separate_info
1147 chains.
1148 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
1149 * readelf.c (process_object): Likewise.
1150 * doc/debug.options.texi: Update descriptions of links and
1151 follow-links options.
1152 * testsuite/binutils-all/objdump.WK2: Update expected output.
1153 * testsuite/binutils-all/readelf.k2: Likewise.
1154 * NEWS: Announce the new feature.
1155
5cacf1c8
NC
11562019-02-21 Nick Clifton <nickc@redhat.com>
1157
1158 PR 24247
1159 * unwind-ia64.c: Include sysdep.h.
1160 (unw_decode_x1): Check current pointer against end pointer before
1161 accessing memory.
1162 (unw_decode_x2): Likewise.
1163 (unw_decode_x3): Likewise.
1164 (unw_decode_x4): Likewise.
1165 (unw_decode_r2): Likewise.
1166 (unw_decode_p2_p5): Likewise.
1167 (unw_decode_p7_p10): Likewise.
1168 (unw_decode): Likewise.
1169
8d18bf79
NC
11702019-02-20 Nick Clifton <nickc@redhat.com>
1171
3ca60c57
NC
1172 PR 24246
1173 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1174
171375c6
NC
1175 PR 24244
1176 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
1177 prevent walking off the end of the buffer.
1178 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
1179 (unw_decode_x2): Likewise.
1180 (unw_decode_x3): Likewise.
1181 (unw_decode_x4): Likewise.
1182 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
1183 (unw_decode_r3): Likewise.
1184 (unw_decode_p7_p10): Likewise.
1185 (unw_decode_b2): Likewise.
1186 (unw_decode_b3_x4): Likewise.
1187
7fc0c668
NC
1188 PR 24243
1189 * readelf.c (process_mips_specific): Check for an options section
1190 that is too small to even contain a single option.
8d18bf79 1191
171375c6
NC
1192 PR 24242
1193 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1194
c22b42ce
AM
11952019-02-20 Alan Modra <amodra@gmail.com>
1196
1197 PR 24132
1198 PR 24138
1199 * readelf.c (get_data): Avoid possibility of overflow when
1200 checking for a read that may extend past end of file.
1201 (process_program_headers): Likewise.
1202
7d272a55
AM
12032019-02-20 Alan Modra <amodra@gmail.com>
1204
1205 PR 24233
1206 * objdump.c (dump_bfd_private_header): Print warning if
1207 bfd_print_private_bfd_data returns false.
1208
04d7fa21
NC
12092019-02-12 Nick Clifton <nickc@redhat.com>
1210
1211 PR 23440
1212 * README-how-to-make-a-release: Use git clean to delete spurious
1213 files from the local source repository.
1214
46cbf38d
AB
12152019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * size.c (berkeley_format): Delete.
1218 (enum output_format): New enum.
1219 (selected_output_format): New variable.
1220 (usage): Update to mention GNU format.
1221 (main): Update to extract options, and select format as needed.
1222 Handle GNU format where needed.
1223 (berkeley_sum): Renamed to...
1224 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
1225 (berkeley_format): Renamed to...
1226 (berkeley_or_gnu_format): ...this, and updated to handle both
1227 formats.
1228 (print_sizes): Handle GNU format.
1229 * doc/binutils.texi (size): Document new GNU format.
1230 * testsuite/binutils-all/size.exp: Add test of extended
1231 functionality.
1232 * NEWS: Mention new functionality.
1233
96fd92af
AB
12342019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * doc/binutils.texi (size): Update example output for Berkeley
1237 format output.
1238
2012bf01
NC
12392019-02-07 Nick Clifton <nickc@redhat.com>
1240
1241 * README-how-to-make-a-release: Add a note about updating the
1242 obsolete targets in the bfd/config.bfd file.
1243
082cbd3b
NC
12442019-02-04 Nick Clifton <nickc@redhat.com>
1245
1246 * README-how-to-make-a-release: Add more notes on making a release.
1247
18344509
NC
12482019-01-25 Nick Clifton <nickc@redhat.com>
1249
1250 PR 24131
1251 * readelf.c (process_notes_at): Prevent an illegal memory access
1252 when the note's namesize is zero.
1253 (decode_tic6x_unwind_bytecode): Add code to handle the case where
1254 no registers are specified in a frame pop instruction.
1255
9ed1348c
NC
12562019-01-25 Nick Clifton <nickc@redhat.com>
1257
1258 * po/bg.po: Updated Bulgarian translation.
1259
d9938630
NC
12602019-01-23 Nick Clifton <nickc@redhat.com>
1261
1262 * po/fr.po: Updated French translation.
1263 * po/pt.po: Updated Portuguese translation.
1264
375cd423
NC
12652019-01-21 Nick Clifton <nickc@redhat.com>
1266
1267 * po/uk.po: Updated Ukranian translation.
1268
f48dfe41
NC
12692019-01-19 Nick Clifton <nickc@redhat.com>
1270
1271 * configure: Regenerate.
1272 * binutils/po/binutils.pot.
1273
1274 * README-how-to-make-a-release: Update description on how to make
1275 a branch.
1276
f974f26c
NC
12772018-06-24 Nick Clifton <nickc@redhat.com>
1278
1279 2.32 branch created.
1280
baae986a
NC
12812019-01-17 Nick Clifton <nickc@redhat.com>
1282
1283 * objdump.c (disassemble_section): When disassembling from a
1284 symbol only stop at the next symbol if the original symbol was not
1285 a function symbol. Otherwise continue disassembling until a new
1286 function is reached.
1287 * testsuite/binutils-all/objdump.exp: Add tests of extended
1288 functionality.
1289 * testsuite/binutils-all/disasm.s: New test source file.
1290
2dc8dd17
JW
12912019-01-16 Kito Cheng <kito@andestech.com>
1292 Nelson Chu <nelson@andestech.com>
1293
1294 * readelf.c (get_riscv_section_type_name): New function.
1295 (get_section_type_name): Add handler for RISC-V.
1296 (riscv_attr_tag_t): Declare.
1297 (riscv_attr_tag): New.
1298 (display_riscv_attribute): New function.
1299 (process_attributes): Add handler for RISC-V.
1300 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1301 section.
1302
12add40e
NC
13032019-01-10 Nick Clifton <nickc@redhat.com>
1304
1305 PR 23963
1306 * objdump.c (sanitize_string): New function. Removes control
1307 characters from symbol names.
1308 (dump_section_header): Use new function.
1309 (objdump_print_symname): Likewise.
1310 (objdump_print_addr_with_sym): Likewise.
1311 (show_line): Likewise.
1312 (disassemble_bytes): Likewise.
1313 (disassemble_section): Likewise.
1314 (load_specific_debug_section): Likewise.
1315 (read_section_stabs): Likewise.
1316 (print_section_stabs): Likewise.
1317 (dump_section): Likewise.
1318 (dump_reloc_set): Likewise.
1319 (dump_relocs_in_section): Likewise.
1320 (dump_bfd): Likewise.
1321 (display_any_bfd): Likewise.
1322
28e817cc
NC
13232019-01-09 Nick Clifton <nickc@redhat.com>
1324
c0b0b1c2 1325 PR 24049
28e817cc
NC
1326 * readelf.c (process_archive): Use arch.file_name in error
1327 messages until the qualified name is available.
1328
3107326d
AP
13292019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1330
1331 * configure: Regenerate.
1332
923c6a75
AM
13332019-01-09 Alan Modra <amodra@gmail.com>
1334
1335 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1336 unconditionally to tests needing the option rather than via a
1337 list of targets.
1338
236f4ebe
NC
13392019-01-08 Nick Clifton <nickc@redhat.com>
1340
1341 PR 24044
1342 * cxxfilt.c (hp_symbol_characters): Delete.
1343 (main): Remove depcreated demangling styles.
1344 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1345 demangling opnames.
1346 * testsuite/binutils-all/cxxfilt.exp: Use the
1347 --no-strip-underscore option for targets that do prefix their
1348 symbols with underscores.
923c6a75 1349 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 1350
e3ecd631
TC
13512019-01-08 Tamar Christina <tamar.christina@arm.com>
1352
1353 PR 24065
1354 * testsuite/binutils-all/copy-6.d: New test.
1355 * testsuite/binutils-all/objcopy.exp: Use it.
1356
171b8e19
AM
13572019-01-08 Alan Modra <amodra@gmail.com>
1358
1359 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1360 $srcdir/$subdir to source file name if it starts with "./".
1361
13622019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1363
f87673e0
YS
1364 * readelf.c (get_machine_flags): Add RXv3 output.
1365
11fa9f13
NC
13662019-01-04 Nick Clifton <nickc@redhat.com>
1367
1368 PR 24005
1369 * objdump.c (load_specific_debug_section): Check for integer
1370 overflow before attempting to allocate contents.
1371
cf0ad5bb
NC
13722019-01-04 Nick Clifton <nickc@redhat.com>
1373
1374 PR 24001
1375 * objcopy.c (copy_object): Free dhandle after writing out the
1376 debug information.
1377 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1378 information.
1379
11fa9f13 1380
82704155
AM
13812019-01-01 Alan Modra <amodra@gmail.com>
1382
1383 Update year range in copyright notice of all files.
1384
d5c04e1b 1385For older changes see ChangeLog-2018
3499769a 1386\f
d5c04e1b 1387Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
1388
1389Copying and distribution of this file, with or without modification,
1390are permitted in any medium without royalty provided the copyright
1391notice and this notice are preserved.
1392
1393Local Variables:
1394mode: change-log
1395left-margin: 8
1396fill-column: 74
1397version-control: never
1398End:
This page took 0.239072 seconds and 4 git commands to generate.