bfd, binutils: add gfx11 amdgpu architectures
[binutils-gdb.git] / binutils / ChangeLog
1 2023-11-10 Simon Marchi <simon.marchi@efficios.com>
2
3 * readelf.c (decode_AMDGPU_machine_flags): Handle gfx1100,
4 gfx1101, gfx1102.
5
6 2023-11-10 Vsevolod Alekseyev <sevaa@sprynet.com>
7
8 PR 30880
9 * dwarf.c (read_and_display_attr_value): Fix loclist handling.
10 (display_loclists_list): Likewise.
11
12 2023-10-24 Tom de Vries <tdevries@suse.de>
13
14 * dwarf.c (display_gdb_index): Handle unknown name of main.
15
16 2023-10-10 Tom de Vries <tdevries@suse.de>
17
18 * dwarf.c (display_lang): New function, factored out of ...
19 (read_and_display_attr_value): ... here.
20 (display_gdb_index): Handle v9 .gdb_index.
21
22 2023-10-05 A. Wilcox <awilfox@adelielinux.org>w
23
24 PR 30916
25 * testsuite/binutils-all/addr2line.exp: Do not use PowerPC
26 specific options when working with a MUSL target.
27
28 2023-10-02 Vsevolod Alekseyev <sevaa@sprynet.com>
29
30 PR 29267
31 * dwarf.c (fetch_indexed_value): Delete.
32 (fetch_indexed_offset): Correct base address calculation.
33 (read_and_display_attr_value): Replace uses of fetch_indexed_value
34 with fetch_indexed_offset.
35
36 2023-09-28 Frederic Cambus <fred@statdns.com>
37
38 * readelf.c (get_segment_type): Handle PT_OPENBSD_NOBTCFI segment
39 type.
40
41 2023-09-26 Nick Clifton <nickc@redhat.com>
42
43 * testsuite/binutils-all/ar.exp: Remove assumption of the setting
44 of umask when creating test archive files.
45
46 2023-09-25 Vsevolod Alekseyev <sevaa@sprynet.com>
47
48 PR 30792
49 * dwarf.h (struct debug_info): Remove range_versions field.
50 * dwarf.c (fetch_indexed_offset): New function.
51 (read_and_display_attr_value): Use it for DW_FORM_rnglistx.
52 Remove code to initialise range_versions.
53 (skip_attribute): New function.
54 (read_bases): Read and reccord all range and address bases in a CU.
55 (process_debug_info): Call read_bases.
56 (display_debug_rnglists): Rename to display_debug_rnglists_unit_header
57 and only display the range list header information.
58 (display_debug_ranges): Adjust.
59
60 2023-09-05 Nick Clifton <nickc@redhat.com>
61
62 PR 30684
63 * readelf.c (extra_sym_info): New variable.
64 (section_name_valid): Also check for filedata being NULL.
65 (section_name_print): Delete.
66 (section_index_real): New function. Returns true if the given
67 section index references a real section.
68 (print_symbol): Rename to print_sumbol_name.
69 (printable_section_name): Use a rotating array of static buffers
70 for the return string.
71 (printable_section_name_from_index): Merge code from
72 dump_relocations and get_symbol_index_type into here.
73 (long_option_values): Add OPTION_NO_EXTRA_SYM_INFO.
74 (options): Add "extra-sym-info" and "no-extra-sym-info".
75 (usage): Mention new options.
76 (parse_args): Parse new options.
77 (get_symbol_index_type): Delete.
78 (print_dynamic_symbol_size): Rename to print_symbol_size.
79 (print_dynamic_symbol): Rename to print_symbol.
80 (print_symbol_table_heading): New function.
81 (process_symbol_table): Use new function.
82 * doc/binutils.texi: Document the new option.
83 * NEWS: Mention the new feature.
84
85 2023-08-23 Nick Clifton <nickc@redhat.com>
86
87 PR 30781
88 * dwarf.h (debug_info): Add range_versions field.
89 * dwarf.c (read_and_display_attr_value): When recording a range
90 arribute also ecord the dwarf version number.
91 (is_range_list_for_this_section): New function.
92 (display_debug_ranges): Only show debug ranges whose version is
93 suitable for the secction being displayed.
94
95 2023-07-30 Jose E. Marchesi <jose.marchesi@oracle.com>
96
97 * readelf.c (get_machine_flags): Recognize and pretty print BPF
98 machine flags.
99
100 2023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org>
101
102 * doc/binutils.texi (objcopy): Document change in behaviour of
103 objcopy's --preserve-dates command line option.
104
105 2023-07-09 Fangrui Song <maskray@google.com>
106
107 PR 30592
108 * NEWS: Mention the new feature for objcopy.
109 * doc/binutils.texi: Mention "large".
110 * objcopy.c (parse_flags): Parse "large".
111 (check_new_section_flags): Error if "large" is used with a
112 non-x86-64 ELF target.
113 * testsuite/binutils-all/x86-64/large-sections.d: New.
114 * testsuite/binutils-all/x86-64/large-sections.s: New.
115 * testsuite/binutils-all/x86-64/large-sections-i386.d: New.
116 * testsuite/binutils-all/x86-64/large-sections-2.d: New.
117 * testsuite/binutils-all/x86-64/large-sections-2-x32.d: New.
118
119 2023-07-03 Nick Clifton <nickc@redhat.com>
120
121 * README-how-to-make-a-release: Change some version numbers.
122 * configure: Regenerate.
123 * po/binutils.pot: Regenerate.
124
125 2023-07-03 Nick Clifton <nickc@redhat.com>
126
127 2.41 Branch Point.
128
129 2023-06-30 Nick Clifton <nickc@redhat.com>
130
131 PR 30598
132 * strings.c (set_string_min): New function.
133 (main): Use it.
134 (print_unicode_stream): Calculate buffer size using a size_t.
135
136 2023-06-30 Nick Clifton <nickc@redhat.com>
137
138 PR 30595
139 * strings.c (main): Check for an excessively large minimum string
140 length.
141
142 2023-06-21 Nick Clifton <nickc@redhat.com>
143
144 * testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune
145 warnings about -z execstack creating an executable stack.
146
147 2023-05-30 Nick Clifton <nickc@redhat.com>
148
149 * od-pe.c (targ_info): New array.
150 (get_target_specific_info): New function
151 (decode_machine_number): Retire. Use get_target_specific_info
152 instead.
153 (is_pe_object_magic): Likewise.
154 (dump_pe_file_header): Display more information.
155 Rework layout to be similar to that from 'objdump -p'.
156 Add code to handle larger than normnal AOUT headers.
157
158 2023-05-30 Nick Clifton <nickc@redhat.com>
159
160 * od-pe.c (decode_machine_number): Add ARMMAGIC value of 0xa00.
161 (is_pe_object_magic): Likewise.
162
163 2023-05-26 Nick Clifton <nickc@redhat.com>
164
165 * od-pe.c: New file: Dumps fields in PE format headers.
166 * configure.ac (od_vectors): Add objdump_private_desc_pe for PE
167 format targets.
168 (od_files): Add od-pe for PE format targets.
169 * configure: Regenerate.
170 * Makefile.am (CFILES): Add od-pe.c
171 (EXTRA_objdump_SOURCE): Likewise.
172 * Makefile.in: Generate.
173 * NEWS: Mention the new feature.
174 * doc/binutils.texi: Document the new support.
175 * objdump.c (wide_output): Change from local to global.
176 * objdump.h (wide_output): Prototype.
177 (objdump_private_desc_pe): Prototype.
178 * testsuite/binutils-all/objdump.exp: Add a test of the new feature.
179
180 2023-05-09 Enze Li <enze.li@gmx.com>
181
182 * README: Correct a typo.
183
184 2023-05-02 Nick Clifton <nickc@redhat.com>
185
186 * MAINTAINERS: Remove Dimity Diky as MSP430 maintainer.
187
188 2023-04-20 Nick Clifton <nickc@redhat.com>
189
190 * SECURITY.txt: New file.
191
192 2023-04-19 Nick Clifton <nickc@redhat.com>
193
194 PR 30355
195 * dwarf.c (read_and_display_attr_value): Correctly handle
196 DW_loclistx attributes that index a version 5 .debug_loclists
197 section.
198
199 2023-04-17 Nick Clifton <nickc@redhat.com>
200
201 PR 30142
202 * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the
203 .rsrc section.
204
205 2023-04-11 Nick Clifton <nickc@redhat.com>
206
207 PR 30327
208 * dwarf.c (read_and_display_attr_value): Warn if the number of
209 views is greater than the number of locations.
210
211 PR 30313
212 * dwarf.c (display_debug_lines_decoded): Check for an overlarge
213 number of files or directories.
214
215 PR 30312
216 * dwarf.c (prealloc_cu_tu_list): Always allocate at least one
217 entry.
218
219 PR 30311
220 * readelf.c (uncompress_section_contents): Check for a
221 suspiciously large uncompressed size.
222
223 2023-03-30 Nick Clifton <nickc@redhat.com>
224
225 PR 30284
226 * dwarf.c (read_and_display_attr_value): Detect and ignore
227 negative base values.
228
229 2023-03-23 Frederic Cambus <fred@statdns.com>
230
231 * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment
232 type.
233
234 2023-03-14 Nick Clifton <nickc@redhat.com>
235
236 PR 30227
237 * dwarf.c (process_cu_tu_index): Prevent excessive memory
238 allocation when nused is large and ncols is zero.
239
240 2023-02-09 Tom Tromey <tromey@adacore.com>
241
242 * dwarf-mode.el: Bump version to 1.8.
243 (dwarf-insert-substructure): Tighten regexp.
244 (dwarf-refresh-all): New defun.
245 (dwarf-mode-map): Bind "A" to dwarf-refresh-all.
246 (dwarf-mode): Remove old FIXME.
247
248 2023-02-07 Nick Clifton <nickc@redhat.com>
249
250 PR 30080
251 * doc/binutils.texi (nm): Update description of the 'n' symbol
252 type.
253
254 2023-01-31 Nick Clifton <nickc@redhat.com>
255
256 * po/sv.po: Updated Swedish translation.
257
258 2023-01-23 Nick Clifton <nickc@redhat.com>
259
260 * po/sv.po: Updated Swedish translation.
261
262 2023-01-18 Nick Clifton <nickc@redhat.com>
263
264 PR 29993
265 * objcopy.c (merge_gnu_build_notes): Remember the last non-deleted
266 note in order to speed up the scan for matching notes.
267
268 2023-01-16 Nick Clifton <nickc@redhat.com>
269
270 * po/sv.po: Updated Swedish translation.
271
272 2023-01-09 Nick Clifton <nickc@redhat.com>
273
274 * po/bg.po: Updated Bulgarian translation.
275 * po/ro.po: Updated Romainian translation.
276
277 2023-01-05 Nick Clifton <nickc@redhat.com>
278
279 * MAINTAINERS: Remove Stephen Casner as the PDP11 maintainer.
280
281 2023-01-03 Nick Clifton <nickc@redhat.com>
282
283 * po/fr.po: Updated French translation.
284 * po/uk.po: Updated Ukrainian translation.
285
286 2023-01-03 Luis Machado <luis.machado@arm.com>
287
288 * readelf.c (get_note_type): Add support for NT_ARM_SSVE and
289 NT_ARM_ZA note types.
290
291 2022-12-31 Nick Clifton <nickc@redhat.com>
292
293 * 2.40 branch created.
294
295 2022-12-31 Nick Clifton <nickc@redhat.com>
296
297 * po/ro.po: Updated Romanian translation.
298
299 2022-12-21 Nick Clifton <nickc@redhat.com>
300
301 PR 29924
302 * objdump.c (load_specific_debug_section): Check for excessively
303 large sections.
304
305 2022-12-19 Tom Tromey <tromey@adacore.com>
306
307 * dwarf-mode.el (dwarf-do-refresh): Avoid compiler warning.
308
309 2022-12-19 Nick Clifton <nickc@redhat.com>
310
311 PR 29914
312 * dwarf.c (fetch_indexed_value): Fail if the section is not big
313 enough to contain a header size field.
314 (display_debug_addr): Fail if the computed address size is too big
315 or too small.
316
317 2022-12-16 Nick Clifton <nickc@redhat.com>
318
319 PR 29908
320 * dwarf.c (display_debug_addr): Check for corrupt header lengths.
321
322 2022-12-01 Nick Clifton <nickc@redhat.com>
323
324 PR 25202
325 * objcopy.c (copy_object): Set VerilogDataEndianness to the
326 endianness of the input file.
327 (copy_main): Verifiy the value set by the --verilog-data-width
328 option.
329 * testsuite/binutils-all/objcopy.exp: Add tests of the new behaviour.
330 * testsuite/binutils-all/verilog-I4.hex: New file.
331
332 2022-11-21 Nick Clifton <nickc@redhat.com>
333
334 PR 29764
335 * doc/binutils.texi (objdump): Note that the -m option supports
336 the <architecture>:<machine> syntax.
337
338 2022-11-04 Nick Clifton <nickc@redhat.com>
339
340 * README-how-to-make-a-release: Add instructions for uploading the
341 gprofng documentation.
342
343 2022-10-31 Nick Clifton <nickc@redhat.com>
344
345 PR 29457
346 * configure.ac: Add --enable-colored-disassembly.
347 * objdump.c: Add --disassembler-color=terminal.
348 * doc/binutils.texi (objdump): Document the new option.
349 * NEWS: Mention new feature.
350 * config.in: Regenerate in.
351 * configure: Regenerate.
352
353 2022-10-19 Nick Clifton <nickc@redhat.com>
354
355 * MAINTAINERS: Add section on patches, copyright and DCO.
356
357 2022-10-12 Nick Clifton <nickc@redhat.com>
358
359 PR 29665
360 * objcopy.c (copy_object): Use the input filename when
361 reporting that a .gnu_debuglink section already exists.
362
363 2022-10-03 Nick Clifton <nickc@redhat.com>
364
365 * readelf.c (get_32bit_section_headers): Return false if the
366 e_shoff field is zero.
367 (get_64bit_section_headers): Likewise.
368
369 2022-09-28 Nick Clifton <nickc@redhat.com>
370
371 PR 29628
372 * size.c (usage): Add -f.
373 * doc/binutils.texi (size): Add -f.
374
375 2022-09-20 Nick Clifton <nickc@redhat.com>
376
377 * objcopy.c (copy_object): Do not issue a warning message when
378 encountering empty .gnu.build.attribute sections.
379
380 2022-09-14 Rupesh Potharla <Rupesh.Potharla@amd.com>
381
382 * testsuite/binutils-all/readelf.exp (readelf_wi_test): Extend
383 regexps to allow for output genreated by the Clang compiler.
384
385 2022-09-12 Aaron Merey <amerey@redhat.com>
386
387 * objcopy.c (might_need_separate_debug_info): Add with_source_code to
388 the options that cause this function to return true.
389 (main.c): Add with_source_code to the options that enable
390 dump_any_debugging.
391
392 2022-09-09 Nick Clifton <nickc@redhat.com>
393
394 PR 29532
395 * objcopy.c (setup_section): Leave group sections intact when
396 creating separate debuginfo files.
397
398 2022-09-08 Nick Clifton <nickc@redhat.com>
399
400 PR 29523
401 * dwarf.c (display_debug_lines_decoded): Correctly handle DWARF-5
402 directory and filename tables.
403
404 2022-09-02 Aaron Merey <amerey@redhat.com>
405
406 PR 29075
407 * objdump.c (find_separate_debug): New function. Finds the bfd
408 corresponding to the separate debuginfod of a given bfd.
409 (find_alt_debug): New function. Finds the bfd corresponding to the
410 .gnu_debugaltlink of a given bfd.
411 (slurp_file): Add bfd parameter. If a source file cannot be found
412 attempt to download it from debuginfod, if enabled.
413 (try_print_file_open): Add bfd parameter and pass it to slurp_file.
414 (show_line): If debuginfod is enabled, call
415 bfd_find_nearest_line_with_alt instead of bfd_find_nearest_line.
416
417 2022-09-01 Nick Clifton <nickc@redhat.com>
418
419 PR 29534
420 * dllwrap.c: Replace uses of choose_temp_base() with
421 make_temp_file().
422 * dlltool.c: Likewise.
423 * resrc.c: Likewise.
424
425 2022-08-23 Nick Clifton <nickc@redhat.com>
426
427 PR 29489
428 * dlltool.c (deterministic): New variable.
429 (gen_lib_file): If deterministic is true set the
430 BFD_DETERMINISTIC_OUTPUT flag.
431 (usage): Mention --deterministic-libraries and
432 --non-deterministic-libraries.
433 (long_options): Add new options.
434 (main): Parse new options.
435 * doc/binutils.texi: Document the new options.
436 * NEWS: Mention the new feature.
437
438 2022-08-22 Nick Clifton <nickc@redhat.com>
439
440 * readelf.c (check_magic_number): New function. Checks the magic
441 bytes at the start of a file. If they are not the ELF format
442 magic values, then attempts to generate a helpful error message.
443 (process_file_header): Call check_magic_number.
444
445 2022-08-09 Nick Clifton <nickc@redhat.com>
446
447 PR 29457
448 * objdump.c (disassembler_color): Change type to an enum.
449 (disassembler_extended_color): Remove.
450 (usage): Update.
451 (objdump_color_for_assembler_style): Update.
452 (main): Update initialisation of disassembler_color. If not
453 initialised via a command line option, set based upon terminal
454 output.
455 * doc/binutils.texi: Update description of disassmbler-color
456 option.
457 * testsuite/binutils-all/arc/objdump.exp: Add
458 --disassembler-color=off option when disassembling.
459 * testsuite/binutils-all/arm/objdump.exp: Likewise.
460
461 2022-08-08 Nick Clifton <nickc@redhat.com>
462
463 * README-how-to-make-a-release: Add a link to the NEWS files in
464 the release announcement email.
465
466 2022-07-08 Nick Clifton <nickc@redhat.com>
467
468 * 2.39 branch created.
469
470 2022-07-01 Nick Clifton <nickc@redhat.com>
471
472 * dwarf.c (display_debug_rnglists): Add newline at end of listing.
473
474 2022-06-30 Nick Clifton <nickc@redhat.com>
475
476 * dwarf.c (dwarf_select_sections_by_name): If the entry's value is
477 zero then clear the corresponding variable.
478 (dwarf_select_sections_by_letters): Likewise.
479 * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
480 debuginfod tests to fail.
481
482 2022-06-28 Nick Clifton <nickc@redhat.com>
483
484 PR 29267
485 * dwarf.c (display_debug_rnglists): New function, broken out of..
486 (display_debug_ranges): ... here.
487 (read_and_display_attr_value): Correct calculation of index
488 displayed for DW_FORM_loclistx and DW_FORM_rnglistx.
489 * testsuite/binutils-all/x86-64/pr26808.dump: Update expected
490 output.
491
492 2022-06-27 Nick Clifton <nickc@redhat.com>
493
494 PR 29289
495 * dwarf.c (display_debug_names): Replace assert with a warning
496 message.
497
498 2022-06-27 Nick Clifton <nickc@redhat.com>
499
500 PR 29290
501 * dwarf.c (read_and_display_attr_value): Check that debug_info_p
502 is set before dereferencing it.
503
504 2022-06-27 Nick Clifton <nickc@redhat.com>
505
506 * dwarf.c (fetch_indexed_string): Do not use length of first table
507 in string section as the length of every table in the section.
508
509 * testsuite/binutils-all/pr26112.r: Update expected output.
510
511 2022-06-22 Kumar N, Bhuvanendra <Kavitha.Natarajan@amd.com>
512
513 * dwarf.c (fetch_indexed_string): Added new parameter
514 str_offsets_base to calculate the string offset.
515 (read_and_display_attr_value): Read DW_AT_str_offsets_base
516 attribute.
517 (process_debug_info): While allocating memory and initializing
518 debug_information, do it for do_debug_info also, if its true.
519 (load_separate_debug_files): Load .debug_str_offsets if exists.
520 * dwarf.h (struct debug_info): Add str_offsets_base field.
521
522 2022-06-22 Marcus Nilsson <brainbomb@gmail.com>
523
524 * readelf.c: (slurp_relr_relocs) Use malloc instead of xmalloc
525 when allocating space for relocations.
526
527 2022-06-21 Kumar N, Bhuvanendra <Kavitha.Natarajan@amd.com>
528
529 * dwarf.h (struct debug_info): Add rnglists_base field.
530 * dwarf.c (read_and_display_attr_value): Read attribute DW_AT_rnglists_base.
531 (display_debug_rnglists_list): While handling DW_RLE_base_addressx,
532 DW_RLE_startx_endx, DW_RLE_startx_length items, pass the proper parameter
533 value to fetch_indexed_addr(), i.e. fetch the proper entry in .debug_addr section.
534 (display_debug_ranges): Add rnglists_base to the .debug_rnglists base address.
535 (load_separate_debug_files): Load .debug_addr section, if exists.
536
537 2022-05-20 Nick Clifton <nickc@redhat.com>
538
539 * dwarf.c (dwarf_select_sections_by_names): Return zero if no
540 sections were selected.
541 (dwarf_select_sections_by_letters): Likewise.
542 * dwarf.h: (dwarf_select_sections_by_names): Update prototype.
543 (dwarf_select_sections_by_letters): Update prototype.
544 * objdump.c (might_need_separate_debug_info): New function.
545 (dump_bfd): Call new function before attempting to load separate
546 debug info files.
547 (main): Do not enable dwarf section dumping for -WK or -WN.
548 * readelf.c (parse_args): Do not enable dwarf section dumping for
549 -wK or -wN.
550 (might_need_separate_debug_info): New function.
551 (process_object): Call new function before attempting to load
552 separate debug info files.
553 * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
554 debuginfod tests to pass.
555 * testsuite/binutils-all/objdump.Wk: Add extra regexps.
556 * testsuite/binutils-all/readelf.k: Add extra regexps.
557
558 2022-05-19 Nick Clifton <nickc@redhat.com>
559
560 * dlltool.c (run): Initialise errmsg_fmt.
561 * dllwrap.c (run): Likewise.
562 * resrc.c (run_cmd): Likewise.
563 * mclex.c (mc_add_keyword): Initialise usz.
564 * srconv.c (wd_hd): Initialise hd.spare2.
565 * windmc.c (mc_add_node_lang): Initialise s.
566 (mc_generate_bin_item): Initialise cvt_txt.
567 (main): Initialise u.
568
569 2022-05-18 Nick Clifton <nickc@redhat.com>
570
571 PR 29135
572 * nm.c (non_weak): New variable.
573 (filter_symbols): When non-weak is true, ignore weak symbols.
574 (long_options): Add --no-weak.
575 (usage): Mention --no-weak.
576 (main): Handle -W/--no-weak.
577 * doc/binutils.texi: Document new feature.
578 * NEWS: Mention the new feature.
579 * testsuite/binutils-all/nm.exp: Add test of new feature.
580 * testsuite/binutils-all/no-weak.s: New test source file.
581
582 2022-04-25 Nick Clifton <nickc@redhat.com>
583
584 PR 29072
585 * testsuite/lib/binutils-common.exp (prune_warnings_extra): Filter
586 out notes about the executable stacjk behaviour beign deprecated.
587
588 2022-04-12 Nick Clifton <nickc@redhat.com>
589
590 PR 28992
591 * objcopy.c (is_strip_section_1): Do not delete debuglink sections
592 when stripping debug information.
593
594 2022-04-06 Nick Clifton <nickc@redhat.com>
595
596 PR 28981
597 * dwarf.c (fetch_indexed_value): Rename to fecth_indexed_addr and
598 return the address, rather than a string.
599 (fetch_indexed_value): New function - returns a value indexed by a
600 DW_FORM_loclistx or DW_FORM_rnglistx form.
601 (read_and_display_attr_value): Add support for DW_FORM_loclistx
602 and DW_FORM_rnglistx.
603 (process_debug_info): Load the loclists and rnglists sections.
604 (display_loclists_list): Add support for DW_LLE_base_addressx,
605 DW_LLE_startx_endx, DW_LLE_startx_length and
606 DW_LLE_default_location.
607 (display_offset_entry_loclists): New function. Displays a
608 .debug_loclists section that contains offset entry tables.
609 (display_debug_loc): Call the new function.
610 (display_debug_rnglists_list): Add support for
611 DW_RLE_base_addressx, DW_RLE_startx_endx and DW_RLE_startx_length.
612 (display_debug_ranges): Display the contents of the section's
613 header.
614 * dwarf.h (struct debug_info): Add loclists_base field.
615 * testsuite/binutils-all/dw5.W: Update expected output.
616 * testsuite/binutils-all/x86-64/pr26808.dump: Likewise.
617
618 2022-04-01 John Baldwin <jhb@FreeBSD.org>
619
620 * readelf.c (get_freebsd_elfcore_note_type): Handle
621 NT_FREEBSD_X86_SEGBASES.
622
623 2022-03-31 Nick Clifton <nickc@redhat.com>
624
625 * arlex.l: Accept the plus character as part of a filename.
626
627 2022-03-16 Fangrui Song <maskray@google.com>
628
629 PR binutils/28926
630 * objcopy.c (filter_symbols): Apply weaken to STB_GNU_UNIQUE symbols
631 * NEWS: Mention feature.
632 * testsuite/binutils-all/objcopy.exp (objcopy_test_symbol_manipulation): New test.
633 * testsuite/binutils-all/weaken-gnu-unique.s: New.
634
635 2022-03-16 Martin Storsjö <martin@martin.st>
636
637 PR 28885
638 * dlltool.c (main): use imp_name rather than dll_name when
639 generating a temporary file name.
640
641 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
642
643 * readelf.c (dump_relocations): Handle EM_AMDGPU.
644
645 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
646
647 * Makefile.am (readelf_CFLAGS): New.
648 (readelf_LDADD): Add MSGPACK_LIBS.
649 * Makefile.in: Re-generate.
650 * config.in: Re-generate.
651 * configure: Re-generate.
652 * configure.ac: Add --with-msgpack flag and check for msgpack
653 using pkg-config.
654 * readelf.c: Include msgpack.h if HAVE_MSGPACK.
655 (print_note_contents_hex): New.
656 (print_indents): New.
657 (dump_msgpack_obj): New.
658 (dump_msgpack): New.
659 (print_amdgpu_note): New.
660 (process_note): Handle NT_AMDGPU_METADATA note contents.
661 Use print_note_contents_hex.
662
663 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
664
665 * readelf.c (get_amdgpu_elf_note_type): New.
666 (process_note): Handle "AMDGPU" notes.
667
668 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
669
670 * readelf.c: Include elf/amdgcn.h.
671 (decode_AMDGPU_machine_flags): New.
672 (get_machine_flags): Handle flags for EM_AMDGPU machine type.
673
674 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
675
676 * readelf.c (get_osabi_name): Handle EM_AMDGPU OS ABIs.
677
678 2022-03-16 Nick Clifton <nickc@redhat.com>
679
680 * po/sr.po: Updated Serbian translation.
681
682 2022-03-15 Tom Tromey <tromey@adacore.com>
683
684 * dwarf-mode.el: Now 1.7.
685 (dwarf--sentinel): Switch to the process buffer.
686
687 2022-03-11 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
688
689 * MAINTAINERS: Add gprofng maintainer.
690 * README-how-to-make-a-release: Add gprofng.
691
692 2022-03-10 Nick Clifton <nickc@redhat.com>
693
694 * dwarf.c (use_debuginfod): New variable. Set to 1.
695 (load_separate_debug_info): Only call
696 debuginfod_fetch_separate_debug_info is use_debuginfod is true.
697 (dwarf_select_sections_by_names): Add do-not-use-debuginfod and
698 use-debuginfod options.
699 (dwarf_select_sections_by_letters): Add D and E options.
700 * dwarf.h (use_debuginfod): New extern.
701 * objdump.c (usage): Mention the new options.
702 * readelf.c (usage): Likewise.
703 * doc/binutils.texi: Document the new options.
704 * doc/debug-options.texi: Describe the new options.
705 * NEWS: Mention the new feature.
706 * testsuite/binutils-all/debuginfod.exp: Add tests of the new
707 options.
708
709 2021-03-06 Maciej W. Rozycki <macro@orcam.me.uk>
710
711 * testsuite/binutils-all/mips/mips1-branch-alias.d: New test.
712 * testsuite/binutils-all/mips/mips1-branch-noalias.d: New test.
713 * testsuite/binutils-all/mips/mips2-branch-alias.d: New test.
714 * testsuite/binutils-all/mips/mips2-branch-noalias.d: New test.
715 * testsuite/binutils-all/mips/mips32r6-branch-alias.d: New test.
716 * testsuite/binutils-all/mips/mips32r6-branch-noalias.d: New
717 test.
718 * testsuite/binutils-all/mips/micromips-branch-alias.d: New
719 test.
720 * testsuite/binutils-all/mips/micromips-branch-noalias.d: New
721 test.
722 * testsuite/binutils-all/mips/mips-branch-alias.s: New test
723 source.
724 * testsuite/binutils-all/mips/micromips-branch-alias.s: New test
725 source.
726 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
727
728 2022-03-04 Simon Marchi <simon.marchi@polymtl.ca>
729
730 * readelf.c (process_dynamic_section): Fix indentation.
731
732 2022-02-09 Nick Clifton <nickc@redhat.com>
733
734 * README-how-to-make-a-release: Update after the 2.38 release.
735
736 2022-01-27 Nick Clifton <nickc@redhat.com>
737
738 * po/sv.po: Updated Swedish translation.
739
740 2022-01-24 Nick Clifton <nickc@redhat.com>
741
742 * po/bg.po: Updated Bulgarian translation.
743 * po/fr.po: Updated French translation.
744 * po/ro.po: Updated Romanian translation.
745 * po/uk.po: Updated Ukranian translation.
746
747 2022-01-22 Martin Storsjö <martin@martin.st>
748
749 * dlltool.c (main): Allow inferring tmp_prefix from the dll name
750 from a def file.
751
752 2022-01-22 Nick Clifton <nickc@redhat.com>
753
754 * configure: Regenerate.
755 * po/binutils.pot: Regenerate.
756
757 2022-01-22 Nick Clifton <nickc@redhat.com>
758
759 * 2.38 release branch created.
760
761 2022-01-17 Nick Clifton <nickc@redhat.com>
762
763 * Makefile.in: Regenerate.
764
765 2022-01-11 Fangrui Song <maskray@google.com>
766
767 PR binutils/28759
768 * ar.c (long_options): Add --thin.
769 (usage) Add --thin. Deprecate -T without diagnostics.
770 * doc/binutils.texi: Add doc.
771 * NEWS: Mention --thin.
772 * binutils/testsuite/binutils-all/ar.exp: Add tests.
773
774 2022-01-11 Martin Storsjö <martin@martin.st>
775
776 * dlltool.c (main): If a prefix has not been provided, attempt to
777 use a deterministic one based upon the dll name.
778
779 2022-01-07 Pavel Mayorov <pmayorov@cloudlinux.com>
780
781 PR 28718
782 * dwarf.c: Revert previous delta.
783 (debug_get_real_type): Reject indirect types that point to
784 indirect types.
785 (debug_get_type_name, debug_get_type_size, debug_write_type):
786 Likewise.
787
788 2022-01-06 Nick Clifton <nickc@redhat.com>
789
790 * debug.c (debug_write_type): Allow for malicious recursion via
791 indirect debug types.
792
793 2022-01-04 Nick Clifton <nickc@redhat.com>
794
795 PR 28716
796 * dwarf.c (load_build_id_debug_file): Remove spurious printf.
797
798 2021-12-16 Nick Clifton <nickc@redhat.com>
799
800 PR 28697
801 * dwarf.c (load_build_id_debug_file): New function.
802 (try_build_id_prefix): New function.
803 (check_for_and_load_links): Call load_build_id_debug_file.
804 (debug_displays): Add entry for .note.gnu.build-id.
805 * dwarf.h (enum dwarf_section_display_enum): Add
806 note_gnu_build_id.
807 * testsuite/binutils-all/debuginfod.exp (test_fetch_debuglink):
808 Fix regexp for loads via debuglink section.
809
810 2021-12-03 Chenghua Xu <xuchenghua@loongson.cn>
811
812 * MAINTAINERS: Add myself and Zhensong Liu
813 as the LoongArch maintainer.
814
815 2021-12-02 Nick Clifton <nickc@redhat.com>
816
817 PR 28645
818 * dwarf.c (process_cu_tu_index): Add test for overruning section
819 whilst processing slots.
820
821 2021-11-30 Roland McGrath <mcgrathr@google.com>
822
823 * doc/local.mk: Give each man page target its missing dependency on
824 doc/$(am__dirstamp).
825
826 2021-11-30 Nick Clifton <nickc@redhat.com>
827
828 * dwarf.c (find_debug_info_for_offset): Use dwarf_vma type for
829 offsets, sizes and ranges.
830 (display_loc_list): Likewise. Also use print_dwarf_vma to print
831 the offset.
832 (display_loclists_list): Likewise.
833 (display_loc_list_dwo): Likewise.
834 (display_debug_str): Likewise.
835 (display_debug_aranges): Likewise.
836 (display_debug_ranges_list): Likewise.
837 (display_debug_rnglists_list): Likewise.
838 (display_debug_ranges): Likewise.
839
840 2021-11-29 Nick Clifton <nickc@redhat.com>
841
842 PR 28632
843 * strings.c (usage): Update desciption of -n option.
844 * doc/binutils.texi: Likewise.
845
846 2021-11-24 Nick Clifton <nickc@redhat.com>
847
848 PR 28564
849 * sysdump.c (getCHARS): Check for an out of bounds read.
850
851 2021-11-16 Fangrui Song <maskray@google.com>
852
853 * readelf.c (enum relocation_type): New.
854 (slurp_relr_relocs): New.
855 (dump_relocations): Change is_rela to rel_type.
856 Dump RELR.
857 (dynamic_relocations): Add DT_RELR.
858 (process_relocs): Check SHT_RELR and DT_RELR.
859 (process_dynamic_section): Store into dynamic_info for
860 DT_RELR/DT_RELRENT/DT_RELRSZ.
861
862 2021-11-09 Nick Clifton <nickc@redhat.com>
863
864 * nm.c: Add --unicode option to control how unicode characters are
865 handled.
866 * objdump.c: Likewise.
867 * readelf.c: Likewise.
868 * strings.c: Likewise.
869 * binutils.texi: Document the new feature.
870 * NEWS: Document the new feature.
871 * testsuite/binutils-all/unicode.exp: New file.
872 * testsuite/binutils-all/nm.hex.unicode
873 * testsuite/binutils-all/strings.escape.unicode
874 * testsuite/binutils-all/objdump.highlight.unicode
875 * testsuite/binutils-all/readelf.invalid.unicode
876
877 2021-11-03 Tom Tromey <tromey@adacore.com>
878
879 * dwarf.c (display_debug_loc): Use section name in warnings.
880
881 2021-10-25 Nick Alcock <nick.alcock@oracle.com>
882
883 * objdump.c (usage): --ctf now has an optional argument.
884 (main): Adjust accordingly.
885 (dump_ctf): Default it.
886 * doc/ctf.options.texi: Adjust.
887
888 2021-10-25 Nick Alcock <nick.alcock@oracle.com>
889
890 * objdump.c (usage): --ctf-parent now takes a name, not a section.
891 (dump_ctf): Don't open a separate section; use the parent_name in
892 ctf_dict_open instead. Use ctf_archive_next, not ctf_archive_iter,
893 so we can pass down a member count.
894 (dump_ctf_archive_member): Add the member count; don't return
895 anything. Import parents into children no matter what the
896 parent's name, while still avoiding displaying the header for the
897 common parent name of ".ctf".
898 * readelf.c (usage): Adjust similarly.
899 (dump_section_as_ctf): Likewise.
900 (dump_ctf_archive_member): Likewise. Never stop iterating over
901 archive members, even if ctf_dump of one member fails.
902 * doc/ctf.options.texi: Adjust.
903
904 2021-10-19 Nick Clifton <nickc@redhat.com>
905
906 * nm.c (filter_symbols): Test for a NULL name before checking to
907 see if the symbol is __gnu_lto_slim.
908 * objcopy.c (filter_symbols): Likewise.
909
910 2021-09-30 Nick Clifton <nickc@redhat.com>
911
912 * objcopy.c (filter_symbols): Fail if attempting to dredefine
913 symbols in an LTO object file.
914
915 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
916
917 * configure: Regenerate.
918
919 2021-09-20 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * testsuite/binutils-all/riscv/riscv.exp: New file.
922 * testsuite/binutils-all/riscv/unknown.d: New file.
923 * testsuite/binutils-all/riscv/unknown.s: New file.
924
925 2021-09-07 Luis Machado <luis.machado@linaro.org>
926
927 Revert: [AArch64] MTE corefile support
928
929 2021-05-21 Luis Machado <luis.machado@linaro.org>
930
931 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
932
933 2021-08-11 Nick Clifton <nickc@redhat.com>
934
935 * po/pt.po: Updated Portuguese translation.
936
937 2021-08-10 Nick Clifton <nickc@redhat.com>
938
939 * po/sr.po: Updated Serbian translation.
940
941 2021-07-16 Nick Clifton <nickc@redhat.com>
942
943 * po/sv.po: Updated Swedish translation.
944
945 2021-07-14 Clément Chigot <clement.chigot@atos.net>
946
947 * dwarf.h (struct dwarf_section): Add XCOFF name.
948 * dwarf.c (struct dwarf_section_display): Update.
949 * objdump.c (load_debug_section): Add XCOFF name handler.
950 (dump_dwarf_section): Likewise.
951
952 2021-07-12 Nick Clifton <nickc@redhat.com>
953
954 * po/fr.po: Updated French translation.
955
956 2021-07-10 Alan Modra <amodra@gmail.com>
957
958 PR 28069
959 * dwarf.c (display_discr_list): Remove assertions. Delete "end"
960 parameter, use initial "data" pointer as the end. Formatting.
961 Don't count down bytes as they are read.
962 (read_and_display_attr_value): Adjust display_discr_list call.
963 (read_and_print_leb128): Don't pass __FILE__ and __LINE__ to
964 report_leb_status.
965 * dwarf.h (report_leb_status): Don't report file and line
966 numbers. Delete file and lnum parameters,
967 (READ_ULEB, READ_SLEB): Adjust.
968
969 2021-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
970
971 * configure.ac: Check for strnlen declaration.
972 * configure, config.in: Regenerate.
973
974 2021-07-05 Alan Modra <amodra@gmail.com>
975
976 PR 28047
977 * dwarf.c (get_type_abbrev_from_form): Add cu_end parameter.
978 Check DW_FORM_ref1 etc. arg against cu_end rather than end of
979 section. Adjust all callers.
980
981 2021-07-03 Nick Clifton <nickc@redhat.com>
982
983 * configure: Regenerate.
984 * po/opcodes.pot: Regenerate.
985 * README-how-to-make-a-release: Update.
986
987 2021-07-03 Nick Clifton <nickc@redhat.com>
988
989 * 2.37 release branch created.
990
991 2021-07-02 Alan Modra <amodra@gmail.com>
992
993 PR 28048
994 * dwarf.c (get_type_signedness): Don't run off end of buffer
995 printing DW_FORM_string attribute.
996
997 2021-07-01 Nick Clifton <nickc@redhat.com>
998
999 PR 28029
1000 * testsuite/binutils-all/debuginfod.exp: Replace -wK with -wk.
1001
1002 2021-07-01 Andrei Homescu <ah@immunant.com>
1003
1004 * readelf.c (process_archive): Reset file position to the
1005 beginning when calling process_object for thin archive members.
1006 * testsuite/binutils-all/readelf.exp: Add test.
1007 * testsuite/binutils-all/readelf.h.thin: New file.
1008
1009 2021-06-30 Tom Tromey <tom@tromey.com>
1010
1011 * dwarf.c (read_and_display_attr_value): Handle
1012 DW_FORM_implicit_const.
1013
1014 2021-06-30 Richard Henderson <richard.henderson@linaro.org>
1015
1016 * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf
1017 and DW_CFA_def_cfa_offset_sf have a signed offset.
1018
1019 2021-06-19 Alan Modra <amodra@gmail.com>
1020
1021 * dwarf.c (display_debug_lines_decoded): Use memcpy rather than
1022 strncpy when trimming file name length to MAX_FILENAME_LENGTH.
1023 Don't make an unnecessary copy when length is good.
1024
1025 2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 * readelf.c (print_gnu_property_note): Handle
1028 GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
1029 GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
1030
1031 2021-06-15 Nick Clifton <nickc@redhat.com>
1032
1033 * readelf.c (get_note_type): Add support for NT_GO_BUILDID.
1034
1035 2021-06-15 Alan Modra <amodra@gmail.com>
1036
1037 * readelf.c (locate_dynamic_section, is_pie): New functions.
1038 (get_file_type): Replace e_type parameter with filedata. Call
1039 is_pie for ET_DYN. Update all callers.
1040 (process_program_headers): Use local variables dynamic_addr and
1041 dynamic_size, updating filedata on exit from function. Set
1042 dynamic_size of 1 to indicate no dynamic section or segment.
1043 Update tests of dynamic_size throughout.
1044 * testsuite/binutils-all/x86-64/pr27708.dump: Update expected output.
1045
1046 2021-06-14 Eric Botcazou <ebotcazou@adacore.com>
1047
1048 * dwarf.c (struct abbrev_attr): Change type of implicit_const.
1049 (add_abbrev_attr): Likewise.
1050 (process_abbrev_set): Likewise.
1051 (display_debug_abbrev): Adjust to above change.
1052
1053 2021-06-12 Alan Modra <amodra@gmail.com>
1054
1055 * readelf.c (process_file_header): Don't clear section_headers.
1056
1057 2021-06-12 Alan Modra <amodra@gmail.com>
1058
1059 * readelf.c (get_section_headers): Don't test e_shoff here, leave
1060 that to get_32bit_section_headers or get_64bit_section_headers.
1061 (process_object): Throw away section header read to print file
1062 header extension.
1063
1064 2021-06-11 Alan Modra <amodra@gmail.com>
1065
1066 * readelf.c (struct filedata): Move archive_file_offset and
1067 archive_file_size earlier.
1068 (free_filedata): Clear using memset.
1069
1070 2021-06-11 Alan Modra <amodra@gmail.com>
1071
1072 * readelf.c (GET_ELF_SYMBOLS): Delete. Replace with..
1073 (get_elf_symbols): ..this new function throughout.
1074 (get_32bit_section_headers): Don't free section_headers.
1075 (get_64bit_section_headers): Likewise.
1076 (get_section_headers): New function, use throughout in place of
1077 32bit and 64bit variants.
1078 (get_dynamic_section): Similarly.
1079 (process_section_headers): Don't free filedata memory here.
1080 (get_file_header): Don't get section headers here..
1081 (process_object): ..Read them here instead. Don't exit without
1082 freeing filedata memory.
1083
1084 2021-06-09 Nick Clifton <nickc@redhat.com>
1085
1086 * MAINTAINERS: Remove Daniel Jacobwitz from the maintainers list.
1087
1088 2021-06-07 Jan Beulich <jbeulich@suse.com>
1089
1090 * dwarf.c (display_debug_aranges): Add u suffix to constant.
1091
1092 2021-05-29 Alan Modra <amodra@gmail.com>
1093
1094 * objdump (usage): Add missing \n.
1095
1096 2021-05-29 Alan Modra <amodra@gmail.com>
1097
1098 * readelf.c (parse_args): Call dwarf_select_sections_all on
1099 --debug-dump without optarg.
1100 (usage): Associate -w and --debug-dump options closely.
1101 Split up help message. Remove extraneous blank lines around
1102 ctf help.
1103 * objdump.c (usage): Similarly.
1104
1105 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
1106
1107 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
1108 operand disassembly.
1109 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
1110
1111 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
1112
1113 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Use `mips:3000'
1114 machine for disassembly.
1115 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: Likewise.
1116 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
1117 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: Likewise.
1118
1119 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 PR ld/27905
1122 * readelf.c (decode_x86_feature_2): Revert commit 50c95a739c9.
1123
1124 2021-05-27 Alan Modra <amodra@gmail.com>
1125
1126 * readelf (usage): Order -w letters to match --debug-dump= and
1127 move common '=' for --debug-dump out of brackets.
1128
1129 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 PR ld/27905
1132 * readelf.c (decode_x86_feature_2): Support
1133 GNU_PROPERTY_X86_FEATURE_2_CODE16.
1134
1135 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
1136
1137 * readelf.c (get_machine_name): Change Loongson Loongarch to
1138 LoongArch.
1139
1140 2021-05-21 Luis Machado <luis.machado@linaro.org>
1141
1142 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
1143
1144 2021-05-21 Luis Machado <luis.machado@linaro.org>
1145
1146 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
1147
1148 2021-05-19 Eli Schwartz <eschwartz@archlinux.org>
1149
1150 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
1151
1152 2021-05-19 Alan Modra <amodra@gmail.com>
1153
1154 PR 27884
1155 * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
1156 param with map_return, and return map for DW_FORM_ref_addr.
1157 (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
1158 Pass returned cu map start and end to recursive call.
1159 (read_and_display_attr_value): Similarly.
1160
1161 2021-05-19 Alan Modra <amodra@gmail.com>
1162
1163 PR 27879
1164 * sysdump.c (getBARRAY): Sanity check size against max.
1165 (getINT): Avoid UB shift left.
1166
1167 2021-05-15 Alan Modra <amodra@gmail.com>
1168
1169 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
1170 Delete dead code.
1171
1172 2021-05-15 Alan Modra <amodra@gmail.com>
1173
1174 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
1175 length calculations.
1176
1177 2021-05-15 Alan Modra <amodra@gmail.com>
1178
1179 * dwarf.c (display_debug_names): Complain when header length is
1180 too small. Avoid pointer UB. Sanity check augmentation string,
1181 CU table, TU table and foreign TU table sizes.
1182
1183 2021-05-15 Alan Modra <amodra@gmail.com>
1184
1185 * dwarf.c (display_debug_frames): Delete initial_length_size.
1186 Avoid pointer UB. Constrain data reads to length given in header.
1187 Sanity check cie header length. Only skip up to next FDE on
1188 finding augmentation data too long.
1189
1190 2021-05-15 Alan Modra <amodra@gmail.com>
1191
1192 * dwarf.c (read_cie): Add more sanity checks to ensure data
1193 pointer is not bumped past end.
1194
1195 2021-05-15 Alan Modra <amodra@gmail.com>
1196
1197 * dwarf.c (display_debug_ranges): Delete initial_length_size.
1198 Correct fallback size calculated on finding a reloc. Constrain
1199 data reads to length given in header. Avoid pointer UB.
1200
1201 2021-05-15 Alan Modra <amodra@gmail.com>
1202
1203 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
1204
1205 2021-05-15 Alan Modra <amodra@gmail.com>
1206
1207 * dwarf.c (display_debug_str_offsets): Constrain reads to length
1208 given in header.
1209
1210 2021-05-15 Alan Modra <amodra@gmail.com>
1211
1212 * dwarf.c (display_debug_aranges): Delete initial_length_size.
1213 Use end_ranges to constrain data reads to header length. Avoid
1214 pointer UB.
1215
1216 2021-05-15 Alan Modra <amodra@gmail.com>
1217
1218 * dwarf.c (display_loc_list): Avoid pointer UB. Correct check
1219 before reading uleb length. Warn on excess length.
1220
1221 2021-05-15 Alan Modra <amodra@gmail.com>
1222
1223 * dwarf.c (display_debug_macro): Print strings that might not
1224 be zero terminated with %*s. Don't bump curr if unterminated.
1225
1226 2021-05-15 Alan Modra <amodra@gmail.com>
1227
1228 * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
1229 Simplify length sanity check, and check for too small lengths.
1230 Constrain data reads to header length. Avoid pointer UB.
1231
1232 2021-05-15 Alan Modra <amodra@gmail.com>
1233
1234 * dwarf.c (display_debug_macinfo): Print strings that might not
1235 be zero terminated with %*s. Don't bump curr if unterminated.
1236
1237 2021-05-15 Alan Modra <amodra@gmail.com>
1238
1239 * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
1240 Simplify length check. Constrain reads to length given by header.
1241
1242 2021-05-15 Alan Modra <amodra@gmail.com>
1243
1244 * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
1245 we have already checked for NUL termination.
1246
1247 2021-05-15 Alan Modra <amodra@gmail.com>
1248
1249 * dwarf.c (read_debug_line_header): Delete initial_length_size.
1250 Avoid pointer UB. Keep within length specified by header.
1251 Delete dead code.
1252
1253 2021-05-15 Alan Modra <amodra@gmail.com>
1254
1255 * dwarf.c (process_debug_info): Always do the first CU length
1256 scan for sanity checks. Remove initial_length_size var and
1257 instead calculate end_cu. Use end_cu to limit data reads.
1258 Delete now dead code checking length.
1259
1260 2021-05-15 Alan Modra <amodra@gmail.com>
1261
1262 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
1263
1264 2021-05-15 Alan Modra <amodra@gmail.com>
1265
1266 * bucomm.h (_mul_overflow): Define.
1267 * dwarf.c (get_encoded_value): Avoid pointer UB.
1268
1269 2021-05-13 Alan Modra <amodra@gmail.com>
1270
1271 PR 27861
1272 * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
1273 header length.
1274
1275 2021-05-13 Alan Modra <amodra@gmail.com>
1276
1277 PR 27860
1278 * dwarf.c (display_debug_frames): Sanity check cie_off before
1279 attempting to read cie.
1280
1281 2021-05-12 Alan Modra <amodra@gmail.com>
1282
1283 * dwarf.c (process_extended_line_op): Don't bump data pointer past
1284 end when strnlen doesn't find string terminator.
1285 (decode_location_expression): Remove dead code.
1286 (skip_attr_bytes): Remove const from end param. Ensure data
1287 pointer doesn't pass end.
1288 (get_type_signedness): Remove const from end param.
1289 (read_and_display_attr_value): Ensure data pointer doesn't pass end.
1290 (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
1291 (display_debug_pubnames_worker): Likewise.
1292 (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
1293 than blindly incrementing data pointer.
1294 (display_debug_addr, display_debug_str_offsets): Likewise. Don't
1295 compare pointers, compare lengths.
1296
1297 2021-05-12 Alan Modra <amodra@gmail.com>
1298
1299 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
1300 (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
1301 (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
1302 (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
1303 SAFE_BYTE_GET followed by increment.
1304 (process_debug_info): Likewise, and test bytes remaining before
1305 incrementing section_begin rather than using pointer comparison.
1306 (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
1307 (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
1308
1309 2021-05-12 Alan Modra <amodra@gmail.com>
1310
1311 * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
1312 (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
1313 SAFE_BYTE_GET_AND_INC.
1314 (read_and_display_attr_value): Likewise. Print using dwarf_vmatoa.
1315 (process_debug_info, process_cu_tu_index): Likewise.
1316 * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
1317 (byte_get, byte_get_little_endian, byte_get_big_endian),
1318 (byte_get_signed): Make size param unsigned. Remove code dealing
1319 with 4-byte elf_vma.
1320 (byte_get_64): Delete.
1321 * elfcomm.h (byte_put, byte_put_little_endian, byte_put_big_endian),
1322 (byte_get, byte_get_little_endian, byte_get_big_endian),
1323 (byte_get_signed): Update prototypes.
1324 (byte_get_64): Delete.
1325
1326 2021-05-12 Alan Modra <amodra@gmail.com>
1327
1328 PR 27836
1329 * dwarf.c (display_debug_frames): Don't compare pointers derived
1330 from user input. Test offset against bounds instead.
1331
1332 2021-05-12 Alan Modra <amodra@gmail.com>
1333
1334 PR 27853
1335 * dwarf.c (display_formatted_table): Test for data >= end rather
1336 than data == end.
1337 (process_extended_line_op): Likewise.
1338 (display_debug_lines_raw): Likewise.
1339 (display_debug_lines_decoded): Likewise.
1340
1341 2021-05-12 Alan Modra <amodra@gmail.com>
1342
1343 PR 27849
1344 * dwarf.c (fetch_indexed_string): Correct length sanity checks.
1345 Sanity check section size for version and padding too. Correct
1346 index sanity check. Handle multiple tables in .debug_str_offsets.
1347
1348 2021-05-11 Hans-Peter Nilsson <hp@axis.com>
1349
1350 * dwarf.c (process_abbrev_set): Properly parenthesize before
1351 casting to unsigned long.
1352
1353 2021-05-11 Alan Modra <amodra@gmail.com>
1354
1355 PR 27845
1356 * dwarf.c (process_abbrev_set): Replace start and end parameters
1357 with section, abbrev_base, abbrev_size, abbrev_offset. Update
1358 all callers. Sanity check parameters correctly and emit warnings
1359 here rather than..
1360 (process_debug_info): ..here.
1361
1362 2021-05-10 Thomas Wolff <towo@towo.net>
1363
1364 PR 4356
1365 PR 26865
1366 PR 27594
1367 * windres.c (quot): Revert previous delta. Do not use double
1368 quotes when spaces are detected in options.
1369 * doc/binutils.texi (windres): Remove suggestion that the
1370 --preprocessor option can take arguments.
1371
1372 2021-05-10 Alan Modra <amodra@gmail.com>
1373
1374 * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
1375 END rather than adding amount to PTR.
1376 (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
1377
1378 2021-05-09 Alan Modra <amodra@gmail.com>
1379
1380 * objcopy.c (eq_string): Delete.
1381 (create_symbol_htab): Use htab_eq_string.
1382
1383 2021-05-08 Mike Frysinger <vapier@gentoo.org>
1384
1385 * README-how-to-make-a-release: Update html & pdf entries.
1386
1387 2021-05-08 Mike Frysinger <vapier@gentoo.org>
1388
1389 * doc/Makefile.am (html-local, binutils/index.html): New targets.
1390 * doc/Makefile.in: Regenerate.
1391
1392 2021-05-08 Mike Frysinger <vapier@gentoo.org>
1393
1394 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
1395 * doc/Makefile.in: Regenerate.
1396
1397 2021-05-07 Nick Clifton <nickc@redhat.com>
1398
1399 * readelf.c (no_processor_specific_unwind): New function.
1400 (process_unwind): Use no_processor_specific_unwind for X86
1401 targets.
1402
1403 2021-05-07 Michael Forney <mforney@mforney.org>
1404
1405 * dwarf.c: Don't omit second operand of '?' operator.
1406
1407 2021-04-30 Nick Clifton <nickc@redhat.com>
1408
1409 PR 27796
1410 * dwarf.c (load_debug_sup_file): Allocate memory for filename in
1411 .debug_sup section.
1412
1413 2021-04-29 Nick Clifton <nickc@redhat.com>
1414
1415 PR 27594
1416 * doc/binutils.texi (windres): Correct the description of the
1417 default value of the --preprocessor argument.
1418
1419 2021-04-27 Nick Clifton <nickc@redhat.com>
1420
1421 PR 27779
1422 * dwarf.c (parse_gnu_debuglink): Reject empty names.
1423 (parse_gnu_debugaltlink): Likewise.
1424
1425 2021-04-22 Clément Chigot <clement.chigot@atos.net>
1426
1427 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
1428 aux structures.
1429
1430 2021-04-21 Nick Lott <nick.lott@gmail.com>
1431
1432 PR 27672
1433 * readelf.c (sym_base): New variable.
1434 (enum print_mode): Add more modes.
1435 (print_vma): Add suport for new modes.
1436 (options): Add sym-base.
1437 (usage): Add sym-base.
1438 (parse_args): Add support for --sym-base.
1439 (print_dynamic_symbol_size): New function.
1440 (print_dynamic_symbol): Use new function.
1441 * doc/binutils.texi: Document the new feature.
1442 * NEWS: Mention the new feature.
1443
1444 2021-04-21 Nick Clifton <nickc@redhat.com>
1445
1446 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
1447 Adjust expected output to allow for named section symbols.
1448 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
1449 Likewise.
1450 * testsuite/binutils-all/readelf.s-64: Likewise.
1451 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1452 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
1453 * testsuite/binutils-all/readelf.ss-unused: Likewise.
1454
1455 2021-04-21 Luo Longjun <luolongjun@huawei.com>
1456
1457 * readelf.c (print_dynamic_symbol): Print the section name for
1458 section symbols without a name of their own.
1459
1460 2021-04-20 Andreas Krebbel <krebbel@linux.ibm.com>
1461
1462 * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
1463 add him to Past Maintainers.
1464 Update my email address.
1465
1466 2021-04-19 Nick Clifton <nickc@redhat.com>
1467
1468 PR 21702
1469 * arsup.c (ar_addmod): Enable plugin support, if available.
1470
1471 2021-04-19 Nick Clifton <nickc@redhat.com>
1472
1473 * rename.c: (get_stat_atime_ns): Add prototype.
1474 (get_stat_mtime_ns): Add prototype.
1475
1476 2021-04-16 Alan Modra <amodra@gmail.com>
1477
1478 PR 27725
1479 * rename.c (get_stat_atime, get_stat_mtime): Make static.
1480 (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
1481
1482 2021-04-15 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
1483
1484 PR 27725
1485 * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
1486 (get_stat_mtime_ns): Likewise.
1487
1488 2021-04-15 Alan Modra <amodra@gmail.com>
1489
1490 PR 27725
1491 * configure.ac: Check for sys/time.h and utimensat. Use standard
1492 checks for mkstemp and mkdtemp. Whitespace. Check for nanosecond
1493 members of struct stat.
1494 * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
1495 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
1496 (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
1497 (get_stat_atime, get_stat_mtime): Likewise.
1498 (set_times): Choose first available of utimensat, utimes, utime.
1499 Use above inline functions to set timespec and timeval values.
1500 * configure: Regenerate.
1501 * config.in: Regenerate.
1502 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
1503 file timestamp when --preserve-dates is used.
1504
1505 2021-04-15 Alan Modra <amodra@gmail.com>
1506
1507 PR 27456
1508 * rename.c (smart_rename): When TO and FROM are equal, just set
1509 file timestamp.
1510 * objcopy.c (strip_main, copy_main): Always call smart_rename.
1511
1512 2021-04-14 H.J. Lu <hongjiu.lu@intel.com>
1513
1514 PR binutils/27708
1515 * testsuite/binutils-all/x86-64/pr27708.dump: New file.
1516 * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
1517 * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
1518 test.
1519
1520 2021-04-14 Mark Harmstone <mark@harmstone.com>
1521
1522 PR 27686
1523 * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
1524 end of the structure.
1525
1526 2021-04-14 Frederic Cambus <fred@statdns.com>
1527
1528 * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
1529 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
1530
1531 2021-04-14 Alan Modra <amodra@gmail.com>
1532
1533 PR 27716
1534 * objdump.c (show_line): Don't limit paths to PATH_MAX.
1535 * readelf.c (struct filedata): Change program_interpreter from
1536 a char array to a char pointer.
1537 (process_program_headers): Sanity check PT_INTERP p_filesz.
1538 Malloc program_interpreter using p_filesz and read directly from
1539 file.
1540 (process_dynamic_section): Check program_interpreter is non-NULL.
1541 (free_filedata): New function, split out from..
1542 (process_object): ..here.
1543 (close_debug_file): Call free_filedata.
1544 * sysdep.h: Don't include sys/param.h.
1545 (PATH_MAX): Don't define.
1546 * configure.ac: Don't check for sys/param.h.
1547 * configure: Regenerate.
1548
1549 2021-04-13 Frederic Cambus <fred@statdns.com>
1550
1551 * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
1552 check for NT_NETBSD_PAX.
1553
1554 2021-04-12 Alan Modra <amodra@gmail.com>
1555
1556 * configure.ac (--enable-checking): Add support.
1557 * config.in: Regenerate.
1558 * configure: Regenerate.
1559
1560 2021-04-09 Alan Modra <amodra@gmail.com>
1561
1562 * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
1563 dynrelcount.
1564 (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
1565 (disassemble_section, disassemble_data): Likewise.
1566
1567 2021-04-06 Alan Modra <amodra@gmail.com>
1568
1569 * objdump.c (objdump_symbol_at_address): Return asymbol*.
1570
1571 2021-04-06 Alan Modra <amodra@gmail.com>
1572
1573 * NEWS: Mention C99 requirement.
1574 * README: Likewise. Modernise examples and "Reporting bugs".
1575
1576 2021-04-05 Alan Modra <amodra@gmail.com>
1577
1578 * configure.ac: Assume long long is available. Don't test for
1579 strings.h, stdlib.h, limits.h, locale.h, or wchar.h. Check
1580 inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
1581 strcoll, setlocale, setmode or location of time_t. Don't check
1582 for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
1583 (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
1584 * sysdep.h: Don't include alloca-conf.h, include config.h instead.
1585 Test HAVE_SYS_TYPES_H and reorder includes. Include limits.h,
1586 locale.h, string.h and stdlib.h unconditionally. Remove various
1587 fallback declarations. Assume long long is available.
1588 * addr2line.c: Don't test HAVE_SETLOCALE.
1589 * ar.c: Likewise.
1590 * coffdump.c: Likewise.
1591 * dlltool.c: Likewise.
1592 * dllwrap.c: Likewise.
1593 * elfedit.c: Likewise.
1594 * nm.c: Likewise.
1595 * objcopy.c: Likewise.
1596 * objdump.c: Likewise.
1597 * readelf.c: Likewise.
1598 * size.c: Likewise.
1599 * srconv.c: Likewise.
1600 * strings.c: Likewise.
1601 * sysdump.c: Likewise.
1602 * windmc.c: Likewise.
1603 * windres.c: Likewise.
1604 * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
1605 * dwarf.c: Include limits.h unconditionally. Assume long long
1606 is available.
1607 * nm.c: Don't test HAVE_STRCOLL.
1608 * readelf.c: Don't test HAVE_WCHAR_H.
1609 * strings.c: Assume long long is available.
1610 * syslex.l: Include string.h unconditionally.
1611 * aclocal.m4: Regenerate.
1612 * config.in: Regenerate.
1613 * configure: Regenerate.
1614 * Makefile.in: Regenerate.
1615 * doc/Makefile.in: Regenerate.
1616
1617 2021-04-01 Martin Liska <mliska@suse.cz>
1618
1619 * elfcomm.h (strneq): Remove strneq and use startswith.
1620 * readelf.c (ia64_process_unwind): Likewise.
1621 (process_note): Likewise.
1622
1623 2021-04-01 Martin Liska <mliska@suse.cz>
1624
1625 * dllwrap.c: Use startswith function.
1626 * objcopy.c (is_dwo_section): Likewise.
1627 (handle_remove_section_option): Likewise.
1628 (copy_main): Likewise.
1629 * objdump.c (is_significant_symbol_name): Likewise.
1630
1631 2021-04-01 Martin Liska <mliska@suse.cz>
1632
1633 * dwarf.c (display_debug_lines_raw): Replace const_strneq with
1634 startswith.
1635 (display_debug_lines_decoded): Likewise.
1636 (display_debug_links): Likewise.
1637 * elfcomm.c (setup_archive): Likewise.
1638 * elfcomm.h (const_strneq): Likewise.
1639 * readelf.c (process_section_headers): Likewise.
1640 (slurp_ia64_unwind_table): Likewise.
1641 (slurp_hppa_unwind_table): Likewise.
1642 (decode_arm_unwind): Likewise.
1643 (display_debug_section): Likewise.
1644 (process_note): Likewise.
1645
1646 2021-03-31 Alan Modra <amodra@gmail.com>
1647
1648 * sysdep.h (POISON_BFD_BOOLEAN): Define.
1649 * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
1650 * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
1651 * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
1652 * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
1653 * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
1654 * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
1655 * windmc.c, * windmc.h, * windres.c, * winduni.c,
1656 * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
1657 and TRUE with true throughout.
1658
1659 2021-03-31 Alan Modra <amodra@gmail.com>
1660
1661 * coffdump.c: Include stdint.h in place of bfd_stdint.h.
1662 * dwarf.c: Likewise.
1663
1664 2021-03-31 Alan Modra <amodra@gmail.com>
1665
1666 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
1667
1668 2021-03-29 Alan Modra <amodra@gmail.com>
1669
1670 * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
1671 * dwarf.c (read_and_display_attr_value): Likewise.
1672 (display_debug_str_offsets): Likewise.
1673 * objdump.c (dump_bfd): Likewise.
1674 * readelf.c (dump_section_as_strings): Likewise.
1675 (dump_section_as_bytes): Likewise.
1676
1677 2021-03-29 Alan Modra <amodra@gmail.com>
1678
1679 * objdump.c (process_links): Use type int.
1680 * readelf.c (request_dump): Don't increment do_dump, set it.
1681 * windint.h (target_is_bigendian): Use type bfd_boolean.
1682 * windmc.c (target_is_bigendian): Likewise.
1683 * windres.c (target_is_bigendian): Likewise.
1684
1685 2021-03-22 Martin Liska <mliska@suse.cz>
1686
1687 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
1688 with startswith.
1689 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
1690 * objcopy.c (is_mergeable_note_section): Likewise.
1691 * objdump.c (dump_dwarf_section): Likewise.
1692 * prdbg.c (pr_method_type): Likewise.
1693 (pr_class_baseclass): Likewise.
1694 (tg_class_baseclass): Likewise.
1695 * readelf.c (process_lto_symbol_tables): Likewise.
1696 * stabs.c (ULLHIGH): Likewise.
1697 (parse_stab_argtypes): Likewise.
1698 (stab_demangle_function_name): Likewise.
1699
1700 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * readelf.c (get_machine_name): Add EM_INTELGT.
1703
1704 2021-03-18 Nick Clifton <nickc@redhat.com>
1705
1706 PR 27478
1707 * readelf.c (dump_section_as_strings): Mention separate filename.
1708 (dump_section_as_bytes): Likewise.
1709 (dump_section_as_ctf): Likewise.
1710 (initialise_dumkps_byname): Only issue a warning for missing
1711 sections if processing the main file.
1712 (process_section_contents): Only issue a warning for unsumped
1713 section numbers in the main file.
1714 (initialise_dump_sects): New function. Contains code extracted
1715 from ...
1716 (process_object): ... here. Also call initialise_dump_sects for
1717 separate files.
1718
1719 2021-03-16 Nick Clifton <nickc@redhat.com>
1720
1721 PR 27534
1722 * readelf.c (display_debug_section): Also retain .debug_addr
1723 sections.
1724
1725 2021-03-16 Nick Clifton <nickc@redhat.com>
1726
1727 PR 27533
1728 * readelf.c (process_section_contents): Only dump debug
1729 information for separate files unless process_links is enabled.
1730 (process_object): Always call process_section_contents for
1731 separate info files.
1732
1733 2021-03-15 Nick Clifton <nickc@redhat.com>
1734
1735 PR 27487
1736 * nm.c (FORMAT_JUST_SYMBOLS): Define.
1737 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
1738 (long_options): Add just-symbols.
1739 (set_output_format): Add support for just-symbols.
1740 (get_print_format): Likewise.
1741 (do_not_print_object_filename): New function.
1742 (do_not_print_archive_filename): New function.
1743 (do_not_print_archive_member): New function.
1744 (do_not_print_symbol_filename): New function.
1745 (just_print_symbol_name): New function.
1746 (main): Handle --just-symbols.
1747 * NEWS: Mention the new feature.
1748 * doc/binutils.texi: Document the new feature.
1749
1750 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1751
1752 * od-xcoff.c: Replace RTB by TRL entry.
1753
1754 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1755 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
1758
1759 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1760 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
1763
1764 2021-03-05 Nick Clifton <nickc@redhat.com>
1765
1766 PR 27387
1767 * dwarf.c (display_debug_macro): Handle the displaying of
1768 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
1769 .debug_macro.dwo sections.
1770
1771 2021-03-04 Nick Clifton <nickc@redhat.com>
1772
1773 PR 27478
1774 * objdump.c (process_links): New variable.
1775 (usage): Add --process-links.
1776 (long_options): Likewise.
1777 (dump_bfd): Stop processing once the bfd has been loaded unless
1778 this is the main file or process_links has been enabled.
1779 (main): Handle the process-links option.
1780 * readelf.c (process_links): New variable.
1781 (struct filedata): Add is_separate field.
1782 (options): Add --process-links.
1783 (usage): Likewise.
1784 (parse_args): Likewise.
1785 (process_file_header): Include the filename when dumping
1786 information for separate debuginfo files.
1787 (process_program_headers): Likewise.
1788 (process_section_headers): Likewise.
1789 (process_section_groups): Likewise.
1790 (process_relocs): Likewise.
1791 (process_dynamic_section): Likewise.
1792 (process_version_sections): Likewise.
1793 (display_lto_symtab): Likewise.
1794 (process_symbol_table): Likewise.
1795 (process_syminfo): Likewise.
1796 (initialise_dumps_by_name): Likewise.
1797 (process_section_contents): Likewise.
1798 (process_notes_at): Likewise.
1799 (process_notes): Likewise.
1800 (open_file): Add is_separate parameter. Use to initialise the
1801 is_separate field in the filedata structure.
1802 (open_deug): Update call to open_file.
1803 (process_object): Add processing of the contents of separate
1804 debuginfo files, gated by the process_links variable.
1805 (process_archive): Update call to open_file.
1806 (process_file): Initialise the is_separate field in the filedata
1807 structure.
1808 * dwarf.c (load_separate_debug_info_file): Only report the
1809 loading of a separate file if debug links are being dumped.
1810 * objcopy.c (keep_section_symbols): New variable.
1811 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
1812 (strip_options): Add keep-section-symbols.
1813 (copy_options): Likewise.
1814 (copy_usage): Likewise.
1815 (strip_usage): Likewise.
1816 (copy_object): Keep section symbols if requested by command line
1817 option.
1818 (strip_main): Handle --keep-section-symbols.
1819 (copy_main): Likewise.
1820 * doc/binutils.texi: Document the new options.
1821 * NEWS: Mention the new features.
1822 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
1823 Update options passed to objdump. Use diff rather than cmp to
1824 compare the dumped data.
1825 * testsuite/binutils-all/objdump.WK2: Update regexp.
1826 * testsuite/binutils-all/objdump.WK3: Update regexp.
1827 * testsuite/binutils-all/objdump.exp: Use --process-links
1828 instead of --dwarf=follow-links.
1829 * testsuite/binutils-all/readelf.exp (readelf_test): Include
1830 readelf's output in the log when the test fails.
1831 Add the -P option to the -wKis test.
1832 * testsuite/binutils-all/readelf.wKis: Update expected output.
1833
1834 2021-03-03 Alan Modra <amodra@gmail.com>
1835
1836 PR 27493
1837 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
1838 * NEWS: Mention feature.
1839
1840 2021-03-01 H.J. Lu <hongjiu.lu@intel.com>
1841
1842 PR binutils/27486
1843 * dwarf.c (load_separate_debug_info): Issue warning only if
1844 do_debug_links is set.
1845 * testsuite/binutils-all/compress.exp: Run objdump and readelf
1846 with missing debug file.
1847
1848 2021-03-01 Alan Modra <amodra@gmail.com>
1849
1850 PR 27128
1851 * doc/binutils.texi: Add nm --with-symbol-versions and
1852 --without-symbol-versions documentation.
1853 * nm.c (with_symbol_versions): New variable.
1854 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
1855 (long_options): Make --with-symbol-versions entry twiddle the flag.
1856 Add --without-symbol-versions.
1857 (print_symname): Strip version when !with_symbol_versions. Add
1858 dynamic version info under control of with_symbol_versions.
1859 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
1860
1861 2021-02-26 Fangrui Song <maskray@google.com>
1862
1863 PR 27408
1864 * readelf.c (quiet): New option flag.
1865 (enum long_option_values): New enum to hold long option value.
1866 (long_options): Add --quiet.
1867 (usage): Mention --quiet.
1868 (display_rel_file): If quiet is enabled, suppress "no symbols".
1869 (main): Handle the new option.
1870 * NEWS: Mention --quiet.
1871 * docs/binutils.texi: Document --quiet.
1872
1873 2021-02-26 Tom de Vries <tdevries@suse.de>
1874
1875 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
1876
1877 2021-02-26 Tom de Vries <tdevries@suse.de>
1878
1879 PR 27390
1880 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
1881 DW_FORM_addrx*.
1882 (read_and_display_attr_value): Likewise.
1883
1884 2021-02-25 Nick Clifton <nickc@redhat.com>
1885
1886 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
1887 forms.
1888 (read_and_display_attr_value): Handle sup forms.
1889 (display_debug_sup): New function. Displays the contents of a
1890 .debug_sup section.
1891 (load_debug_sup_file): New function. Loads the contents of a file
1892 referenced by a .debug_sup section.
1893 (check_for_and_load_links): Call load_debug_sup_file.
1894 (debug_displays): Add entry for .debug_sup.
1895 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
1896 * readelf.c (process_section_headers): Add support for debug_sup.
1897 * doc/debug.options.texi: Note that the =links option will display
1898 the contents of .debug_sup sections.
1899 * NEWS: Mention the new support.
1900
1901 2021-02-25 Alan Modra <amodra@gmail.com>
1902
1903 PR 27456
1904 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
1905
1906 2021-02-24 Nick Clifton <nickc@redhat.com>
1907
1908 PR 27285
1909 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
1910 when adding together the section sizes.
1911
1912 2021-02-24 Nick Clifton <nickc@redhat.com>
1913
1914 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
1915 build notes.
1916 * readelf.c (print_gnu_build_attribute_description): Likewise.
1917
1918 2021-02-24 Alan Modra <amodra@gmail.com>
1919 Siddhesh Poyarekar <siddhesh@gotplt.org>
1920
1921 PR 27456
1922 * bucomm.h (smart_rename): Update prototype.
1923 * rename.c (smart_rename): Add fromfd and preserve_dates params.
1924 Pass fromfd and target_stat to simple_copy. Call set_times
1925 when preserve_dates.
1926 (simple_copy): Accept fromfd rather than from filename. Add
1927 target_stat param. Rewind fromfd rather than opening. Open
1928 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
1929 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
1930 closing output temp file, and pass tmpfd to smart_rename.
1931 * arsup.c (temp_fd): Rename from real_fd.
1932 (ar_save): Dup temp_fd and pass to smart_rename.
1933 * objcopy.c (strip_main, copy_main): Likewise, and pass
1934 preserve_dates.
1935
1936 2021-02-24 Alan Modra <amodra@gmail.com>
1937
1938 PR 27456
1939 * rename.c: Tidy throughout.
1940 (smart_rename): Always copy. Remove windows specific code.
1941
1942 2021-02-20 Alan Modra <amodra@gmail.com>
1943
1944 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
1945 (run_dump_test): Fail if expecting errors from a file like we do
1946 for error strings, if no error is seen.
1947
1948 2021-02-19 Alan Modra <amodra@gmail.com>
1949
1950 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
1951
1952 2021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
1953
1954 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
1955 SMART_RENAME.
1956 * arsup.c (ar_save): Likewise.
1957 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
1958 temporary file and adjust call to SMART_RENAME.
1959 (copy_main): Likewise.
1960 * rename.c [!S_ISLNK]: Remove definitions.
1961 (try_preserve_permissions): Remove function.
1962 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
1963 rename system call only if TO does not exist.
1964 * bucomm.h (smart_rename): Adjust declaration.
1965
1966 2021-02-18 Nick Clifton <nickc@redhat.com>
1967
1968 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
1969 address that is higher than the end address.
1970
1971 2021-02-17 Alan Modra <amodra@gmail.com>
1972
1973 * dwarf.c: Include limits.h.
1974 (CHAR_BIT): Provide backup define.
1975 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
1976 signed overflow checking.
1977 * testsuite/binutils-all/pr26548.s,
1978 * testsuite/binutils-all/pr26548.d,
1979 * testsuite/binutils-all/pr26548e.d: New tests.
1980 * testsuite/binutils-all/readelf.exp: Run them.
1981 (readelf_test): Drop unused "xfails" parameter. Update all uses.
1982
1983 2021-02-16 Jan Beulich <jbeulich@suse.com>
1984
1985 * dwarf.c (process_debug_info): Initialize "dwo_id".
1986
1987 2021-02-15 Alan Modra <amodra@gmail.com>
1988
1989 * objdump.c (load_specific_debug_section): Don't call
1990 bfd_cache_section_contents. Rearrange so that
1991 bfd_get_full_section_contents is not called on path where
1992 bfd_simple_get_relocated_section_contents is called.
1993 Don't set section->user_data.
1994 (free_debug_section): Always free section->start. Don't twiddle
1995 section flags.
1996 * readelf.c (load_specific_debug_section): Don't set user_data.
1997 * dwarf.h (struct dwarf_section): Remove use_data field.
1998 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
1999
2000 2021-02-15 Alan Modra <amodra@gmail.com>
2001
2002 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
2003 * testsuite/binutils-all/objdump.exp: Likewise.
2004
2005 2021-02-14 Alan Modra <amodra@gmail.com>
2006
2007 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
2008 to the symbol array.
2009 (slurp_dynamic_symtab): Likewise.
2010 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
2011
2012 2021-02-14 Alan Modra <amodra@gmail.com>
2013
2014 * Makefile.in: Regenerate.
2015 * doc/Makefile.in: Regenerate.
2016
2017 2021-02-13 Mike Frysinger <vapier@gentoo.org>
2018
2019 * aclocal.m4: Regenerate.
2020
2021 2021-02-12 Nick Clifton <nickc@redhat.com>
2022
2023 * configure.ac (follow-debug-links): Add option to enable or
2024 disable the following of debug links by default. Set the
2025 default for the option to be 'follow'.
2026 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
2027 (dwarf_select_sections_by_names): Add no-follow-links option.
2028 (dwarf_select_sections_by_letter): Add 'N' option.
2029 * objdump.c (usage): Add conditional text describing the
2030 follow links option.
2031 (slurp_symtab): Ensure that there is a NULL entry at the end
2032 of the symbol table.
2033 (slurp_dynamic_symtab): Likewise.
2034 (dump_bfd): When extending the symbol table, ensure that there
2035 is still a NULL entry at the end.
2036 * readelf.c (usage): Add conditional text describing the
2037 follow links option.
2038 * doc/binutils.texi: Update documentation for objcopy and
2039 readelf.
2040 * doc/debug.options.texi: Update documentation of the
2041 follow-links option.
2042 * config.in: Regenerate.
2043 * configure: Regenerate.
2044 * testsuite/binutils-all/compress.exp: Add the -WN option to
2045 objdump command lines that are not expecting to follow links.
2046 * testsuite/binutils-all/readelf.exp: Add the
2047 --debug-dump=no-follow-links option to tests that are not
2048 expecting to follow debug links.
2049 * NEWS: Mention the new behaviour.
2050
2051 2021-02-12 Alan Modra <amodra@gmail.com>
2052
2053 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
2054 gas or ld fails to build a testcase rather than "unresolved".
2055 Report "fail" when readelf returns an error status rather than
2056 "unresolved".
2057 * testsuite/binutils-all/ar.exp: Likewise.
2058 * testsuite/binutils-all/compress.exp: Likewise.
2059 * testsuite/binutils-all/readelf.exp: Likewise.
2060
2061 2021-02-12 Alan Modra <amodra@gmail.com>
2062
2063 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
2064 "c" with "ccc" labels.
2065
2066 2021-02-12 Tom de Vries <tdevries@suse.de>
2067
2068 * dwarf.h (debug_info): Fix typo in comment.
2069
2070 2021-02-12 Tom de Vries <tdevries@suse.de>
2071
2072 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
2073 entries.
2074
2075 2021-02-12 Tom de Vries <tdevries@suse.de>
2076
2077 * dwarf.c (process_debug_info): Print DWO ID.
2078
2079 2021-02-11 Alan Modra <amodra@gmail.com>
2080
2081 PR 27290
2082 PR 27293
2083 PR 27295
2084 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
2085 Use bfd_malloc_and_get_section.
2086 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
2087 check namesz. Return NULL if descsz is too small. Ensure
2088 string table is terminated.
2089 (elf32_avr_get_device_info): Formatting. Add note_size param.
2090 Sanity check note.
2091 (elf32_avr_dump_mem_usage): Adjust to suit.
2092
2093 2021-02-10 Tom de Vries <tdevries@suse.de>
2094
2095 PR binutils/27391
2096 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
2097
2098 2021-02-10 Tom de Vries <tdevries@suse.de>
2099
2100 PR binutils/27371
2101 * dwarf.c (display_debug_ranges): Filter range lists according to
2102 section.
2103
2104 2021-02-09 Tom de Vries <tdevries@suse.de>
2105
2106 PR binutils/27370
2107 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
2108
2109 2021-02-09 Tom de Vries <tdevries@suse.de>
2110
2111 PR binutils/27386
2112 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
2113 DW_UT_split_compile.
2114
2115 2021-02-09 Alan Modra <amodra@gmail.com>
2116
2117 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
2118 symbianelf.
2119
2120 2021-02-07 Alan Modra <amodra@gmail.com>
2121
2122 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
2123 uninitialised on invalid input.
2124
2125 2021-02-06 Alan Modra <amodra@gmail.com>
2126
2127 PR 27349
2128 * rename.c (smart_rename): Test for existence and type of output
2129 file with lstat.
2130
2131 2021-02-05 Nick Clifton <nickc@redhat.com>
2132
2133 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
2134
2135 2021-02-05 Eli Zaretskii <eliz@gnu.org>
2136
2137 PR 27252
2138 * elfedit.c (check_file):
2139 * bucomm.c (get_file_size): Fix typos in comments.
2140
2141 2021-02-05 Alan Modra <amodra@gmail.com>
2142
2143 PR 27345
2144 * arsup.c (ar_save): Use stat rather than lstat.
2145
2146 2021-02-03 Alan Modra <amodra@gmail.com>
2147
2148 PR 27270
2149 PR 27284
2150 PR 26945
2151 * ar.c: Don't include libbfd.h.
2152 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
2153 bfd_stat rather than fstat on iostream. Move stat and fd tests
2154 outside of _WIN32 ifdef. Delete skip_stat variable.
2155 * arsup.c (temp_name, real_ofd): New static variables.
2156 (ar_open): Use make_tempname and bfd_fdopenw.
2157 (ar_save): Adjust to suit ar_open changes. Move stat output
2158 of _WIN32 ifdef.
2159 * objcopy.c: Don't include libbfd.h.
2160 (copy_file): Use bfd_stat.
2161
2162 2021-02-02 H.J. Lu <hongjiu.lu@intel.com>
2163
2164 PR binutils/27281
2165 * readelf.c (process_section_headers): Add 'R' and 'D' to
2166 "Key to Flags:".
2167 * testsuite/binutils-all/retain1a.d: Updated.
2168
2169 2021-01-30 Nick Clifton <nickc@redhat.com>
2170
2171 * README-how-to-make-a-release: Small updates after the 2.35.2
2172 release.
2173
2174 2021-01-28 Eli Zaretskii <eliz@gnu.org>
2175
2176 PR 4356
2177 * windres.c (quot): Use double quotes to protect strings on
2178 Windows platforms.
2179
2180 2021-01-28 Eli Zaretskii <eliz@gnu.org>
2181
2182 PR 27252
2183 * bucomm.c (get_file_size): Add code to handle /dev/null on
2184 Windows systems.
2185 * elfedit.c (check_file): Likewise.
2186
2187 2021-01-27 Nick Clifton <nickc@redhat.com>
2188
2189 * objcopy.c (copy_main): Remove conditional control of the calls
2190 to free, simplifying the code and making it easier to detect
2191 typos.
2192
2193 2021-01-26 Frederic Cambus <fred@statdns.com>
2194
2195 * objcopy.c (copy_main): Fix a double free happening when both
2196 --localize-symbols and --globalize-symbols options are invoked
2197 together.
2198
2199 2021-01-24 Nick Clifton <nickc@redhat.com>
2200
2201 * README-how-to-make-a-release: Minor updates after the 2.36 release.
2202
2203 2021-01-16 Alan Modra <amodra@gmail.com>
2204
2205 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
2206
2207 2021-01-15 Alan Modra <amodra@gmail.com>
2208
2209 PR 26539
2210 * readelf.c (uncompress_section_contents): Always call inflateEnd.
2211
2212 2021-01-14 Alexandre Oliva <oliva@gnu.org>
2213
2214 * MAINTAINERS: Update my email address.
2215
2216 2021-01-14 Nick Clifton <nickc@redhat.com>
2217
2218 * po/sv.po: Updated Swedish translation.
2219
2220 2021-01-13 Alan Modra <amodra@gmail.com>
2221
2222 * Makefile.in: Regenerate.
2223 * doc/Makefile.in: Regenerate.
2224
2225 2021-01-13 Zebediah Figura <z.figura12@gmail.com>
2226
2227 PR 27037
2228 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
2229 and before exit.
2230 (i386_x64_trampoline): Add SEH annotations.
2231 (struct mac): Add how_seh field.
2232 (make_delay_head): If how_set field is true add SEh instructions.
2233
2234 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
2235
2236 PR binutils/26792
2237 * configure.ac: Use GNU_MAKE_JOBSERVER.
2238 * aclocal.m4: Regenerated.
2239 * configure: Likewise.
2240
2241 2021-01-12 Nick Clifton <nickc@redhat.com>
2242
2243 * po/fr.po: Updated French translation.
2244
2245 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2246
2247 PR ld/27173
2248 * configure: Regenerated.
2249
2250 2021-01-11 Nick Clifton <nickc@redhat.com>
2251
2252 * po/pt.po: Updated Portuguese translation.
2253 * po/sr.po: Updated Serbian translation.
2254 * po/uk.po: Updated Ukranian translation.
2255
2256 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
2257
2258 * configure: Regenerated.
2259
2260 2021-01-09 Nick Clifton <nickc@redhat.com>
2261
2262 * configure: Regenerate.
2263 * po/binutils.pot: Regenerate.
2264
2265 2021-01-09 Nick Clifton <nickc@redhat.com>
2266
2267 * 2.36 release branch crated.
2268 * README-how-to-make-a-release: Add note about updating Makefiles
2269 and libtool files.
2270 * BRANCHES: Add binutils-2.36-branch.
2271
2272 2021-01-09 Alan Modra <amodra@gmail.com>
2273
2274 * configure: Regenerate.
2275
2276 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
2277
2278 * configure: Regenerate.
2279
2280 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
2281
2282 PR 27109
2283 * objcopy.c (copy_object): Handle section symbols for
2284 non-relocatable inputs.
2285 * testsuite/binutils-all/readelf.exp (readelf_test): Check
2286 is_elf_unused_section_symbols.
2287 * testsuite/binutils-all/readelf.s-64: Updated.
2288 * testsuite/binutils-all/readelf.ss: Likewise.
2289 * testsuite/binutils-all/readelf.ss-64: Likewise.
2290 * testsuite/binutils-all/readelf.s-64-unused: New file.
2291 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
2292 * testsuite/binutils-all/readelf.ss-unused: Likewise.
2293 * testsuite/lib/binutils-common.exp
2294 (is_elf_unused_section_symbols): New proc.
2295
2296 2021-01-06 Reuben Thomas <rrt@sc3d.org>
2297
2298 * binutils/readelf.c: Correct grammar in comment.
2299
2300 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
2301
2302 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
2303 * doc/binutils.texi: Correct grammar.
2304 * readelf.c (process_version_sections): Correct spelling of auxiliary
2305 in warning.
2306 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
2307
2308 2021-01-01 Alan Modra <amodra@gmail.com>
2309
2310 Update year range in copyright notice of all files.
2311
2312 For older changes see ChangeLog-2020
2313 \f
2314 Copyright (C) 2021-2023 Free Software Foundation, Inc.
2315
2316 Copying and distribution of this file, with or without modification,
2317 are permitted in any medium without royalty provided the copyright
2318 notice and this notice are preserved.
2319
2320 Local Variables:
2321 mode: change-log
2322 left-margin: 8
2323 fill-column: 74
2324 version-control: never
2325 End: