]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Re-enable the dislay of debug sections in separate debuginfo files without the need...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
d6bfbc39
NC
12021-03-16 Nick Clifton <nickc@redhat.com>
2
3 PR 27533
4 * readelf.c (process_section_contents): Only dump debug
5 information for separate files unless process_links is enabled.
6 (process_object): Always call process_section_contents for
7 separate info files.
8
1996d0f1
NC
92021-03-15 Nick Clifton <nickc@redhat.com>
10
11 PR 27487
12 * nm.c (FORMAT_JUST_SYMBOLS): Define.
13 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
14 (long_options): Add just-symbols.
15 (set_output_format): Add support for just-symbols.
16 (get_print_format): Likewise.
17 (do_not_print_object_filename): New function.
18 (do_not_print_archive_filename): New function.
19 (do_not_print_archive_member): New function.
20 (do_not_print_symbol_filename): New function.
21 (just_print_symbol_name): New function.
22 (main): Handle --just-symbols.
23 * NEWS: Mention the new feature.
24 * doc/binutils.texi: Document the new feature.
25
2c1bef53
CC
262021-03-12 Clément Chigot <clement.chigot@atos.net>
27
28 * od-xcoff.c: Replace RTB by TRL entry.
29
db6092f3
AB
302021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
31 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
34
b63a5e38
AB
352021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
36 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
39
d296b736
NC
402021-03-05 Nick Clifton <nickc@redhat.com>
41
42 PR 27387
43 * dwarf.c (display_debug_macro): Handle the displaying of
44 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
45 .debug_macro.dwo sections.
46
ca0e11aa
NC
472021-03-04 Nick Clifton <nickc@redhat.com>
48
49 PR 27478
50 * objdump.c (process_links): New variable.
51 (usage): Add --process-links.
52 (long_options): Likewise.
53 (dump_bfd): Stop processing once the bfd has been loaded unless
54 this is the main file or process_links has been enabled.
55 (main): Handle the process-links option.
56 * readelf.c (process_links): New variable.
57 (struct filedata): Add is_separate field.
58 (options): Add --process-links.
59 (usage): Likewise.
60 (parse_args): Likewise.
61 (process_file_header): Include the filename when dumping
62 information for separate debuginfo files.
63 (process_program_headers): Likewise.
64 (process_section_headers): Likewise.
65 (process_section_groups): Likewise.
66 (process_relocs): Likewise.
67 (process_dynamic_section): Likewise.
68 (process_version_sections): Likewise.
69 (display_lto_symtab): Likewise.
70 (process_symbol_table): Likewise.
71 (process_syminfo): Likewise.
72 (initialise_dumps_by_name): Likewise.
73 (process_section_contents): Likewise.
74 (process_notes_at): Likewise.
75 (process_notes): Likewise.
76 (open_file): Add is_separate parameter. Use to initialise the
77 is_separate field in the filedata structure.
78 (open_deug): Update call to open_file.
79 (process_object): Add processing of the contents of separate
80 debuginfo files, gated by the process_links variable.
81 (process_archive): Update call to open_file.
82 (process_file): Initialise the is_separate field in the filedata
83 structure.
84 * dwarf.c (load_separate_debug_info_file): Only report the
85 loading of a separate file if debug links are being dumped.
86 * objcopy.c (keep_section_symbols): New variable.
87 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
88 (strip_options): Add keep-section-symbols.
89 (copy_options): Likewise.
90 (copy_usage): Likewise.
91 (strip_usage): Likewise.
92 (copy_object): Keep section symbols if requested by command line
93 option.
94 (strip_main): Handle --keep-section-symbols.
95 (copy_main): Likewise.
96 * doc/binutils.texi: Document the new options.
97 * NEWS: Mention the new features.
98 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
99 Update options passed to objdump. Use diff rather than cmp to
100 compare the dumped data.
101 * testsuite/binutils-all/objdump.WK2: Update regexp.
102 * testsuite/binutils-all/objdump.WK3: Update regexp.
103 * testsuite/binutils-all/objdump.exp: Use --process-links
104 instead of --dwarf=follow-links.
105 * testsuite/binutils-all/readelf.exp (readelf_test): Include
106 readelf's output in the log when the test fails.
107 Add the -P option to the -wKis test.
108 * testsuite/binutils-all/readelf.wKis: Update expected output.
109
fd5c076a
AM
1102021-03-03 Alan Modra <amodra@gmail.com>
111
112 PR 27493
113 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
114 * NEWS: Mention feature.
115
ecd65684
L
1162021-03-01 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR binutils/27486
119 * dwarf.c (load_separate_debug_info): Issue warning only if
120 do_debug_links is set.
121 * testsuite/binutils-all/compress.exp: Run objdump and readelf
122 with missing debug file.
123
6a1224ec
AM
1242021-03-01 Alan Modra <amodra@gmail.com>
125
126 PR 27128
127 * doc/binutils.texi: Add nm --with-symbol-versions and
128 --without-symbol-versions documentation.
129 * nm.c (with_symbol_versions): New variable.
130 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
131 (long_options): Make --with-symbol-versions entry twiddle the flag.
132 Add --without-symbol-versions.
133 (print_symname): Strip version when !with_symbol_versions. Add
134 dynamic version info under control of with_symbol_versions.
135 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
136
7fe1b138
FS
1372021-02-26 Fangrui Song <maskray@google.com>
138
139 PR 27408
140 * readelf.c (quiet): New option flag.
141 (enum long_option_values): New enum to hold long option value.
142 (long_options): Add --quiet.
143 (usage): Mention --quiet.
144 (display_rel_file): If quiet is enabled, suppress "no symbols".
145 (main): Handle the new option.
146 * NEWS: Mention --quiet.
147 * docs/binutils.texi: Document --quiet.
148
0e12f6c8
TV
1492021-02-26 Tom de Vries <tdevries@suse.de>
150
151 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
152
32e4f96c
TV
1532021-02-26 Tom de Vries <tdevries@suse.de>
154
155 PR 27390
156 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
157 DW_FORM_addrx*.
158 (read_and_display_attr_value): Likewise.
159
e38332c2
NC
1602021-02-25 Nick Clifton <nickc@redhat.com>
161
162 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
163 forms.
164 (read_and_display_attr_value): Handle sup forms.
165 (display_debug_sup): New function. Displays the contents of a
166 .debug_sup section.
167 (load_debug_sup_file): New function. Loads the contents of a file
168 referenced by a .debug_sup section.
169 (check_for_and_load_links): Call load_debug_sup_file.
170 (debug_displays): Add entry for .debug_sup.
171 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
172 * readelf.c (process_section_headers): Add support for debug_sup.
173 * doc/debug.options.texi: Note that the =links option will display
174 the contents of .debug_sup sections.
175 * NEWS: Mention the new support.
176
40b02646
AM
1772021-02-25 Alan Modra <amodra@gmail.com>
178
179 PR 27456
180 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
181
9d3fcfe0
NC
1822021-02-24 Nick Clifton <nickc@redhat.com>
183
184 PR 27285
185 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
186 when adding together the section sizes.
187
c74147bb
NC
1882021-02-24 Nick Clifton <nickc@redhat.com>
189
190 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
191 build notes.
192 * readelf.c (print_gnu_build_attribute_description): Likewise.
193
c42c71a1
AM
1942021-02-24 Alan Modra <amodra@gmail.com>
195 Siddhesh Poyarekar <siddhesh@gotplt.org>
196
197 PR 27456
198 * bucomm.h (smart_rename): Update prototype.
199 * rename.c (smart_rename): Add fromfd and preserve_dates params.
200 Pass fromfd and target_stat to simple_copy. Call set_times
201 when preserve_dates.
202 (simple_copy): Accept fromfd rather than from filename. Add
203 target_stat param. Rewind fromfd rather than opening. Open
204 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
205 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
206 closing output temp file, and pass tmpfd to smart_rename.
207 * arsup.c (temp_fd): Rename from real_fd.
208 (ar_save): Dup temp_fd and pass to smart_rename.
209 * objcopy.c (strip_main, copy_main): Likewise, and pass
210 preserve_dates.
211
cca8873d
AM
2122021-02-24 Alan Modra <amodra@gmail.com>
213
214 PR 27456
215 * rename.c: Tidy throughout.
216 (smart_rename): Always copy. Remove windows specific code.
217
4d496013
AM
2182021-02-20 Alan Modra <amodra@gmail.com>
219
220 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
221 (run_dump_test): Fail if expecting errors from a file like we do
222 for error strings, if no error is seen.
223
0be51eb4
AM
2242021-02-19 Alan Modra <amodra@gmail.com>
225
226 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
227
3685de75
SP
2282021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
229
230 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
231 SMART_RENAME.
232 * arsup.c (ar_save): Likewise.
233 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
234 temporary file and adjust call to SMART_RENAME.
235 (copy_main): Likewise.
236 * rename.c [!S_ISLNK]: Remove definitions.
237 (try_preserve_permissions): Remove function.
238 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
239 rename system call only if TO does not exist.
240 * bucomm.h (smart_rename): Adjust declaration.
241
85684222
NC
2422021-02-18 Nick Clifton <nickc@redhat.com>
243
244 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
245 address that is higher than the end address.
246
b9b204b3
AM
2472021-02-17 Alan Modra <amodra@gmail.com>
248
249 * dwarf.c: Include limits.h.
250 (CHAR_BIT): Provide backup define.
251 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
252 signed overflow checking.
253 * testsuite/binutils-all/pr26548.s,
254 * testsuite/binutils-all/pr26548.d,
255 * testsuite/binutils-all/pr26548e.d: New tests.
256 * testsuite/binutils-all/readelf.exp: Run them.
257 (readelf_test): Drop unused "xfails" parameter. Update all uses.
258
e6ca1878
JB
2592021-02-16 Jan Beulich <jbeulich@suse.com>
260
261 * dwarf.c (process_debug_info): Initialize "dwo_id".
262
208599d9
AM
2632021-02-15 Alan Modra <amodra@gmail.com>
264
265 * objdump.c (load_specific_debug_section): Don't call
266 bfd_cache_section_contents. Rearrange so that
267 bfd_get_full_section_contents is not called on path where
268 bfd_simple_get_relocated_section_contents is called.
269 Don't set section->user_data.
270 (free_debug_section): Always free section->start. Don't twiddle
271 section flags.
272 * readelf.c (load_specific_debug_section): Don't set user_data.
273 * dwarf.h (struct dwarf_section): Remove use_data field.
274 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
275
1781a9d0
AM
2762021-02-15 Alan Modra <amodra@gmail.com>
277
278 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
279 * testsuite/binutils-all/objdump.exp: Likewise.
280
1944212b
AM
2812021-02-14 Alan Modra <amodra@gmail.com>
282
283 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
284 to the symbol array.
285 (slurp_dynamic_symtab): Likewise.
286 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
287
0d0a0d86
AM
2882021-02-14 Alan Modra <amodra@gmail.com>
289
290 * Makefile.in: Regenerate.
291 * doc/Makefile.in: Regenerate.
292
adeab0c5
MF
2932021-02-13 Mike Frysinger <vapier@gentoo.org>
294
295 * aclocal.m4: Regenerate.
296
c46b7066
NC
2972021-02-12 Nick Clifton <nickc@redhat.com>
298
299 * configure.ac (follow-debug-links): Add option to enable or
300 disable the following of debug links by default. Set the
301 default for the option to be 'follow'.
302 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
303 (dwarf_select_sections_by_names): Add no-follow-links option.
304 (dwarf_select_sections_by_letter): Add 'N' option.
305 * objdump.c (usage): Add conditional text describing the
306 follow links option.
307 (slurp_symtab): Ensure that there is a NULL entry at the end
308 of the symbol table.
309 (slurp_dynamic_symtab): Likewise.
310 (dump_bfd): When extending the symbol table, ensure that there
311 is still a NULL entry at the end.
312 * readelf.c (usage): Add conditional text describing the
313 follow links option.
314 * doc/binutils.texi: Update documentation for objcopy and
315 readelf.
316 * doc/debug.options.texi: Update documentation of the
317 follow-links option.
318 * config.in: Regenerate.
319 * configure: Regenerate.
320 * testsuite/binutils-all/compress.exp: Add the -WN option to
321 objdump command lines that are not expecting to follow links.
322 * testsuite/binutils-all/readelf.exp: Add the
323 --debug-dump=no-follow-links option to tests that are not
324 expecting to follow debug links.
325 * NEWS: Mention the new behaviour.
326
17e04eff
AM
3272021-02-12 Alan Modra <amodra@gmail.com>
328
329 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
330 gas or ld fails to build a testcase rather than "unresolved".
331 Report "fail" when readelf returns an error status rather than
332 "unresolved".
333 * testsuite/binutils-all/ar.exp: Likewise.
334 * testsuite/binutils-all/compress.exp: Likewise.
335 * testsuite/binutils-all/readelf.exp: Likewise.
336
8f054a7a
AM
3372021-02-12 Alan Modra <amodra@gmail.com>
338
339 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
340 "c" with "ccc" labels.
341
528a4f87
TV
3422021-02-12 Tom de Vries <tdevries@suse.de>
343
344 * dwarf.h (debug_info): Fix typo in comment.
345
95abb394
TV
3462021-02-12 Tom de Vries <tdevries@suse.de>
347
348 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
349 entries.
350
d60f7998
TV
3512021-02-12 Tom de Vries <tdevries@suse.de>
352
353 * dwarf.c (process_debug_info): Print DWO ID.
354
1cfcf300
AM
3552021-02-11 Alan Modra <amodra@gmail.com>
356
357 PR 27290
358 PR 27293
359 PR 27295
360 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
361 Use bfd_malloc_and_get_section.
362 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
363 check namesz. Return NULL if descsz is too small. Ensure
364 string table is terminated.
365 (elf32_avr_get_device_info): Formatting. Add note_size param.
366 Sanity check note.
367 (elf32_avr_dump_mem_usage): Adjust to suit.
368
d9d9d8ef
TV
3692021-02-10 Tom de Vries <tdevries@suse.de>
370
371 PR binutils/27391
372 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
373
52ff20fe
TV
3742021-02-10 Tom de Vries <tdevries@suse.de>
375
376 PR binutils/27371
377 * dwarf.c (display_debug_ranges): Filter range lists according to
378 section.
379
5f128a25
TV
3802021-02-09 Tom de Vries <tdevries@suse.de>
381
382 PR binutils/27370
383 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
384
9b87f84a
TV
3852021-02-09 Tom de Vries <tdevries@suse.de>
386
387 PR binutils/27386
388 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
389 DW_UT_split_compile.
390
a57d1773
AM
3912021-02-09 Alan Modra <amodra@gmail.com>
392
393 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
394 symbianelf.
395
de8d4203
AM
3962021-02-07 Alan Modra <amodra@gmail.com>
397
398 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
399 uninitialised on invalid input.
400
51a25252
AM
4012021-02-06 Alan Modra <amodra@gmail.com>
402
403 PR 27349
404 * rename.c (smart_rename): Test for existence and type of output
405 file with lstat.
406
e37d88e5
NC
4072021-02-05 Nick Clifton <nickc@redhat.com>
408
409 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
410
887854ba
EZ
4112021-02-05 Eli Zaretskii <eliz@gnu.org>
412
413 PR 27252
414 * elfedit.c (check_file):
415 * bucomm.c (get_file_size): Fix typos in comments.
416
c180f095
AM
4172021-02-05 Alan Modra <amodra@gmail.com>
418
419 PR 27345
420 * arsup.c (ar_save): Use stat rather than lstat.
421
95b91a04
AM
4222021-02-03 Alan Modra <amodra@gmail.com>
423
424 PR 27270
425 PR 27284
426 PR 26945
427 * ar.c: Don't include libbfd.h.
428 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
429 bfd_stat rather than fstat on iostream. Move stat and fd tests
430 outside of _WIN32 ifdef. Delete skip_stat variable.
431 * arsup.c (temp_name, real_ofd): New static variables.
432 (ar_open): Use make_tempname and bfd_fdopenw.
433 (ar_save): Adjust to suit ar_open changes. Move stat output
434 of _WIN32 ifdef.
435 * objcopy.c: Don't include libbfd.h.
436 (copy_file): Use bfd_stat.
437
5424d7ed
L
4382021-02-02 H.J. Lu <hongjiu.lu@intel.com>
439
440 PR binutils/27281
441 * readelf.c (process_section_headers): Add 'R' and 'D' to
442 "Key to Flags:".
443 * testsuite/binutils-all/retain1a.d: Updated.
444
72a51a06
NC
4452021-01-30 Nick Clifton <nickc@redhat.com>
446
447 * README-how-to-make-a-release: Small updates after the 2.35.2
448 release.
449
cc3edc52
EZ
4502021-01-28 Eli Zaretskii <eliz@gnu.org>
451
452 PR 4356
453 * windres.c (quot): Use double quotes to protect strings on
454 Windows platforms.
455
a7ad3cb1
EZ
4562021-01-28 Eli Zaretskii <eliz@gnu.org>
457
458 PR 27252
459 * bucomm.c (get_file_size): Add code to handle /dev/null on
460 Windows systems.
461 * elfedit.c (check_file): Likewise.
462
67965ba2
NC
4632021-01-27 Nick Clifton <nickc@redhat.com>
464
465 * objcopy.c (copy_main): Remove conditional control of the calls
466 to free, simplifying the code and making it easier to detect
467 typos.
468
e37709f0
FC
4692021-01-26 Frederic Cambus <fred@statdns.com>
470
471 * objcopy.c (copy_main): Fix a double free happening when both
472 --localize-symbols and --globalize-symbols options are invoked
473 together.
474
9b351c9b
NC
4752021-01-24 Nick Clifton <nickc@redhat.com>
476
477 * README-how-to-make-a-release: Minor updates after the 2.36 release.
478
ad92f33d
AM
4792021-01-16 Alan Modra <amodra@gmail.com>
480
481 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
482
3624a6c1
AM
4832021-01-15 Alan Modra <amodra@gmail.com>
484
485 PR 26539
486 * readelf.c (uncompress_section_contents): Always call inflateEnd.
487
c14dee84
AO
4882021-01-14 Alexandre Oliva <oliva@gnu.org>
489
490 * MAINTAINERS: Update my email address.
491
5a10699f
NC
4922021-01-14 Nick Clifton <nickc@redhat.com>
493
494 * po/sv.po: Updated Swedish translation.
495
5347ed60
AM
4962021-01-13 Alan Modra <amodra@gmail.com>
497
498 * Makefile.in: Regenerate.
499 * doc/Makefile.in: Regenerate.
500
2ce40d1a
ZF
5012021-01-13 Zebediah Figura <z.figura12@gmail.com>
502
503 PR 27037
504 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
505 and before exit.
506 (i386_x64_trampoline): Add SEH annotations.
507 (struct mac): Add how_seh field.
508 (make_delay_head): If how_set field is true add SEh instructions.
509
d546b610
L
5102021-01-12 H.J. Lu <hongjiu.lu@intel.com>
511
512 PR binutils/26792
513 * configure.ac: Use GNU_MAKE_JOBSERVER.
514 * aclocal.m4: Regenerated.
515 * configure: Likewise.
516
6d104cac
NC
5172021-01-12 Nick Clifton <nickc@redhat.com>
518
519 * po/fr.po: Updated French translation.
520
83b33c6c
L
5212021-01-11 H.J. Lu <hongjiu.lu@intel.com>
522
523 PR ld/27173
524 * configure: Regenerated.
525
a8aa72b9
NC
5262021-01-11 Nick Clifton <nickc@redhat.com>
527
528 * po/pt.po: Updated Portuguese translation.
529 * po/sr.po: Updated Serbian translation.
530 * po/uk.po: Updated Ukranian translation.
531
a4966cd9
L
5322021-01-09 H.J. Lu <hongjiu.lu@intel.com>
533
534 * configure: Regenerated.
535
573fe3fb
NC
5362021-01-09 Nick Clifton <nickc@redhat.com>
537
538 * configure: Regenerate.
539 * po/binutils.pot: Regenerate.
540
055bc77a
NC
5412021-01-09 Nick Clifton <nickc@redhat.com>
542
543 * 2.36 release branch crated.
573fe3fb
NC
544 * README-how-to-make-a-release: Add note about updating Makefiles
545 and libtool files.
546 * BRANCHES: Add binutils-2.36-branch.
055bc77a 547
64307045
AM
5482021-01-09 Alan Modra <amodra@gmail.com>
549
550 * configure: Regenerate.
551
f4782128
ST
5522021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
553
554 * configure: Regenerate.
555
d1bcae83
L
5562021-01-07 H.J. Lu <hongjiu.lu@intel.com>
557
558 PR 27109
559 * objcopy.c (copy_object): Handle section symbols for
560 non-relocatable inputs.
561 * testsuite/binutils-all/readelf.exp (readelf_test): Check
562 is_elf_unused_section_symbols.
563 * testsuite/binutils-all/readelf.s-64: Updated.
564 * testsuite/binutils-all/readelf.ss: Likewise.
565 * testsuite/binutils-all/readelf.ss-64: Likewise.
566 * testsuite/binutils-all/readelf.s-64-unused: New file.
567 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
568 * testsuite/binutils-all/readelf.ss-unused: Likewise.
569 * testsuite/lib/binutils-common.exp
570 (is_elf_unused_section_symbols): New proc.
571
6987d5a1
RT
5722021-01-06 Reuben Thomas <rrt@sc3d.org>
573
574 * binutils/readelf.c: Correct grammar in comment.
575
f9a6a8f0
AM
5762021-01-01 Nicolas Boulenguez <nicolas@debian.org>
577
578 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
579 * doc/binutils.texi: Correct grammar.
580 * readelf.c (process_version_sections): Correct spelling of auxiliary
581 in warning.
582 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
583
250d07de
AM
5842021-01-01 Alan Modra <amodra@gmail.com>
585
586 Update year range in copyright notice of all files.
587
c2795844 588For older changes see ChangeLog-2020
3499769a 589\f
c2795844 590Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
591
592Copying and distribution of this file, with or without modification,
593are permitted in any medium without royalty provided the copyright
594notice and this notice are preserved.
595
596Local Variables:
597mode: change-log
598left-margin: 8
599fill-column: 74
600version-control: never
601End: