Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2019-12-10 Alan Modra <amodra@gmail.com>
2
3 PR 24960
4 * objdump.c (disassemble_data): Call disassemble_free_target.
5
6 2019-12-10 Alan Modra <amodra@gmail.com>
7
8 * objdump.c (struct objdump_disasm_info): Delete "sec".
9 (find_symbol_for_address): Use inf->section rather than aux->sec.
10 (objdump_print_addr, disassemble_bytes): Likewise.
11 (disassemble_section): Don't set aux->sec.
12
13 2019-12-08 Alan Modra <amodra@gmail.com>
14
15 * testsuite/lib/binutils-common.exp (regexp_diff): Support #?REGEXP.
16
17 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * dwarf.c (regname_internal_riscv): New function.
20 (init_dwarf_regnames_riscv): Use new function.
21
22 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * dwarf.c (typedef dwarf_regname_lookup_ftype): New typedef.
25 (dwarf_regnames_lookup_func): New static global.
26 (init_dwarf_regnames_i386): Set dwarf_regnames_lookup_func.
27 (init_dwarf_regnames_iamcu): Likewise.
28 (init_dwarf_regnames_x86_64): Likewise.
29 (init_dwarf_regnames_aarch64): Likewise.
30 (init_dwarf_regnames_s390): Likewise.
31 (init_dwarf_regnames_riscv): Likewise.
32 (init_dwarf_regnames_by_elf_machine_code): Reset
33 dwarf_regnames_lookup_func to NULL.
34 (init_dwarf_regnames_by_bfd_arch_and_mach): Likewise.
35 (regname_internal_by_table_only): New function.
36 (regname): Make use of dwarf_regnames_lookup_func.
37
38 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * dwarf.c (init_dwarf_regnames_i386): Make static.
41 (init_dwarf_regnames_iamcu): Make static.
42 (init_dwarf_regnames_x86_64): Make static.
43 (init_dwarf_regnames_aarch64): Make static.
44 (init_dwarf_regnames_s390): Make static.
45 (init_dwarf_regnames_riscv): Make static.
46 * dwarf.h (init_dwarf_regnames_i386): Delete declaration.
47 (init_dwarf_regnames_iamcu): Delete declaration.
48 (init_dwarf_regnames_x86_64): Delete declaration.
49 (init_dwarf_regnames_aarch64): Delete declaration.
50 (init_dwarf_regnames_s390): Delete declaration.
51 (init_dwarf_regnames_riscv): Delete declaration.
52
53 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): New
56 function.
57 * dwarf.h (init_dwarf_regnames_by_bfd_arch_and_mach): Declare.
58 * objdump.c (dump_dwarf): Call new function instead of calling
59 specific initialization routines. Restrucure so that eh_addr_size
60 is still calculated correctly.
61
62 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * dwarf.c (init_dwarf_regnames): Renamed to...
65 (init_dwarf_regnames_by_elf_machine_code): ...this.
66 * dwarf.h (init_dwarf_regnames): Renamed to...
67 (init_dwarf_regnames_by_elf_machine_code): ...this.
68 * readelf.c (process_file_header): Update call to use new name.
69
70 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * dwarf.c (frame_need_space): Compare dwarf_regnames_count against
73 0, and only warn about large numbers of registers if the number is
74 more than the dwarf_regnames_count.
75
76 2019-11-25 Christian Eggers <ceggers@gmx.de>
77
78 * objdump.c (disassemble_data): Provide section parameter to
79 bfd_octets_per_byte.
80 (dump_section): likewise
81 (dump_section_header): likewise. Show SEC_ELF_OCTETS flag if set.
82
83 2019-11-21 Alan Modra <amodra@gmail.com>
84
85 PR 273
86 * size.c (sysv_internal_sizer, sysv_internal_printer): Exclude
87 sections with no flag bits set.
88 * testsuite/binutils-all/size.exp: Allow $CODE$ as a text section.
89
90 2019-11-21 Nick Clifton <nickc@redhat.com>
91
92 * objcopy.c (merge_gnu_build_notes): Allow for the possibility
93 that the new notes might actually be larger than the original
94 notes.
95
96 2019-11-21 Alan Modra <amodra@gmail.com>
97
98 * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
99 with positive logic and add more target triples.
100
101 2019-11-19 Alan Modra <amodra@gmail.com>
102
103 PR 24499
104 * objcopy.c (copy_file): Ignore --add-gnu-debuglink for archives.
105
106 2019-11-19 Alan Modra <amodra@gmail.com>
107
108 PR 24968
109 * objcopy.c (copy_object): For ELF output and non-ELF input without
110 arch, take arch from output file if not given by -B. Don't
111 bfd_get_arch_info when we already have iarch.
112
113 2019-11-19 Alan Modra <amodra@gmail.com>
114
115 PR 25191
116 * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour.
117 (copy_object): Likewise.
118 (setup_section): Likewise. If flavour of input and output files
119 differ, restrict section flags to the intersection of input and
120 output bfd_applicable_section_flags.
121
122 2019-11-19 Alan Modra <amodra@gmail.com>
123
124 * bucomm.c (bfd_nonfatal_message): Add a space between program
125 name and file.
126
127 2019-11-18 Alan Modra <amodra@gmail.com>
128
129 PR 25198
130 * prdbg.c (tg_start_class_type): Correct scope of idbuf.
131
132 2019-11-08 Alan Modra <amodra@gmail.com>
133
134 PR 25172
135 * objdump.c (usage): Correct --stop-address description.
136
137 2019-11-07 Nick Clifton <nickc@redhat.com>
138
139 * ar.c (open_output_file): Check for filename validity before
140 prefixing with output directory.
141 Display the constructed output filename if in verbose mode.
142 (extract_file): Let open_output_file display the filename.
143
144 2019-11-07 Nick Clifton <nickc@redhat.com>
145
146 * objcopy.c (copy_object): Skip note sections that do not have
147 an output section. Always copy note sections, even if no
148 changes are made.
149
150 2019-11-06 Christian Eggers <ceggers@gmx.de>
151
152 * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
153 comment. Catch potential integer overflow and fix off by one
154 error whilst checking reloc location against section size.
155 (apply_relocations): Use IN_RANGE macro.
156
157 2019-11-04 Fangrui Song <maskray@google.com>
158
159 * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
160 (SECTION_CONTEXT_KEEP): Define. Adjust other SECTION_CONTEXT macros.
161 (copy_usage): Describe --keep-section.
162 (strip_usage): Likewise.
163 (copy_main): Handle SECTION_CONTEXT_KEEP.
164 (strip_main): Likewise.
165 (is_strip_section_1): Likewise.
166 * testsuite/binutils-all/objcopy.exp: Add tests.
167 * testsuite/binutils-all/keep-section-1.d: New test driver file.
168 * testsuite/binutils-all/keep-section-2.d: Likewise.
169 * doc/binutils.texi: Document the new feature.
170 * NEWS: Mention the new feature.
171
172 2019-10-20 Palmer Dabbelt <palmer@sifive.com>
173
174 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
175
176 2019-10-30 Fangrui Song <i@maskray.me>
177 Nick Clifton <nickc@redhat.com>
178
179 * ar.c (emum long option numbers): Declare. Use to provide
180 numerical values for long options.
181 (long_options): Add --output option.
182 (usage): Mention the --output option.
183 (open_output_file): New function. Create a filepath for an output
184 file and open it.
185 (extract_file): Use open_output_file().
186 (open_output_file):
187 * testsuite/binutils-all/ar.exp: Add a test of the new feature.
188 * doc/binutils.texi: Document the new feature.
189 * NEWS: Mention the new feature.
190
191 2019-10-26 Alan Modra <amodra@gmail.com>
192
193 * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
194 note2.
195
196 2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
197
198 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
199
200 2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
201
202 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
203
204 2019-10-25 Nick Clifton <nickc@redhat.com>
205
206 * objcopy.c (struct merged_note_section): New structure. Used to
207 chain together details of mergeable note sections.
208 (is_merged_note_section): Rename to is_megreable_note_section and
209 return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
210 as a prefix.
211 (num_bytes): Delete
212 (objcoopy_internal_note): Add padded_namesz field.
213 (DEBUG_MERGE): New macro. Set to non-zero to enable debugging of
214 the note merging code.
215 (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
216 overlapping notes or adjoining notes.
217 (contained_by, is_deleted_note, is_version_note)
218 (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
219 (merge_gnu_build_notes): Rework. Sort notes into a mergeable
220 order first. Merge them. Then sort them into an ascending
221 address order before writing them out.
222 (copy_object): Handle more than one mergeable note section.
223 * testsuite/binutils-all/note-2-32.d: Update for new merging
224 behaviour.
225 * testsuite/binutils-all/note-2-32.s: Likewise.
226 * testsuite/binutils-all/note-2-64.d: Likewise.
227 * testsuite/binutils-all/note-2-64.s: Likewise.
228 * testsuite/binutils-all/note-3-32.d: Likewise.
229 * testsuite/binutils-all/note-3-32.s: Likewise.
230 * testsuite/binutils-all/note-3-64.d: Likewise.
231 * testsuite/binutils-all/note-3-64.s: Likewise.
232 * testsuite/binutils-all/note-4-32.d: Likewise.
233 * testsuite/binutils-all/note-4-32.s: Likewise.
234 * testsuite/binutils-all/note-4-64.d: Likewise.
235 * testsuite/binutils-all/note-4-64.s: Likewise.
236 * testsuite/binutils-all/note-6-32.s: New test source file.
237 * testsuite/binutils-all/note-6-64.s: New test source file.
238 * testsuite/binutils-all/note-6-32.d: New test driver file.
239 * testsuite/binutils-all/note-6-64.d: New test driver file.
240 * testsuite/binutils-all/objcopy.exp: Run the new test.
241
242 2019-10-25 Alan Modra <amodra@gmail.com>
243
244 * readelf.c (process_program_headers): Check PT_PHDR p_offset
245 as well as p_vaddr. Use p_filesz, not p_memsz, in vaddr test.
246
247 2019-10-21 Alan Modra <amodra@gmail.com>
248
249 PR 452
250 PR 25104
251 * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
252 * doc/binutils.texi (extract from archive): Mention
253 restrictions when extracting from archives with full paths.
254 (ar P): Update to current P support.
255 (ar -X32_64): Fix spelling.
256
257 2019-10-14 Alan Modra <amodra@gmail.com>
258
259 * objcopy.c (compare_section_lma): Correct comment. Dereference
260 section pointer earlier and lose unnecessary const. Style fixes.
261 Add final sort by id.
262
263 2019-10-13 Nick Clifton <nickc@redhat.com>
264
265 * README-how-to-make-a-release: Add a note to reset the
266 development flag back to true after making a point release.
267
268 2019-10-12 Nick Clifton <nickc@redhat.com>
269
270 * README-how-to-make-a-release: Tweak a few sections based on the
271 results of the 2.33.1 release.
272
273 2019-10-11 Nick Clifton <nickc@redhat.com>
274
275 * po/zh_TW.po: Updated Chinese (traditional) translation.
276
277 2019-10-09 Alan Modra <amodra@gmail.com>
278
279 PR 25079
280 * ar.c (decode_options): Don't try for command options if
281 write_armap or mri_mode is selected.
282
283 2019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
284
285 * readelf.c (display_msp430_gnu_attribute): New.
286 (process_arch_specific): Use msp430 specific handler for GNU
287 attributes.
288
289 2019-09-30 Nick Alcock <nick.alcock@oracle.com>
290
291 * objdump.c (main): Fix tabdamage.
292 * readelf.c (CTF_DUMP): Likewise.
293 (options): Likewise.
294 (dump_section_as_ctf): Likewise.
295
296 2019-08-03 Nick Alcock <nick.alcock@oracle.com>
297
298 * objdump.c (dump_ctf): Use the default CTF archive member as the
299 parent even when no parent section is specified.
300 (dump_ctf_archive_member): Only import from the parent
301 if this is not the default ".ctf" member.
302
303 2019-09-23 Nick Alcock <nick.alcock@oracle.com>
304
305 * Makefile.am (LIBCTF): Mention the .la file.
306 (LIBCTF_NOBFD): New.
307 (readelf_DEPENDENCIES): Use it.
308 (readelf_LDADD): Likewise.
309 * Makefile.in: Regenerated.
310
311 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
312
313 * readelf.c (dump_ctf_symtab_name): Give default value.
314 (dump_ctf_strtab_name): Likewise.
315 (dump_section_as_ctf): Allow for the null string.
316
317 2019-07-08 Nick Alcock <nick.alcock@oracle.com>
318
319 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
320 * readelf.c (dump_section_as_ctf): Likewise.
321
322 2019-10-02 Niklas Gürtler <profclonk@gmail.com>
323
324 PR 24942
325 * objcopy.c (copy_usage): Update description of
326 --set-section-alignment.
327 (copy_main): Interpret numeric argument of --set-section-alignment
328 as a byte alignment, not a power of two alignment.
329 * doc/binutils.texi: Update description of
330 --set-section-alignment.
331 * testsuite/binutils-all/set-section-alignment.d: New test.
332 * testsuite/binutils-all/objcopy.exp: Run the new test.
333
334 2019-09-30 Alan Modra <amodra@gmail.com>
335
336 PR 25046
337 * readelf.c (process_program_headers): Clear dynamic_addr and
338 dynamic_size earlier.
339
340 2019-09-24 Alan Modra <amodra@gmail.com>
341
342 PR 25031
343 * nm.c (print_format_string): New.
344 (get_print_format): Delete saved_format. Move earlier.
345 (set_print_width): Call get_print_format.
346 (print_value): Use print_format_string.
347
348 2019-09-23 Alan Modra <amodra@gmail.com>
349
350 * dlltool.c: Include coff-bfd.h.
351
352 2019-09-23 Alan Modra <amodra@gmail.com>
353
354 PR 25018
355 * dwarf.c (get_type_signedness): Delete ineffective pointer
356 comparison check. Properly range check uvalue offset on
357 recursive call.
358 (read_and_display_attr_value): Range check uvalue offset before
359 calling get_type_signedness.
360
361 2019-09-20 Alan Modra <amodra@gmail.com>
362
363 * ar.c (write_archive): Use bfd_set_thin_archive.
364
365 2019-09-18 Tamar Christina <tamar.christina@arm.com>
366
367 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
368
369 2019-09-18 Alan Modra <amodra@gmail.com>
370
371 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
372 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
373 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
374 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
375 throughout for bfd section macro and function changes.
376
377 2019-09-18 Alan Modra <amodra@gmail.com>
378
379 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
380 * objcopy.c: Likewise.
381 * objdump.c: Likewise.
382 * rdcoff.c: Likewise.
383 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
384 (filter_symbols): Likewise.
385
386 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
387
388 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
389 cxxfilt.man and binutils.info.
390 (MAINTAINERCLEANFILES): Remove.
391 * doc/Makefile.in: Re-generate.
392
393 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
394
395 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
396 * doc/Makefile.in: Re-generate.
397
398 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
399
400 * doc/Makefile.am (install-data-loca): Remove target.
401 (DISTCLEANFILES): Remove variable.
402 * doc/Makefile.in: Re-generate.
403
404 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
405
406 * Makefile.in: Re-generate.
407 * configure: Re-generate.
408 * doc/Makefile.in: Re-generate.
409
410 2019-09-16 Phil Blundell <pb@pbcl.net>
411
412 * Makefile.in, configure. doc/Makefile.in: Regenerated.
413
414 2019-09-11 Tom Tromey <tom@tromey.com>
415
416 * objcopy.c (copy_archive): Update.
417 * bucomm.h (make_tempname, make_tempdir): Make argument const.
418 * bucomm.c (make_tempname, make_tempdir): Make argument const.
419
420 2019-09-11 Alan Modra <amodra@gmail.com>
421
422 PR 24907
423 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
424 lines. Correct max_reloc_offset_into_insn test.
425
426 2019-09-10 Nick Clifton <nickc@redhat.com>
427
428 PR 24907
429 * objdump.c (null_print): New function.
430 (disassemble_bytes): Delete previous_octets local and replace with
431 a test of the max_reloc_offset_into_insn field of the
432 bfd_arch_info structure. If a reloc is a potential match for the
433 next insn, then perform a dummy disassembly in order to calculate
434 its real length.
435
436 2019-09-09 Phil Blundell <pb@pbcl.net>
437
438 binutils 2.33 branch created.
439
440 2019-09-06 Alan Modra <amodra@gmail.com>
441
442 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
443 (print_object_filename_posix, print_archive_filename_bsd),
444 (print_archive_filename_sysv, print_archive_filename_posix),
445 (print_archive_member_bsd, print_archive_member_sysv),
446 (print_archive_member_posix): Constify parameter.
447 (struct output_fns <print_object_filename, print_archive_filename>),
448 (<print_archive_member>): Likewise.
449 * objcopy.c (copy_archive): Add cast for make_tempdir.
450
451 2019-08-29 Alan Modra <amodra@gmail.com>
452
453 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
454
455 2019-08-28 Niklas Gürtler <profclonk@gmail.com>
456
457 PR 24942
458 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
459 (struct section_list): Add alignment field.
460 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
461 (copy_options): Add --set-section-alignment.
462 (copy_usage): Describe --set-section-alignment.
463 (find_section_list): Initialise the alignment field.
464 (setup_section): Handle the alignment field.
465 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
466 * doc/binutils.texi: Document the new feature.
467 * NEWS: Mention the new feature.
468
469 2019-08-28 Nick Clifton <nickc@redhat.com>
470
471 PR 24931
472 * objdump.c (source_comment): New static variable.
473 (option_values): Add OPTION_SOURCE_COMMENT.
474 (long_opions): Add --source-comment.
475 (print_line): If source comment is set, use it as a prefix to the
476 source code line.
477 (main): Handle OPTION_SOURCE_COMMENT.
478 * doc/binutils.texi: Document the new option.
479 * NEWS: Mention the new feature.
480 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
481 of the -S and --source-comment options.
482
483 2019-08-27 Nick Clifton <nickc@redhat.com>
484
485 PR 24510
486 * dwarf.c (MAX_CU_NESTING): New constant.
487 (level_type_signed): New static array.
488 (skip_attr_bytes): New function.
489 (get_type_signedness): New function.
490 (read_and_print_leb128): New function.
491 (display_discr_list): New function.
492 (read_and_display_attr_value): Add start parameter.
493 Use new functions when handling DW_AT_type and DW_AT_discr_list.
494 (read_and_display_attr): Add start parameter. Pass to
495 read_and_display_attr_value.
496 (process_debug_info): Update call to read_and_display_attr.
497 (display_formatted_table): Likewise.
498 (display_debug_lines_decoded): Likewise. Also add start
499 parameter.
500 (display_debug_lines): Likewise.
501 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
502 lists.
503 * testsuite/binutils-all/dwarf-attributes.W: Update expected
504 output.
505
506 2019-08-26 Alan Modra <amodra@gmail.com>
507
508 PR 24938
509 * debug.c (debug_write_type): Call empty_type for NULL type here..
510 (debug_write_type): ..rather than in just one case here.
511
512 2019-08-23 Nick Clifton <nickc@redhat.com>
513
514 PR 24829
515 * dwarf.c (check_uvalue): New function. Ensures that a block's
516 size is valid.
517 (read_and_display_attr_value): Use check_value when processsing
518 DW_FORM_block<n> attributes.
519
520 2019-08-22 Nick Clifton <nickc@redhat.com>
521
522 PR 24921
523 * dwarf.c (process_cu_tu_index): Handle the case where a table
524 does not have any columns.
525
526 2019-08-19 Alan Modra <amodra@gmail.com>
527
528 PR 24898
529 * dwarf.c (display_debug_frames): Use the read_cie check and error
530 for augmentation data length.
531
532 2019-08-17 Alan Modra <amodra@gmail.com>
533
534 PR 24911
535 * dwarf.c (comp_addr_base): Dereference args.
536
537 2019-08-16 Alan Modra <amodra@gmail.com>
538
539 PR 24909
540 PR 23499
541 * readelf.c (get_symbol_version_string): Set sym_info earlier.
542
543 2019-08-15 Nick Clifton <nickc@redhat.com>
544
545 PR 24767
546 * doc/binutils.texi (nm): Document the 'n' symbol type.
547
548 2019-08-15 Christophe Vidal <support@krizalys.com>
549
550 * docs/binutils.texi: Fixed notice message disassembler options
551 section of the man page.
552
553 2019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
554
555 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
556 (get_mips_section_type_name): Return MI{S_XHASH name string.
557 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
558 info.
559 (process_symbol_table): Initialize the .MIPS.xhash section
560 pointer. Adjust the readelf output to support the new section.
561 (process_object): Set the .MIPS.xhash dynamic info to zero.
562
563 2019-08-09 Tamar Christina <tamar.christina@arm.com>
564
565 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
566 * testsuite/binutils-all/arm/in-order.d: Likewise.
567 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
568 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
569
570 2019-08-08 Nick Clifton <nickc@redhat.com>
571
572 PR 24887
573 * readelf.c (process_notes_at): Left justify the "Data size"
574 column heading.
575 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
576 * testsuite/binutils-all/i386/ibt.d: Likewise.
577 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
578 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
579 * testsuite/binutils-all/i386/shstk.d: Likewise.
580 * testsuite/binutils-all/note-2-32.d: Likewise.
581 * testsuite/binutils-all/note-2-64.d: Likewise.
582 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
583 * testsuite/binutils-all/x86-64/empty.d: Likewise.
584 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
585 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
586 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
587 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
588 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
589 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
590 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
591 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
592 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
593 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
594 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
595 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
596 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
597 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
598
599 2019-08-08 Nick Clifton <nickc@redhat.com>
600
601 * testsuite/gentestdlls.c (main): Move declaration of loop
602 variable outside of the for() statement.
603
604 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
605
606 * readelf.c (process_note): Mask unknown description data bytes.
607
608 2019-08-08 Alan Modra <amodra@gmail.com>
609
610 * readelf.c (get_data): Improve overflow checks.
611
612 2019-08-07 Nick Clifton <nickc@redhat.com>
613
614 PR 24777
615 * doc/binutils.texi: Ensure consistent formating of title strings
616 for man pages. Extend the title of the size man page to be more
617 informative.
618
619 2019-08-07 Omair Majid <omajid@redhat.com>
620
621 * testsuite/binutils-all/objdump.exp
622 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
623 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
624 introduced machine types.
625 * testsuite/gentestdlls.c (write_simple_dll): New function.
626 (main): Generate simple and Linux-specific variants of pei-i386
627 and pei-x86-64 files so both can be used by tests.
628
629 2019-08-07 Alan Modra <amodra@gmail.com>
630
631 PR 24876
632 * readelf.c (dump_ia64_unwind): Check that buffer is large
633 enough for "stamp" before reading.
634
635 2019-08-05 Nick Clifton <nickc@redhat.com>
636
637 PR 24874
638 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
639 note being a version note.
640 Remove spurious debugging fprintf.
641
642 2019-08-05 Nick Clifton <nickc@redhat.com>
643
644 PR 24829
645 * readelf.c (apply_relocations): Catch potential integer overflow
646 whilst checking reloc location against section size.
647
648 2019-08-02 Alan Modra <amodra@gmail.com>
649
650 PR 24871
651 * readelf.c (ABSADDR): Delete.
652 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
653
654 2019-07-29 Martin Liska <mliska@suse.cz>
655
656 PR 24768
657 * nm.c (filter_symbols): Set report_plugin_err if
658 error is reported.
659 (display_rel_file): Report error for a missing LTO plugin.
660
661 2019-07-26 Alan Modra <amodra@gmail.com>
662
663 PR 24798
664 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
665 systems by casting ncols and nslots expressions to size_t. Display
666 number of columns and slots before giving up due to buffer overflow.
667 Use %u to display unsigned ints. Perform more pointer wrap tests.
668
669 2019-07-25 Tom Tromey <tromey@adacore.com>
670
671 PR 24809
672 * dwarf.c (display_debug_names): Display the contents of the
673 augmentation string, if it is printable.
674
675 2019-07-25 Nick Clifton <nickc@redhat.com>
676
677 PR 24837
678 * readelf.c (process_mips_specific): Check for buffer overflow
679 before reading reginfo information.
680
681 2019-07-24 Nick Clifton <nickc@redhat.com>
682
683 PR 13256
684 * ar.c (decode_options): Restart option scanning if no operation
685 is detected and argument remain to be scanned.
686
687 2019-07-23 Nick Clifton <nickc@redhat.com>
688
689 PR 24818
690 * objdump.c (is_relocateable): Delete.
691 (load_specific_debug_section): Test the abfd for relocations
692 directly, rather than relying upon is_relocateable.
693 (dump_dwarf): Delete initlialization of is_relocateable.
694
695 2019-07-23 Alan Modra <amodra@gmail.com>
696
697 * readelf.c (get_parisc_segment_type): Split off hpux entries..
698 (get_ia64_segment_type): ..and these..
699 (get_hpux_segment_type): ..to here.
700 (get_segment_type): Condition GNU_MBIND on osabi. Use
701 get_hpux_segment_type.
702 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
703 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
704
705 2019-07-23 Alan Modra <amodra@gmail.com>
706
707 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
708 file used to set this variable.
709
710 2019-07-23 Omar Majid <omajid@redhat.com>
711
712 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
713 (GENTESTDLLSPROG): Define.
714 (TEST_PROGS): Add GENTESTDLLSPROG.
715 * Makefile.in: Regenerate.
716 * testsuite/binutils-all/objdump.exp
717 (test_objdump_dotnet_assemblies): New proc.
718 Run the new proc.
719 * testsuite/gentestdlls.c: New source file.
720
721 2019-06-28 Nick Clifton <nickc@redhat.com>
722
723 PR 24707
724 * objdump.c (slurp_symtab): Fail with a helpful error message if
725 the symbol table is too large. Skip this check for MMO format
726 files.
727
728 2019-06-26 Nick Clifton <nickc@redhat.com>
729
730 PR 24703
731 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
732 indicate this in the output.
733 (bfd_nonfatal_message): Likewise.
734
735 2019-06-25 Jan Beulich <jbeulich@suse.com>
736
737 * readelf.c (dump_ctf_indent_lines): Rename local variable
738 "spaces" to "blanks".
739
740 2019-06-25 Jan Beulich <jbeulich@suse.com>
741
742 * objdump.c (dump_ctf_indent_lines): Rename local variable
743 "spaces" to "blanks".
744
745 2019-06-14 Alan Modra <amodra@gmail.com>
746
747 * Makefile.in: Regenerate.
748 * aclocal.m4: Regenerate.
749 * doc/Makefile.in: Regenerate.
750
751 2019-06-12 Christos Zoulas <christos@zoulas.com>
752
753 PR 24663
754 * readelf.c (process_netbsd_elf_note): Add support for
755 NT_NETBSD_PAX.
756 (process_note): Add support for PaX notes.
757
758 2019-06-12 Christos Zoulas <christos@zoulas.com>
759
760 PR 24665
761 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
762 core notes.
763
764 2019-06-12 Christos Zoulas <christos@zoulas.com>
765
766 PR 24664
767 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
768 auxv notes.
769
770 2019-06-11 Christos Zoulas <christos@zoulas.com>
771
772 PR 24662
773 * readelf.c (get_alpha_symbol_other): New function.
774 (get_symbol_other): Use for Alpha symbols.
775 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
776
777 2019-06-11 Christos Zoulas <christos@zoulas.com>
778
779 PR 24661
780 * readelf.c (decode_arm_unwind): Ensure that the local variable
781 'addr' is always initialised.
782
783 2019-06-10 Christos Zoulas <christos@zoulas.com>
784
785 PR 24651
786 * strings.c (print_strings): Use %u to print unsigned values in
787 decimal.
788
789 2019-06-10 Christos Zoulas <christos@zoulas.com>
790
791 PR 24649
792 * arsup.c (ar_open): Use asprintf in place of xmalloc and
793 sprintf.
794
795 2019-06-03 Nick Clifton <nickc@redhat.com>
796
797 Revert:
798 2019-05-29 Nick Clifton <nickc@redhat.com>
799
800 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
801 targets.
802 (HAVE_LIBCTF): Define if libctf support is available.
803 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
804 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
805 defined.
806 * readelf.c: Likewise.
807 * configure: Regenerate.
808 * Makefile.in: Regenerate.
809 * config.in: Regenerate.
810
811 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
812
813 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
814 cts_offset.
815 * readelf.c (shdr_to_ctf_sect): Likewise.
816
817 2019-05-30 Nick Clifton <nickc@redhat.com>
818
819 PR 24627
820 * readelf.c (process_version_sections): Add 0x prefix to address
821 display. Correct indentation.
822
823 2019-05-30 Alan Modra <amodra@gmail.com>
824
825 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
826 s12z to targets not supporting this feature.
827
828 2019-05-30 Alan Modra <amodra@gmail.com>
829
830 * testsuite/lib/binutils-common.exp (run_dump_test): Support
831 tcl procedures for xfail args.
832
833 2019-05-29 Nick Clifton <nickc@redhat.com>
834
835 * README-how-to-make-a-release: Add libctf to list of directories
836 that need updates in their ChangeLogs.
837
838 2019-05-29 Nick Clifton <nickc@redhat.com>
839
840 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
841 targets.
842 (HAVE_LIBCTF): Define if libctf support is available.
843 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
844 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
845 defined.
846 * readelf.c: Likewise.
847 * configure: Regenerate.
848 * Makefile.in: Regenerate.
849 * config.in: Regenerate.
850
851 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
852
853 * MAINTAINERS: Add myself as CTF maintainer.
854
855 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
856
857 * objdump.c (ctf-api.h): New include.
858 (dump_ctf_section_info): New variable.
859 (dump_ctf_section_name): Likewise.
860 (usage): Describe new options.
861 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
862 (main): Use them to add --ctf and --ctf-parent.
863 (read_section_stabs): Add new parameter, entsize_ptr.
864 (find_stabs_section): Adjust accordingly.
865 (make_ctfsect): New.
866 (dump_ctf_indent_lines): New.
867 (dump_ctf_archive_member): New.
868 (dump_ctf): New.
869 (dump_bfd): Call it. Free resources afterwards.
870 * readelf.c (ctf-api.h): New include.
871 (CTF_DUMP): New.
872 (static bfd_boolean do_ctf): Likewise.
873 (dump_ctf_parent_name): Likewise.
874 (dump_ctf_symtab_name): Likewise.
875 (dump_ctf_strtab_name): Likewise.
876 (OPTION_CTF_DUMP): Likewise.
877 (OPTION_CTF_PARENT): Likewise.
878 (OPTION_CTF_SYMBOLS): Likewise.
879 (OPTION_CTF_STRINGS): Likewise.
880 (options): Add them.
881 (usage): Likewise.
882 (parse_args): Handle the new options, requesting CTF_DUMP.
883 (process_section_contents): Handle CTF_DUMP.
884 (shdr_to_ctf_sect): New.
885 (dump_ctf_indent_lines): New.
886 (dump_section_as_ctf): New.
887 (main): Free resources.
888 * Makefile.am (LIBCTF): New variable.
889 (objdump_DEPENDENCIES): Use it.
890 (readelf_DEPENDENCIES): Likewise.
891 (objdump_LDADD): Likewise.
892 (readelf_LDADD): Likewise.
893 * aclocal.m4: Regenerated.
894 * Makefile.in: Likewise.
895
896 * doc/binutils.texi (objdump): Document the new options.
897 (readelf): Likewise.
898 * doc/ctf.options.texi: New.
899 * doc/Makefile.in: Regenerated.
900 * NEWS: Mention the new feature.
901
902 2019-05-27 Alan Modra <amodra@gmail.com>
903
904 * readelf.c (process_section_groups): Continue processing groups
905 when sh_entsize exceeds group size.
906
907 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
908
909 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
910 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
911 (get_symbol_other): Call get_aarch64_symbol_other.
912
913 2019-05-24 Alan Modra <amodra@gmail.com>
914
915 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
916
917 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
918
919 * MAINTAINERS: Add myself as the maintainer for BPF.
920
921 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
922
923 * readelf.c: Include elf/bpf.h.
924 (guess_is_rela): Hanle EM_BPF.
925 (dump_relocations): Likewise.
926 (is_32bit_abs_reloc): Likewise.
927 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
928 ELF targets.
929
930 2019-05-21 Tamar Christina <tamar.christina@arm.com>
931
932 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
933 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
934 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
935
936 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
937
938 PR 14798
939 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
940 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
941
942 2019-05-20 Nick Clifton <nickc@redhat.com>
943
944 * po/ca.po: Updated Catalan translation.
945
946 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
947
948 * NEWS: Mention Armv8.1-M Mainline and MVE.
949
950 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
951
952 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
953 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
954
955 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
956
957 PR 19921
958 * objcopy.c: Add new option --verilog-data-width. Use it to set
959 the value of VerilogDataWidth.
960 * doc/binutils.texi: Document the new option.
961 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
962 * testsuite/binutils-all/verilog-1.hex: New file.
963 * testsuite/binutils-all/verilog-2.hex: New file.
964 * testsuite/binutils-all/verilog-4.hex: New file.
965 * testsuite/binutils-all/verilog-8.hex: New file.
966 * NEWS: Mention the new feature.
967
968 2019-05-10 Alan Modra <amodra@gmail.com>
969
970 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
971 (test_objdump_content_limited): Add text arg, use in place of .text.
972 (bintest_signed.o): Call get_standard_section_names for name of
973 text section.
974
975 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
976
977 * objdump.c (sign_extend_address): New function.
978 (dump_bfd): Sign-extend user-specified start/stop addresses
979 for targets that need it.
980 * testsuite/binutils-all/objdump.exp: Add tests for objdump
981 with start and stop addresses in higher address ranges.
982
983 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
984
985 * testsuite/binutils-all/objdump.exp: Correct executable
986 spelling.
987 * testsuite/binutils-all/compress.exp: Likewise.
988
989 2019-05-01 Nick Clifton <nickc@redhat.com>
990
991 PR 24507
992 * nm.c: (print_format): New variable.
993 (value_format_32bit, value_format_64bit): Delete.
994 (set_print_radix): Remove code to alter value_format strings.
995 (set_output_format): Record chosen format in print_format.
996 (get_print_format): New function - constructs a printf formatting
997 string according to the requirements of size, radix, and output
998 format.
999 (print_value): Use get_print_format.
1000 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
1001 and "nm -t d".
1002
1003 2019-04-30 Alan Modra <amodra@gmail.com>
1004
1005 * wrstabs.c (stab_start_class_type): Add assert to work around
1006 gcc9 warning. Tidy.
1007
1008 2019-04-24 Nick Clifton <nickc@redhat.com>
1009
1010 * objcopy.c (strip_main): Do not enable note merging by default if
1011 just stripping debug or dwo information.
1012 * doc/binutils.texi (strip): Update documentation.
1013
1014 2019-04-23 Nick Clifton <nickc@redhat.com>
1015
1016 * README-how-to-make-a-release: Add note to update the symbolic
1017 link from "docs" to "docs-2.x" on the sourceware website.
1018
1019 2019-04-16 Alan Modra <amodra@gmail.com>
1020
1021 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
1022 * testsuite/binutils-all/copy-3.d: Likewise.
1023
1024 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1025
1026 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
1027
1028 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1029
1030 * readelf.c (decode_x86_isa): Handle
1031 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
1032 * testsuite/binutils-all/i386/pr21231b.d: Updated.
1033 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
1034
1035 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
1038
1039 2019-03-26 Tamar Christina <tamar.christina@arm.com>
1040
1041 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
1042 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
1043 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
1044 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
1045 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
1046 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
1047 * testsuite/binutils-all/arm/in-order.d: Likewise.
1048 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
1049 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
1050 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
1051
1052 2019-03-26 Nick Clifton <nickc@redhat.com>
1053
1054 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
1055 FRV and MEP.
1056
1057 2019-03-26 Alan Modra <amodra@gmail.com>
1058
1059 * objdump.c (dump_relocs_in_section): Warning fix.
1060
1061 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1062
1063 * testsuite/binutils-all/arm/in-order-all.d: New test.
1064 * testsuite/binutils-all/arm/in-order.d: New test.
1065 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
1066 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
1067 * testsuite/binutils-all/arm/out-of-order.T: New test.
1068 * testsuite/binutils-all/arm/out-of-order.d: New test.
1069 * testsuite/binutils-all/arm/out-of-order.s: New test.
1070
1071
1072 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1073
1074 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
1075 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
1076 * testsuite/binutils-all/aarch64/out-of-order.d:
1077
1078 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1079
1080 * testsuite/binutils-all/aarch64/in-order.d: New test.
1081 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
1082 well.
1083
1084 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1085
1086 * objdump.c (disassemble_bytes): Pass stop_offset.
1087 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
1088 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
1089 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
1090
1091 2019-03-19 Nick Clifton <nickc@redhat.com>
1092
1093 PR 24360
1094 * objdump.c (load_specific_debug_section): Check that the amount
1095 of memory to be allocated matches the size of the section.
1096
1097 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1098
1099 * readelf.c (get_aarch64_dynamic_type): Add case for
1100 DT_AARCH64_PAC_PLT.
1101 (dynamic_section_aarch64_val): Likewise.
1102
1103 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1104 Szabolcs Nagy <szabolcs.nagy@arm.com>
1105
1106 * readelf.c (get_aarch64_dynamic_type): New.
1107 (get_dynamic_type): Use above for EM_AARCH64.
1108 (dynamic_section_aarch64_val): New.
1109 (process_dynamic_section): Use above for EM_AARCH64.
1110
1111 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1112
1113 * readelf.c (decode_aarch64_feature_1_and): New.
1114 (print_gnu_property_note): Add case for AArch64 gnu notes.
1115
1116 2019-03-12 Alan Modra <amodra@gmail.com>
1117
1118 * objdump.c (load_specific_debug_section): Don't compare section
1119 size against file size.
1120 (dump_relocs_in_section): Don't compare reloc size against file size.
1121 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
1122
1123 2019-03-05 Nick Clifton <nickc@redhat.com>
1124
1125 PR 24295
1126 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
1127
1128 2019-03-05 Nick Clifton <nickc@redhat.com>
1129
1130 * po/sv.po: Updated Swedish translation.
1131
1132 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
1133
1134 PR 24287
1135 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
1136 of "lmap" with a "foreach" loop.
1137
1138 2019-03-04 Nick Clifton <nickc@redhat.com>
1139
1140 PR 24281
1141 * objcopy.c (copy_archive): Do not copy thin archives.
1142
1143 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1144
1145 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
1146
1147 2019-02-25 Nick Clifton <nickc@redhat.com>
1148
1149 * objdump.c (sym_ok): New function.
1150 (find_symbol_for_address): Use new function.
1151 (disassemble_section): Compare sections by name, not pointer.
1152 (dump_dwarf): Move code to initialise byte_get pointer and iterate
1153 over separate debug files from here to ...
1154 (dump_bfd): ... here. Add parameter indicating that a separate
1155 debug info file is being dumped. For main file, pull in the
1156 symbol tables from all separate debug info files.
1157 (display_object): Update call to dump_bfd.
1158 * doc/binutils.texi: Document extened behaviour of the
1159 --dwarf=follow-links option.
1160 * NEWS: Mention this new feature.
1161 * testsuite/binutils-all/objdump.WK2: Update expected output.
1162 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
1163 options and dump file parameters.
1164 Add extra test.
1165 * testsuite/binutils-all/objdump.WK3: New file.
1166 * testsuite/binutils-all/readelf.exp: Change expected output for
1167 readelf -wKis test.
1168 * testsuite/binutils-all/readelf.wKis: New file.
1169
1170 2019-02-22 Nick Clifton <nickc@redhat.com>
1171
1172 PR 23843
1173 * dwarf.h (struct separate_info): New structure for containing
1174 information on separate debug info files.
1175 * dwarf.c (struct dwo_info): New structure for containing dwo
1176 links.
1177 (first_dwo_info): Chain of dwo_info structures.
1178 (first_separate_file): Chain of separate_info structures.
1179 (separate_debug_file, separate_debug_filename): Delete.
1180 (fetch_alt_indirect_string): Scan all separate debug info files
1181 for the requested string.
1182 (add_dwo_info): New function.
1183 (add_dwo_name): New function.
1184 (add_dwo_dir): New function.
1185 (add_dwo_id: New function.
1186 (free_dwo_info): New function.
1187 (read_and_display_attr_value): Store DWO data using the new
1188 functions.
1189 (load_debug_section_with_follow): If necessary, scan the list of
1190 separate debug info files for the requested section.
1191 (add_separate_debug_file): New function.
1192 (load_separate_debug_info): Call add_separate_debug_file to store
1193 the information on the newly loaded file.
1194 (load_dwo_file): Likewise.
1195 (load_separate_debif_file): Rename to load_separate_debug_files.
1196 Change return type to boolean. If following links then attempt to
1197 load all separate debug info files, not just the first one.
1198 (free_debug_memory): Release memory in dwo_info and separate_info
1199 chains.
1200 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
1201 * readelf.c (process_object): Likewise.
1202 * doc/debug.options.texi: Update descriptions of links and
1203 follow-links options.
1204 * testsuite/binutils-all/objdump.WK2: Update expected output.
1205 * testsuite/binutils-all/readelf.k2: Likewise.
1206 * NEWS: Announce the new feature.
1207
1208 2019-02-21 Nick Clifton <nickc@redhat.com>
1209
1210 PR 24247
1211 * unwind-ia64.c: Include sysdep.h.
1212 (unw_decode_x1): Check current pointer against end pointer before
1213 accessing memory.
1214 (unw_decode_x2): Likewise.
1215 (unw_decode_x3): Likewise.
1216 (unw_decode_x4): Likewise.
1217 (unw_decode_r2): Likewise.
1218 (unw_decode_p2_p5): Likewise.
1219 (unw_decode_p7_p10): Likewise.
1220 (unw_decode): Likewise.
1221
1222 2019-02-20 Nick Clifton <nickc@redhat.com>
1223
1224 PR 24246
1225 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1226
1227 PR 24244
1228 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
1229 prevent walking off the end of the buffer.
1230 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
1231 (unw_decode_x2): Likewise.
1232 (unw_decode_x3): Likewise.
1233 (unw_decode_x4): Likewise.
1234 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
1235 (unw_decode_r3): Likewise.
1236 (unw_decode_p7_p10): Likewise.
1237 (unw_decode_b2): Likewise.
1238 (unw_decode_b3_x4): Likewise.
1239
1240 PR 24243
1241 * readelf.c (process_mips_specific): Check for an options section
1242 that is too small to even contain a single option.
1243
1244 PR 24242
1245 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1246
1247 2019-02-20 Alan Modra <amodra@gmail.com>
1248
1249 PR 24132
1250 PR 24138
1251 * readelf.c (get_data): Avoid possibility of overflow when
1252 checking for a read that may extend past end of file.
1253 (process_program_headers): Likewise.
1254
1255 2019-02-20 Alan Modra <amodra@gmail.com>
1256
1257 PR 24233
1258 * objdump.c (dump_bfd_private_header): Print warning if
1259 bfd_print_private_bfd_data returns false.
1260
1261 2019-02-12 Nick Clifton <nickc@redhat.com>
1262
1263 PR 23440
1264 * README-how-to-make-a-release: Use git clean to delete spurious
1265 files from the local source repository.
1266
1267 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * size.c (berkeley_format): Delete.
1270 (enum output_format): New enum.
1271 (selected_output_format): New variable.
1272 (usage): Update to mention GNU format.
1273 (main): Update to extract options, and select format as needed.
1274 Handle GNU format where needed.
1275 (berkeley_sum): Renamed to...
1276 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
1277 (berkeley_format): Renamed to...
1278 (berkeley_or_gnu_format): ...this, and updated to handle both
1279 formats.
1280 (print_sizes): Handle GNU format.
1281 * doc/binutils.texi (size): Document new GNU format.
1282 * testsuite/binutils-all/size.exp: Add test of extended
1283 functionality.
1284 * NEWS: Mention new functionality.
1285
1286 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * doc/binutils.texi (size): Update example output for Berkeley
1289 format output.
1290
1291 2019-02-07 Nick Clifton <nickc@redhat.com>
1292
1293 * README-how-to-make-a-release: Add a note about updating the
1294 obsolete targets in the bfd/config.bfd file.
1295
1296 2019-02-04 Nick Clifton <nickc@redhat.com>
1297
1298 * README-how-to-make-a-release: Add more notes on making a release.
1299
1300 2019-01-25 Nick Clifton <nickc@redhat.com>
1301
1302 PR 24131
1303 * readelf.c (process_notes_at): Prevent an illegal memory access
1304 when the note's namesize is zero.
1305 (decode_tic6x_unwind_bytecode): Add code to handle the case where
1306 no registers are specified in a frame pop instruction.
1307
1308 2019-01-25 Nick Clifton <nickc@redhat.com>
1309
1310 * po/bg.po: Updated Bulgarian translation.
1311
1312 2019-01-23 Nick Clifton <nickc@redhat.com>
1313
1314 * po/fr.po: Updated French translation.
1315 * po/pt.po: Updated Portuguese translation.
1316
1317 2019-01-21 Nick Clifton <nickc@redhat.com>
1318
1319 * po/uk.po: Updated Ukranian translation.
1320
1321 2019-01-19 Nick Clifton <nickc@redhat.com>
1322
1323 * configure: Regenerate.
1324 * binutils/po/binutils.pot.
1325
1326 * README-how-to-make-a-release: Update description on how to make
1327 a branch.
1328
1329 2018-06-24 Nick Clifton <nickc@redhat.com>
1330
1331 2.32 branch created.
1332
1333 2019-01-17 Nick Clifton <nickc@redhat.com>
1334
1335 * objdump.c (disassemble_section): When disassembling from a
1336 symbol only stop at the next symbol if the original symbol was not
1337 a function symbol. Otherwise continue disassembling until a new
1338 function is reached.
1339 * testsuite/binutils-all/objdump.exp: Add tests of extended
1340 functionality.
1341 * testsuite/binutils-all/disasm.s: New test source file.
1342
1343 2019-01-16 Kito Cheng <kito@andestech.com>
1344 Nelson Chu <nelson@andestech.com>
1345
1346 * readelf.c (get_riscv_section_type_name): New function.
1347 (get_section_type_name): Add handler for RISC-V.
1348 (riscv_attr_tag_t): Declare.
1349 (riscv_attr_tag): New.
1350 (display_riscv_attribute): New function.
1351 (process_attributes): Add handler for RISC-V.
1352 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1353 section.
1354
1355 2019-01-10 Nick Clifton <nickc@redhat.com>
1356
1357 PR 23963
1358 * objdump.c (sanitize_string): New function. Removes control
1359 characters from symbol names.
1360 (dump_section_header): Use new function.
1361 (objdump_print_symname): Likewise.
1362 (objdump_print_addr_with_sym): Likewise.
1363 (show_line): Likewise.
1364 (disassemble_bytes): Likewise.
1365 (disassemble_section): Likewise.
1366 (load_specific_debug_section): Likewise.
1367 (read_section_stabs): Likewise.
1368 (print_section_stabs): Likewise.
1369 (dump_section): Likewise.
1370 (dump_reloc_set): Likewise.
1371 (dump_relocs_in_section): Likewise.
1372 (dump_bfd): Likewise.
1373 (display_any_bfd): Likewise.
1374
1375 2019-01-09 Nick Clifton <nickc@redhat.com>
1376
1377 PR 24049
1378 * readelf.c (process_archive): Use arch.file_name in error
1379 messages until the qualified name is available.
1380
1381 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1382
1383 * configure: Regenerate.
1384
1385 2019-01-09 Alan Modra <amodra@gmail.com>
1386
1387 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1388 unconditionally to tests needing the option rather than via a
1389 list of targets.
1390
1391 2019-01-08 Nick Clifton <nickc@redhat.com>
1392
1393 PR 24044
1394 * cxxfilt.c (hp_symbol_characters): Delete.
1395 (main): Remove depcreated demangling styles.
1396 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1397 demangling opnames.
1398 * testsuite/binutils-all/cxxfilt.exp: Use the
1399 --no-strip-underscore option for targets that do prefix their
1400 symbols with underscores.
1401 Update tests to eliminate those that use gnu v2 encoding.
1402
1403 2019-01-08 Tamar Christina <tamar.christina@arm.com>
1404
1405 PR 24065
1406 * testsuite/binutils-all/copy-6.d: New test.
1407 * testsuite/binutils-all/objcopy.exp: Use it.
1408
1409 2019-01-08 Alan Modra <amodra@gmail.com>
1410
1411 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1412 $srcdir/$subdir to source file name if it starts with "./".
1413
1414 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1415
1416 * readelf.c (get_machine_flags): Add RXv3 output.
1417
1418 2019-01-04 Nick Clifton <nickc@redhat.com>
1419
1420 PR 24005
1421 * objdump.c (load_specific_debug_section): Check for integer
1422 overflow before attempting to allocate contents.
1423
1424 2019-01-04 Nick Clifton <nickc@redhat.com>
1425
1426 PR 24001
1427 * objcopy.c (copy_object): Free dhandle after writing out the
1428 debug information.
1429 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1430 information.
1431
1432
1433 2019-01-01 Alan Modra <amodra@gmail.com>
1434
1435 Update year range in copyright notice of all files.
1436
1437 For older changes see ChangeLog-2018
1438 \f
1439 Copyright (C) 2019 Free Software Foundation, Inc.
1440
1441 Copying and distribution of this file, with or without modification,
1442 are permitted in any medium without royalty provided the copyright
1443 notice and this notice are preserved.
1444
1445 Local Variables:
1446 mode: change-log
1447 left-margin: 8
1448 fill-column: 74
1449 version-control: never
1450 End:
This page took 0.059818 seconds and 5 git commands to generate.