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