]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
XCOFF linker script PROVIDE support
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
17550be7
NC
12020-07-06 Nick Clifton <nickc@redhat.com>
2
3 * po/bg.po: Updated Bulgarian translation.
4 * po/pt.po: Updated Portuguese translation.
5 * po/uk.po: Updated Ukranian translation.
6
ddb43bab
AM
72020-07-06 Alan Modra <amodra@gmail.com>
8
9 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
10 find string length.
11
b19d852d
NC
122020-07-04 Nick Clifton <nickc@redhat.com>
13
14 * configure: Regenerate.
15 * po/binutils.pot: Regenerate.
16
b115b9fd
NC
172020-07-04 Nick Clifton <nickc@redhat.com>
18
19 Binutils 2.35 branch created.
20
0942c7ab
NC
212020-07-02 Nick Clifton <nickc@redhat.com>
22
23 PR 26028
24 * readelf.c (print_symbol): Handle truncation of symbol names.
25 (options): Add -T/--silent-truncation option.
26 (parse_args): Handle the option.
27 (print_dynamic_symbol): Correct calculation of width available to
28 display symbol name.
29 * doc/binutils.texi: Document the -T option to readelf.
30 * NEWS: Mention the new feature.
31
bbd19b19
L
322020-06-30 H.J. Lu <hongjiu.lu@intel.com>
33
34 * NEWS: Mention x86 NaCl target support removal.
35 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
36 x86 NaCl target support.
37 * testsuite/binutils-all/elfedit-1.d: Likewise.
38 * testsuite/binutils-all/i386/i386.exp: Likewise.
39 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
40 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
41 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
42 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
43 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
44 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
45 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
46 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
47 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
48 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
49 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
50 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
51
5568cc9e
NC
522020-06-30 Nick Clifton <nickc@redhat.com>
53
54 * dwarf.c (read_and_display_attr_value): Support
55 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
56 DW_AT_comp_dir.
57
d74b88ed
AM
582020-06-30 Alan Modra <amodra@gmail.com>
59
60 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
61 xfail for nds32.
62
9f27c364
HPN
632020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
64
65 * dwarf.c (display_debug_str_offsets): Rename local variable
66 index to idx. Move to top of function.
67
279edac5
AM
682020-06-29 Alan Modra <amodra@gmail.com>
69
70 * dwarf.c: Use C style comments.
71 * resrc.c: Likewise.
72
cfc16775
AM
732020-06-27 Alan Modra <amodra@gmail.com>
74
75 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
76 after freeing.
77 (release_archive): Set fields of arch to NULL after freeing.
78
2f6ecaed
NA
792020-06-26 Nick Alcock <nick.alcock@oracle.com>
80
81 * readelf.c (dump_section_as_ctf): Support .ctf archives using
82 ctf_arc_bufopen. Automatically load the .ctf member of such
83 archives as the parent of all other members, unless specifically
84 overridden via --ctf-parent. Split out dumping code into...
85 (dump_ctf_archive_member): ... here, as in objdump, and call
86 it once per archive member.
87 (dump_ctf_indent_lines): Code style fix.
88
094e34f2
NA
892020-06-26 Nick Alcock <nick.alcock@oracle.com>
90
91 * configure.ac [--enable-libctf]: New, default yes.
92 Set ENABLE_LIBCTF accordingly.
93 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
94 * configure: Regenerate.
95 * config.in: Regenerate.
96 * Makefile.in: Regenerate.
97 * aclocal.m4: Regenerate.
98 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
99 (option_values): Likewise.
100 (long_options): Likewise.
101 (main): Likewise.
102 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
103 (make_ctfsect): Likewise.
104 (dump_ctf_archive_member): Likewise.
105 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
106 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
107 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
108 (usage): Likewise.
109 (process_section_contents): Likewise.
110 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
111 (dump_ctf_indent_lines): Likewise.
112 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
113
2a1bb84c
JB
1142020-06-26 Jan Beulich <jbeulich@suse.com>
115
116 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
117 redundant text from x86 specific part of -M section.
118
85f7484a
PB
1192020-06-26 Pat Bernardi <bernardi@adacore.com>
120
121 * readelf.c (display_m68k_gnu_attribute): New function.
122 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
123
d0dded5b
L
1242020-06-23 H.J. Lu <hongjiu.lu@intel.com>
125
126 PR binutils/26160
127 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
128 * testsuite/binutils-all/pr26160.r: Likewise.
129 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
130
39f381cb
NC
1312020-06-23 Nick Clifton <nickc@redhat.com>
132
133 PR 26160
134 * dwarf.c (fetch_indexed_string): Detect and handle old style
135 .debug_str_offset tables.
136 (display_debug_str_offsets): Likewise. Also add support for
137 .debug_str_offsets.dwo sections.
138
80fda85c
L
1392020-06-23 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR binutils/26112
142 * testsuite/binutils-all/pr26112.o.bz2: New file.
143 * testsuite/binutils-all/pr26112.r: Likewise.
144 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
145
d081ffff
AM
1462020-06-23 Alan Modra <amodra@gmail.com>
147
148 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
149 remote_file delete command.
150
e4b7104b
NC
1512020-06-22 Nick Clifton <nickc@redhat.com>
152
153 PR 26112
154 * dwarf.c (display_debug_str_offsets): Add code to display the
155 contents of the .debug_str_offsets section.
156 (display_debug_macro): Add support for DW_MACRO_define_strx and
157 DW_MACRO_undef_strx.
158
d768f160
SJ
1592020-06-22 Saagar Jha <saagar@saagarjha.com>
160
161 * od-macho.c: Dump linkedit data for new load commands.
162
5fd104ad
AM
1632020-06-19 Alan Modra <amodra@gmail.com>
164
165 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
166 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
167 (run_dump_test): Use check_relro_support to decide whether to pass
168 extra ld option "-z norelro".
169
fd17d1e6
AM
1702020-06-11 Alan Modra <amodra@gmail.com>
171
172 * readelf.c (process_mips_specific): Don't alloc memory for
173 Elf_Internal_Options.
174
d0c4e780
AM
1752020-06-11 Alan Modra <amodra@gmail.com>
176
177 * readelf.c (process_mips_specific): Assert size of internal
178 types match size of external types, and simplify allocation of
179 internal buffer. Catch possible integer overflow when sanity
180 checking option size. Don't assume options are a regular array.
181 Sanity check reginfo option against option size. Use PRI macros
182 when printing.
183
25065fcd
RH
1842020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
185
186 PR 26082
187 * mclex.c (yylex): Reject lines that reach end-of-file without a
188 terminating newline character.
189
b37a7714
NC
1902020-06-08 Nick Clifton <nickc@redhat.com>
191
192 PR 26093
193 * doc/binutils.texi (strings): Fix typo.
194
c4b2f181
NC
1952020-06-08 Nick Clifton <nickc@redhat.com>
196
197 PR 26086
198 * dwarf.c (process_debug_info): Check that there is space in the
199 debug_information array before filling in an entry.
200
1424c35d
AM
2012020-06-06 Alan Modra <amodra@gmail.com>
202
203 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
204
8affa48a
JA
2052020-06-05 Joel Anderson <joelanderson333@gmail.com>
206
207 PR 26082
208 * mclex.c (yylex): Add test for an empty input stream.
209
8eca5c7d
SC
2102020-06-04 Stephen Casner <casner@acm.org>
211
212 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
213 for test using section pseudo-ops compatible with pdp11.
214 * testsuite/binutils-all/objcopy.exp: Select alternate source.
215
b3db6d07
JM
2162020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
217
218 * objdump.c (disassemble_data): Set disasm_info.endian_code to
219 disasm_info.endian after the latter is initialized to the
220 endianness reported by BFD.
221
0a4f37af
AM
2222020-06-04 Alan Modra <amodra@gmail.com>
223
224 * testsuite/binutils-all/i386/i386.exp: Remove global directive
225 outside proc body.
226 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
227 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
228
913e0fd4
JA
2292020-06-03 Joel Anderson <joelanderson333@gmail.com>
230
231 * windmc.h (struct mc_node): Add id_typecast field.
232 * mcparse.y (message): Initialise the id_typecast field.
233 * windmc.c (write_dbg): Use the id_typecast field as a parameter
234 when calling write_dbg_define.
235 (write_header): Likewise.
236
4a322448
AM
2372020-06-03 Alan Modra <amodra@gmail.com>
238
239 PR 26069
240 * objcopy.c (copy_relocations_in_section): Free relpp on error.
241 Don't accidentally free isection->orelocation.
242
0bee4d1c
AM
2432020-06-02 Alan Modra <amodra@gmail.com>
244
245 * testsuite/binutils-all/ar.exp (obj): Set up object file name
246 extension. Use throughout. Don't completely exclude non-ELF
247 alpha targets. Run long_filenames test for tic30. Exclude thin
248 archive tests for aix, ecoff and vms.
249 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
250 extension. Use throughout. Don't exclude non-ELF alpha targets
251 from "bintest.a".
252
ab7ad287
MF
2532020-05-28 Max Filippov <jcmvbkbc@gmail.com>
254
255 * MAINTAINERS (Xtensa): Add myself as maintainer.
256
3f3c3608
AM
2572020-05-23 Alan Modra <amodra@gmail.com>
258
259 * testsuite/binutils-all/ar.exp (many_files): New test.
260
9db70fc3
AM
2612020-05-21 Alan Modra <amodra@gmail.com>
262
263 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
264 * dlltool.c: Likewise.
265 * elfcomm.c: Likewise.
266 * rddbg.c: Likewise.
267 * readelf.c: Likewise.
268 * stabs.c: Likewise.
269 * windmc.c: Likewise.
270 * windres.c: Likewise.
271 * wrstabs.c: Likewise.
272
c31ab5a0
AM
2732020-05-21 Alan Modra <amodra@gmail.com>
274
275 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
276 access.
277
8f595e9b
NC
2782020-05-20 Nelson Chu <nelson.chu@sifive.com>
279
280 * dwarf.c: Updated since DECLARE_CSR is changed.
281
8ac10c5b
L
2822020-05-19 H.J. Lu <hjl.tools@gmail.com>
283
284 PR binutils/25809
285 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
286 segment doesn't match the .dynamic section and checks are
287 enabled.
288 (struct filedata): Add dynamic_symtab_section and
289 dynamic_strtab_section fields.
290 (process_section_headers): Set dynamic_symtab_section to the
291 .dynsym section. Set dynamic_strtab_section to the .dynstr
292 section.
293 (process_dynamic_section): Warn if the .dynsym section doesn't
294 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
295 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
296
c177f377
AM
2972020-05-19 Alan Modra <amodra@gmail.com>
298
299 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
300 (replace_members): Use bfd_get_filename rather than accessing
301 bfd->filename directly.
302 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
303 * binemul.c (do_ar_emul_append): Likewise.
304 * coffgrok.c (coff_grok): Likewise.
305
83d27139
SH
3062020-05-18 Stafford Horne <shorne@gmail.com>
307
308 * MAINTAINERS (OR1K): Add myself as maintainer.
309
d11a9fab
AB
3102020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * doc/binutils.texi: Mention 'entry address' in the set-start and
313 adjust-start options descriptions.
314
546cb2d8
NC
3152020-05-05 Nick Clifton <nickc@redhat.com>
316
317 * dwarf.c (do_checks): New global variable.
318 (display_formatted_table): Warn about an unexpected number of
319 columns in the table, if checks are enabled. Do not complain
320 about the lack of data following the number of entries in the
321 table if the table is empty.
322 (display_debug_lines_decoded): Only warn about an unexpected
323 number of columns in a table if checks are enabled.
324 * dwarf.h (do_checks): Add a prototype.
325 * elfcomm.c (error): Remove weak attribute.
326 (warn): Likewise.
327 * readelf.c (do_checks): Delete.
328 (warn): Delete.
329 (process_section_headers): Only warn about empty sections if
330 checks are enabled.
331
e052e2ba
FS
3322020-05-04 Fangrui Song <maskray@google.com>
333
334 * objcopy.c (copy_object): Allow empty section.
335 * testsuite/binutils-all/update-section.exp: Add test.
336
070b775f
NC
3372020-05-04 Nick Clifton <nickc@redhat.com>
338
339 PR 25917
340 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
341 supicious number of entries for DWARF-5 format directory and file
342 name tables. Do not display file name table header if the table
343 is empty. Do not allocate space for empty tables.
344
9c7b8e9b
AM
3452020-05-04 Alan Modra <amodra@gmail.com>
346
347 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
348 section. Don't assume endian of host matches nds32 target. Free
349 buffer.
350
60832332
AM
3512020-05-01 Alan Modra <amodra@gmail.com>
352 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
353
354 * objdump.c (disassemble_bytes): Don't scan for zeros when
355 disassembling zeros. Translate "resuming at file offset" message.
356 Formatting. Replace some signed variables with unsigned.
357
09c1e68a
AC
3582020-04-30 Alex Coplan <alex.coplan@arm.com>
359
360 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
361 disassembly.
362 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
363
8a8a1171
NC
3642020-04-30 Nick Clifton <nickc@redhat.com>
365
366 * testsuite/lib/binutils-common.exp (check_pie_support): New
367 proc.
368
cb4c35cf
AB
3692020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
372 range_entries for the same offset.
373
1b513401
NC
3742020-04-29 Nick Clifton <nickc@redhat.com>
375
376 * readelf.c (warn): New function - like elfcomm.c version but only
377 produces output if warnings are enabled.
378 (struct options): Add --lint and --enable-checks.
379 (usage): Add entry for --lint.
380 (parse_args): Handle -L. If checks are enabled but no dumps have
381 been selected then enable all dumps.
382 (process_section_headers): Replace long if-then-else sequence with
383 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
384 SHT_PROGBITS sections.
385 (process_file): Do not complain if the file is an archive and lint
386 mode has been enabled.
387 * elfcomm.c (error): Make the function weak.
388 (warn): Likewise.
389 * NEWS: Mention the new feature.
390 * doc/binutils.texi: Document the new feature.
391 * dwarf.h (report_leb_status): Add file name and line number
392 parameters. Include them in the diagnostic output.
393 (READ_ULEB): Pass file and line number to report_leb_status.
394 (READ_SLEB): Likewise.
395 * dwarf.c (read_and_print_leb128): Pass file and line number to
396 report_leb_status.
397 * testsuite/binutils-all/readelf.exp: Add test of new feature.
398 * testsuite/binutils-all/zero-sec.s: New test source file.
399 * testsuite/binutils-all/zero-sec.r: Expected output from new
400 test.
401
c2e71e57
NC
4022020-04-29 Nick Clifton <nickc@redhat.com>
403
404 * po/sr.po: Updated Serbian translation.
405
90837ea7
AM
4062020-04-26 Alan Modra <amodra@gmail.com>
407
408 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
409 read before dereferencing, and gracefully return. Remove
410 gnu_hash_error variable. Free gnu hash arrays if number of
411 syms found is zero.
412
2482f306
AM
4132020-04-24 Alan Modra <amodra@gmail.com>
414
415 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
416 non-zero.
417 (process_dynamic_section): Call get_num_dynamic_syms once rather
418 than in segment loop. Break out of segment loop on a successful
419 load of dynamic symbols. Formatting.
420 (process_object): Return error status from process_dynamic_section.
421
27456742
AK
4222020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
423
424 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
425 * elf.c (elfcore_grok_arc_v2): New function.
426 (elfcore_grok_note): Call the new function to handle the corresponding
427 note.
428 (elfcore_write_arc_v2): New function.
429 (elfcore_write_register_note): Call the new function to handle the
430 corresponding pseudo-sections.
431
30ce8e47
MF
4322020-04-22 Max Filippov <jcmvbkbc@gmail.com>
433
434 PR ld/25861
435 * readelf.c (is_none_reloc): Recognize
436 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
437 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
438
33b5a830
NC
4392020-04-22 Nick Clifton <nickc@redhat.com>
440
441 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
442
978c4450
AM
4432020-04-22 Alan Modra <amodra@gmail.com>
444
445 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
446 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
447 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
448 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
449 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
450 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
451 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
452 (dynamic_section, symtab_shndx_list, group_count, section_groups),
453 (section_headers_groups): Move to struct filedata. Update use
454 throughout file.
455
6431e409
AM
4562020-04-22 Alan Modra <amodra@gmail.com>
457
458 * readelf.c (struct dump_data): New, used..
459 (cmdline): ..here, and..
460 (struct filedata): ..here. Adjust all uses.
461 (request_dump_bynumber, request_dump, parse_args): Pass in a
462 struct dump_data* rather than Filedata*. Adjust callers.
463 (main): Don't set cmdline.file_name.
464
a5e0be5c
AM
4652020-04-20 Alan Modra <amodra@gmail.com>
466
467 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
468 and nbuckets.
469
8ff66993
AM
4702020-04-20 Alan Modra <amodra@gmail.com>
471
472 * readelf.c (process_section_headers): Free dynamic symbols etc.
473 earlier.
474
ceb9bf11
AM
4752020-04-20 Alan Modra <amodra@gmail.com>
476
477 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
478 on error without freeing.
479 (process_dynamic_section): Don't recreate dynamic symbols from
480 dynamic tag info when the dynamic symbols have already been
481 read via section headers.
482
e409955d
FS
4832020-04-17 Fredrik Strupe <fredrik@strupe.net>
484
485 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
486 conditional VDUP instructions are disassembled correctly.
487 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
488 vdup-cond.d.
489 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
490 that VDUP instructions (which are conditional in A32) can be
491 disassembled in thumb mode.
492 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
493 vdup-thumb.d.
494
ca3f923f
AM
4952020-04-17 Alan Modra <amodra@gmail.com>
496
497 PR 25840
498 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
499
937f6614
AM
5002020-04-16 Alan Modra <amodra@gmail.com>
501
502 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
503 --no-addresses description.
504
b1bc1394
AM
5052020-04-15 Alan Modra <amodra@gmail.com>
506
507 * objdump.c (no_addresses): New static var.
508 (usage): Print help for --no-addresses.
509 (long_options): Add --no-addresses entry.
510 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
511 (disassemble_bytes): Don't print current line address, or reloc
512 address.
513 * doc/binutils.texi: Document objdump --no-addresses.
514
001890e1
AM
5152020-04-15 Alan Modra <amodra@gmail.com>
516
517 PR 25822
518 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
519 reading buckets or chains fails.
520
b71d4fa7
AM
5212020-04-15 Alan Modra <amodra@gmail.com>
522
523 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
524 etc. after freeing.
525
89246a0e
AM
5262020-04-15 Alan Modra <amodra@gmail.com>
527
528 * readelf.c (get_group_flags): Translate text.
529 (get_file_type, get_symbol_binding, get_symbol_type),
530 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
531
c98a4545
AM
5322020-04-15 Alan Modra <amodra@gmail.com>
533
534 PR 25821
535 * readelf.c (get_num_dynamic_syms): Typo fix.
536
645f43a8
AM
5372020-04-14 Alan Modra <amodra@gmail.com>
538
539 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
540 possibility of overflow when checking number of conflicts.
541
10ca4b04
L
5422020-04-14 H.J. Lu <hongjiu.lu@intel.com>
543
544 PR binutils/25707
545 * readelf.c (nbuckets): New.
546 (nchains): Likewise.
547 (buckets): Likewise.
548 (chains): Likewise.
549 (ngnubuckets): Likewise.
550 (gnubuckets): Likewise.
551 (gnuchains): Likewise.
552 (mipsxlat): Likewise.
553 (ngnuchains): Likewise.
554 (gnusymidx): Likewise.
555 (VALID_SYMBOL_NAME): Likewise.
556 (VALID_DYNAMIC_NAME): Use it.
557 (get_dynamic_data): Moved before process_dynamic_section.
558 (get_num_dynamic_syms): New function.
559 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
560 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
561 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
562 table.
563 (get_symbol_index_type): Don't print "bad section index" when
564 there is no section header.
565 (print_dynamic_symbol): Rewrite.
566 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
567 symbol table.
568
bb897477
RO
5692020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
570
571 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
572 enable on *-*-solaris*.
573
00386881
NC
5742020-03-30 Nick Clifton <nickc@redhat.com>
575
576 PR binutils/25662
577 * objcopy.c (copy_object): When copying PE format files set the
578 timestamp field in the pe_data structure if the preserve_dates
579 flag is set.
580 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
581 --preserve-dates in place of the -p option, in order to make its
582 effect more obvious.
583
0a6a8b59
AM
5842020-03-28 Alan Modra <amodra@gmail.com>
585
586 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
587 clear_xfail hppa*-*-*elf*. Revert mips xfails.
588
6a81c59b
AM
5892020-03-28 Alan Modra <amodra@gmail.com>
590
591 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
592 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
593 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
594 test. Pass "-p" to objcopy for the executable test.
595
1fafefd5
JL
5962020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
597
598 PR binutils/25662
599 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
600 specify whether an object file or executable should be built and tested.
601 Change test names to report whether an object file or executable is
602 being tested.
603 * testsuite/binutils-all/pr25662.ld: New test.
604 * testsuite/binutils-all/pr25662.s: New test.
605
80e2a3b6
AM
6062020-03-27 Alan Modra <amodra@gmail.com>
607
608 * readelf.c (process_archive): Don't double free qualified_name.
609 Don't break out of loop with "negative" archive_file_size, just
610 set file offset to max.
611
4c836627
AM
6122020-03-25 Alan Modra <amodra@gmail.com>
613
614 * readelf.c (process_archive): Prevent endless loop.
615
1081065c
L
6162020-03-24 H.J. Lu <hongjiu.lu@intel.com>
617
618 PR binutils/25708
619 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
620 with bfd_get_symbol_version_string.
621 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
622 * objdump.c (objdump_print_symname): Likewise.
623
7e6e972f
L
6242020-03-24 H.J. Lu <hongjiu.lu@intel.com>
625
626 PR binutils/25708
627 * nm.c (SYM_NAME): Removed.
628 (print_symname): Add a pointer to struct extended_symbol_info
629 argument. Call _bfd_elf_get_symbol_version_name to get symbol
630 version.
631 (print_symdef_entry): Pass NULL to print_symname.
632 (print_symbol_info_bsd): Update call to print_symname.
633 (print_symbol_info_sysv): Likewise.
634 (print_symbol_info_posix): Likewise.
635
5a814d6d
AM
6362020-03-24 Alan Modra <amodra@gmail.com>
637
638 * readelf.c (process_mips_specific): Free iconf on error path.
639
0636b245
NC
6402020-03-23 Nick Clifton <nickc@redhat.com>
641
642 PR 25714
643 * wrstabs.c (stab_pop_type): Replace assertion with error return.
644 * write_stabs_in_sections_debugging_info: Likewise.
645 * stab_enum_type: Likewise.
646 * stab_modify_type: Likewise.
647 * stab_struct_field: Likewise.
648 * stab_end_struct_type: Likewise.
649 * stab_start_class_type: Likewise.
650 * stab_class_static_member: Likewise.
651 * stab_class_baseclass: Likewise.
652 * stab_class_start_method: Likewise.
653 * stab_class_method_var: Likewise.
654 * stab_class_end_method: Likewise.
655 * stab_end_class_type: Likewise.
656 * stab_typedef_type: Likewise.
657 * stab_start_function: Likewise.
658 * stab_end_block: Likewise.
659 * stab_lineno: Likewise.
660
5844b465
NC
6612020-03-20 Nick Clifton <nickc@redhat.com>
662
663 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
664 (process_section_headers): Check the return value from
665 get_compression_header.
666 (dump_section_as_strings): Likewise.
667 (dump_section_as_bytes): Likewise.
668 (load_specific_debug_section): Likewise.
669
3d98c460
L
6702020-03-20 H.J. Lu <hongjiu.lu@intel.com>
671
672 * ar.c (main): Update bfd_plugin_set_program_name call.
673 * nm.c (main): Likewise.
674
f3a08f77
NC
6752020-03-19 Nick Clifton <nickc@redhat.com>
676
677 PR 25676
678 * testsuite/binutils-all/dw4.s: New test source file.
679 * testsuite/binutils-all/nm.exp: Run the new test.
680
ef3df110
L
6812020-03-19 H.J. Lu <hongjiu.lu@intel.com>
682
683 * readelf.c (process_symbol_table): Use unsigned long for si.
684
81a65eb3
AM
6852020-03-19 Alan Modra <amodra@gmail.com>
686
687 * elfcomm.c: Don't include bfd.h or bucomm.h.
688 (program_name): Declare.
689 (process_archive_index_and_symbols): Replace bfd_boolean with int,
690 and substitute FALSE and TRUE.
691 (setup_archive, setup_nested_archive): Likewise.
692 * elfcomm.h: Likewise.
693
1cb7d8b1
AM
6942020-03-19 Alan Modra <amodra@gmail.com>
695
696 * readelf.c (process_archive): Always return via path freeing
697 memory. Formatting.
698
b966f55f
AM
6992020-03-19 Alan Modra <amodra@gmail.com>
700
701 * readelf.c (process_netbsd_elf_note): Validate descsz before
702 accessing descdata. Formatting.
703
645ba681
AM
7042020-03-19 Alan Modra <amodra@gmail.com>
705
706 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
707 * elfcomm.h (setup_archive): Update prototype.
708
28d13567
AM
7092020-03-16 Alan Modra <amodra@gmail.com>
710
711 * readelf.c (get_symbols): New function.
712 (process_relocs, ia64_process_unwind, hppa_process_unwind),
713 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
714
60e63c3e
AM
7152020-03-16 Alan Modra <amodra@gmail.com>
716
717 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
718 Detect shift overflows and check that terminating byte is found.
719 Print an error on a bad uleb128.
720
1bd6175a
AM
7212020-03-14 Alan Modra <amodra@gmail.com>
722
723 * readelf.c (process_file): Clean ba_cache.
724
780f96ae
AM
7252020-03-14 Alan Modra <amodra@gmail.com>
726
727 * elfcomm.h (setup_archive): Update prototype.
728 * elfcomm.c (setup_archive): Add file_size parameter and sanity
729 check longnames_size.
730 (setup_nested_archive): Get file size and pass to setup_archive.
731 * elfedit.c (process_archive): Likewise.
732 * readelf.c (process_archive): Pass filedata->file_size to
733 setup_archive.
734
f761cb13
AM
7352020-03-14 Alan Modra <amodra@gmail.com>
736
737 * readelf.c (dump_section_as_strings): Free memory on error exit.
738 (dump_section_as_bytes, process_notes_at): Likewise.
739 (get_build_id): Free enote.
740
06d949ec
KR
7412020-03-13 Kamil Rytarowski <n54@gmx.com>
742
743 * readelf.c (get_netbsd_elfcore_note_type): Add support for
744 NT_NETBSDCORE_LWPSTATUS notes.
745
fd486f32
AM
7462020-03-13 Alan Modra <amodra@gmail.com>
747
748 * elfcomm.c (get_archive_member_name): Always return malloc'd
749 string or NULL.
750 * elfedit.c (process_archive): Tidy memory on all return paths.
751 * readelf.c (process_archive): Likewise.
752 (process_symbol_table): Likewise.
753 (ba_cache): New, replacing ..
754 (get_symbol_for_build_attribute): ..static vars here. Free
755 strtab and symtab before loading new ones. Reject symtab without
756 valid strtab in loop, breaking out of loop on valid symtab.
757 (process_file): Free ba_cache symtab and strtab here, resetting
758 ba_cache.
759
8fb879cd
AM
7602020-03-12 Alan Modra <amodra@gmail.com>
761
762 * readelf.c (process_section_headers): Don't just set
763 filedata->section_headers NULL, free it first. Similarly for
764 dynamic_symbols, dynamic_strings, dynamic_syminfo and
765 symtab_shndx_list. Zero associated counts too.
766 (process_object): Free symtab_shndx_list.
767 (process_file): Free various allocated filedata tables.
768
5496f3c6
NC
7692020-03-11 Nick Clifton <nickc@redhat.com>
770
771 PR 25611
772 PR 25614
773 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
774 li_segment_size fields.
775 * dwarf.c (read_debug_line_header): Record the address size and
776 segment selector size values (if present) in the lineinfo
777 structure.
778 (display_formatted_table): Warn if the format count is empty but
779 the table itself is not empty.
780 Display the format count and entry count at the start of the table
781 dump.
782 (display_debug_lines_raw): Display the address size and segement
783 selector size fields, if present.
784 * testsuite/binutils-all/dw5.W: Update expected output.
785
9cc89dc0
AM
7862020-03-11 Alan Modra <amodra@gmail.com>
787
788 PR 25651
789 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
790 pad_to_set on second block of code dealing with padding.
791 Replace "c" with "num_sec" and don't recalculate number of
792 sections on second block. Size arrays using sizeof (element)
793 rather than sizeof (element type).
794
41da0822
AM
7952020-03-10 Alan Modra <amodra@gmail.com>
796
797 * objdump.c (disassemble_section): Don't call qsort unless
798 sym count is at least two.
799 (disassemble_data): Don't call memcpy with NULL src.
800
95099889
AM
8012020-03-09 Alan Modra <amodra@gmail.com>
802
803 PR 25645
804 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
805 to get_data rather than multiplying.
806 (dump_ia64_vms_dynamic_relocs): Likewise.
807 (process_version_sections): Correct order of size and nmemb args
808 in get_data call.
809 (process_mips_specific): Likewise.
810
a15de1f5
L
8112020-03-08 H.J. Lu <hongjiu.lu@intel.com>
812
813 * readelf.c (get_dynamic_data): Replace "memory chekers" with
814 "memory checkers" in comments.
815
9979ab66
SM
8162020-03-06 Simon Marchi <simon.marchi@efficios.com>
817
818 PR 25491
819 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
820 * doc/Makefile.in: Re-generate.
821
a0dcf297
NC
8222020-03-06 Nick Clifton <nickc@redhat.com>
823
824 * objcopy.c (check_new_section_flags): New function. Reject the
825 SEC_COFF_SHARED flag if the target is not a COFF binary.
826 (copy_object): Call check_new_section_flags.
827 (setup_section): Likewise.
828 * doc/binutils.texi (objcopy): Add a note that the 'share' section
829 flag cannot be applied to ELF binaries.
830
a9b90127
AM
8312020-03-06 Alan Modra <amodra@gmail.com>
832
833 PR 25637
834 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
835
d1faf7ca
AM
8362020-03-05 Alan Modra <amodra@gmail.com>
837
838 PR 25629
839 * objcopy.c (filter_symbols): Don't segfault on NULL
840 prefix_symbols_string.
841
eef64366
CE
8422020-03-04 Christian Eggers <ceggers@gmx.de>
843
844 * objcopy.c (copy_object): Convert from bytes to octets for
845 --gap-fill and --pad-to.
846
5be2b2f5
NC
8472020-03-03 Nick Clifton <nickc@redhat.com>
848
849 PR 25625
850 * prdbg.c (pr_tag_type): Remove call to abort.
851
b312fea1
AM
8522020-03-02 Aaron Merey <amerey@redhat.com>
853
854 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
855 selection.
856
ba3265d0
NC
8572020-03-02 Nick Clifton <nickc@redhat.com>
858
859 PR 25543
860 * readelf.c (dump_section_as_strings): Display new-line characters
861 as \n and then insert a line break.
862 * testsuite/binutils-all/pr25543.s: New test.
863 * testsuite/binutils-all/pr25543.d: Test driver.
864 * testsuite/binutils-all/readelf.exp: Run the new test.
865
736990c4
NC
8662020-02-27 Nick Clifton <nickc@redhat.com>
867
868 PR 25526
869 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
870 get_data is unable to load the string table.
871
dc1e8a47
AM
8722020-02-26 Alan Modra <amodra@gmail.com>
873
874 * elfedit.c: Indent labels correctly.
875 * readelf.c: Likewise.
876 * resres.c: Likewise.
877
ecda9016
L
8782020-02-25 H.J. Lu <hongjiu.lu@intel.com>
879
880 PR binutils/25584
881 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
882 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
883
83d4d556
NC
8842020-02-24 Nick Clifton <nickc@redhat.com>
885
886 PR 25499
887 * doc/binutils.texi (objdump): Fix typo in description of
888 objdump's -g option.
889
bd0cf5a6
NC
8902020-02-20 Nelson Chu <nelson.chu@sifive.com>
891
892 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
893 is changed.
894
741cb839
EC
8952020-02-19 Jordan Rupprecht <rupprecht@google.com>
896
897 * objdump.c (show_line): call bfd_demangle when using do_demangle.
898
9f1528a1
AB
8992020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * configure: Regenerate.
902
3a5d12fb
FS
9032020-02-10 Fangrui Song <maskray@google.com>
904
905 * objcopy.c (parse_flags): Handle "exclude".
906 * doc/binutils.texi: Document the support.
907
678d457f
AM
9082020-02-10 Aaron Merey <amerey@redhat.com>
909
910 * binutils/testsuite/binutils-all/debuginfod.exp:
911 Replace set ::env with setenv.
46471187
AM
912 Start server before setting environment variable.
913 Specify tmpdir as the location of the server's
914 database.
915 Check additional server metrics at start-up.
678d457f 916
e8319fde
NC
9172020-02-07 Nick Clifton <nickc@redhat.com>
918
919 * README-how-to-make-a-release: Add note about updating the
920 GAS/NEWS URL in the next release.
921
9fc0b501
SB
9222020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
923
924 PR 25469
925 * readelf.c (get_machine_flags): Add support for Z80N machine
926 number.
927
e1104d08
NC
9282020-02-07 Nick Clifton <nickc@redhat.com>
929
930 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
931 of the truncated file name.
932
c2e6f744 9332020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
934
935 * objdump.c (print_jump_visualisation): New function.
936 (disassemble_bytes): Call new function.
937
02e0be69
AM
9382020-02-06 Alan Modra <amodra@gmail.com>
939
940 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
941 TCL procedure.
942 (supports_gnu_osabi): New procedure.
943 (is_generic): New, from ld-lib.exp.
944 (supports_gnu_unique): Use the above.
945
e8b79122
AM
9462020-02-04 Alan Modra <amodra@gmail.com>
947
948 * Makefile.am (CFILES): Add od-elf32_avr.c.
949 * Makefile.in: Regenerate.
950 * po/POTFILES.in: Regenerate.
951
27a45f42
AS
9522020-02-03 Andreas Schwab <schwab@linux-m68k.org>
953
954 * readelf.c (dump_relocations, dump_relocations)
955 (decode_arm_unwind_bytecode, process_dynamic_section)
956 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
957 error message.
958
0b398d69
ST
9592020-02-03 Sergei Trofimovich <siarheit@google.com>
960
961 * coffdump.c (program_name): Drop redundant definition.
962 * srconv.c (program_name): Likewise
963 * sysdump.c (program_name): Likewise
964
a8c4d40b
L
9652020-02-02 H.J. Lu <hongjiu.lu@intel.com>
966
967 PR gas/25380
968 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
969 same file with different section pointers.
970
cb6ad9bb
NC
9712020-02-01 Nick Clifton <nickc@redhat.com>
972
973 * README-how-to-make-a-release: Update with more details on the
974 release making process.
975
53943f32
NC
9762020-01-31 Nick Clifton <nickc@redhat.com>
977
978 * po/sv.po: Updated Swedish translation.
979
55be8fd0
NC
9802020-01-28 Nick Clifton <nickc@redhat.com>
981
982 * readelf.c (get_build_id): Simplify warning message about corrupt
983 notes encountered whilst scanning for the build-id.
984
82ef9cad
RM
9852020-01-27 Roland McGrath <mcgrathr@google.com>
986
987 * objcopy.c (compare_gnu_build_notes): Fix comparison results
988 for overlapping ranges so that (A == B) == (B == A) holds.
989
e3696f67
AM
9902020-01-27 Alan Modra <amodra@gmail.com>
991
992 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
993 case statement with switch statement.
994
2f796de6
NC
9952020-01-24 Nick Clifton <nickc@redhat.com>
996
997 * readelf.c (get_build_id): Fix warning messages about corrupt
998 notes.
999
24e648d4
NC
10002020-01-23 Nick Clifton <nickc@redhat.com>
1001
1002 * po/fr.po: Updated French translation.
1003
c48acf6f
YC
10042020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1005
1006 PR 25417
1007 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1008
26916852
NC
10092020-01-20 Nick Clifton <nickc@redhat.com>
1010
1011 * po/pt.po: Updated Portuguese translation.
1012 * po/uk.po: Updated Ukranian translation.
1013
b248e9ce
NC
10142020-01-18 Nick Clifton <nickc@redhat.com>
1015
1016 * README-how-to-make-a-release: Update notes on how to cut a
1017 branch for a release.
1018
1b1bb2c6
NC
10192020-01-18 Nick Clifton <nickc@redhat.com>
1020
1021 * configure: Regenerate.
1022 * po/binutils.pot: Regenerate.
1023
ae774686
NC
10242020-01-18 Nick Clifton <nickc@redhat.com>
1025
1026 Binutils 2.34 branch created.
1027
82a9ed20
TT
10282020-01-17 Thomas Troeger <tstroege@gmx.de>
1029
1030 * objdump.c (jump_info_visualize_address): Discard jumps that are
1031 no longer needed.
1032 (disassemble_bytes): Only compute the maximum level if jumps were
1033 detected.
1034
6a1939f5
NC
10352020-01-13 Nick Clifton <nickc@redhat.com>
1036
c87c17c1 1037 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
1038 * testsuite/binutils-all/debuginfod.exp: New tests.
1039
1d67fe3b
TT
10402020-01-13 Thomas Troeger <tstroege@gmx.de>
1041
1042 * objdump.c (visualize_jumps, color_output, extended_color_output)
1043 (detected_jumps): New variables.
1044 (usage): Add the new jump visualization options.
1045 (option_values): Add new option value.
1046 (long_options): Add the new option.
1047 (jump_info_new, jump_info_free): New functions.
1048 (jump_info_min_address, jump_info_max_address): Likewise.
1049 (jump_info_end_address, jump_info_is_start_address): Likewise.
1050 (jump_info_is_end_address, jump_info_size): Likewise.
1051 (jump_info_unlink, jump_info_insert): Likewise.
1052 (jump_info_add_front, jump_info_move_linked): Likewise.
1053 (jump_info_intersect, jump_info_merge): Likewise.
1054 (jump_info_sort, jump_info_visualize_address): Likewise.
1055 (disassemble_jumps): New function - used to locate jumps.
1056 (disassemble_bytes): Add ascii art generation.
1057 (disassemble_section): Add scan to locate jumps.
1058 (main): Parse the new visualization option.
1059 * doc/binutils.texi: Document the new feature.
1060 * NEWS: Mention the new feature.
1061
a788aedd
AM
10622020-01-13 Alan Modra <amodra@gmail.com>
1063
a4f2b7c5
AM
1064 PR 25360
1065 PR 25361
a788aedd
AM
1066 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1067 fde_fc col_type and col_offset.
1068 * readelf.c (apply_relocations): Move symsec check earlier.
1069 (free_debug_section): Free reloc_info.
1070 (process_notes_at): Free pnotes on error path.
1071 (process_object): Free dump_sects here..
1072 (process_archive): ..not here.
1073
805f38bc
AM
10742020-01-13 Alan Modra <amodra@gmail.com>
1075
1076 PR 25362
1077 * nm.c (display_rel_file): Free dyn_syms.
1078
ffebb0bb
NC
10792020-01-09 Nick Clifton <nickc@redhat.com>
1080
1081 PR 25220
1082 * objcopy.c (empty_name): New variable.
1083 (need_sym_before): Prevent an attempt to free a static variable.
1084 (filter_symbols): Avoid strcmp test by checking for pointer
1085 equality.
1086
ade4fd9b
NC
10872020-01-09 Nick Clifton <nickc@redhat.com>
1088
1089 * po/zh_TW.po: Updated Traditional Chinese translation.
1090
10912020-01-09 Aaron Merey <amerey@redhat.com>
1092
1093 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1094 * Makefile.in: Regenerate.
1095 * NEWS: Update.
1096 * config.in: Regenerate.
1097 * configure: Regenerate.
1098 * configure.ac: Call AC_DEBUGINFOD.
1099 * doc/Makefile.in: Regenerate.
1100 * doc/binutils.texi: Add section on using binutils
1101 with debuginfod.
1102 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1103 Query debuginfod servers for the target debug file.
1104 (load_separate_debug_info): Call
1105 debuginfod_fetch_separate_debug_info if configured with
1106 debuginfod.
1107 (load_separate_debug_files): Add file argument to
1108 load_separate_debug_info calls.
1109 * dwarf.h (get_build_id): Add declaration.
1110 * objdump.c (get_build_id): New function. Get build-id of file.
1111 * readelf.c (get_build_id): Likewise.
1112 * testsuite/binutils-all/debuginfod.exp: New tests.
1113 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1114 section.
1115
6655dba2
SB
11162020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1117
1118 * readelf.c: Add support for new Z*) relocations and machine
1119 types.
1120
b14ce8bf
AM
11212020-01-01 Alan Modra <amodra@gmail.com>
1122
1123 Update year range in copyright notice of all files.
1124
0b114740 1125For older changes see ChangeLog-2019
3499769a 1126\f
0b114740 1127Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1128
1129Copying and distribution of this file, with or without modification,
1130are permitted in any medium without royalty provided the copyright
1131notice and this notice are preserved.
1132
1133Local Variables:
1134mode: change-log
1135left-margin: 8
1136fill-column: 74
1137version-control: never
1138End: