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