]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
dwarf.c: string_fortify.h strncpy error
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2021-06-19 Alan Modra <amodra@gmail.com>
2
3 * dwarf.c (display_debug_lines_decoded): Use memcpy rather than
4 strncpy when trimming file name length to MAX_FILENAME_LENGTH.
5 Don't make an unnecessary copy when length is good.
6
7 2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
8
9 * readelf.c (print_gnu_property_note): Handle
10 GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
11 GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
12
13 2021-06-15 Nick Clifton <nickc@redhat.com>
14
15 * readelf.c (get_note_type): Add support for NT_GO_BUILDID.
16
17 2021-06-15 Alan Modra <amodra@gmail.com>
18
19 * readelf.c (locate_dynamic_section, is_pie): New functions.
20 (get_file_type): Replace e_type parameter with filedata. Call
21 is_pie for ET_DYN. Update all callers.
22 (process_program_headers): Use local variables dynamic_addr and
23 dynamic_size, updating filedata on exit from function. Set
24 dynamic_size of 1 to indicate no dynamic section or segment.
25 Update tests of dynamic_size throughout.
26 * testsuite/binutils-all/x86-64/pr27708.dump: Update expected output.
27
28 2021-06-14 Eric Botcazou <ebotcazou@adacore.com>
29
30 * dwarf.c (struct abbrev_attr): Change type of implicit_const.
31 (add_abbrev_attr): Likewise.
32 (process_abbrev_set): Likewise.
33 (display_debug_abbrev): Adjust to above change.
34
35 2021-06-12 Alan Modra <amodra@gmail.com>
36
37 * readelf.c (process_file_header): Don't clear section_headers.
38
39 2021-06-12 Alan Modra <amodra@gmail.com>
40
41 * readelf.c (get_section_headers): Don't test e_shoff here, leave
42 that to get_32bit_section_headers or get_64bit_section_headers.
43 (process_object): Throw away section header read to print file
44 header extension.
45
46 2021-06-11 Alan Modra <amodra@gmail.com>
47
48 * readelf.c (struct filedata): Move archive_file_offset and
49 archive_file_size earlier.
50 (free_filedata): Clear using memset.
51
52 2021-06-11 Alan Modra <amodra@gmail.com>
53
54 * readelf.c (GET_ELF_SYMBOLS): Delete. Replace with..
55 (get_elf_symbols): ..this new function throughout.
56 (get_32bit_section_headers): Don't free section_headers.
57 (get_64bit_section_headers): Likewise.
58 (get_section_headers): New function, use throughout in place of
59 32bit and 64bit variants.
60 (get_dynamic_section): Similarly.
61 (process_section_headers): Don't free filedata memory here.
62 (get_file_header): Don't get section headers here..
63 (process_object): ..Read them here instead. Don't exit without
64 freeing filedata memory.
65
66 2021-06-09 Nick Clifton <nickc@redhat.com>
67
68 * MAINTAINERS: Remove Daniel Jacobwitz from the maintainers list.
69
70 2021-06-07 Jan Beulich <jbeulich@suse.com>
71
72 * dwarf.c (display_debug_aranges): Add u suffix to constant.
73
74 2021-05-29 Alan Modra <amodra@gmail.com>
75
76 * objdump (usage): Add missing \n.
77
78 2021-05-29 Alan Modra <amodra@gmail.com>
79
80 * readelf.c (parse_args): Call dwarf_select_sections_all on
81 --debug-dump without optarg.
82 (usage): Associate -w and --debug-dump options closely.
83 Split up help message. Remove extraneous blank lines around
84 ctf help.
85 * objdump.c (usage): Similarly.
86
87 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
88
89 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
90 operand disassembly.
91 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
92
93 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
94
95 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Use `mips:3000'
96 machine for disassembly.
97 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: Likewise.
98 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
99 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: Likewise.
100
101 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR ld/27905
104 * readelf.c (decode_x86_feature_2): Revert commit 50c95a739c9.
105
106 2021-05-27 Alan Modra <amodra@gmail.com>
107
108 * readelf (usage): Order -w letters to match --debug-dump= and
109 move common '=' for --debug-dump out of brackets.
110
111 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
112
113 PR ld/27905
114 * readelf.c (decode_x86_feature_2): Support
115 GNU_PROPERTY_X86_FEATURE_2_CODE16.
116
117 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
118
119 * readelf.c (get_machine_name): Change Loongson Loongarch to
120 LoongArch.
121
122 2021-05-21 Luis Machado <luis.machado@linaro.org>
123
124 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
125
126 2021-05-21 Luis Machado <luis.machado@linaro.org>
127
128 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
129
130 2021-05-19 Eli Schwartz <eschwartz@archlinux.org>
131
132 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
133
134 2021-05-19 Alan Modra <amodra@gmail.com>
135
136 PR 27884
137 * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
138 param with map_return, and return map for DW_FORM_ref_addr.
139 (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
140 Pass returned cu map start and end to recursive call.
141 (read_and_display_attr_value): Similarly.
142
143 2021-05-19 Alan Modra <amodra@gmail.com>
144
145 PR 27879
146 * sysdump.c (getBARRAY): Sanity check size against max.
147 (getINT): Avoid UB shift left.
148
149 2021-05-15 Alan Modra <amodra@gmail.com>
150
151 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
152 Delete dead code.
153
154 2021-05-15 Alan Modra <amodra@gmail.com>
155
156 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
157 length calculations.
158
159 2021-05-15 Alan Modra <amodra@gmail.com>
160
161 * dwarf.c (display_debug_names): Complain when header length is
162 too small. Avoid pointer UB. Sanity check augmentation string,
163 CU table, TU table and foreign TU table sizes.
164
165 2021-05-15 Alan Modra <amodra@gmail.com>
166
167 * dwarf.c (display_debug_frames): Delete initial_length_size.
168 Avoid pointer UB. Constrain data reads to length given in header.
169 Sanity check cie header length. Only skip up to next FDE on
170 finding augmentation data too long.
171
172 2021-05-15 Alan Modra <amodra@gmail.com>
173
174 * dwarf.c (read_cie): Add more sanity checks to ensure data
175 pointer is not bumped past end.
176
177 2021-05-15 Alan Modra <amodra@gmail.com>
178
179 * dwarf.c (display_debug_ranges): Delete initial_length_size.
180 Correct fallback size calculated on finding a reloc. Constrain
181 data reads to length given in header. Avoid pointer UB.
182
183 2021-05-15 Alan Modra <amodra@gmail.com>
184
185 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
186
187 2021-05-15 Alan Modra <amodra@gmail.com>
188
189 * dwarf.c (display_debug_str_offsets): Constrain reads to length
190 given in header.
191
192 2021-05-15 Alan Modra <amodra@gmail.com>
193
194 * dwarf.c (display_debug_aranges): Delete initial_length_size.
195 Use end_ranges to constrain data reads to header length. Avoid
196 pointer UB.
197
198 2021-05-15 Alan Modra <amodra@gmail.com>
199
200 * dwarf.c (display_loc_list): Avoid pointer UB. Correct check
201 before reading uleb length. Warn on excess length.
202
203 2021-05-15 Alan Modra <amodra@gmail.com>
204
205 * dwarf.c (display_debug_macro): Print strings that might not
206 be zero terminated with %*s. Don't bump curr if unterminated.
207
208 2021-05-15 Alan Modra <amodra@gmail.com>
209
210 * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
211 Simplify length sanity check, and check for too small lengths.
212 Constrain data reads to header length. Avoid pointer UB.
213
214 2021-05-15 Alan Modra <amodra@gmail.com>
215
216 * dwarf.c (display_debug_macinfo): Print strings that might not
217 be zero terminated with %*s. Don't bump curr if unterminated.
218
219 2021-05-15 Alan Modra <amodra@gmail.com>
220
221 * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
222 Simplify length check. Constrain reads to length given by header.
223
224 2021-05-15 Alan Modra <amodra@gmail.com>
225
226 * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
227 we have already checked for NUL termination.
228
229 2021-05-15 Alan Modra <amodra@gmail.com>
230
231 * dwarf.c (read_debug_line_header): Delete initial_length_size.
232 Avoid pointer UB. Keep within length specified by header.
233 Delete dead code.
234
235 2021-05-15 Alan Modra <amodra@gmail.com>
236
237 * dwarf.c (process_debug_info): Always do the first CU length
238 scan for sanity checks. Remove initial_length_size var and
239 instead calculate end_cu. Use end_cu to limit data reads.
240 Delete now dead code checking length.
241
242 2021-05-15 Alan Modra <amodra@gmail.com>
243
244 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
245
246 2021-05-15 Alan Modra <amodra@gmail.com>
247
248 * bucomm.h (_mul_overflow): Define.
249 * dwarf.c (get_encoded_value): Avoid pointer UB.
250
251 2021-05-13 Alan Modra <amodra@gmail.com>
252
253 PR 27861
254 * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
255 header length.
256
257 2021-05-13 Alan Modra <amodra@gmail.com>
258
259 PR 27860
260 * dwarf.c (display_debug_frames): Sanity check cie_off before
261 attempting to read cie.
262
263 2021-05-12 Alan Modra <amodra@gmail.com>
264
265 * dwarf.c (process_extended_line_op): Don't bump data pointer past
266 end when strnlen doesn't find string terminator.
267 (decode_location_expression): Remove dead code.
268 (skip_attr_bytes): Remove const from end param. Ensure data
269 pointer doesn't pass end.
270 (get_type_signedness): Remove const from end param.
271 (read_and_display_attr_value): Ensure data pointer doesn't pass end.
272 (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
273 (display_debug_pubnames_worker): Likewise.
274 (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
275 than blindly incrementing data pointer.
276 (display_debug_addr, display_debug_str_offsets): Likewise. Don't
277 compare pointers, compare lengths.
278
279 2021-05-12 Alan Modra <amodra@gmail.com>
280
281 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
282 (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
283 (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
284 (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
285 SAFE_BYTE_GET followed by increment.
286 (process_debug_info): Likewise, and test bytes remaining before
287 incrementing section_begin rather than using pointer comparison.
288 (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
289 (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
290
291 2021-05-12 Alan Modra <amodra@gmail.com>
292
293 * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
294 (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
295 SAFE_BYTE_GET_AND_INC.
296 (read_and_display_attr_value): Likewise. Print using dwarf_vmatoa.
297 (process_debug_info, process_cu_tu_index): Likewise.
298 * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
299 (byte_get, byte_get_little_endian, byte_get_big_endian),
300 (byte_get_signed): Make size param unsigned. Remove code dealing
301 with 4-byte elf_vma.
302 (byte_get_64): Delete.
303 * elfcomm.h (byte_put, byte_put_little_endian, byte_put_big_endian),
304 (byte_get, byte_get_little_endian, byte_get_big_endian),
305 (byte_get_signed): Update prototypes.
306 (byte_get_64): Delete.
307
308 2021-05-12 Alan Modra <amodra@gmail.com>
309
310 PR 27836
311 * dwarf.c (display_debug_frames): Don't compare pointers derived
312 from user input. Test offset against bounds instead.
313
314 2021-05-12 Alan Modra <amodra@gmail.com>
315
316 PR 27853
317 * dwarf.c (display_formatted_table): Test for data >= end rather
318 than data == end.
319 (process_extended_line_op): Likewise.
320 (display_debug_lines_raw): Likewise.
321 (display_debug_lines_decoded): Likewise.
322
323 2021-05-12 Alan Modra <amodra@gmail.com>
324
325 PR 27849
326 * dwarf.c (fetch_indexed_string): Correct length sanity checks.
327 Sanity check section size for version and padding too. Correct
328 index sanity check. Handle multiple tables in .debug_str_offsets.
329
330 2021-05-11 Hans-Peter Nilsson <hp@axis.com>
331
332 * dwarf.c (process_abbrev_set): Properly parenthesize before
333 casting to unsigned long.
334
335 2021-05-11 Alan Modra <amodra@gmail.com>
336
337 PR 27845
338 * dwarf.c (process_abbrev_set): Replace start and end parameters
339 with section, abbrev_base, abbrev_size, abbrev_offset. Update
340 all callers. Sanity check parameters correctly and emit warnings
341 here rather than..
342 (process_debug_info): ..here.
343
344 2021-05-10 Thomas Wolff <towo@towo.net>
345
346 PR 4356
347 PR 26865
348 PR 27594
349 * windres.c (quot): Revert previous delta. Do not use double
350 quotes when spaces are detected in options.
351 * doc/binutils.texi (windres): Remove suggestion that the
352 --preprocessor option can take arguments.
353
354 2021-05-10 Alan Modra <amodra@gmail.com>
355
356 * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
357 END rather than adding amount to PTR.
358 (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
359
360 2021-05-09 Alan Modra <amodra@gmail.com>
361
362 * objcopy.c (eq_string): Delete.
363 (create_symbol_htab): Use htab_eq_string.
364
365 2021-05-08 Mike Frysinger <vapier@gentoo.org>
366
367 * README-how-to-make-a-release: Update html & pdf entries.
368
369 2021-05-08 Mike Frysinger <vapier@gentoo.org>
370
371 * doc/Makefile.am (html-local, binutils/index.html): New targets.
372 * doc/Makefile.in: Regenerate.
373
374 2021-05-08 Mike Frysinger <vapier@gentoo.org>
375
376 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
377 * doc/Makefile.in: Regenerate.
378
379 2021-05-07 Nick Clifton <nickc@redhat.com>
380
381 * readelf.c (no_processor_specific_unwind): New function.
382 (process_unwind): Use no_processor_specific_unwind for X86
383 targets.
384
385 2021-05-07 Michael Forney <mforney@mforney.org>
386
387 * dwarf.c: Don't omit second operand of '?' operator.
388
389 2021-04-30 Nick Clifton <nickc@redhat.com>
390
391 PR 27796
392 * dwarf.c (load_debug_sup_file): Allocate memory for filename in
393 .debug_sup section.
394
395 2021-04-29 Nick Clifton <nickc@redhat.com>
396
397 PR 27594
398 * doc/binutils.texi (windres): Correct the description of the
399 default value of the --preprocessor argument.
400
401 2021-04-27 Nick Clifton <nickc@redhat.com>
402
403 PR 27779
404 * dwarf.c (parse_gnu_debuglink): Reject empty names.
405 (parse_gnu_debugaltlink): Likewise.
406
407 2021-04-22 Clément Chigot <clement.chigot@atos.net>
408
409 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
410 aux structures.
411
412 2021-04-21 Nick Lott <nick.lott@gmail.com>
413
414 PR 27672
415 * readelf.c (sym_base): New variable.
416 (enum print_mode): Add more modes.
417 (print_vma): Add suport for new modes.
418 (options): Add sym-base.
419 (usage): Add sym-base.
420 (parse_args): Add support for --sym-base.
421 (print_dynamic_symbol_size): New function.
422 (print_dynamic_symbol): Use new function.
423 * doc/binutils.texi: Document the new feature.
424 * NEWS: Mention the new feature.
425
426 2021-04-21 Nick Clifton <nickc@redhat.com>
427
428 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
429 Adjust expected output to allow for named section symbols.
430 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
431 Likewise.
432 * testsuite/binutils-all/readelf.s-64: Likewise.
433 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
434 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
435 * testsuite/binutils-all/readelf.ss-unused: Likewise.
436
437 2021-04-21 Luo Longjun <luolongjun@huawei.com>
438
439 * readelf.c (print_dynamic_symbol): Print the section name for
440 section symbols without a name of their own.
441
442 2021-04-20 Andreas Krebbel <krebbel@linux.ibm.com>
443
444 * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
445 add him to Past Maintainers.
446 Update my email address.
447
448 2021-04-19 Nick Clifton <nickc@redhat.com>
449
450 PR 21702
451 * arsup.c (ar_addmod): Enable plugin support, if available.
452
453 2021-04-19 Nick Clifton <nickc@redhat.com>
454
455 * rename.c: (get_stat_atime_ns): Add prototype.
456 (get_stat_mtime_ns): Add prototype.
457
458 2021-04-16 Alan Modra <amodra@gmail.com>
459
460 PR 27725
461 * rename.c (get_stat_atime, get_stat_mtime): Make static.
462 (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
463
464 2021-04-15 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
465
466 PR 27725
467 * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
468 (get_stat_mtime_ns): Likewise.
469
470 2021-04-15 Alan Modra <amodra@gmail.com>
471
472 PR 27725
473 * configure.ac: Check for sys/time.h and utimensat. Use standard
474 checks for mkstemp and mkdtemp. Whitespace. Check for nanosecond
475 members of struct stat.
476 * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
477 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
478 (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
479 (get_stat_atime, get_stat_mtime): Likewise.
480 (set_times): Choose first available of utimensat, utimes, utime.
481 Use above inline functions to set timespec and timeval values.
482 * configure: Regenerate.
483 * config.in: Regenerate.
484 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
485 file timestamp when --preserve-dates is used.
486
487 2021-04-15 Alan Modra <amodra@gmail.com>
488
489 PR 27456
490 * rename.c (smart_rename): When TO and FROM are equal, just set
491 file timestamp.
492 * objcopy.c (strip_main, copy_main): Always call smart_rename.
493
494 2021-04-14 H.J. Lu <hongjiu.lu@intel.com>
495
496 PR binutils/27708
497 * testsuite/binutils-all/x86-64/pr27708.dump: New file.
498 * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
499 * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
500 test.
501
502 2021-04-14 Mark Harmstone <mark@harmstone.com>
503
504 PR 27686
505 * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
506 end of the structure.
507
508 2021-04-14 Frederic Cambus <fred@statdns.com>
509
510 * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
511 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
512
513 2021-04-14 Alan Modra <amodra@gmail.com>
514
515 PR 27716
516 * objdump.c (show_line): Don't limit paths to PATH_MAX.
517 * readelf.c (struct filedata): Change program_interpreter from
518 a char array to a char pointer.
519 (process_program_headers): Sanity check PT_INTERP p_filesz.
520 Malloc program_interpreter using p_filesz and read directly from
521 file.
522 (process_dynamic_section): Check program_interpreter is non-NULL.
523 (free_filedata): New function, split out from..
524 (process_object): ..here.
525 (close_debug_file): Call free_filedata.
526 * sysdep.h: Don't include sys/param.h.
527 (PATH_MAX): Don't define.
528 * configure.ac: Don't check for sys/param.h.
529 * configure: Regenerate.
530
531 2021-04-13 Frederic Cambus <fred@statdns.com>
532
533 * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
534 check for NT_NETBSD_PAX.
535
536 2021-04-12 Alan Modra <amodra@gmail.com>
537
538 * configure.ac (--enable-checking): Add support.
539 * config.in: Regenerate.
540 * configure: Regenerate.
541
542 2021-04-09 Alan Modra <amodra@gmail.com>
543
544 * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
545 dynrelcount.
546 (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
547 (disassemble_section, disassemble_data): Likewise.
548
549 2021-04-06 Alan Modra <amodra@gmail.com>
550
551 * objdump.c (objdump_symbol_at_address): Return asymbol*.
552
553 2021-04-06 Alan Modra <amodra@gmail.com>
554
555 * NEWS: Mention C99 requirement.
556 * README: Likewise. Modernise examples and "Reporting bugs".
557
558 2021-04-05 Alan Modra <amodra@gmail.com>
559
560 * configure.ac: Assume long long is available. Don't test for
561 strings.h, stdlib.h, limits.h, locale.h, or wchar.h. Check
562 inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
563 strcoll, setlocale, setmode or location of time_t. Don't check
564 for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
565 (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
566 * sysdep.h: Don't include alloca-conf.h, include config.h instead.
567 Test HAVE_SYS_TYPES_H and reorder includes. Include limits.h,
568 locale.h, string.h and stdlib.h unconditionally. Remove various
569 fallback declarations. Assume long long is available.
570 * addr2line.c: Don't test HAVE_SETLOCALE.
571 * ar.c: Likewise.
572 * coffdump.c: Likewise.
573 * dlltool.c: Likewise.
574 * dllwrap.c: Likewise.
575 * elfedit.c: Likewise.
576 * nm.c: Likewise.
577 * objcopy.c: Likewise.
578 * objdump.c: Likewise.
579 * readelf.c: Likewise.
580 * size.c: Likewise.
581 * srconv.c: Likewise.
582 * strings.c: Likewise.
583 * sysdump.c: Likewise.
584 * windmc.c: Likewise.
585 * windres.c: Likewise.
586 * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
587 * dwarf.c: Include limits.h unconditionally. Assume long long
588 is available.
589 * nm.c: Don't test HAVE_STRCOLL.
590 * readelf.c: Don't test HAVE_WCHAR_H.
591 * strings.c: Assume long long is available.
592 * syslex.l: Include string.h unconditionally.
593 * aclocal.m4: Regenerate.
594 * config.in: Regenerate.
595 * configure: Regenerate.
596 * Makefile.in: Regenerate.
597 * doc/Makefile.in: Regenerate.
598
599 2021-04-01 Martin Liska <mliska@suse.cz>
600
601 * elfcomm.h (strneq): Remove strneq and use startswith.
602 * readelf.c (ia64_process_unwind): Likewise.
603 (process_note): Likewise.
604
605 2021-04-01 Martin Liska <mliska@suse.cz>
606
607 * dllwrap.c: Use startswith function.
608 * objcopy.c (is_dwo_section): Likewise.
609 (handle_remove_section_option): Likewise.
610 (copy_main): Likewise.
611 * objdump.c (is_significant_symbol_name): Likewise.
612
613 2021-04-01 Martin Liska <mliska@suse.cz>
614
615 * dwarf.c (display_debug_lines_raw): Replace const_strneq with
616 startswith.
617 (display_debug_lines_decoded): Likewise.
618 (display_debug_links): Likewise.
619 * elfcomm.c (setup_archive): Likewise.
620 * elfcomm.h (const_strneq): Likewise.
621 * readelf.c (process_section_headers): Likewise.
622 (slurp_ia64_unwind_table): Likewise.
623 (slurp_hppa_unwind_table): Likewise.
624 (decode_arm_unwind): Likewise.
625 (display_debug_section): Likewise.
626 (process_note): Likewise.
627
628 2021-03-31 Alan Modra <amodra@gmail.com>
629
630 * sysdep.h (POISON_BFD_BOOLEAN): Define.
631 * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
632 * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
633 * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
634 * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
635 * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
636 * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
637 * windmc.c, * windmc.h, * windres.c, * winduni.c,
638 * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
639 and TRUE with true throughout.
640
641 2021-03-31 Alan Modra <amodra@gmail.com>
642
643 * coffdump.c: Include stdint.h in place of bfd_stdint.h.
644 * dwarf.c: Likewise.
645
646 2021-03-31 Alan Modra <amodra@gmail.com>
647
648 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
649
650 2021-03-29 Alan Modra <amodra@gmail.com>
651
652 * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
653 * dwarf.c (read_and_display_attr_value): Likewise.
654 (display_debug_str_offsets): Likewise.
655 * objdump.c (dump_bfd): Likewise.
656 * readelf.c (dump_section_as_strings): Likewise.
657 (dump_section_as_bytes): Likewise.
658
659 2021-03-29 Alan Modra <amodra@gmail.com>
660
661 * objdump.c (process_links): Use type int.
662 * readelf.c (request_dump): Don't increment do_dump, set it.
663 * windint.h (target_is_bigendian): Use type bfd_boolean.
664 * windmc.c (target_is_bigendian): Likewise.
665 * windres.c (target_is_bigendian): Likewise.
666
667 2021-03-22 Martin Liska <mliska@suse.cz>
668
669 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
670 with startswith.
671 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
672 * objcopy.c (is_mergeable_note_section): Likewise.
673 * objdump.c (dump_dwarf_section): Likewise.
674 * prdbg.c (pr_method_type): Likewise.
675 (pr_class_baseclass): Likewise.
676 (tg_class_baseclass): Likewise.
677 * readelf.c (process_lto_symbol_tables): Likewise.
678 * stabs.c (ULLHIGH): Likewise.
679 (parse_stab_argtypes): Likewise.
680 (stab_demangle_function_name): Likewise.
681
682 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
683
684 * readelf.c (get_machine_name): Add EM_INTELGT.
685
686 2021-03-18 Nick Clifton <nickc@redhat.com>
687
688 PR 27478
689 * readelf.c (dump_section_as_strings): Mention separate filename.
690 (dump_section_as_bytes): Likewise.
691 (dump_section_as_ctf): Likewise.
692 (initialise_dumkps_byname): Only issue a warning for missing
693 sections if processing the main file.
694 (process_section_contents): Only issue a warning for unsumped
695 section numbers in the main file.
696 (initialise_dump_sects): New function. Contains code extracted
697 from ...
698 (process_object): ... here. Also call initialise_dump_sects for
699 separate files.
700
701 2021-03-16 Nick Clifton <nickc@redhat.com>
702
703 PR 27534
704 * readelf.c (display_debug_section): Also retain .debug_addr
705 sections.
706
707 2021-03-16 Nick Clifton <nickc@redhat.com>
708
709 PR 27533
710 * readelf.c (process_section_contents): Only dump debug
711 information for separate files unless process_links is enabled.
712 (process_object): Always call process_section_contents for
713 separate info files.
714
715 2021-03-15 Nick Clifton <nickc@redhat.com>
716
717 PR 27487
718 * nm.c (FORMAT_JUST_SYMBOLS): Define.
719 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
720 (long_options): Add just-symbols.
721 (set_output_format): Add support for just-symbols.
722 (get_print_format): Likewise.
723 (do_not_print_object_filename): New function.
724 (do_not_print_archive_filename): New function.
725 (do_not_print_archive_member): New function.
726 (do_not_print_symbol_filename): New function.
727 (just_print_symbol_name): New function.
728 (main): Handle --just-symbols.
729 * NEWS: Mention the new feature.
730 * doc/binutils.texi: Document the new feature.
731
732 2021-03-12 Clément Chigot <clement.chigot@atos.net>
733
734 * od-xcoff.c: Replace RTB by TRL entry.
735
736 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
737 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
740
741 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
742 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
745
746 2021-03-05 Nick Clifton <nickc@redhat.com>
747
748 PR 27387
749 * dwarf.c (display_debug_macro): Handle the displaying of
750 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
751 .debug_macro.dwo sections.
752
753 2021-03-04 Nick Clifton <nickc@redhat.com>
754
755 PR 27478
756 * objdump.c (process_links): New variable.
757 (usage): Add --process-links.
758 (long_options): Likewise.
759 (dump_bfd): Stop processing once the bfd has been loaded unless
760 this is the main file or process_links has been enabled.
761 (main): Handle the process-links option.
762 * readelf.c (process_links): New variable.
763 (struct filedata): Add is_separate field.
764 (options): Add --process-links.
765 (usage): Likewise.
766 (parse_args): Likewise.
767 (process_file_header): Include the filename when dumping
768 information for separate debuginfo files.
769 (process_program_headers): Likewise.
770 (process_section_headers): Likewise.
771 (process_section_groups): Likewise.
772 (process_relocs): Likewise.
773 (process_dynamic_section): Likewise.
774 (process_version_sections): Likewise.
775 (display_lto_symtab): Likewise.
776 (process_symbol_table): Likewise.
777 (process_syminfo): Likewise.
778 (initialise_dumps_by_name): Likewise.
779 (process_section_contents): Likewise.
780 (process_notes_at): Likewise.
781 (process_notes): Likewise.
782 (open_file): Add is_separate parameter. Use to initialise the
783 is_separate field in the filedata structure.
784 (open_deug): Update call to open_file.
785 (process_object): Add processing of the contents of separate
786 debuginfo files, gated by the process_links variable.
787 (process_archive): Update call to open_file.
788 (process_file): Initialise the is_separate field in the filedata
789 structure.
790 * dwarf.c (load_separate_debug_info_file): Only report the
791 loading of a separate file if debug links are being dumped.
792 * objcopy.c (keep_section_symbols): New variable.
793 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
794 (strip_options): Add keep-section-symbols.
795 (copy_options): Likewise.
796 (copy_usage): Likewise.
797 (strip_usage): Likewise.
798 (copy_object): Keep section symbols if requested by command line
799 option.
800 (strip_main): Handle --keep-section-symbols.
801 (copy_main): Likewise.
802 * doc/binutils.texi: Document the new options.
803 * NEWS: Mention the new features.
804 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
805 Update options passed to objdump. Use diff rather than cmp to
806 compare the dumped data.
807 * testsuite/binutils-all/objdump.WK2: Update regexp.
808 * testsuite/binutils-all/objdump.WK3: Update regexp.
809 * testsuite/binutils-all/objdump.exp: Use --process-links
810 instead of --dwarf=follow-links.
811 * testsuite/binutils-all/readelf.exp (readelf_test): Include
812 readelf's output in the log when the test fails.
813 Add the -P option to the -wKis test.
814 * testsuite/binutils-all/readelf.wKis: Update expected output.
815
816 2021-03-03 Alan Modra <amodra@gmail.com>
817
818 PR 27493
819 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
820 * NEWS: Mention feature.
821
822 2021-03-01 H.J. Lu <hongjiu.lu@intel.com>
823
824 PR binutils/27486
825 * dwarf.c (load_separate_debug_info): Issue warning only if
826 do_debug_links is set.
827 * testsuite/binutils-all/compress.exp: Run objdump and readelf
828 with missing debug file.
829
830 2021-03-01 Alan Modra <amodra@gmail.com>
831
832 PR 27128
833 * doc/binutils.texi: Add nm --with-symbol-versions and
834 --without-symbol-versions documentation.
835 * nm.c (with_symbol_versions): New variable.
836 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
837 (long_options): Make --with-symbol-versions entry twiddle the flag.
838 Add --without-symbol-versions.
839 (print_symname): Strip version when !with_symbol_versions. Add
840 dynamic version info under control of with_symbol_versions.
841 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
842
843 2021-02-26 Fangrui Song <maskray@google.com>
844
845 PR 27408
846 * readelf.c (quiet): New option flag.
847 (enum long_option_values): New enum to hold long option value.
848 (long_options): Add --quiet.
849 (usage): Mention --quiet.
850 (display_rel_file): If quiet is enabled, suppress "no symbols".
851 (main): Handle the new option.
852 * NEWS: Mention --quiet.
853 * docs/binutils.texi: Document --quiet.
854
855 2021-02-26 Tom de Vries <tdevries@suse.de>
856
857 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
858
859 2021-02-26 Tom de Vries <tdevries@suse.de>
860
861 PR 27390
862 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
863 DW_FORM_addrx*.
864 (read_and_display_attr_value): Likewise.
865
866 2021-02-25 Nick Clifton <nickc@redhat.com>
867
868 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
869 forms.
870 (read_and_display_attr_value): Handle sup forms.
871 (display_debug_sup): New function. Displays the contents of a
872 .debug_sup section.
873 (load_debug_sup_file): New function. Loads the contents of a file
874 referenced by a .debug_sup section.
875 (check_for_and_load_links): Call load_debug_sup_file.
876 (debug_displays): Add entry for .debug_sup.
877 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
878 * readelf.c (process_section_headers): Add support for debug_sup.
879 * doc/debug.options.texi: Note that the =links option will display
880 the contents of .debug_sup sections.
881 * NEWS: Mention the new support.
882
883 2021-02-25 Alan Modra <amodra@gmail.com>
884
885 PR 27456
886 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
887
888 2021-02-24 Nick Clifton <nickc@redhat.com>
889
890 PR 27285
891 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
892 when adding together the section sizes.
893
894 2021-02-24 Nick Clifton <nickc@redhat.com>
895
896 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
897 build notes.
898 * readelf.c (print_gnu_build_attribute_description): Likewise.
899
900 2021-02-24 Alan Modra <amodra@gmail.com>
901 Siddhesh Poyarekar <siddhesh@gotplt.org>
902
903 PR 27456
904 * bucomm.h (smart_rename): Update prototype.
905 * rename.c (smart_rename): Add fromfd and preserve_dates params.
906 Pass fromfd and target_stat to simple_copy. Call set_times
907 when preserve_dates.
908 (simple_copy): Accept fromfd rather than from filename. Add
909 target_stat param. Rewind fromfd rather than opening. Open
910 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
911 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
912 closing output temp file, and pass tmpfd to smart_rename.
913 * arsup.c (temp_fd): Rename from real_fd.
914 (ar_save): Dup temp_fd and pass to smart_rename.
915 * objcopy.c (strip_main, copy_main): Likewise, and pass
916 preserve_dates.
917
918 2021-02-24 Alan Modra <amodra@gmail.com>
919
920 PR 27456
921 * rename.c: Tidy throughout.
922 (smart_rename): Always copy. Remove windows specific code.
923
924 2021-02-20 Alan Modra <amodra@gmail.com>
925
926 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
927 (run_dump_test): Fail if expecting errors from a file like we do
928 for error strings, if no error is seen.
929
930 2021-02-19 Alan Modra <amodra@gmail.com>
931
932 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
933
934 2021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
935
936 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
937 SMART_RENAME.
938 * arsup.c (ar_save): Likewise.
939 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
940 temporary file and adjust call to SMART_RENAME.
941 (copy_main): Likewise.
942 * rename.c [!S_ISLNK]: Remove definitions.
943 (try_preserve_permissions): Remove function.
944 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
945 rename system call only if TO does not exist.
946 * bucomm.h (smart_rename): Adjust declaration.
947
948 2021-02-18 Nick Clifton <nickc@redhat.com>
949
950 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
951 address that is higher than the end address.
952
953 2021-02-17 Alan Modra <amodra@gmail.com>
954
955 * dwarf.c: Include limits.h.
956 (CHAR_BIT): Provide backup define.
957 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
958 signed overflow checking.
959 * testsuite/binutils-all/pr26548.s,
960 * testsuite/binutils-all/pr26548.d,
961 * testsuite/binutils-all/pr26548e.d: New tests.
962 * testsuite/binutils-all/readelf.exp: Run them.
963 (readelf_test): Drop unused "xfails" parameter. Update all uses.
964
965 2021-02-16 Jan Beulich <jbeulich@suse.com>
966
967 * dwarf.c (process_debug_info): Initialize "dwo_id".
968
969 2021-02-15 Alan Modra <amodra@gmail.com>
970
971 * objdump.c (load_specific_debug_section): Don't call
972 bfd_cache_section_contents. Rearrange so that
973 bfd_get_full_section_contents is not called on path where
974 bfd_simple_get_relocated_section_contents is called.
975 Don't set section->user_data.
976 (free_debug_section): Always free section->start. Don't twiddle
977 section flags.
978 * readelf.c (load_specific_debug_section): Don't set user_data.
979 * dwarf.h (struct dwarf_section): Remove use_data field.
980 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
981
982 2021-02-15 Alan Modra <amodra@gmail.com>
983
984 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
985 * testsuite/binutils-all/objdump.exp: Likewise.
986
987 2021-02-14 Alan Modra <amodra@gmail.com>
988
989 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
990 to the symbol array.
991 (slurp_dynamic_symtab): Likewise.
992 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
993
994 2021-02-14 Alan Modra <amodra@gmail.com>
995
996 * Makefile.in: Regenerate.
997 * doc/Makefile.in: Regenerate.
998
999 2021-02-13 Mike Frysinger <vapier@gentoo.org>
1000
1001 * aclocal.m4: Regenerate.
1002
1003 2021-02-12 Nick Clifton <nickc@redhat.com>
1004
1005 * configure.ac (follow-debug-links): Add option to enable or
1006 disable the following of debug links by default. Set the
1007 default for the option to be 'follow'.
1008 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
1009 (dwarf_select_sections_by_names): Add no-follow-links option.
1010 (dwarf_select_sections_by_letter): Add 'N' option.
1011 * objdump.c (usage): Add conditional text describing the
1012 follow links option.
1013 (slurp_symtab): Ensure that there is a NULL entry at the end
1014 of the symbol table.
1015 (slurp_dynamic_symtab): Likewise.
1016 (dump_bfd): When extending the symbol table, ensure that there
1017 is still a NULL entry at the end.
1018 * readelf.c (usage): Add conditional text describing the
1019 follow links option.
1020 * doc/binutils.texi: Update documentation for objcopy and
1021 readelf.
1022 * doc/debug.options.texi: Update documentation of the
1023 follow-links option.
1024 * config.in: Regenerate.
1025 * configure: Regenerate.
1026 * testsuite/binutils-all/compress.exp: Add the -WN option to
1027 objdump command lines that are not expecting to follow links.
1028 * testsuite/binutils-all/readelf.exp: Add the
1029 --debug-dump=no-follow-links option to tests that are not
1030 expecting to follow debug links.
1031 * NEWS: Mention the new behaviour.
1032
1033 2021-02-12 Alan Modra <amodra@gmail.com>
1034
1035 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
1036 gas or ld fails to build a testcase rather than "unresolved".
1037 Report "fail" when readelf returns an error status rather than
1038 "unresolved".
1039 * testsuite/binutils-all/ar.exp: Likewise.
1040 * testsuite/binutils-all/compress.exp: Likewise.
1041 * testsuite/binutils-all/readelf.exp: Likewise.
1042
1043 2021-02-12 Alan Modra <amodra@gmail.com>
1044
1045 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
1046 "c" with "ccc" labels.
1047
1048 2021-02-12 Tom de Vries <tdevries@suse.de>
1049
1050 * dwarf.h (debug_info): Fix typo in comment.
1051
1052 2021-02-12 Tom de Vries <tdevries@suse.de>
1053
1054 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
1055 entries.
1056
1057 2021-02-12 Tom de Vries <tdevries@suse.de>
1058
1059 * dwarf.c (process_debug_info): Print DWO ID.
1060
1061 2021-02-11 Alan Modra <amodra@gmail.com>
1062
1063 PR 27290
1064 PR 27293
1065 PR 27295
1066 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
1067 Use bfd_malloc_and_get_section.
1068 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
1069 check namesz. Return NULL if descsz is too small. Ensure
1070 string table is terminated.
1071 (elf32_avr_get_device_info): Formatting. Add note_size param.
1072 Sanity check note.
1073 (elf32_avr_dump_mem_usage): Adjust to suit.
1074
1075 2021-02-10 Tom de Vries <tdevries@suse.de>
1076
1077 PR binutils/27391
1078 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
1079
1080 2021-02-10 Tom de Vries <tdevries@suse.de>
1081
1082 PR binutils/27371
1083 * dwarf.c (display_debug_ranges): Filter range lists according to
1084 section.
1085
1086 2021-02-09 Tom de Vries <tdevries@suse.de>
1087
1088 PR binutils/27370
1089 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
1090
1091 2021-02-09 Tom de Vries <tdevries@suse.de>
1092
1093 PR binutils/27386
1094 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
1095 DW_UT_split_compile.
1096
1097 2021-02-09 Alan Modra <amodra@gmail.com>
1098
1099 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
1100 symbianelf.
1101
1102 2021-02-07 Alan Modra <amodra@gmail.com>
1103
1104 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
1105 uninitialised on invalid input.
1106
1107 2021-02-06 Alan Modra <amodra@gmail.com>
1108
1109 PR 27349
1110 * rename.c (smart_rename): Test for existence and type of output
1111 file with lstat.
1112
1113 2021-02-05 Nick Clifton <nickc@redhat.com>
1114
1115 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
1116
1117 2021-02-05 Eli Zaretskii <eliz@gnu.org>
1118
1119 PR 27252
1120 * elfedit.c (check_file):
1121 * bucomm.c (get_file_size): Fix typos in comments.
1122
1123 2021-02-05 Alan Modra <amodra@gmail.com>
1124
1125 PR 27345
1126 * arsup.c (ar_save): Use stat rather than lstat.
1127
1128 2021-02-03 Alan Modra <amodra@gmail.com>
1129
1130 PR 27270
1131 PR 27284
1132 PR 26945
1133 * ar.c: Don't include libbfd.h.
1134 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
1135 bfd_stat rather than fstat on iostream. Move stat and fd tests
1136 outside of _WIN32 ifdef. Delete skip_stat variable.
1137 * arsup.c (temp_name, real_ofd): New static variables.
1138 (ar_open): Use make_tempname and bfd_fdopenw.
1139 (ar_save): Adjust to suit ar_open changes. Move stat output
1140 of _WIN32 ifdef.
1141 * objcopy.c: Don't include libbfd.h.
1142 (copy_file): Use bfd_stat.
1143
1144 2021-02-02 H.J. Lu <hongjiu.lu@intel.com>
1145
1146 PR binutils/27281
1147 * readelf.c (process_section_headers): Add 'R' and 'D' to
1148 "Key to Flags:".
1149 * testsuite/binutils-all/retain1a.d: Updated.
1150
1151 2021-01-30 Nick Clifton <nickc@redhat.com>
1152
1153 * README-how-to-make-a-release: Small updates after the 2.35.2
1154 release.
1155
1156 2021-01-28 Eli Zaretskii <eliz@gnu.org>
1157
1158 PR 4356
1159 * windres.c (quot): Use double quotes to protect strings on
1160 Windows platforms.
1161
1162 2021-01-28 Eli Zaretskii <eliz@gnu.org>
1163
1164 PR 27252
1165 * bucomm.c (get_file_size): Add code to handle /dev/null on
1166 Windows systems.
1167 * elfedit.c (check_file): Likewise.
1168
1169 2021-01-27 Nick Clifton <nickc@redhat.com>
1170
1171 * objcopy.c (copy_main): Remove conditional control of the calls
1172 to free, simplifying the code and making it easier to detect
1173 typos.
1174
1175 2021-01-26 Frederic Cambus <fred@statdns.com>
1176
1177 * objcopy.c (copy_main): Fix a double free happening when both
1178 --localize-symbols and --globalize-symbols options are invoked
1179 together.
1180
1181 2021-01-24 Nick Clifton <nickc@redhat.com>
1182
1183 * README-how-to-make-a-release: Minor updates after the 2.36 release.
1184
1185 2021-01-16 Alan Modra <amodra@gmail.com>
1186
1187 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
1188
1189 2021-01-15 Alan Modra <amodra@gmail.com>
1190
1191 PR 26539
1192 * readelf.c (uncompress_section_contents): Always call inflateEnd.
1193
1194 2021-01-14 Alexandre Oliva <oliva@gnu.org>
1195
1196 * MAINTAINERS: Update my email address.
1197
1198 2021-01-14 Nick Clifton <nickc@redhat.com>
1199
1200 * po/sv.po: Updated Swedish translation.
1201
1202 2021-01-13 Alan Modra <amodra@gmail.com>
1203
1204 * Makefile.in: Regenerate.
1205 * doc/Makefile.in: Regenerate.
1206
1207 2021-01-13 Zebediah Figura <z.figura12@gmail.com>
1208
1209 PR 27037
1210 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
1211 and before exit.
1212 (i386_x64_trampoline): Add SEH annotations.
1213 (struct mac): Add how_seh field.
1214 (make_delay_head): If how_set field is true add SEh instructions.
1215
1216 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1217
1218 PR binutils/26792
1219 * configure.ac: Use GNU_MAKE_JOBSERVER.
1220 * aclocal.m4: Regenerated.
1221 * configure: Likewise.
1222
1223 2021-01-12 Nick Clifton <nickc@redhat.com>
1224
1225 * po/fr.po: Updated French translation.
1226
1227 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1228
1229 PR ld/27173
1230 * configure: Regenerated.
1231
1232 2021-01-11 Nick Clifton <nickc@redhat.com>
1233
1234 * po/pt.po: Updated Portuguese translation.
1235 * po/sr.po: Updated Serbian translation.
1236 * po/uk.po: Updated Ukranian translation.
1237
1238 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 * configure: Regenerated.
1241
1242 2021-01-09 Nick Clifton <nickc@redhat.com>
1243
1244 * configure: Regenerate.
1245 * po/binutils.pot: Regenerate.
1246
1247 2021-01-09 Nick Clifton <nickc@redhat.com>
1248
1249 * 2.36 release branch crated.
1250 * README-how-to-make-a-release: Add note about updating Makefiles
1251 and libtool files.
1252 * BRANCHES: Add binutils-2.36-branch.
1253
1254 2021-01-09 Alan Modra <amodra@gmail.com>
1255
1256 * configure: Regenerate.
1257
1258 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1259
1260 * configure: Regenerate.
1261
1262 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 PR 27109
1265 * objcopy.c (copy_object): Handle section symbols for
1266 non-relocatable inputs.
1267 * testsuite/binutils-all/readelf.exp (readelf_test): Check
1268 is_elf_unused_section_symbols.
1269 * testsuite/binutils-all/readelf.s-64: Updated.
1270 * testsuite/binutils-all/readelf.ss: Likewise.
1271 * testsuite/binutils-all/readelf.ss-64: Likewise.
1272 * testsuite/binutils-all/readelf.s-64-unused: New file.
1273 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1274 * testsuite/binutils-all/readelf.ss-unused: Likewise.
1275 * testsuite/lib/binutils-common.exp
1276 (is_elf_unused_section_symbols): New proc.
1277
1278 2021-01-06 Reuben Thomas <rrt@sc3d.org>
1279
1280 * binutils/readelf.c: Correct grammar in comment.
1281
1282 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1283
1284 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
1285 * doc/binutils.texi: Correct grammar.
1286 * readelf.c (process_version_sections): Correct spelling of auxiliary
1287 in warning.
1288 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
1289
1290 2021-01-01 Alan Modra <amodra@gmail.com>
1291
1292 Update year range in copyright notice of all files.
1293
1294 For older changes see ChangeLog-2020
1295 \f
1296 Copyright (C) 2021 Free Software Foundation, Inc.
1297
1298 Copying and distribution of this file, with or without modification,
1299 are permitted in any medium without royalty provided the copyright
1300 notice and this notice are preserved.
1301
1302 Local Variables:
1303 mode: change-log
1304 left-margin: 8
1305 fill-column: 74
1306 version-control: never
1307 End: