libctf: add the object index and function index sections
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
9b32cba4
NA
12019-07-08 Nick Alcock <nick.alcock@oracle.com>
2
3 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
4 * readelf.c (dump_section_as_ctf): Likewise.
5
de4859ea
NC
62019-10-02 Niklas Gürtler <profclonk@gmail.com>
7
8 PR 24942
9 * objcopy.c (copy_usage): Update description of
10 --set-section-alignment.
11 (copy_main): Interpret numeric argument of --set-section-alignment
12 as a byte alignment, not a power of two alignment.
13 * doc/binutils.texi: Update description of
14 --set-section-alignment.
15 * testsuite/binutils-all/set-section-alignment.d: New test.
16 * testsuite/binutils-all/objcopy.exp: Run the new test.
17
663f67df
AM
182019-09-30 Alan Modra <amodra@gmail.com>
19
20 PR 25046
21 * readelf.c (process_program_headers): Clear dynamic_addr and
22 dynamic_size earlier.
23
352f6bc3
AM
242019-09-24 Alan Modra <amodra@gmail.com>
25
26 PR 25031
27 * nm.c (print_format_string): New.
28 (get_print_format): Delete saved_format. Move earlier.
29 (set_print_width): Call get_print_format.
30 (print_value): Use print_format_string.
31
aa739c59
AM
322019-09-23 Alan Modra <amodra@gmail.com>
33
34 * dlltool.c: Include coff-bfd.h.
35
b3fe587e
AM
362019-09-23 Alan Modra <amodra@gmail.com>
37
38 PR 25018
39 * dwarf.c (get_type_signedness): Delete ineffective pointer
40 comparison check. Properly range check uvalue offset on
41 recursive call.
42 (read_and_display_attr_value): Range check uvalue offset before
43 calling get_type_signedness.
44
00f93c44
AM
452019-09-20 Alan Modra <amodra@gmail.com>
46
47 * ar.c (write_archive): Use bfd_set_thin_archive.
48
4e28d4cc
TC
492019-09-18 Tamar Christina <tamar.christina@arm.com>
50
51 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
52
fd361982
AM
532019-09-18 Alan Modra <amodra@gmail.com>
54
55 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
56 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
57 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
58 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
59 throughout for bfd section macro and function changes.
60
e6f7f6d1
AM
612019-09-18 Alan Modra <amodra@gmail.com>
62
63 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
64 * objcopy.c: Likewise.
65 * objdump.c: Likewise.
66 * rdcoff.c: Likewise.
67 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
68 (filter_symbols): Likewise.
69
2b44a6a2
SM
702019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
71
72 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
73 cxxfilt.man and binutils.info.
74 (MAINTAINERCLEANFILES): Remove.
75 * doc/Makefile.in: Re-generate.
76
89ae5e69
SM
772019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
78
79 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
80 * doc/Makefile.in: Re-generate.
81
95103a84
SM
822019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
83
84 * doc/Makefile.am (install-data-loca): Remove target.
85 (DISTCLEANFILES): Remove variable.
86 * doc/Makefile.in: Re-generate.
87
e0b2a78c
SM
882019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
89
90 * Makefile.in: Re-generate.
91 * configure: Re-generate.
92 * doc/Makefile.in: Re-generate.
93
bb695960
PB
942019-09-16 Phil Blundell <pb@pbcl.net>
95
96 * Makefile.in, configure. doc/Makefile.in: Regenerated.
97
1ff5d5c4
TT
982019-09-11 Tom Tromey <tom@tromey.com>
99
100 * objcopy.c (copy_archive): Update.
101 * bucomm.h (make_tempname, make_tempdir): Make argument const.
102 * bucomm.c (make_tempname, make_tempdir): Make argument const.
103
0a4632b5
AM
1042019-09-11 Alan Modra <amodra@gmail.com>
105
106 PR 24907
107 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
108 lines. Correct max_reloc_offset_into_insn test.
109
aebcfb76
NC
1102019-09-10 Nick Clifton <nickc@redhat.com>
111
112 PR 24907
113 * objdump.c (null_print): New function.
114 (disassemble_bytes): Delete previous_octets local and replace with
115 a test of the max_reloc_offset_into_insn field of the
116 bfd_arch_info structure. If a reloc is a potential match for the
117 next insn, then perform a dummy disassembly in order to calculate
118 its real length.
119
60391a25
PB
1202019-09-09 Phil Blundell <pb@pbcl.net>
121
122 binutils 2.33 branch created.
123
b16c44de
AM
1242019-09-06 Alan Modra <amodra@gmail.com>
125
126 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
127 (print_object_filename_posix, print_archive_filename_bsd),
128 (print_archive_filename_sysv, print_archive_filename_posix),
129 (print_archive_member_bsd, print_archive_member_sysv),
130 (print_archive_member_posix): Constify parameter.
131 (struct output_fns <print_object_filename, print_archive_filename>),
132 (<print_archive_member>): Likewise.
133 * objcopy.c (copy_archive): Add cast for make_tempdir.
134
a85eba51
AM
1352019-08-29 Alan Modra <amodra@gmail.com>
136
137 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
138
fa463e9f
N
1392019-08-28 Niklas Gürtler <profclonk@gmail.com>
140
141 PR 24942
142 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
143 (struct section_list): Add alignment field.
144 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
145 (copy_options): Add --set-section-alignment.
146 (copy_usage): Describe --set-section-alignment.
147 (find_section_list): Initialise the alignment field.
148 (setup_section): Handle the alignment field.
149 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
150 * doc/binutils.texi: Document the new feature.
151 * NEWS: Mention the new feature.
152
a1c110a3
NC
1532019-08-28 Nick Clifton <nickc@redhat.com>
154
155 PR 24931
156 * objdump.c (source_comment): New static variable.
157 (option_values): Add OPTION_SOURCE_COMMENT.
158 (long_opions): Add --source-comment.
159 (print_line): If source comment is set, use it as a prefix to the
160 source code line.
161 (main): Handle OPTION_SOURCE_COMMENT.
162 * doc/binutils.texi: Document the new option.
163 * NEWS: Mention the new feature.
164 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
165 of the -S and --source-comment options.
166
ec1b0fbb
NC
1672019-08-27 Nick Clifton <nickc@redhat.com>
168
169 PR 24510
170 * dwarf.c (MAX_CU_NESTING): New constant.
171 (level_type_signed): New static array.
172 (skip_attr_bytes): New function.
173 (get_type_signedness): New function.
174 (read_and_print_leb128): New function.
175 (display_discr_list): New function.
176 (read_and_display_attr_value): Add start parameter.
177 Use new functions when handling DW_AT_type and DW_AT_discr_list.
178 (read_and_display_attr): Add start parameter. Pass to
179 read_and_display_attr_value.
180 (process_debug_info): Update call to read_and_display_attr.
181 (display_formatted_table): Likewise.
182 (display_debug_lines_decoded): Likewise. Also add start
183 parameter.
184 (display_debug_lines): Likewise.
185 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
186 lists.
187 * testsuite/binutils-all/dwarf-attributes.W: Update expected
188 output.
189
37606e67
AM
1902019-08-26 Alan Modra <amodra@gmail.com>
191
192 PR 24938
193 * debug.c (debug_write_type): Call empty_type for NULL type here..
194 (debug_write_type): ..rather than in just one case here.
195
afc72f15
NC
1962019-08-23 Nick Clifton <nickc@redhat.com>
197
198 PR 24829
199 * dwarf.c (check_uvalue): New function. Ensures that a block's
200 size is valid.
201 (read_and_display_attr_value): Use check_value when processsing
202 DW_FORM_block<n> attributes.
203
93d6a337
NC
2042019-08-22 Nick Clifton <nickc@redhat.com>
205
206 PR 24921
207 * dwarf.c (process_cu_tu_index): Handle the case where a table
208 does not have any columns.
209
d292364e
AM
2102019-08-19 Alan Modra <amodra@gmail.com>
211
212 PR 24898
213 * dwarf.c (display_debug_frames): Use the read_cie check and error
214 for augmentation data length.
215
d367307b
AM
2162019-08-17 Alan Modra <amodra@gmail.com>
217
218 PR 24911
219 * dwarf.c (comp_addr_base): Dereference args.
220
0b8b7609
AM
2212019-08-16 Alan Modra <amodra@gmail.com>
222
223 PR 24909
224 PR 23499
225 * readelf.c (get_symbol_version_string): Set sym_info earlier.
226
6ae978f1
NC
2272019-08-15 Nick Clifton <nickc@redhat.com>
228
229 PR 24767
230 * doc/binutils.texi (nm): Document the 'n' symbol type.
231
9177214a
CV
2322019-08-15 Christophe Vidal <support@krizalys.com>
233
234 * docs/binutils.texi: Fixed notice message disassembler options
235 section of the man page.
236
f16a9783
MS
2372019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
238
239 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
240 (get_mips_section_type_name): Return MI{S_XHASH name string.
241 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
242 info.
243 (process_symbol_table): Initialize the .MIPS.xhash section
244 pointer. Adjust the readelf output to support the new section.
245 (process_object): Set the .MIPS.xhash dynamic info to zero.
246
2b2ed245
TC
2472019-08-09 Tamar Christina <tamar.christina@arm.com>
248
249 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
250 * testsuite/binutils-all/arm/in-order.d: Likewise.
251 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
252 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
253
dbe15e4e
NC
2542019-08-08 Nick Clifton <nickc@redhat.com>
255
256 PR 24887
257 * readelf.c (process_notes_at): Left justify the "Data size"
258 column heading.
259 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
260 * testsuite/binutils-all/i386/ibt.d: Likewise.
261 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
262 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
263 * testsuite/binutils-all/i386/shstk.d: Likewise.
264 * testsuite/binutils-all/note-2-32.d: Likewise.
265 * testsuite/binutils-all/note-2-64.d: Likewise.
266 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
267 * testsuite/binutils-all/x86-64/empty.d: Likewise.
268 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
269 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
270 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
271 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
272 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
273 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
274 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
275 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
276 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
277 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
278 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
279 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
280 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
281 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
282
7d55c1d6
NC
2832019-08-08 Nick Clifton <nickc@redhat.com>
284
285 * testsuite/gentestdlls.c (main): Move declaration of loop
286 variable outside of the for() statement.
287
178d8719
JR
2882019-08-08 Jordan Rupprecht <rupprecht@google.com>
289
290 * readelf.c (process_note): Mask unknown description data bytes.
291
7c1c1904
AM
2922019-08-08 Alan Modra <amodra@gmail.com>
293
294 * readelf.c (get_data): Improve overflow checks.
295
f927cc8f
NC
2962019-08-07 Nick Clifton <nickc@redhat.com>
297
298 PR 24777
299 * doc/binutils.texi: Ensure consistent formating of title strings
300 for man pages. Extend the title of the size man page to be more
301 informative.
302
7cd00957
OM
3032019-08-07 Omair Majid <omajid@redhat.com>
304
305 * testsuite/binutils-all/objdump.exp
306 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
307 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
308 introduced machine types.
309 * testsuite/gentestdlls.c (write_simple_dll): New function.
310 (main): Generate simple and Linux-specific variants of pei-i386
311 and pei-x86-64 files so both can be used by tests.
312
90679903
AM
3132019-08-07 Alan Modra <amodra@gmail.com>
314
315 PR 24876
316 * readelf.c (dump_ia64_unwind): Check that buffer is large
317 enough for "stamp" before reading.
318
276cbbdf
NC
3192019-08-05 Nick Clifton <nickc@redhat.com>
320
321 PR 24874
322 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
323 note being a version note.
324 Remove spurious debugging fprintf.
325
e17869db
NC
3262019-08-05 Nick Clifton <nickc@redhat.com>
327
328 PR 24829
329 * readelf.c (apply_relocations): Catch potential integer overflow
330 whilst checking reloc location against section size.
331
97c0a079
AM
3322019-08-02 Alan Modra <amodra@gmail.com>
333
334 PR 24871
335 * readelf.c (ABSADDR): Delete.
336 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
337
cc5277b1
ML
3382019-07-29 Martin Liska <mliska@suse.cz>
339
340 PR 24768
341 * nm.c (filter_symbols): Set report_plugin_err if
342 error is reported.
343 (display_rel_file): Report error for a missing LTO plugin.
344
8e2e3c6c
AM
3452019-07-26 Alan Modra <amodra@gmail.com>
346
347 PR 24798
348 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
349 systems by casting ncols and nslots expressions to size_t. Display
350 number of columns and slots before giving up due to buffer overflow.
351 Use %u to display unsigned ints. Perform more pointer wrap tests.
352
d079b9c0 3532019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
354
355 PR 24809
356 * dwarf.c (display_debug_names): Display the contents of the
357 augmentation string, if it is printable.
358
2e6be59c
NC
3592019-07-25 Nick Clifton <nickc@redhat.com>
360
361 PR 24837
362 * readelf.c (process_mips_specific): Check for buffer overflow
363 before reading reginfo information.
364
2f86d559
NC
3652019-07-24 Nick Clifton <nickc@redhat.com>
366
367 PR 13256
368 * ar.c (decode_options): Restart option scanning if no operation
369 is detected and argument remain to be scanned.
370
2e8136f9
NC
3712019-07-23 Nick Clifton <nickc@redhat.com>
372
373 PR 24818
374 * objdump.c (is_relocateable): Delete.
375 (load_specific_debug_section): Test the abfd for relocations
376 directly, rather than relying upon is_relocateable.
377 (dump_dwarf): Delete initlialization of is_relocateable.
378
df3a023b
AM
3792019-07-23 Alan Modra <amodra@gmail.com>
380
381 * readelf.c (get_parisc_segment_type): Split off hpux entries..
382 (get_ia64_segment_type): ..and these..
383 (get_hpux_segment_type): ..to here.
384 (get_segment_type): Condition GNU_MBIND on osabi. Use
385 get_hpux_segment_type.
386 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
387 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
388
acea835f
AM
3892019-07-23 Alan Modra <amodra@gmail.com>
390
391 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
392 file used to set this variable.
393
1dd1bc4d
OM
3942019-07-23 Omar Majid <omajid@redhat.com>
395
396 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
397 (GENTESTDLLSPROG): Define.
398 (TEST_PROGS): Add GENTESTDLLSPROG.
399 * Makefile.in: Regenerate.
400 * testsuite/binutils-all/objdump.exp
401 (test_objdump_dotnet_assemblies): New proc.
402 Run the new proc.
403 * testsuite/gentestdlls.c: New source file.
404
781152ec
NC
4052019-06-28 Nick Clifton <nickc@redhat.com>
406
407 PR 24707
408 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
409 the symbol table is too large. Skip this check for MMO format
410 files.
781152ec 411
a68aa5d3
NC
4122019-06-26 Nick Clifton <nickc@redhat.com>
413
414 PR 24703
415 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
416 indicate this in the output.
417 (bfd_nonfatal_message): Likewise.
418
3e50a591
JB
4192019-06-25 Jan Beulich <jbeulich@suse.com>
420
421 * readelf.c (dump_ctf_indent_lines): Rename local variable
422 "spaces" to "blanks".
423
63160fc9
JB
4242019-06-25 Jan Beulich <jbeulich@suse.com>
425
426 * objdump.c (dump_ctf_indent_lines): Rename local variable
427 "spaces" to "blanks".
428
3a3a077c
AM
4292019-06-14 Alan Modra <amodra@gmail.com>
430
431 * Makefile.in: Regenerate.
432 * aclocal.m4: Regenerate.
433 * doc/Makefile.in: Regenerate.
434
9abca702
CZ
4352019-06-12 Christos Zoulas <christos@zoulas.com>
436
437 PR 24663
438 * readelf.c (process_netbsd_elf_note): Add support for
439 NT_NETBSD_PAX.
440 (process_note): Add support for PaX notes.
441
c0d38b0e
CZ
4422019-06-12 Christos Zoulas <christos@zoulas.com>
443
444 PR 24665
445 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
446 core notes.
447
540e6170
CZ
4482019-06-12 Christos Zoulas <christos@zoulas.com>
449
450 PR 24664
451 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
452 auxv notes.
453
2057d69d
CZ
4542019-06-11 Christos Zoulas <christos@zoulas.com>
455
456 PR 24662
457 * readelf.c (get_alpha_symbol_other): New function.
458 (get_symbol_other): Use for Alpha symbols.
459 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
460
c93dbb25
CZ
4612019-06-11 Christos Zoulas <christos@zoulas.com>
462
463 PR 24661
464 * readelf.c (decode_arm_unwind): Ensure that the local variable
465 'addr' is always initialised.
466
c6a636ce
NC
4672019-06-10 Christos Zoulas <christos@zoulas.com>
468
469 PR 24651
470 * strings.c (print_strings): Use %u to print unsigned values in
471 decimal.
472
2e02f296
CZ
4732019-06-10 Christos Zoulas <christos@zoulas.com>
474
475 PR 24649
476 * arsup.c (ar_open): Use asprintf in place of xmalloc and
477 sprintf.
478
79b377b3
NC
4792019-06-03 Nick Clifton <nickc@redhat.com>
480
481 Revert:
482 2019-05-29 Nick Clifton <nickc@redhat.com>
483
484 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
485 targets.
486 (HAVE_LIBCTF): Define if libctf support is available.
487 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
488 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
489 defined.
490 * readelf.c: Likewise.
491 * configure: Regenerate.
492 * Makefile.in: Regenerate.
493 * config.in: Regenerate.
494
a0486bac
JM
4952019-05-30 Nick Alcock <nick.alcock@oracle.com>
496
497 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
498 cts_offset.
499 * readelf.c (shdr_to_ctf_sect): Likewise.
500
ae9ac79e
NC
5012019-05-30 Nick Clifton <nickc@redhat.com>
502
503 PR 24627
504 * readelf.c (process_version_sections): Add 0x prefix to address
505 display. Correct indentation.
506
6ff185b8
AM
5072019-05-30 Alan Modra <amodra@gmail.com>
508
509 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
510 s12z to targets not supporting this feature.
511
1336939d
AM
5122019-05-30 Alan Modra <amodra@gmail.com>
513
514 * testsuite/lib/binutils-common.exp (run_dump_test): Support
515 tcl procedures for xfail args.
516
e33f2313
NC
5172019-05-29 Nick Clifton <nickc@redhat.com>
518
519 * README-how-to-make-a-release: Add libctf to list of directories
520 that need updates in their ChangeLogs.
521
90bd5423
NC
5222019-05-29 Nick Clifton <nickc@redhat.com>
523
524 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
525 targets.
526 (HAVE_LIBCTF): Define if libctf support is available.
527 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
528 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
529 defined.
530 * readelf.c: Likewise.
531 * configure: Regenerate.
532 * Makefile.in: Regenerate.
533 * config.in: Regenerate.
534
88981b15
NA
5352019-05-28 Nick Alcock <nick.alcock@oracle.com>
536
537 * MAINTAINERS: Add myself as CTF maintainer.
538
7d9813f1
NA
5392019-05-28 Nick Alcock <nick.alcock@oracle.com>
540
541 * objdump.c (ctf-api.h): New include.
542 (dump_ctf_section_info): New variable.
543 (dump_ctf_section_name): Likewise.
544 (usage): Describe new options.
545 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
546 (main): Use them to add --ctf and --ctf-parent.
547 (read_section_stabs): Add new parameter, entsize_ptr.
548 (find_stabs_section): Adjust accordingly.
549 (make_ctfsect): New.
550 (dump_ctf_indent_lines): New.
551 (dump_ctf_archive_member): New.
552 (dump_ctf): New.
553 (dump_bfd): Call it. Free resources afterwards.
554 * readelf.c (ctf-api.h): New include.
555 (CTF_DUMP): New.
556 (static bfd_boolean do_ctf): Likewise.
557 (dump_ctf_parent_name): Likewise.
558 (dump_ctf_symtab_name): Likewise.
559 (dump_ctf_strtab_name): Likewise.
560 (OPTION_CTF_DUMP): Likewise.
561 (OPTION_CTF_PARENT): Likewise.
562 (OPTION_CTF_SYMBOLS): Likewise.
563 (OPTION_CTF_STRINGS): Likewise.
564 (options): Add them.
565 (usage): Likewise.
566 (parse_args): Handle the new options, requesting CTF_DUMP.
567 (process_section_contents): Handle CTF_DUMP.
568 (shdr_to_ctf_sect): New.
569 (dump_ctf_indent_lines): New.
570 (dump_section_as_ctf): New.
571 (main): Free resources.
572 * Makefile.am (LIBCTF): New variable.
573 (objdump_DEPENDENCIES): Use it.
574 (readelf_DEPENDENCIES): Likewise.
575 (objdump_LDADD): Likewise.
576 (readelf_LDADD): Likewise.
577 * aclocal.m4: Regenerated.
578 * Makefile.in: Likewise.
579
580 * doc/binutils.texi (objdump): Document the new options.
581 (readelf): Likewise.
582 * doc/ctf.options.texi: New.
583 * doc/Makefile.in: Regenerated.
584 * NEWS: Mention the new feature.
585
61dd8e19
AM
5862019-05-27 Alan Modra <amodra@gmail.com>
587
588 * readelf.c (process_section_groups): Continue processing groups
589 when sh_entsize exceeds group size.
590
2301ed1c
SN
5912019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
592
593 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
594 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
595 (get_symbol_other): Call get_aarch64_symbol_other.
596
dd7efa79
PB
5972019-05-24 Alan Modra <amodra@gmail.com>
598
599 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
600
27830e0d
JM
6012019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
602
603 * MAINTAINERS: Add myself as the maintainer for BPF.
604
aca4efc7
JM
6052019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
606
607 * readelf.c: Include elf/bpf.h.
608 (guess_is_rela): Hanle EM_BPF.
609 (dump_relocations): Likewise.
610 (is_32bit_abs_reloc): Likewise.
611 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
612 ELF targets.
613
fab7c86e
TC
6142019-05-21 Tamar Christina <tamar.christina@arm.com>
615
616 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
617 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
618 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
619
d8734380
FS
6202019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
621
622 PR 14798
623 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
624 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
625
999b073b
NC
6262019-05-20 Nick Clifton <nickc@redhat.com>
627
628 * po/ca.po: Updated Catalan translation.
629
514bbb0f
AV
6302019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
631
632 * NEWS: Mention Armv8.1-M Mainline and MVE.
633
a7ad558c
AV
6342019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
635
636 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
637 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
638
37d0d091
JH
6392019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
640
641 PR 19921
642 * objcopy.c: Add new option --verilog-data-width. Use it to set
643 the value of VerilogDataWidth.
644 * doc/binutils.texi: Document the new option.
645 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
646 * testsuite/binutils-all/verilog-1.hex: New file.
647 * testsuite/binutils-all/verilog-2.hex: New file.
648 * testsuite/binutils-all/verilog-4.hex: New file.
649 * testsuite/binutils-all/verilog-8.hex: New file.
650 * NEWS: Mention the new feature.
651
391bf891
AM
6522019-05-10 Alan Modra <amodra@gmail.com>
653
654 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
655 (test_objdump_content_limited): Add text arg, use in place of .text.
656 (bintest_signed.o): Call get_standard_section_names for name of
657 text section.
658
2379f9c4
FS
6592019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
660
661 * objdump.c (sign_extend_address): New function.
662 (dump_bfd): Sign-extend user-specified start/stop addresses
663 for targets that need it.
664 * testsuite/binutils-all/objdump.exp: Add tests for objdump
665 with start and stop addresses in higher address ranges.
666
2ecde2b6
MM
6672019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
668
669 * testsuite/binutils-all/objdump.exp: Correct executable
670 spelling.
671 * testsuite/binutils-all/compress.exp: Likewise.
672
25a02744
NC
6732019-05-01 Nick Clifton <nickc@redhat.com>
674
675 PR 24507
676 * nm.c: (print_format): New variable.
677 (value_format_32bit, value_format_64bit): Delete.
678 (set_print_radix): Remove code to alter value_format strings.
679 (set_output_format): Record chosen format in print_format.
680 (get_print_format): New function - constructs a printf formatting
681 string according to the requirements of size, radix, and output
682 format.
683 (print_value): Use get_print_format.
684 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
685 and "nm -t d".
686
8107ddce
AM
6872019-04-30 Alan Modra <amodra@gmail.com>
688
689 * wrstabs.c (stab_start_class_type): Add assert to work around
690 gcc9 warning. Tidy.
691
1b8dd643
NC
6922019-04-24 Nick Clifton <nickc@redhat.com>
693
694 * objcopy.c (strip_main): Do not enable note merging by default if
695 just stripping debug or dwo information.
696 * doc/binutils.texi (strip): Update documentation.
697
624a2451
NC
6982019-04-23 Nick Clifton <nickc@redhat.com>
699
700 * README-how-to-make-a-release: Add note to update the symbolic
701 link from "docs" to "docs-2.x" on the sourceware website.
702
a0fb9615
AM
7032019-04-16 Alan Modra <amodra@gmail.com>
704
705 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
706 * testsuite/binutils-all/copy-3.d: Likewise.
707
031254f2
AV
7082019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
709
710 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
711
462cac58
L
7122019-04-08 H.J. Lu <hongjiu.lu@intel.com>
713
714 * readelf.c (decode_x86_isa): Handle
715 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
716 * testsuite/binutils-all/i386/pr21231b.d: Updated.
717 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
718
82b53593
L
7192019-04-08 H.J. Lu <hongjiu.lu@intel.com>
720
721 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
722
05805feb
TC
7232019-03-26 Tamar Christina <tamar.christina@arm.com>
724
725 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
726 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
727 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
728 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
729 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
730 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
731 * testsuite/binutils-all/arm/in-order.d: Likewise.
732 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
733 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
734 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
735
5fb812fc
NC
7362019-03-26 Nick Clifton <nickc@redhat.com>
737
738 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
739 FRV and MEP.
740
e8fba7f6
AM
7412019-03-26 Alan Modra <amodra@gmail.com>
742
743 * objdump.c (dump_relocs_in_section): Warning fix.
744
796d6298
TC
7452019-03-25 Tamar Christina <tamar.christina@arm.com>
746
747 * testsuite/binutils-all/arm/in-order-all.d: New test.
748 * testsuite/binutils-all/arm/in-order.d: New test.
749 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
750 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
751 * testsuite/binutils-all/arm/out-of-order.T: New test.
752 * testsuite/binutils-all/arm/out-of-order.d: New test.
753 * testsuite/binutils-all/arm/out-of-order.s: New test.
754
755
60df3720
TC
7562019-03-25 Tamar Christina <tamar.christina@arm.com>
757
758 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
759 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
760 * testsuite/binutils-all/aarch64/out-of-order.d:
761
51457761
TC
7622019-03-25 Tamar Christina <tamar.christina@arm.com>
763
764 * testsuite/binutils-all/aarch64/in-order.d: New test.
765 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
766 well.
767
53b2f36b
TC
7682019-03-25 Tamar Christina <tamar.christina@arm.com>
769
770 * objdump.c (disassemble_bytes): Pass stop_offset.
771 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
772 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
773 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
774
63455780
NC
7752019-03-19 Nick Clifton <nickc@redhat.com>
776
777 PR 24360
778 * objdump.c (load_specific_debug_section): Check that the amount
779 of memory to be allocated matches the size of the section.
780
1dbade74
SD
7812019-03-13 Sudakshina Das <sudi.das@arm.com>
782
783 * readelf.c (get_aarch64_dynamic_type): Add case for
784 DT_AARCH64_PAC_PLT.
785 (dynamic_section_aarch64_val): Likewise.
786
37c18eed
SD
7872019-03-13 Sudakshina Das <sudi.das@arm.com>
788 Szabolcs Nagy <szabolcs.nagy@arm.com>
789
790 * readelf.c (get_aarch64_dynamic_type): New.
791 (get_dynamic_type): Use above for EM_AARCH64.
792 (dynamic_section_aarch64_val): New.
793 (process_dynamic_section): Use above for EM_AARCH64.
794
cd702818
SD
7952019-03-13 Sudakshina Das <sudi.das@arm.com>
796
797 * readelf.c (decode_aarch64_feature_1_and): New.
798 (print_gnu_property_note): Add case for AArch64 gnu notes.
799
7a6e0d89
AM
8002019-03-12 Alan Modra <amodra@gmail.com>
801
802 * objdump.c (load_specific_debug_section): Don't compare section
803 size against file size.
804 (dump_relocs_in_section): Don't compare reloc size against file size.
805 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
806
88c9190b
NC
8072019-03-05 Nick Clifton <nickc@redhat.com>
808
809 PR 24295
810 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
811
4933ff73
NC
8122019-03-05 Nick Clifton <nickc@redhat.com>
813
814 * po/sv.po: Updated Swedish translation.
815
093f70cc
MM
8162019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
817
818 PR 24287
819 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
820 of "lmap" with a "foreach" loop.
821
f5f20315
NC
8222019-03-04 Nick Clifton <nickc@redhat.com>
823
824 PR 24281
825 * objcopy.c (copy_archive): Do not copy thin archives.
826
52d6f3ee
MM
8272019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
828
829 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
830
39f0547e
NC
8312019-02-25 Nick Clifton <nickc@redhat.com>
832
833 * objdump.c (sym_ok): New function.
834 (find_symbol_for_address): Use new function.
835 (disassemble_section): Compare sections by name, not pointer.
836 (dump_dwarf): Move code to initialise byte_get pointer and iterate
837 over separate debug files from here to ...
838 (dump_bfd): ... here. Add parameter indicating that a separate
839 debug info file is being dumped. For main file, pull in the
840 symbol tables from all separate debug info files.
841 (display_object): Update call to dump_bfd.
842 * doc/binutils.texi: Document extened behaviour of the
843 --dwarf=follow-links option.
844 * NEWS: Mention this new feature.
845 * testsuite/binutils-all/objdump.WK2: Update expected output.
846 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
847 options and dump file parameters.
848 Add extra test.
849 * testsuite/binutils-all/objdump.WK3: New file.
850 * testsuite/binutils-all/readelf.exp: Change expected output for
851 readelf -wKis test.
852 * testsuite/binutils-all/readelf.wKis: New file.
853
24841daa
NC
8542019-02-22 Nick Clifton <nickc@redhat.com>
855
856 PR 23843
857 * dwarf.h (struct separate_info): New structure for containing
858 information on separate debug info files.
859 * dwarf.c (struct dwo_info): New structure for containing dwo
860 links.
861 (first_dwo_info): Chain of dwo_info structures.
862 (first_separate_file): Chain of separate_info structures.
863 (separate_debug_file, separate_debug_filename): Delete.
864 (fetch_alt_indirect_string): Scan all separate debug info files
865 for the requested string.
866 (add_dwo_info): New function.
867 (add_dwo_name): New function.
868 (add_dwo_dir): New function.
869 (add_dwo_id: New function.
870 (free_dwo_info): New function.
871 (read_and_display_attr_value): Store DWO data using the new
872 functions.
873 (load_debug_section_with_follow): If necessary, scan the list of
874 separate debug info files for the requested section.
875 (add_separate_debug_file): New function.
876 (load_separate_debug_info): Call add_separate_debug_file to store
877 the information on the newly loaded file.
878 (load_dwo_file): Likewise.
879 (load_separate_debif_file): Rename to load_separate_debug_files.
880 Change return type to boolean. If following links then attempt to
881 load all separate debug info files, not just the first one.
882 (free_debug_memory): Release memory in dwo_info and separate_info
883 chains.
884 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
885 * readelf.c (process_object): Likewise.
886 * doc/debug.options.texi: Update descriptions of links and
887 follow-links options.
888 * testsuite/binutils-all/objdump.WK2: Update expected output.
889 * testsuite/binutils-all/readelf.k2: Likewise.
890 * NEWS: Announce the new feature.
891
5cacf1c8
NC
8922019-02-21 Nick Clifton <nickc@redhat.com>
893
894 PR 24247
895 * unwind-ia64.c: Include sysdep.h.
896 (unw_decode_x1): Check current pointer against end pointer before
897 accessing memory.
898 (unw_decode_x2): Likewise.
899 (unw_decode_x3): Likewise.
900 (unw_decode_x4): Likewise.
901 (unw_decode_r2): Likewise.
902 (unw_decode_p2_p5): Likewise.
903 (unw_decode_p7_p10): Likewise.
904 (unw_decode): Likewise.
905
8d18bf79
NC
9062019-02-20 Nick Clifton <nickc@redhat.com>
907
3ca60c57
NC
908 PR 24246
909 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
910
171375c6
NC
911 PR 24244
912 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
913 prevent walking off the end of the buffer.
914 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
915 (unw_decode_x2): Likewise.
916 (unw_decode_x3): Likewise.
917 (unw_decode_x4): Likewise.
918 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
919 (unw_decode_r3): Likewise.
920 (unw_decode_p7_p10): Likewise.
921 (unw_decode_b2): Likewise.
922 (unw_decode_b3_x4): Likewise.
923
7fc0c668
NC
924 PR 24243
925 * readelf.c (process_mips_specific): Check for an options section
926 that is too small to even contain a single option.
8d18bf79 927
171375c6
NC
928 PR 24242
929 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
930
c22b42ce
AM
9312019-02-20 Alan Modra <amodra@gmail.com>
932
933 PR 24132
934 PR 24138
935 * readelf.c (get_data): Avoid possibility of overflow when
936 checking for a read that may extend past end of file.
937 (process_program_headers): Likewise.
938
7d272a55
AM
9392019-02-20 Alan Modra <amodra@gmail.com>
940
941 PR 24233
942 * objdump.c (dump_bfd_private_header): Print warning if
943 bfd_print_private_bfd_data returns false.
944
04d7fa21
NC
9452019-02-12 Nick Clifton <nickc@redhat.com>
946
947 PR 23440
948 * README-how-to-make-a-release: Use git clean to delete spurious
949 files from the local source repository.
950
46cbf38d
AB
9512019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * size.c (berkeley_format): Delete.
954 (enum output_format): New enum.
955 (selected_output_format): New variable.
956 (usage): Update to mention GNU format.
957 (main): Update to extract options, and select format as needed.
958 Handle GNU format where needed.
959 (berkeley_sum): Renamed to...
960 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
961 (berkeley_format): Renamed to...
962 (berkeley_or_gnu_format): ...this, and updated to handle both
963 formats.
964 (print_sizes): Handle GNU format.
965 * doc/binutils.texi (size): Document new GNU format.
966 * testsuite/binutils-all/size.exp: Add test of extended
967 functionality.
968 * NEWS: Mention new functionality.
969
96fd92af
AB
9702019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * doc/binutils.texi (size): Update example output for Berkeley
973 format output.
974
2012bf01
NC
9752019-02-07 Nick Clifton <nickc@redhat.com>
976
977 * README-how-to-make-a-release: Add a note about updating the
978 obsolete targets in the bfd/config.bfd file.
979
082cbd3b
NC
9802019-02-04 Nick Clifton <nickc@redhat.com>
981
982 * README-how-to-make-a-release: Add more notes on making a release.
983
18344509
NC
9842019-01-25 Nick Clifton <nickc@redhat.com>
985
986 PR 24131
987 * readelf.c (process_notes_at): Prevent an illegal memory access
988 when the note's namesize is zero.
989 (decode_tic6x_unwind_bytecode): Add code to handle the case where
990 no registers are specified in a frame pop instruction.
991
9ed1348c
NC
9922019-01-25 Nick Clifton <nickc@redhat.com>
993
994 * po/bg.po: Updated Bulgarian translation.
995
d9938630
NC
9962019-01-23 Nick Clifton <nickc@redhat.com>
997
998 * po/fr.po: Updated French translation.
999 * po/pt.po: Updated Portuguese translation.
1000
375cd423
NC
10012019-01-21 Nick Clifton <nickc@redhat.com>
1002
1003 * po/uk.po: Updated Ukranian translation.
1004
f48dfe41
NC
10052019-01-19 Nick Clifton <nickc@redhat.com>
1006
1007 * configure: Regenerate.
1008 * binutils/po/binutils.pot.
1009
1010 * README-how-to-make-a-release: Update description on how to make
1011 a branch.
1012
f974f26c
NC
10132018-06-24 Nick Clifton <nickc@redhat.com>
1014
1015 2.32 branch created.
1016
baae986a
NC
10172019-01-17 Nick Clifton <nickc@redhat.com>
1018
1019 * objdump.c (disassemble_section): When disassembling from a
1020 symbol only stop at the next symbol if the original symbol was not
1021 a function symbol. Otherwise continue disassembling until a new
1022 function is reached.
1023 * testsuite/binutils-all/objdump.exp: Add tests of extended
1024 functionality.
1025 * testsuite/binutils-all/disasm.s: New test source file.
1026
2dc8dd17
JW
10272019-01-16 Kito Cheng <kito@andestech.com>
1028 Nelson Chu <nelson@andestech.com>
1029
1030 * readelf.c (get_riscv_section_type_name): New function.
1031 (get_section_type_name): Add handler for RISC-V.
1032 (riscv_attr_tag_t): Declare.
1033 (riscv_attr_tag): New.
1034 (display_riscv_attribute): New function.
1035 (process_attributes): Add handler for RISC-V.
1036 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1037 section.
1038
12add40e
NC
10392019-01-10 Nick Clifton <nickc@redhat.com>
1040
1041 PR 23963
1042 * objdump.c (sanitize_string): New function. Removes control
1043 characters from symbol names.
1044 (dump_section_header): Use new function.
1045 (objdump_print_symname): Likewise.
1046 (objdump_print_addr_with_sym): Likewise.
1047 (show_line): Likewise.
1048 (disassemble_bytes): Likewise.
1049 (disassemble_section): Likewise.
1050 (load_specific_debug_section): Likewise.
1051 (read_section_stabs): Likewise.
1052 (print_section_stabs): Likewise.
1053 (dump_section): Likewise.
1054 (dump_reloc_set): Likewise.
1055 (dump_relocs_in_section): Likewise.
1056 (dump_bfd): Likewise.
1057 (display_any_bfd): Likewise.
1058
28e817cc
NC
10592019-01-09 Nick Clifton <nickc@redhat.com>
1060
c0b0b1c2 1061 PR 24049
28e817cc
NC
1062 * readelf.c (process_archive): Use arch.file_name in error
1063 messages until the qualified name is available.
1064
3107326d
AP
10652019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1066
1067 * configure: Regenerate.
1068
923c6a75
AM
10692019-01-09 Alan Modra <amodra@gmail.com>
1070
1071 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1072 unconditionally to tests needing the option rather than via a
1073 list of targets.
1074
236f4ebe
NC
10752019-01-08 Nick Clifton <nickc@redhat.com>
1076
1077 PR 24044
1078 * cxxfilt.c (hp_symbol_characters): Delete.
1079 (main): Remove depcreated demangling styles.
1080 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1081 demangling opnames.
1082 * testsuite/binutils-all/cxxfilt.exp: Use the
1083 --no-strip-underscore option for targets that do prefix their
1084 symbols with underscores.
923c6a75 1085 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 1086
e3ecd631
TC
10872019-01-08 Tamar Christina <tamar.christina@arm.com>
1088
1089 PR 24065
1090 * testsuite/binutils-all/copy-6.d: New test.
1091 * testsuite/binutils-all/objcopy.exp: Use it.
1092
171b8e19
AM
10932019-01-08 Alan Modra <amodra@gmail.com>
1094
1095 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1096 $srcdir/$subdir to source file name if it starts with "./".
1097
10982019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1099
f87673e0
YS
1100 * readelf.c (get_machine_flags): Add RXv3 output.
1101
11fa9f13
NC
11022019-01-04 Nick Clifton <nickc@redhat.com>
1103
1104 PR 24005
1105 * objdump.c (load_specific_debug_section): Check for integer
1106 overflow before attempting to allocate contents.
1107
cf0ad5bb
NC
11082019-01-04 Nick Clifton <nickc@redhat.com>
1109
1110 PR 24001
1111 * objcopy.c (copy_object): Free dhandle after writing out the
1112 debug information.
1113 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1114 information.
1115
11fa9f13 1116
82704155
AM
11172019-01-01 Alan Modra <amodra@gmail.com>
1118
1119 Update year range in copyright notice of all files.
1120
d5c04e1b 1121For older changes see ChangeLog-2018
3499769a 1122\f
d5c04e1b 1123Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
1124
1125Copying and distribution of this file, with or without modification,
1126are permitted in any medium without royalty provided the copyright
1127notice and this notice are preserved.
1128
1129Local Variables:
1130mode: change-log
1131left-margin: 8
1132fill-column: 74
1133version-control: never
1134End:
This page took 0.220228 seconds and 4 git commands to generate.