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