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