binutils: Add a new function to initialise DWARF register name state
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2019-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
10 2019-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
18 2019-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
24 2019-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
31 2019-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
38 2019-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
44 2019-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
49 2019-11-19 Alan Modra <amodra@gmail.com>
50
51 PR 24499
52 * objcopy.c (copy_file): Ignore --add-gnu-debuglink for archives.
53
54 2019-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
61 2019-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
70 2019-11-19 Alan Modra <amodra@gmail.com>
71
72 * bucomm.c (bfd_nonfatal_message): Add a space between program
73 name and file.
74
75 2019-11-18 Alan Modra <amodra@gmail.com>
76
77 PR 25198
78 * prdbg.c (tg_start_class_type): Correct scope of idbuf.
79
80 2019-11-08 Alan Modra <amodra@gmail.com>
81
82 PR 25172
83 * objdump.c (usage): Correct --stop-address description.
84
85 2019-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
92 2019-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
98 2019-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
105 2019-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
120 2019-10-20 Palmer Dabbelt <palmer@sifive.com>
121
122 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
123
124 2019-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
139 2019-10-26 Alan Modra <amodra@gmail.com>
140
141 * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
142 note2.
143
144 2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
145
146 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
147
148 2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
149
150 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
151
152 2019-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
190 2019-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
195 2019-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
205 2019-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
211 2019-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
216 2019-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
221 2019-10-11 Nick Clifton <nickc@redhat.com>
222
223 * po/zh_TW.po: Updated Chinese (traditional) translation.
224
225 2019-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
231 2019-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
237 2019-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
244 2019-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
251 2019-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
259 2019-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
265 2019-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
270 2019-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
282 2019-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
288 2019-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
296 2019-09-23 Alan Modra <amodra@gmail.com>
297
298 * dlltool.c: Include coff-bfd.h.
299
300 2019-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
309 2019-09-20 Alan Modra <amodra@gmail.com>
310
311 * ar.c (write_archive): Use bfd_set_thin_archive.
312
313 2019-09-18 Tamar Christina <tamar.christina@arm.com>
314
315 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
316
317 2019-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
325 2019-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
334 2019-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
341 2019-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
346 2019-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
352 2019-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
358 2019-09-16 Phil Blundell <pb@pbcl.net>
359
360 * Makefile.in, configure. doc/Makefile.in: Regenerated.
361
362 2019-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
368 2019-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
374 2019-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
384 2019-09-09 Phil Blundell <pb@pbcl.net>
385
386 binutils 2.33 branch created.
387
388 2019-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
399 2019-08-29 Alan Modra <amodra@gmail.com>
400
401 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
402
403 2019-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
417 2019-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
431 2019-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
454 2019-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
460 2019-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
468 2019-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
474 2019-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
480 2019-08-17 Alan Modra <amodra@gmail.com>
481
482 PR 24911
483 * dwarf.c (comp_addr_base): Dereference args.
484
485 2019-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
491 2019-08-15 Nick Clifton <nickc@redhat.com>
492
493 PR 24767
494 * doc/binutils.texi (nm): Document the 'n' symbol type.
495
496 2019-08-15 Christophe Vidal <support@krizalys.com>
497
498 * docs/binutils.texi: Fixed notice message disassembler options
499 section of the man page.
500
501 2019-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
511 2019-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
518 2019-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
547 2019-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
552 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
553
554 * readelf.c (process_note): Mask unknown description data bytes.
555
556 2019-08-08 Alan Modra <amodra@gmail.com>
557
558 * readelf.c (get_data): Improve overflow checks.
559
560 2019-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
567 2019-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
577 2019-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
583 2019-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
590 2019-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
596 2019-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
602 2019-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
609 2019-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
617 2019-07-25 Tom Tromey <tromey@adacore.com>
618
619 PR 24809
620 * dwarf.c (display_debug_names): Display the contents of the
621 augmentation string, if it is printable.
622
623 2019-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
629 2019-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
635 2019-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
643 2019-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
653 2019-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
658 2019-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
669 2019-06-28 Nick Clifton <nickc@redhat.com>
670
671 PR 24707
672 * objdump.c (slurp_symtab): Fail with a helpful error message if
673 the symbol table is too large. Skip this check for MMO format
674 files.
675
676 2019-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
683 2019-06-25 Jan Beulich <jbeulich@suse.com>
684
685 * readelf.c (dump_ctf_indent_lines): Rename local variable
686 "spaces" to "blanks".
687
688 2019-06-25 Jan Beulich <jbeulich@suse.com>
689
690 * objdump.c (dump_ctf_indent_lines): Rename local variable
691 "spaces" to "blanks".
692
693 2019-06-14 Alan Modra <amodra@gmail.com>
694
695 * Makefile.in: Regenerate.
696 * aclocal.m4: Regenerate.
697 * doc/Makefile.in: Regenerate.
698
699 2019-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
706 2019-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
712 2019-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
718 2019-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
725 2019-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
731 2019-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
737 2019-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
743 2019-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
759 2019-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
765 2019-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
771 2019-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
776 2019-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
781 2019-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
786 2019-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
799 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
800
801 * MAINTAINERS: Add myself as CTF maintainer.
802
803 2019-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
850 2019-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
855 2019-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
861 2019-05-24 Alan Modra <amodra@gmail.com>
862
863 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
864
865 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
866
867 * MAINTAINERS: Add myself as the maintainer for BPF.
868
869 2019-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
878 2019-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
884 2019-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
890 2019-05-20 Nick Clifton <nickc@redhat.com>
891
892 * po/ca.po: Updated Catalan translation.
893
894 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
895
896 * NEWS: Mention Armv8.1-M Mainline and MVE.
897
898 2019-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
903 2019-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
916 2019-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
923 2019-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
931 2019-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
937 2019-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
951 2019-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
956 2019-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
962 2019-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
967 2019-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
972 2019-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
976 2019-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
983 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
984
985 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
986
987 2019-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
1000 2019-03-26 Nick Clifton <nickc@redhat.com>
1001
1002 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
1003 FRV and MEP.
1004
1005 2019-03-26 Alan Modra <amodra@gmail.com>
1006
1007 * objdump.c (dump_relocs_in_section): Warning fix.
1008
1009 2019-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
1020 2019-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
1026 2019-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
1032 2019-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
1039 2019-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
1045 2019-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
1051 2019-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
1059 2019-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
1064 2019-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
1071 2019-03-05 Nick Clifton <nickc@redhat.com>
1072
1073 PR 24295
1074 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
1075
1076 2019-03-05 Nick Clifton <nickc@redhat.com>
1077
1078 * po/sv.po: Updated Swedish translation.
1079
1080 2019-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
1086 2019-03-04 Nick Clifton <nickc@redhat.com>
1087
1088 PR 24281
1089 * objcopy.c (copy_archive): Do not copy thin archives.
1090
1091 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1092
1093 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
1094
1095 2019-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
1118 2019-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
1156 2019-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
1170 2019-02-20 Nick Clifton <nickc@redhat.com>
1171
1172 PR 24246
1173 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1174
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
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.
1191
1192 PR 24242
1193 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1194
1195 2019-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
1203 2019-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
1209 2019-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
1215 2019-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
1234 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * doc/binutils.texi (size): Update example output for Berkeley
1237 format output.
1238
1239 2019-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
1244 2019-02-04 Nick Clifton <nickc@redhat.com>
1245
1246 * README-how-to-make-a-release: Add more notes on making a release.
1247
1248 2019-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
1256 2019-01-25 Nick Clifton <nickc@redhat.com>
1257
1258 * po/bg.po: Updated Bulgarian translation.
1259
1260 2019-01-23 Nick Clifton <nickc@redhat.com>
1261
1262 * po/fr.po: Updated French translation.
1263 * po/pt.po: Updated Portuguese translation.
1264
1265 2019-01-21 Nick Clifton <nickc@redhat.com>
1266
1267 * po/uk.po: Updated Ukranian translation.
1268
1269 2019-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
1277 2018-06-24 Nick Clifton <nickc@redhat.com>
1278
1279 2.32 branch created.
1280
1281 2019-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
1291 2019-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
1303 2019-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
1323 2019-01-09 Nick Clifton <nickc@redhat.com>
1324
1325 PR 24049
1326 * readelf.c (process_archive): Use arch.file_name in error
1327 messages until the qualified name is available.
1328
1329 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1330
1331 * configure: Regenerate.
1332
1333 2019-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
1339 2019-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.
1349 Update tests to eliminate those that use gnu v2 encoding.
1350
1351 2019-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
1357 2019-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
1362 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1363
1364 * readelf.c (get_machine_flags): Add RXv3 output.
1365
1366 2019-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
1372 2019-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
1380
1381 2019-01-01 Alan Modra <amodra@gmail.com>
1382
1383 Update year range in copyright notice of all files.
1384
1385 For older changes see ChangeLog-2018
1386 \f
1387 Copyright (C) 2019 Free Software Foundation, Inc.
1388
1389 Copying and distribution of this file, with or without modification,
1390 are permitted in any medium without royalty provided the copyright
1391 notice and this notice are preserved.
1392
1393 Local Variables:
1394 mode: change-log
1395 left-margin: 8
1396 fill-column: 74
1397 version-control: never
1398 End:
This page took 0.057907 seconds and 5 git commands to generate.