]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
readelf: increase size of static buffers
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
89246a0e
AM
12020-04-15 Alan Modra <amodra@gmail.com>
2
3 * readelf.c (get_group_flags): Translate text.
4 (get_file_type, get_symbol_binding, get_symbol_type),
5 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
6
c98a4545
AM
72020-04-15 Alan Modra <amodra@gmail.com>
8
9 PR 25821
10 * readelf.c (get_num_dynamic_syms): Typo fix.
11
645f43a8
AM
122020-04-14 Alan Modra <amodra@gmail.com>
13
14 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
15 possibility of overflow when checking number of conflicts.
16
10ca4b04
L
172020-04-14 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR binutils/25707
20 * readelf.c (nbuckets): New.
21 (nchains): Likewise.
22 (buckets): Likewise.
23 (chains): Likewise.
24 (ngnubuckets): Likewise.
25 (gnubuckets): Likewise.
26 (gnuchains): Likewise.
27 (mipsxlat): Likewise.
28 (ngnuchains): Likewise.
29 (gnusymidx): Likewise.
30 (VALID_SYMBOL_NAME): Likewise.
31 (VALID_DYNAMIC_NAME): Use it.
32 (get_dynamic_data): Moved before process_dynamic_section.
33 (get_num_dynamic_syms): New function.
34 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
35 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
36 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
37 table.
38 (get_symbol_index_type): Don't print "bad section index" when
39 there is no section header.
40 (print_dynamic_symbol): Rewrite.
41 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
42 symbol table.
43
bb897477
RO
442020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
45
46 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
47 enable on *-*-solaris*.
48
00386881
NC
492020-03-30 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/25662
52 * objcopy.c (copy_object): When copying PE format files set the
53 timestamp field in the pe_data structure if the preserve_dates
54 flag is set.
55 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
56 --preserve-dates in place of the -p option, in order to make its
57 effect more obvious.
58
0a6a8b59
AM
592020-03-28 Alan Modra <amodra@gmail.com>
60
61 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
62 clear_xfail hppa*-*-*elf*. Revert mips xfails.
63
6a81c59b
AM
642020-03-28 Alan Modra <amodra@gmail.com>
65
66 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
67 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
68 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
69 test. Pass "-p" to objcopy for the executable test.
70
1fafefd5
JL
712020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
72
73 PR binutils/25662
74 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
75 specify whether an object file or executable should be built and tested.
76 Change test names to report whether an object file or executable is
77 being tested.
78 * testsuite/binutils-all/pr25662.ld: New test.
79 * testsuite/binutils-all/pr25662.s: New test.
80
80e2a3b6
AM
812020-03-27 Alan Modra <amodra@gmail.com>
82
83 * readelf.c (process_archive): Don't double free qualified_name.
84 Don't break out of loop with "negative" archive_file_size, just
85 set file offset to max.
86
4c836627
AM
872020-03-25 Alan Modra <amodra@gmail.com>
88
89 * readelf.c (process_archive): Prevent endless loop.
90
1081065c
L
912020-03-24 H.J. Lu <hongjiu.lu@intel.com>
92
93 PR binutils/25708
94 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
95 with bfd_get_symbol_version_string.
96 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
97 * objdump.c (objdump_print_symname): Likewise.
98
7e6e972f
L
992020-03-24 H.J. Lu <hongjiu.lu@intel.com>
100
101 PR binutils/25708
102 * nm.c (SYM_NAME): Removed.
103 (print_symname): Add a pointer to struct extended_symbol_info
104 argument. Call _bfd_elf_get_symbol_version_name to get symbol
105 version.
106 (print_symdef_entry): Pass NULL to print_symname.
107 (print_symbol_info_bsd): Update call to print_symname.
108 (print_symbol_info_sysv): Likewise.
109 (print_symbol_info_posix): Likewise.
110
5a814d6d
AM
1112020-03-24 Alan Modra <amodra@gmail.com>
112
113 * readelf.c (process_mips_specific): Free iconf on error path.
114
0636b245
NC
1152020-03-23 Nick Clifton <nickc@redhat.com>
116
117 PR 25714
118 * wrstabs.c (stab_pop_type): Replace assertion with error return.
119 * write_stabs_in_sections_debugging_info: Likewise.
120 * stab_enum_type: Likewise.
121 * stab_modify_type: Likewise.
122 * stab_struct_field: Likewise.
123 * stab_end_struct_type: Likewise.
124 * stab_start_class_type: Likewise.
125 * stab_class_static_member: Likewise.
126 * stab_class_baseclass: Likewise.
127 * stab_class_start_method: Likewise.
128 * stab_class_method_var: Likewise.
129 * stab_class_end_method: Likewise.
130 * stab_end_class_type: Likewise.
131 * stab_typedef_type: Likewise.
132 * stab_start_function: Likewise.
133 * stab_end_block: Likewise.
134 * stab_lineno: Likewise.
135
5844b465
NC
1362020-03-20 Nick Clifton <nickc@redhat.com>
137
138 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
139 (process_section_headers): Check the return value from
140 get_compression_header.
141 (dump_section_as_strings): Likewise.
142 (dump_section_as_bytes): Likewise.
143 (load_specific_debug_section): Likewise.
144
3d98c460
L
1452020-03-20 H.J. Lu <hongjiu.lu@intel.com>
146
147 * ar.c (main): Update bfd_plugin_set_program_name call.
148 * nm.c (main): Likewise.
149
f3a08f77
NC
1502020-03-19 Nick Clifton <nickc@redhat.com>
151
152 PR 25676
153 * testsuite/binutils-all/dw4.s: New test source file.
154 * testsuite/binutils-all/nm.exp: Run the new test.
155
ef3df110
L
1562020-03-19 H.J. Lu <hongjiu.lu@intel.com>
157
158 * readelf.c (process_symbol_table): Use unsigned long for si.
159
81a65eb3
AM
1602020-03-19 Alan Modra <amodra@gmail.com>
161
162 * elfcomm.c: Don't include bfd.h or bucomm.h.
163 (program_name): Declare.
164 (process_archive_index_and_symbols): Replace bfd_boolean with int,
165 and substitute FALSE and TRUE.
166 (setup_archive, setup_nested_archive): Likewise.
167 * elfcomm.h: Likewise.
168
1cb7d8b1
AM
1692020-03-19 Alan Modra <amodra@gmail.com>
170
171 * readelf.c (process_archive): Always return via path freeing
172 memory. Formatting.
173
b966f55f
AM
1742020-03-19 Alan Modra <amodra@gmail.com>
175
176 * readelf.c (process_netbsd_elf_note): Validate descsz before
177 accessing descdata. Formatting.
178
645ba681
AM
1792020-03-19 Alan Modra <amodra@gmail.com>
180
181 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
182 * elfcomm.h (setup_archive): Update prototype.
183
28d13567
AM
1842020-03-16 Alan Modra <amodra@gmail.com>
185
186 * readelf.c (get_symbols): New function.
187 (process_relocs, ia64_process_unwind, hppa_process_unwind),
188 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
189
60e63c3e
AM
1902020-03-16 Alan Modra <amodra@gmail.com>
191
192 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
193 Detect shift overflows and check that terminating byte is found.
194 Print an error on a bad uleb128.
195
1bd6175a
AM
1962020-03-14 Alan Modra <amodra@gmail.com>
197
198 * readelf.c (process_file): Clean ba_cache.
199
780f96ae
AM
2002020-03-14 Alan Modra <amodra@gmail.com>
201
202 * elfcomm.h (setup_archive): Update prototype.
203 * elfcomm.c (setup_archive): Add file_size parameter and sanity
204 check longnames_size.
205 (setup_nested_archive): Get file size and pass to setup_archive.
206 * elfedit.c (process_archive): Likewise.
207 * readelf.c (process_archive): Pass filedata->file_size to
208 setup_archive.
209
f761cb13
AM
2102020-03-14 Alan Modra <amodra@gmail.com>
211
212 * readelf.c (dump_section_as_strings): Free memory on error exit.
213 (dump_section_as_bytes, process_notes_at): Likewise.
214 (get_build_id): Free enote.
215
06d949ec
KR
2162020-03-13 Kamil Rytarowski <n54@gmx.com>
217
218 * readelf.c (get_netbsd_elfcore_note_type): Add support for
219 NT_NETBSDCORE_LWPSTATUS notes.
220
fd486f32
AM
2212020-03-13 Alan Modra <amodra@gmail.com>
222
223 * elfcomm.c (get_archive_member_name): Always return malloc'd
224 string or NULL.
225 * elfedit.c (process_archive): Tidy memory on all return paths.
226 * readelf.c (process_archive): Likewise.
227 (process_symbol_table): Likewise.
228 (ba_cache): New, replacing ..
229 (get_symbol_for_build_attribute): ..static vars here. Free
230 strtab and symtab before loading new ones. Reject symtab without
231 valid strtab in loop, breaking out of loop on valid symtab.
232 (process_file): Free ba_cache symtab and strtab here, resetting
233 ba_cache.
234
8fb879cd
AM
2352020-03-12 Alan Modra <amodra@gmail.com>
236
237 * readelf.c (process_section_headers): Don't just set
238 filedata->section_headers NULL, free it first. Similarly for
239 dynamic_symbols, dynamic_strings, dynamic_syminfo and
240 symtab_shndx_list. Zero associated counts too.
241 (process_object): Free symtab_shndx_list.
242 (process_file): Free various allocated filedata tables.
243
5496f3c6
NC
2442020-03-11 Nick Clifton <nickc@redhat.com>
245
246 PR 25611
247 PR 25614
248 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
249 li_segment_size fields.
250 * dwarf.c (read_debug_line_header): Record the address size and
251 segment selector size values (if present) in the lineinfo
252 structure.
253 (display_formatted_table): Warn if the format count is empty but
254 the table itself is not empty.
255 Display the format count and entry count at the start of the table
256 dump.
257 (display_debug_lines_raw): Display the address size and segement
258 selector size fields, if present.
259 * testsuite/binutils-all/dw5.W: Update expected output.
260
9cc89dc0
AM
2612020-03-11 Alan Modra <amodra@gmail.com>
262
263 PR 25651
264 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
265 pad_to_set on second block of code dealing with padding.
266 Replace "c" with "num_sec" and don't recalculate number of
267 sections on second block. Size arrays using sizeof (element)
268 rather than sizeof (element type).
269
41da0822
AM
2702020-03-10 Alan Modra <amodra@gmail.com>
271
272 * objdump.c (disassemble_section): Don't call qsort unless
273 sym count is at least two.
274 (disassemble_data): Don't call memcpy with NULL src.
275
95099889
AM
2762020-03-09 Alan Modra <amodra@gmail.com>
277
278 PR 25645
279 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
280 to get_data rather than multiplying.
281 (dump_ia64_vms_dynamic_relocs): Likewise.
282 (process_version_sections): Correct order of size and nmemb args
283 in get_data call.
284 (process_mips_specific): Likewise.
285
a15de1f5
L
2862020-03-08 H.J. Lu <hongjiu.lu@intel.com>
287
288 * readelf.c (get_dynamic_data): Replace "memory chekers" with
289 "memory checkers" in comments.
290
9979ab66
SM
2912020-03-06 Simon Marchi <simon.marchi@efficios.com>
292
293 PR 25491
294 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
295 * doc/Makefile.in: Re-generate.
296
a0dcf297
NC
2972020-03-06 Nick Clifton <nickc@redhat.com>
298
299 * objcopy.c (check_new_section_flags): New function. Reject the
300 SEC_COFF_SHARED flag if the target is not a COFF binary.
301 (copy_object): Call check_new_section_flags.
302 (setup_section): Likewise.
303 * doc/binutils.texi (objcopy): Add a note that the 'share' section
304 flag cannot be applied to ELF binaries.
305
a9b90127
AM
3062020-03-06 Alan Modra <amodra@gmail.com>
307
308 PR 25637
309 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
310
d1faf7ca
AM
3112020-03-05 Alan Modra <amodra@gmail.com>
312
313 PR 25629
314 * objcopy.c (filter_symbols): Don't segfault on NULL
315 prefix_symbols_string.
316
eef64366
CE
3172020-03-04 Christian Eggers <ceggers@gmx.de>
318
319 * objcopy.c (copy_object): Convert from bytes to octets for
320 --gap-fill and --pad-to.
321
5be2b2f5
NC
3222020-03-03 Nick Clifton <nickc@redhat.com>
323
324 PR 25625
325 * prdbg.c (pr_tag_type): Remove call to abort.
326
b312fea1
AM
3272020-03-02 Aaron Merey <amerey@redhat.com>
328
329 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
330 selection.
331
ba3265d0
NC
3322020-03-02 Nick Clifton <nickc@redhat.com>
333
334 PR 25543
335 * readelf.c (dump_section_as_strings): Display new-line characters
336 as \n and then insert a line break.
337 * testsuite/binutils-all/pr25543.s: New test.
338 * testsuite/binutils-all/pr25543.d: Test driver.
339 * testsuite/binutils-all/readelf.exp: Run the new test.
340
736990c4
NC
3412020-02-27 Nick Clifton <nickc@redhat.com>
342
343 PR 25526
344 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
345 get_data is unable to load the string table.
346
dc1e8a47
AM
3472020-02-26 Alan Modra <amodra@gmail.com>
348
349 * elfedit.c: Indent labels correctly.
350 * readelf.c: Likewise.
351 * resres.c: Likewise.
352
ecda9016
L
3532020-02-25 H.J. Lu <hongjiu.lu@intel.com>
354
355 PR binutils/25584
356 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
357 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
358
83d4d556
NC
3592020-02-24 Nick Clifton <nickc@redhat.com>
360
361 PR 25499
362 * doc/binutils.texi (objdump): Fix typo in description of
363 objdump's -g option.
364
bd0cf5a6
NC
3652020-02-20 Nelson Chu <nelson.chu@sifive.com>
366
367 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
368 is changed.
369
741cb839
EC
3702020-02-19 Jordan Rupprecht <rupprecht@google.com>
371
372 * objdump.c (show_line): call bfd_demangle when using do_demangle.
373
9f1528a1
AB
3742020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
375
376 * configure: Regenerate.
377
3a5d12fb
FS
3782020-02-10 Fangrui Song <maskray@google.com>
379
380 * objcopy.c (parse_flags): Handle "exclude".
381 * doc/binutils.texi: Document the support.
382
678d457f
AM
3832020-02-10 Aaron Merey <amerey@redhat.com>
384
385 * binutils/testsuite/binutils-all/debuginfod.exp:
386 Replace set ::env with setenv.
46471187
AM
387 Start server before setting environment variable.
388 Specify tmpdir as the location of the server's
389 database.
390 Check additional server metrics at start-up.
678d457f 391
e8319fde
NC
3922020-02-07 Nick Clifton <nickc@redhat.com>
393
394 * README-how-to-make-a-release: Add note about updating the
395 GAS/NEWS URL in the next release.
396
9fc0b501
SB
3972020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
398
399 PR 25469
400 * readelf.c (get_machine_flags): Add support for Z80N machine
401 number.
402
e1104d08
NC
4032020-02-07 Nick Clifton <nickc@redhat.com>
404
405 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
406 of the truncated file name.
407
c2e6f744 4082020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
409
410 * objdump.c (print_jump_visualisation): New function.
411 (disassemble_bytes): Call new function.
412
02e0be69
AM
4132020-02-06 Alan Modra <amodra@gmail.com>
414
415 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
416 TCL procedure.
417 (supports_gnu_osabi): New procedure.
418 (is_generic): New, from ld-lib.exp.
419 (supports_gnu_unique): Use the above.
420
e8b79122
AM
4212020-02-04 Alan Modra <amodra@gmail.com>
422
423 * Makefile.am (CFILES): Add od-elf32_avr.c.
424 * Makefile.in: Regenerate.
425 * po/POTFILES.in: Regenerate.
426
27a45f42
AS
4272020-02-03 Andreas Schwab <schwab@linux-m68k.org>
428
429 * readelf.c (dump_relocations, dump_relocations)
430 (decode_arm_unwind_bytecode, process_dynamic_section)
431 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
432 error message.
433
0b398d69
ST
4342020-02-03 Sergei Trofimovich <siarheit@google.com>
435
436 * coffdump.c (program_name): Drop redundant definition.
437 * srconv.c (program_name): Likewise
438 * sysdump.c (program_name): Likewise
439
a8c4d40b
L
4402020-02-02 H.J. Lu <hongjiu.lu@intel.com>
441
442 PR gas/25380
443 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
444 same file with different section pointers.
445
cb6ad9bb
NC
4462020-02-01 Nick Clifton <nickc@redhat.com>
447
448 * README-how-to-make-a-release: Update with more details on the
449 release making process.
450
53943f32
NC
4512020-01-31 Nick Clifton <nickc@redhat.com>
452
453 * po/sv.po: Updated Swedish translation.
454
55be8fd0
NC
4552020-01-28 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (get_build_id): Simplify warning message about corrupt
458 notes encountered whilst scanning for the build-id.
459
82ef9cad
RM
4602020-01-27 Roland McGrath <mcgrathr@google.com>
461
462 * objcopy.c (compare_gnu_build_notes): Fix comparison results
463 for overlapping ranges so that (A == B) == (B == A) holds.
464
e3696f67
AM
4652020-01-27 Alan Modra <amodra@gmail.com>
466
467 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
468 case statement with switch statement.
469
2f796de6
NC
4702020-01-24 Nick Clifton <nickc@redhat.com>
471
472 * readelf.c (get_build_id): Fix warning messages about corrupt
473 notes.
474
24e648d4
NC
4752020-01-23 Nick Clifton <nickc@redhat.com>
476
477 * po/fr.po: Updated French translation.
478
c48acf6f
YC
4792020-01-22 Yuri Chornoivan <yurchor@mageia.org>
480
481 PR 25417
482 * readelf.c (get_alpha_symbol_other): Fix error message typo.
483
26916852
NC
4842020-01-20 Nick Clifton <nickc@redhat.com>
485
486 * po/pt.po: Updated Portuguese translation.
487 * po/uk.po: Updated Ukranian translation.
488
b248e9ce
NC
4892020-01-18 Nick Clifton <nickc@redhat.com>
490
491 * README-how-to-make-a-release: Update notes on how to cut a
492 branch for a release.
493
1b1bb2c6
NC
4942020-01-18 Nick Clifton <nickc@redhat.com>
495
496 * configure: Regenerate.
497 * po/binutils.pot: Regenerate.
498
ae774686
NC
4992020-01-18 Nick Clifton <nickc@redhat.com>
500
501 Binutils 2.34 branch created.
502
82a9ed20
TT
5032020-01-17 Thomas Troeger <tstroege@gmx.de>
504
505 * objdump.c (jump_info_visualize_address): Discard jumps that are
506 no longer needed.
507 (disassemble_bytes): Only compute the maximum level if jumps were
508 detected.
509
6a1939f5
NC
5102020-01-13 Nick Clifton <nickc@redhat.com>
511
c87c17c1 512 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
513 * testsuite/binutils-all/debuginfod.exp: New tests.
514
1d67fe3b
TT
5152020-01-13 Thomas Troeger <tstroege@gmx.de>
516
517 * objdump.c (visualize_jumps, color_output, extended_color_output)
518 (detected_jumps): New variables.
519 (usage): Add the new jump visualization options.
520 (option_values): Add new option value.
521 (long_options): Add the new option.
522 (jump_info_new, jump_info_free): New functions.
523 (jump_info_min_address, jump_info_max_address): Likewise.
524 (jump_info_end_address, jump_info_is_start_address): Likewise.
525 (jump_info_is_end_address, jump_info_size): Likewise.
526 (jump_info_unlink, jump_info_insert): Likewise.
527 (jump_info_add_front, jump_info_move_linked): Likewise.
528 (jump_info_intersect, jump_info_merge): Likewise.
529 (jump_info_sort, jump_info_visualize_address): Likewise.
530 (disassemble_jumps): New function - used to locate jumps.
531 (disassemble_bytes): Add ascii art generation.
532 (disassemble_section): Add scan to locate jumps.
533 (main): Parse the new visualization option.
534 * doc/binutils.texi: Document the new feature.
535 * NEWS: Mention the new feature.
536
a788aedd
AM
5372020-01-13 Alan Modra <amodra@gmail.com>
538
a4f2b7c5
AM
539 PR 25360
540 PR 25361
a788aedd
AM
541 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
542 fde_fc col_type and col_offset.
543 * readelf.c (apply_relocations): Move symsec check earlier.
544 (free_debug_section): Free reloc_info.
545 (process_notes_at): Free pnotes on error path.
546 (process_object): Free dump_sects here..
547 (process_archive): ..not here.
548
805f38bc
AM
5492020-01-13 Alan Modra <amodra@gmail.com>
550
551 PR 25362
552 * nm.c (display_rel_file): Free dyn_syms.
553
ffebb0bb
NC
5542020-01-09 Nick Clifton <nickc@redhat.com>
555
556 PR 25220
557 * objcopy.c (empty_name): New variable.
558 (need_sym_before): Prevent an attempt to free a static variable.
559 (filter_symbols): Avoid strcmp test by checking for pointer
560 equality.
561
ade4fd9b
NC
5622020-01-09 Nick Clifton <nickc@redhat.com>
563
564 * po/zh_TW.po: Updated Traditional Chinese translation.
565
5662020-01-09 Aaron Merey <amerey@redhat.com>
567
568 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
569 * Makefile.in: Regenerate.
570 * NEWS: Update.
571 * config.in: Regenerate.
572 * configure: Regenerate.
573 * configure.ac: Call AC_DEBUGINFOD.
574 * doc/Makefile.in: Regenerate.
575 * doc/binutils.texi: Add section on using binutils
576 with debuginfod.
577 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
578 Query debuginfod servers for the target debug file.
579 (load_separate_debug_info): Call
580 debuginfod_fetch_separate_debug_info if configured with
581 debuginfod.
582 (load_separate_debug_files): Add file argument to
583 load_separate_debug_info calls.
584 * dwarf.h (get_build_id): Add declaration.
585 * objdump.c (get_build_id): New function. Get build-id of file.
586 * readelf.c (get_build_id): Likewise.
587 * testsuite/binutils-all/debuginfod.exp: New tests.
588 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
589 section.
590
6655dba2
SB
5912020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
592
593 * readelf.c: Add support for new Z*) relocations and machine
594 types.
595
b14ce8bf
AM
5962020-01-01 Alan Modra <amodra@gmail.com>
597
598 Update year range in copyright notice of all files.
599
0b114740 600For older changes see ChangeLog-2019
3499769a 601\f
0b114740 602Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
603
604Copying and distribution of this file, with or without modification,
605are permitted in any medium without royalty provided the copyright
606notice and this notice are preserved.
607
608Local Variables:
609mode: change-log
610left-margin: 8
611fill-column: 74
612version-control: never
613End: