libctf, link: add the ability to filter out variables from the link
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
2
3 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
4 * readelf.c (dump_ctf_archive_member): Likewise.
5
6 2020-07-22 Nick Clifton <nickc@redhat.com>
7
8 * readelf.c (parse_args): Silence potential warnings about a
9 memory resource leak when allocating space for ctf option values.
10 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
11 variable.
12
13 2020-07-21 Nick Clifton <nickc@redhat.com>
14
15 * po/sv.po: Updated Swedish translation.
16
17 2020-07-14 Claudiu Zissulescu <claziss@gmail.com>
18
19 * testsuite/binutils-all/arc/double_regs.s: New test.
20 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
21
22 2020-07-13 Nick Clifton <nickc@redhat.com>
23
24 * po/fr.po: Updated French translation.
25
26 2020-07-13 Alan Modra <amodra@gmail.com>
27
28 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
29 optional machine-os arg.
30
31 2020-07-11 H.J. Lu <hongjiu.lu@intel.com>
32
33 * readelf.c (decode_x86_feature_2): Handle
34 GNU_PROPERTY_X86_FEATURE_2_TMM.
35
36 2020-07-10 Tom de Vries <tdevries@suse.de>
37
38 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
39 information in the end_sequence row.
40 * testsuite/binutils-all/dw5.W: Update.
41 * testsuite/binutils-all/objdump.WL: Update.
42
43 2020-07-09 Alan Modra <amodra@gmail.com>
44
45 * dlltool.c: Remove powerpc PE support and comments.
46 * configure.ac: Remove powerpc PE dlltool config.
47 * configure: Regenerate.
48
49 2020-07-09 Nick Clifton <nickc@redhat.com>
50
51 * rclex.c: Add OWNERDRAW keyword.
52 * rcparse.y: Add OWNERDRAW token.
53 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
54 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
55 BITMAP flags.
56 * windres.c (extended_menuitems): Likewise.
57 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
58
59 2020-07-09 Alan Modra <amodra@gmail.com>
60
61 * readelf (slurp_hppa_unwind_table): Set table_len before use
62 in relocation sanity checks.
63
64 2020-07-07 Alan Modra <amodra@gmail.com>
65
66 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
67 * testsuite/binutils-all/nm.exp: Likewise.
68 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
69 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
70 * testsuite/binutils-all/set-section-alignment.d: Likewise.
71 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
72
73 2020-07-07 Alan Modra <amodra@gmail.com>
74
75 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
76 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
77
78 2020-07-06 Nick Clifton <nickc@redhat.com>
79
80 * po/bg.po: Updated Bulgarian translation.
81 * po/pt.po: Updated Portuguese translation.
82 * po/uk.po: Updated Ukranian translation.
83
84 2020-07-06 Alan Modra <amodra@gmail.com>
85
86 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
87 find string length.
88
89 2020-07-04 Nick Clifton <nickc@redhat.com>
90
91 * configure: Regenerate.
92 * po/binutils.pot: Regenerate.
93
94 2020-07-04 Nick Clifton <nickc@redhat.com>
95
96 Binutils 2.35 branch created.
97
98 2020-07-02 Nick Clifton <nickc@redhat.com>
99
100 PR 26028
101 * readelf.c (print_symbol): Handle truncation of symbol names.
102 (options): Add -T/--silent-truncation option.
103 (parse_args): Handle the option.
104 (print_dynamic_symbol): Correct calculation of width available to
105 display symbol name.
106 * doc/binutils.texi: Document the -T option to readelf.
107 * NEWS: Mention the new feature.
108
109 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
110
111 * NEWS: Mention x86 NaCl target support removal.
112 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
113 x86 NaCl target support.
114 * testsuite/binutils-all/elfedit-1.d: Likewise.
115 * testsuite/binutils-all/i386/i386.exp: Likewise.
116 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
117 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
118 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
119 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
120 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
121 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
122 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
123 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
124 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
125 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
126 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
127 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
128
129 2020-06-30 Nick Clifton <nickc@redhat.com>
130
131 * dwarf.c (read_and_display_attr_value): Support
132 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
133 DW_AT_comp_dir.
134
135 2020-06-30 Alan Modra <amodra@gmail.com>
136
137 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
138 xfail for nds32.
139
140 2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
141
142 * dwarf.c (display_debug_str_offsets): Rename local variable
143 index to idx. Move to top of function.
144
145 2020-06-29 Alan Modra <amodra@gmail.com>
146
147 * dwarf.c: Use C style comments.
148 * resrc.c: Likewise.
149
150 2020-06-27 Alan Modra <amodra@gmail.com>
151
152 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
153 after freeing.
154 (release_archive): Set fields of arch to NULL after freeing.
155
156 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
157
158 * readelf.c (dump_section_as_ctf): Support .ctf archives using
159 ctf_arc_bufopen. Automatically load the .ctf member of such
160 archives as the parent of all other members, unless specifically
161 overridden via --ctf-parent. Split out dumping code into...
162 (dump_ctf_archive_member): ... here, as in objdump, and call
163 it once per archive member.
164 (dump_ctf_indent_lines): Code style fix.
165
166 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
167
168 * configure.ac [--enable-libctf]: New, default yes.
169 Set ENABLE_LIBCTF accordingly.
170 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
171 * configure: Regenerate.
172 * config.in: Regenerate.
173 * Makefile.in: Regenerate.
174 * aclocal.m4: Regenerate.
175 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
176 (option_values): Likewise.
177 (long_options): Likewise.
178 (main): Likewise.
179 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
180 (make_ctfsect): Likewise.
181 (dump_ctf_archive_member): Likewise.
182 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
183 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
184 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
185 (usage): Likewise.
186 (process_section_contents): Likewise.
187 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
188 (dump_ctf_indent_lines): Likewise.
189 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
190
191 2020-06-26 Jan Beulich <jbeulich@suse.com>
192
193 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
194 redundant text from x86 specific part of -M section.
195
196 2020-06-26 Pat Bernardi <bernardi@adacore.com>
197
198 * readelf.c (display_m68k_gnu_attribute): New function.
199 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
200
201 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
202
203 PR binutils/26160
204 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
205 * testsuite/binutils-all/pr26160.r: Likewise.
206 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
207
208 2020-06-23 Nick Clifton <nickc@redhat.com>
209
210 PR 26160
211 * dwarf.c (fetch_indexed_string): Detect and handle old style
212 .debug_str_offset tables.
213 (display_debug_str_offsets): Likewise. Also add support for
214 .debug_str_offsets.dwo sections.
215
216 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
217
218 PR binutils/26112
219 * testsuite/binutils-all/pr26112.o.bz2: New file.
220 * testsuite/binutils-all/pr26112.r: Likewise.
221 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
222
223 2020-06-23 Alan Modra <amodra@gmail.com>
224
225 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
226 remote_file delete command.
227
228 2020-06-22 Nick Clifton <nickc@redhat.com>
229
230 PR 26112
231 * dwarf.c (display_debug_str_offsets): Add code to display the
232 contents of the .debug_str_offsets section.
233 (display_debug_macro): Add support for DW_MACRO_define_strx and
234 DW_MACRO_undef_strx.
235
236 2020-06-22 Saagar Jha <saagar@saagarjha.com>
237
238 * od-macho.c: Dump linkedit data for new load commands.
239
240 2020-06-19 Alan Modra <amodra@gmail.com>
241
242 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
243 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
244 (run_dump_test): Use check_relro_support to decide whether to pass
245 extra ld option "-z norelro".
246
247 2020-06-11 Alan Modra <amodra@gmail.com>
248
249 * readelf.c (process_mips_specific): Don't alloc memory for
250 Elf_Internal_Options.
251
252 2020-06-11 Alan Modra <amodra@gmail.com>
253
254 * readelf.c (process_mips_specific): Assert size of internal
255 types match size of external types, and simplify allocation of
256 internal buffer. Catch possible integer overflow when sanity
257 checking option size. Don't assume options are a regular array.
258 Sanity check reginfo option against option size. Use PRI macros
259 when printing.
260
261 2020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
262
263 PR 26082
264 * mclex.c (yylex): Reject lines that reach end-of-file without a
265 terminating newline character.
266
267 2020-06-08 Nick Clifton <nickc@redhat.com>
268
269 PR 26093
270 * doc/binutils.texi (strings): Fix typo.
271
272 2020-06-08 Nick Clifton <nickc@redhat.com>
273
274 PR 26086
275 * dwarf.c (process_debug_info): Check that there is space in the
276 debug_information array before filling in an entry.
277
278 2020-06-06 Alan Modra <amodra@gmail.com>
279
280 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
281
282 2020-06-05 Joel Anderson <joelanderson333@gmail.com>
283
284 PR 26082
285 * mclex.c (yylex): Add test for an empty input stream.
286
287 2020-06-04 Stephen Casner <casner@acm.org>
288
289 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
290 for test using section pseudo-ops compatible with pdp11.
291 * testsuite/binutils-all/objcopy.exp: Select alternate source.
292
293 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
294
295 * objdump.c (disassemble_data): Set disasm_info.endian_code to
296 disasm_info.endian after the latter is initialized to the
297 endianness reported by BFD.
298
299 2020-06-04 Alan Modra <amodra@gmail.com>
300
301 * testsuite/binutils-all/i386/i386.exp: Remove global directive
302 outside proc body.
303 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
304 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
305
306 2020-06-03 Joel Anderson <joelanderson333@gmail.com>
307
308 * windmc.h (struct mc_node): Add id_typecast field.
309 * mcparse.y (message): Initialise the id_typecast field.
310 * windmc.c (write_dbg): Use the id_typecast field as a parameter
311 when calling write_dbg_define.
312 (write_header): Likewise.
313
314 2020-06-03 Alan Modra <amodra@gmail.com>
315
316 PR 26069
317 * objcopy.c (copy_relocations_in_section): Free relpp on error.
318 Don't accidentally free isection->orelocation.
319
320 2020-06-02 Alan Modra <amodra@gmail.com>
321
322 * testsuite/binutils-all/ar.exp (obj): Set up object file name
323 extension. Use throughout. Don't completely exclude non-ELF
324 alpha targets. Run long_filenames test for tic30. Exclude thin
325 archive tests for aix, ecoff and vms.
326 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
327 extension. Use throughout. Don't exclude non-ELF alpha targets
328 from "bintest.a".
329
330 2020-05-28 Max Filippov <jcmvbkbc@gmail.com>
331
332 * MAINTAINERS (Xtensa): Add myself as maintainer.
333
334 2020-05-23 Alan Modra <amodra@gmail.com>
335
336 * testsuite/binutils-all/ar.exp (many_files): New test.
337
338 2020-05-21 Alan Modra <amodra@gmail.com>
339
340 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
341 * dlltool.c: Likewise.
342 * elfcomm.c: Likewise.
343 * rddbg.c: Likewise.
344 * readelf.c: Likewise.
345 * stabs.c: Likewise.
346 * windmc.c: Likewise.
347 * windres.c: Likewise.
348 * wrstabs.c: Likewise.
349
350 2020-05-21 Alan Modra <amodra@gmail.com>
351
352 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
353 access.
354
355 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
356
357 * dwarf.c: Updated since DECLARE_CSR is changed.
358
359 2020-05-19 H.J. Lu <hjl.tools@gmail.com>
360
361 PR binutils/25809
362 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
363 segment doesn't match the .dynamic section and checks are
364 enabled.
365 (struct filedata): Add dynamic_symtab_section and
366 dynamic_strtab_section fields.
367 (process_section_headers): Set dynamic_symtab_section to the
368 .dynsym section. Set dynamic_strtab_section to the .dynstr
369 section.
370 (process_dynamic_section): Warn if the .dynsym section doesn't
371 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
372 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
373
374 2020-05-19 Alan Modra <amodra@gmail.com>
375
376 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
377 (replace_members): Use bfd_get_filename rather than accessing
378 bfd->filename directly.
379 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
380 * binemul.c (do_ar_emul_append): Likewise.
381 * coffgrok.c (coff_grok): Likewise.
382
383 2020-05-18 Stafford Horne <shorne@gmail.com>
384
385 * MAINTAINERS (OR1K): Add myself as maintainer.
386
387 2020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * doc/binutils.texi: Mention 'entry address' in the set-start and
390 adjust-start options descriptions.
391
392 2020-05-05 Nick Clifton <nickc@redhat.com>
393
394 * dwarf.c (do_checks): New global variable.
395 (display_formatted_table): Warn about an unexpected number of
396 columns in the table, if checks are enabled. Do not complain
397 about the lack of data following the number of entries in the
398 table if the table is empty.
399 (display_debug_lines_decoded): Only warn about an unexpected
400 number of columns in a table if checks are enabled.
401 * dwarf.h (do_checks): Add a prototype.
402 * elfcomm.c (error): Remove weak attribute.
403 (warn): Likewise.
404 * readelf.c (do_checks): Delete.
405 (warn): Delete.
406 (process_section_headers): Only warn about empty sections if
407 checks are enabled.
408
409 2020-05-04 Fangrui Song <maskray@google.com>
410
411 * objcopy.c (copy_object): Allow empty section.
412 * testsuite/binutils-all/update-section.exp: Add test.
413
414 2020-05-04 Nick Clifton <nickc@redhat.com>
415
416 PR 25917
417 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
418 supicious number of entries for DWARF-5 format directory and file
419 name tables. Do not display file name table header if the table
420 is empty. Do not allocate space for empty tables.
421
422 2020-05-04 Alan Modra <amodra@gmail.com>
423
424 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
425 section. Don't assume endian of host matches nds32 target. Free
426 buffer.
427
428 2020-05-01 Alan Modra <amodra@gmail.com>
429 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
430
431 * objdump.c (disassemble_bytes): Don't scan for zeros when
432 disassembling zeros. Translate "resuming at file offset" message.
433 Formatting. Replace some signed variables with unsigned.
434
435 2020-04-30 Alex Coplan <alex.coplan@arm.com>
436
437 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
438 disassembly.
439 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
440
441 2020-04-30 Nick Clifton <nickc@redhat.com>
442
443 * testsuite/lib/binutils-common.exp (check_pie_support): New
444 proc.
445
446 2020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
447
448 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
449 range_entries for the same offset.
450
451 2020-04-29 Nick Clifton <nickc@redhat.com>
452
453 * readelf.c (warn): New function - like elfcomm.c version but only
454 produces output if warnings are enabled.
455 (struct options): Add --lint and --enable-checks.
456 (usage): Add entry for --lint.
457 (parse_args): Handle -L. If checks are enabled but no dumps have
458 been selected then enable all dumps.
459 (process_section_headers): Replace long if-then-else sequence with
460 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
461 SHT_PROGBITS sections.
462 (process_file): Do not complain if the file is an archive and lint
463 mode has been enabled.
464 * elfcomm.c (error): Make the function weak.
465 (warn): Likewise.
466 * NEWS: Mention the new feature.
467 * doc/binutils.texi: Document the new feature.
468 * dwarf.h (report_leb_status): Add file name and line number
469 parameters. Include them in the diagnostic output.
470 (READ_ULEB): Pass file and line number to report_leb_status.
471 (READ_SLEB): Likewise.
472 * dwarf.c (read_and_print_leb128): Pass file and line number to
473 report_leb_status.
474 * testsuite/binutils-all/readelf.exp: Add test of new feature.
475 * testsuite/binutils-all/zero-sec.s: New test source file.
476 * testsuite/binutils-all/zero-sec.r: Expected output from new
477 test.
478
479 2020-04-29 Nick Clifton <nickc@redhat.com>
480
481 * po/sr.po: Updated Serbian translation.
482
483 2020-04-26 Alan Modra <amodra@gmail.com>
484
485 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
486 read before dereferencing, and gracefully return. Remove
487 gnu_hash_error variable. Free gnu hash arrays if number of
488 syms found is zero.
489
490 2020-04-24 Alan Modra <amodra@gmail.com>
491
492 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
493 non-zero.
494 (process_dynamic_section): Call get_num_dynamic_syms once rather
495 than in segment loop. Break out of segment loop on a successful
496 load of dynamic symbols. Formatting.
497 (process_object): Return error status from process_dynamic_section.
498
499 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
500
501 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
502 * elf.c (elfcore_grok_arc_v2): New function.
503 (elfcore_grok_note): Call the new function to handle the corresponding
504 note.
505 (elfcore_write_arc_v2): New function.
506 (elfcore_write_register_note): Call the new function to handle the
507 corresponding pseudo-sections.
508
509 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
510
511 PR ld/25861
512 * readelf.c (is_none_reloc): Recognize
513 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
514 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
515
516 2020-04-22 Nick Clifton <nickc@redhat.com>
517
518 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
519
520 2020-04-22 Alan Modra <amodra@gmail.com>
521
522 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
523 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
524 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
525 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
526 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
527 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
528 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
529 (dynamic_section, symtab_shndx_list, group_count, section_groups),
530 (section_headers_groups): Move to struct filedata. Update use
531 throughout file.
532
533 2020-04-22 Alan Modra <amodra@gmail.com>
534
535 * readelf.c (struct dump_data): New, used..
536 (cmdline): ..here, and..
537 (struct filedata): ..here. Adjust all uses.
538 (request_dump_bynumber, request_dump, parse_args): Pass in a
539 struct dump_data* rather than Filedata*. Adjust callers.
540 (main): Don't set cmdline.file_name.
541
542 2020-04-20 Alan Modra <amodra@gmail.com>
543
544 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
545 and nbuckets.
546
547 2020-04-20 Alan Modra <amodra@gmail.com>
548
549 * readelf.c (process_section_headers): Free dynamic symbols etc.
550 earlier.
551
552 2020-04-20 Alan Modra <amodra@gmail.com>
553
554 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
555 on error without freeing.
556 (process_dynamic_section): Don't recreate dynamic symbols from
557 dynamic tag info when the dynamic symbols have already been
558 read via section headers.
559
560 2020-04-17 Fredrik Strupe <fredrik@strupe.net>
561
562 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
563 conditional VDUP instructions are disassembled correctly.
564 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
565 vdup-cond.d.
566 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
567 that VDUP instructions (which are conditional in A32) can be
568 disassembled in thumb mode.
569 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
570 vdup-thumb.d.
571
572 2020-04-17 Alan Modra <amodra@gmail.com>
573
574 PR 25840
575 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
576
577 2020-04-16 Alan Modra <amodra@gmail.com>
578
579 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
580 --no-addresses description.
581
582 2020-04-15 Alan Modra <amodra@gmail.com>
583
584 * objdump.c (no_addresses): New static var.
585 (usage): Print help for --no-addresses.
586 (long_options): Add --no-addresses entry.
587 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
588 (disassemble_bytes): Don't print current line address, or reloc
589 address.
590 * doc/binutils.texi: Document objdump --no-addresses.
591
592 2020-04-15 Alan Modra <amodra@gmail.com>
593
594 PR 25822
595 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
596 reading buckets or chains fails.
597
598 2020-04-15 Alan Modra <amodra@gmail.com>
599
600 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
601 etc. after freeing.
602
603 2020-04-15 Alan Modra <amodra@gmail.com>
604
605 * readelf.c (get_group_flags): Translate text.
606 (get_file_type, get_symbol_binding, get_symbol_type),
607 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
608
609 2020-04-15 Alan Modra <amodra@gmail.com>
610
611 PR 25821
612 * readelf.c (get_num_dynamic_syms): Typo fix.
613
614 2020-04-14 Alan Modra <amodra@gmail.com>
615
616 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
617 possibility of overflow when checking number of conflicts.
618
619 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
620
621 PR binutils/25707
622 * readelf.c (nbuckets): New.
623 (nchains): Likewise.
624 (buckets): Likewise.
625 (chains): Likewise.
626 (ngnubuckets): Likewise.
627 (gnubuckets): Likewise.
628 (gnuchains): Likewise.
629 (mipsxlat): Likewise.
630 (ngnuchains): Likewise.
631 (gnusymidx): Likewise.
632 (VALID_SYMBOL_NAME): Likewise.
633 (VALID_DYNAMIC_NAME): Use it.
634 (get_dynamic_data): Moved before process_dynamic_section.
635 (get_num_dynamic_syms): New function.
636 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
637 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
638 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
639 table.
640 (get_symbol_index_type): Don't print "bad section index" when
641 there is no section header.
642 (print_dynamic_symbol): Rewrite.
643 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
644 symbol table.
645
646 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
647
648 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
649 enable on *-*-solaris*.
650
651 2020-03-30 Nick Clifton <nickc@redhat.com>
652
653 PR binutils/25662
654 * objcopy.c (copy_object): When copying PE format files set the
655 timestamp field in the pe_data structure if the preserve_dates
656 flag is set.
657 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
658 --preserve-dates in place of the -p option, in order to make its
659 effect more obvious.
660
661 2020-03-28 Alan Modra <amodra@gmail.com>
662
663 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
664 clear_xfail hppa*-*-*elf*. Revert mips xfails.
665
666 2020-03-28 Alan Modra <amodra@gmail.com>
667
668 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
669 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
670 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
671 test. Pass "-p" to objcopy for the executable test.
672
673 2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
674
675 PR binutils/25662
676 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
677 specify whether an object file or executable should be built and tested.
678 Change test names to report whether an object file or executable is
679 being tested.
680 * testsuite/binutils-all/pr25662.ld: New test.
681 * testsuite/binutils-all/pr25662.s: New test.
682
683 2020-03-27 Alan Modra <amodra@gmail.com>
684
685 * readelf.c (process_archive): Don't double free qualified_name.
686 Don't break out of loop with "negative" archive_file_size, just
687 set file offset to max.
688
689 2020-03-25 Alan Modra <amodra@gmail.com>
690
691 * readelf.c (process_archive): Prevent endless loop.
692
693 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
694
695 PR binutils/25708
696 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
697 with bfd_get_symbol_version_string.
698 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
699 * objdump.c (objdump_print_symname): Likewise.
700
701 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
702
703 PR binutils/25708
704 * nm.c (SYM_NAME): Removed.
705 (print_symname): Add a pointer to struct extended_symbol_info
706 argument. Call _bfd_elf_get_symbol_version_name to get symbol
707 version.
708 (print_symdef_entry): Pass NULL to print_symname.
709 (print_symbol_info_bsd): Update call to print_symname.
710 (print_symbol_info_sysv): Likewise.
711 (print_symbol_info_posix): Likewise.
712
713 2020-03-24 Alan Modra <amodra@gmail.com>
714
715 * readelf.c (process_mips_specific): Free iconf on error path.
716
717 2020-03-23 Nick Clifton <nickc@redhat.com>
718
719 PR 25714
720 * wrstabs.c (stab_pop_type): Replace assertion with error return.
721 * write_stabs_in_sections_debugging_info: Likewise.
722 * stab_enum_type: Likewise.
723 * stab_modify_type: Likewise.
724 * stab_struct_field: Likewise.
725 * stab_end_struct_type: Likewise.
726 * stab_start_class_type: Likewise.
727 * stab_class_static_member: Likewise.
728 * stab_class_baseclass: Likewise.
729 * stab_class_start_method: Likewise.
730 * stab_class_method_var: Likewise.
731 * stab_class_end_method: Likewise.
732 * stab_end_class_type: Likewise.
733 * stab_typedef_type: Likewise.
734 * stab_start_function: Likewise.
735 * stab_end_block: Likewise.
736 * stab_lineno: Likewise.
737
738 2020-03-20 Nick Clifton <nickc@redhat.com>
739
740 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
741 (process_section_headers): Check the return value from
742 get_compression_header.
743 (dump_section_as_strings): Likewise.
744 (dump_section_as_bytes): Likewise.
745 (load_specific_debug_section): Likewise.
746
747 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
748
749 * ar.c (main): Update bfd_plugin_set_program_name call.
750 * nm.c (main): Likewise.
751
752 2020-03-19 Nick Clifton <nickc@redhat.com>
753
754 PR 25676
755 * testsuite/binutils-all/dw4.s: New test source file.
756 * testsuite/binutils-all/nm.exp: Run the new test.
757
758 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
759
760 * readelf.c (process_symbol_table): Use unsigned long for si.
761
762 2020-03-19 Alan Modra <amodra@gmail.com>
763
764 * elfcomm.c: Don't include bfd.h or bucomm.h.
765 (program_name): Declare.
766 (process_archive_index_and_symbols): Replace bfd_boolean with int,
767 and substitute FALSE and TRUE.
768 (setup_archive, setup_nested_archive): Likewise.
769 * elfcomm.h: Likewise.
770
771 2020-03-19 Alan Modra <amodra@gmail.com>
772
773 * readelf.c (process_archive): Always return via path freeing
774 memory. Formatting.
775
776 2020-03-19 Alan Modra <amodra@gmail.com>
777
778 * readelf.c (process_netbsd_elf_note): Validate descsz before
779 accessing descdata. Formatting.
780
781 2020-03-19 Alan Modra <amodra@gmail.com>
782
783 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
784 * elfcomm.h (setup_archive): Update prototype.
785
786 2020-03-16 Alan Modra <amodra@gmail.com>
787
788 * readelf.c (get_symbols): New function.
789 (process_relocs, ia64_process_unwind, hppa_process_unwind),
790 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
791
792 2020-03-16 Alan Modra <amodra@gmail.com>
793
794 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
795 Detect shift overflows and check that terminating byte is found.
796 Print an error on a bad uleb128.
797
798 2020-03-14 Alan Modra <amodra@gmail.com>
799
800 * readelf.c (process_file): Clean ba_cache.
801
802 2020-03-14 Alan Modra <amodra@gmail.com>
803
804 * elfcomm.h (setup_archive): Update prototype.
805 * elfcomm.c (setup_archive): Add file_size parameter and sanity
806 check longnames_size.
807 (setup_nested_archive): Get file size and pass to setup_archive.
808 * elfedit.c (process_archive): Likewise.
809 * readelf.c (process_archive): Pass filedata->file_size to
810 setup_archive.
811
812 2020-03-14 Alan Modra <amodra@gmail.com>
813
814 * readelf.c (dump_section_as_strings): Free memory on error exit.
815 (dump_section_as_bytes, process_notes_at): Likewise.
816 (get_build_id): Free enote.
817
818 2020-03-13 Kamil Rytarowski <n54@gmx.com>
819
820 * readelf.c (get_netbsd_elfcore_note_type): Add support for
821 NT_NETBSDCORE_LWPSTATUS notes.
822
823 2020-03-13 Alan Modra <amodra@gmail.com>
824
825 * elfcomm.c (get_archive_member_name): Always return malloc'd
826 string or NULL.
827 * elfedit.c (process_archive): Tidy memory on all return paths.
828 * readelf.c (process_archive): Likewise.
829 (process_symbol_table): Likewise.
830 (ba_cache): New, replacing ..
831 (get_symbol_for_build_attribute): ..static vars here. Free
832 strtab and symtab before loading new ones. Reject symtab without
833 valid strtab in loop, breaking out of loop on valid symtab.
834 (process_file): Free ba_cache symtab and strtab here, resetting
835 ba_cache.
836
837 2020-03-12 Alan Modra <amodra@gmail.com>
838
839 * readelf.c (process_section_headers): Don't just set
840 filedata->section_headers NULL, free it first. Similarly for
841 dynamic_symbols, dynamic_strings, dynamic_syminfo and
842 symtab_shndx_list. Zero associated counts too.
843 (process_object): Free symtab_shndx_list.
844 (process_file): Free various allocated filedata tables.
845
846 2020-03-11 Nick Clifton <nickc@redhat.com>
847
848 PR 25611
849 PR 25614
850 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
851 li_segment_size fields.
852 * dwarf.c (read_debug_line_header): Record the address size and
853 segment selector size values (if present) in the lineinfo
854 structure.
855 (display_formatted_table): Warn if the format count is empty but
856 the table itself is not empty.
857 Display the format count and entry count at the start of the table
858 dump.
859 (display_debug_lines_raw): Display the address size and segement
860 selector size fields, if present.
861 * testsuite/binutils-all/dw5.W: Update expected output.
862
863 2020-03-11 Alan Modra <amodra@gmail.com>
864
865 PR 25651
866 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
867 pad_to_set on second block of code dealing with padding.
868 Replace "c" with "num_sec" and don't recalculate number of
869 sections on second block. Size arrays using sizeof (element)
870 rather than sizeof (element type).
871
872 2020-03-10 Alan Modra <amodra@gmail.com>
873
874 * objdump.c (disassemble_section): Don't call qsort unless
875 sym count is at least two.
876 (disassemble_data): Don't call memcpy with NULL src.
877
878 2020-03-09 Alan Modra <amodra@gmail.com>
879
880 PR 25645
881 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
882 to get_data rather than multiplying.
883 (dump_ia64_vms_dynamic_relocs): Likewise.
884 (process_version_sections): Correct order of size and nmemb args
885 in get_data call.
886 (process_mips_specific): Likewise.
887
888 2020-03-08 H.J. Lu <hongjiu.lu@intel.com>
889
890 * readelf.c (get_dynamic_data): Replace "memory chekers" with
891 "memory checkers" in comments.
892
893 2020-03-06 Simon Marchi <simon.marchi@efficios.com>
894
895 PR 25491
896 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
897 * doc/Makefile.in: Re-generate.
898
899 2020-03-06 Nick Clifton <nickc@redhat.com>
900
901 * objcopy.c (check_new_section_flags): New function. Reject the
902 SEC_COFF_SHARED flag if the target is not a COFF binary.
903 (copy_object): Call check_new_section_flags.
904 (setup_section): Likewise.
905 * doc/binutils.texi (objcopy): Add a note that the 'share' section
906 flag cannot be applied to ELF binaries.
907
908 2020-03-06 Alan Modra <amodra@gmail.com>
909
910 PR 25637
911 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
912
913 2020-03-05 Alan Modra <amodra@gmail.com>
914
915 PR 25629
916 * objcopy.c (filter_symbols): Don't segfault on NULL
917 prefix_symbols_string.
918
919 2020-03-04 Christian Eggers <ceggers@gmx.de>
920
921 * objcopy.c (copy_object): Convert from bytes to octets for
922 --gap-fill and --pad-to.
923
924 2020-03-03 Nick Clifton <nickc@redhat.com>
925
926 PR 25625
927 * prdbg.c (pr_tag_type): Remove call to abort.
928
929 2020-03-02 Aaron Merey <amerey@redhat.com>
930
931 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
932 selection.
933
934 2020-03-02 Nick Clifton <nickc@redhat.com>
935
936 PR 25543
937 * readelf.c (dump_section_as_strings): Display new-line characters
938 as \n and then insert a line break.
939 * testsuite/binutils-all/pr25543.s: New test.
940 * testsuite/binutils-all/pr25543.d: Test driver.
941 * testsuite/binutils-all/readelf.exp: Run the new test.
942
943 2020-02-27 Nick Clifton <nickc@redhat.com>
944
945 PR 25526
946 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
947 get_data is unable to load the string table.
948
949 2020-02-26 Alan Modra <amodra@gmail.com>
950
951 * elfedit.c: Indent labels correctly.
952 * readelf.c: Likewise.
953 * resres.c: Likewise.
954
955 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
956
957 PR binutils/25584
958 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
959 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
960
961 2020-02-24 Nick Clifton <nickc@redhat.com>
962
963 PR 25499
964 * doc/binutils.texi (objdump): Fix typo in description of
965 objdump's -g option.
966
967 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
968
969 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
970 is changed.
971
972 2020-02-19 Jordan Rupprecht <rupprecht@google.com>
973
974 * objdump.c (show_line): call bfd_demangle when using do_demangle.
975
976 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * configure: Regenerate.
979
980 2020-02-10 Fangrui Song <maskray@google.com>
981
982 * objcopy.c (parse_flags): Handle "exclude".
983 * doc/binutils.texi: Document the support.
984
985 2020-02-10 Aaron Merey <amerey@redhat.com>
986
987 * binutils/testsuite/binutils-all/debuginfod.exp:
988 Replace set ::env with setenv.
989 Start server before setting environment variable.
990 Specify tmpdir as the location of the server's
991 database.
992 Check additional server metrics at start-up.
993
994 2020-02-07 Nick Clifton <nickc@redhat.com>
995
996 * README-how-to-make-a-release: Add note about updating the
997 GAS/NEWS URL in the next release.
998
999 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1000
1001 PR 25469
1002 * readelf.c (get_machine_flags): Add support for Z80N machine
1003 number.
1004
1005 2020-02-07 Nick Clifton <nickc@redhat.com>
1006
1007 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1008 of the truncated file name.
1009
1010 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * objdump.c (print_jump_visualisation): New function.
1013 (disassemble_bytes): Call new function.
1014
1015 2020-02-06 Alan Modra <amodra@gmail.com>
1016
1017 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1018 TCL procedure.
1019 (supports_gnu_osabi): New procedure.
1020 (is_generic): New, from ld-lib.exp.
1021 (supports_gnu_unique): Use the above.
1022
1023 2020-02-04 Alan Modra <amodra@gmail.com>
1024
1025 * Makefile.am (CFILES): Add od-elf32_avr.c.
1026 * Makefile.in: Regenerate.
1027 * po/POTFILES.in: Regenerate.
1028
1029 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1030
1031 * readelf.c (dump_relocations, dump_relocations)
1032 (decode_arm_unwind_bytecode, process_dynamic_section)
1033 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1034 error message.
1035
1036 2020-02-03 Sergei Trofimovich <siarheit@google.com>
1037
1038 * coffdump.c (program_name): Drop redundant definition.
1039 * srconv.c (program_name): Likewise
1040 * sysdump.c (program_name): Likewise
1041
1042 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1043
1044 PR gas/25380
1045 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1046 same file with different section pointers.
1047
1048 2020-02-01 Nick Clifton <nickc@redhat.com>
1049
1050 * README-how-to-make-a-release: Update with more details on the
1051 release making process.
1052
1053 2020-01-31 Nick Clifton <nickc@redhat.com>
1054
1055 * po/sv.po: Updated Swedish translation.
1056
1057 2020-01-28 Nick Clifton <nickc@redhat.com>
1058
1059 * readelf.c (get_build_id): Simplify warning message about corrupt
1060 notes encountered whilst scanning for the build-id.
1061
1062 2020-01-27 Roland McGrath <mcgrathr@google.com>
1063
1064 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1065 for overlapping ranges so that (A == B) == (B == A) holds.
1066
1067 2020-01-27 Alan Modra <amodra@gmail.com>
1068
1069 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1070 case statement with switch statement.
1071
1072 2020-01-24 Nick Clifton <nickc@redhat.com>
1073
1074 * readelf.c (get_build_id): Fix warning messages about corrupt
1075 notes.
1076
1077 2020-01-23 Nick Clifton <nickc@redhat.com>
1078
1079 * po/fr.po: Updated French translation.
1080
1081 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1082
1083 PR 25417
1084 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1085
1086 2020-01-20 Nick Clifton <nickc@redhat.com>
1087
1088 * po/pt.po: Updated Portuguese translation.
1089 * po/uk.po: Updated Ukranian translation.
1090
1091 2020-01-18 Nick Clifton <nickc@redhat.com>
1092
1093 * README-how-to-make-a-release: Update notes on how to cut a
1094 branch for a release.
1095
1096 2020-01-18 Nick Clifton <nickc@redhat.com>
1097
1098 * configure: Regenerate.
1099 * po/binutils.pot: Regenerate.
1100
1101 2020-01-18 Nick Clifton <nickc@redhat.com>
1102
1103 Binutils 2.34 branch created.
1104
1105 2020-01-17 Thomas Troeger <tstroege@gmx.de>
1106
1107 * objdump.c (jump_info_visualize_address): Discard jumps that are
1108 no longer needed.
1109 (disassemble_bytes): Only compute the maximum level if jumps were
1110 detected.
1111
1112 2020-01-13 Nick Clifton <nickc@redhat.com>
1113
1114 * objdump.c (disassemble_bytes): Remove C99-ism.
1115 * testsuite/binutils-all/debuginfod.exp: New tests.
1116
1117 2020-01-13 Thomas Troeger <tstroege@gmx.de>
1118
1119 * objdump.c (visualize_jumps, color_output, extended_color_output)
1120 (detected_jumps): New variables.
1121 (usage): Add the new jump visualization options.
1122 (option_values): Add new option value.
1123 (long_options): Add the new option.
1124 (jump_info_new, jump_info_free): New functions.
1125 (jump_info_min_address, jump_info_max_address): Likewise.
1126 (jump_info_end_address, jump_info_is_start_address): Likewise.
1127 (jump_info_is_end_address, jump_info_size): Likewise.
1128 (jump_info_unlink, jump_info_insert): Likewise.
1129 (jump_info_add_front, jump_info_move_linked): Likewise.
1130 (jump_info_intersect, jump_info_merge): Likewise.
1131 (jump_info_sort, jump_info_visualize_address): Likewise.
1132 (disassemble_jumps): New function - used to locate jumps.
1133 (disassemble_bytes): Add ascii art generation.
1134 (disassemble_section): Add scan to locate jumps.
1135 (main): Parse the new visualization option.
1136 * doc/binutils.texi: Document the new feature.
1137 * NEWS: Mention the new feature.
1138
1139 2020-01-13 Alan Modra <amodra@gmail.com>
1140
1141 PR 25360
1142 PR 25361
1143 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1144 fde_fc col_type and col_offset.
1145 * readelf.c (apply_relocations): Move symsec check earlier.
1146 (free_debug_section): Free reloc_info.
1147 (process_notes_at): Free pnotes on error path.
1148 (process_object): Free dump_sects here..
1149 (process_archive): ..not here.
1150
1151 2020-01-13 Alan Modra <amodra@gmail.com>
1152
1153 PR 25362
1154 * nm.c (display_rel_file): Free dyn_syms.
1155
1156 2020-01-09 Nick Clifton <nickc@redhat.com>
1157
1158 PR 25220
1159 * objcopy.c (empty_name): New variable.
1160 (need_sym_before): Prevent an attempt to free a static variable.
1161 (filter_symbols): Avoid strcmp test by checking for pointer
1162 equality.
1163
1164 2020-01-09 Nick Clifton <nickc@redhat.com>
1165
1166 * po/zh_TW.po: Updated Traditional Chinese translation.
1167
1168 2020-01-09 Aaron Merey <amerey@redhat.com>
1169
1170 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1171 * Makefile.in: Regenerate.
1172 * NEWS: Update.
1173 * config.in: Regenerate.
1174 * configure: Regenerate.
1175 * configure.ac: Call AC_DEBUGINFOD.
1176 * doc/Makefile.in: Regenerate.
1177 * doc/binutils.texi: Add section on using binutils
1178 with debuginfod.
1179 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1180 Query debuginfod servers for the target debug file.
1181 (load_separate_debug_info): Call
1182 debuginfod_fetch_separate_debug_info if configured with
1183 debuginfod.
1184 (load_separate_debug_files): Add file argument to
1185 load_separate_debug_info calls.
1186 * dwarf.h (get_build_id): Add declaration.
1187 * objdump.c (get_build_id): New function. Get build-id of file.
1188 * readelf.c (get_build_id): Likewise.
1189 * testsuite/binutils-all/debuginfod.exp: New tests.
1190 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1191 section.
1192
1193 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1194
1195 * readelf.c: Add support for new Z*) relocations and machine
1196 types.
1197
1198 2020-01-01 Alan Modra <amodra@gmail.com>
1199
1200 Update year range in copyright notice of all files.
1201
1202 For older changes see ChangeLog-2019
1203 \f
1204 Copyright (C) 2020 Free Software Foundation, Inc.
1205
1206 Copying and distribution of this file, with or without modification,
1207 are permitted in any medium without royalty provided the copyright
1208 notice and this notice are preserved.
1209
1210 Local Variables:
1211 mode: change-log
1212 left-margin: 8
1213 fill-column: 74
1214 version-control: never
1215 End:
This page took 0.080495 seconds and 4 git commands to generate.