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