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