]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
x86: Propery check PC16 reloc overflow in 16-bit mode instructions
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
50c95a73
L
12021-05-26 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/27905
4 * readelf.c (decode_x86_feature_2): Support
5 GNU_PROPERTY_X86_FEATURE_2_CODE16.
6
01a8c731
CX
72021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
8
9 * readelf.c (get_machine_name): Change Loongson Loongarch to
10 LoongArch.
11
3b2bef8b
LM
122021-05-21 Luis Machado <luis.machado@linaro.org>
13
14 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
15
894982bf
LM
162021-05-21 Luis Machado <luis.machado@linaro.org>
17
18 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
19
c485e475
ES
202021-05-19 Eli Schwartz <eschwartz@archlinux.org>
21
22 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
23
1b3892be
AM
242021-05-19 Alan Modra <amodra@gmail.com>
25
26 PR 27884
27 * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
28 param with map_return, and return map for DW_FORM_ref_addr.
29 (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
30 Pass returned cu map start and end to recursive call.
31 (read_and_display_attr_value): Similarly.
32
9d9e2a34
AM
332021-05-19 Alan Modra <amodra@gmail.com>
34
35 PR 27879
36 * sysdump.c (getBARRAY): Sanity check size against max.
37 (getINT): Avoid UB shift left.
38
b9c0d703
AM
392021-05-15 Alan Modra <amodra@gmail.com>
40
41 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
42 Delete dead code.
43
bb19bf12
AM
442021-05-15 Alan Modra <amodra@gmail.com>
45
46 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
47 length calculations.
48
d7870f63
AM
492021-05-15 Alan Modra <amodra@gmail.com>
50
51 * dwarf.c (display_debug_names): Complain when header length is
52 too small. Avoid pointer UB. Sanity check augmentation string,
53 CU table, TU table and foreign TU table sizes.
54
5897a389
AM
552021-05-15 Alan Modra <amodra@gmail.com>
56
57 * dwarf.c (display_debug_frames): Delete initial_length_size.
58 Avoid pointer UB. Constrain data reads to length given in header.
59 Sanity check cie header length. Only skip up to next FDE on
60 finding augmentation data too long.
61
c93c4a85
AM
622021-05-15 Alan Modra <amodra@gmail.com>
63
64 * dwarf.c (read_cie): Add more sanity checks to ensure data
65 pointer is not bumped past end.
66
b4951546
AM
672021-05-15 Alan Modra <amodra@gmail.com>
68
69 * dwarf.c (display_debug_ranges): Delete initial_length_size.
70 Correct fallback size calculated on finding a reloc. Constrain
71 data reads to length given in header. Avoid pointer UB.
72
669f463d
AM
732021-05-15 Alan Modra <amodra@gmail.com>
74
75 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
76
5250d2f0
AM
772021-05-15 Alan Modra <amodra@gmail.com>
78
79 * dwarf.c (display_debug_str_offsets): Constrain reads to length
80 given in header.
81
6ca07350
AM
822021-05-15 Alan Modra <amodra@gmail.com>
83
84 * dwarf.c (display_debug_aranges): Delete initial_length_size.
85 Use end_ranges to constrain data reads to header length. Avoid
86 pointer UB.
87
78480097
AM
882021-05-15 Alan Modra <amodra@gmail.com>
89
90 * dwarf.c (display_loc_list): Avoid pointer UB. Correct check
91 before reading uleb length. Warn on excess length.
92
b0d461ec
AM
932021-05-15 Alan Modra <amodra@gmail.com>
94
95 * dwarf.c (display_debug_macro): Print strings that might not
96 be zero terminated with %*s. Don't bump curr if unterminated.
97
46d1214d
AM
982021-05-15 Alan Modra <amodra@gmail.com>
99
100 * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
101 Simplify length sanity check, and check for too small lengths.
102 Constrain data reads to header length. Avoid pointer UB.
103
c03df922
AM
1042021-05-15 Alan Modra <amodra@gmail.com>
105
106 * dwarf.c (display_debug_macinfo): Print strings that might not
107 be zero terminated with %*s. Don't bump curr if unterminated.
108
35b2c89e
AM
1092021-05-15 Alan Modra <amodra@gmail.com>
110
111 * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
112 Simplify length check. Constrain reads to length given by header.
113
56051e28
AM
1142021-05-15 Alan Modra <amodra@gmail.com>
115
116 * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
117 we have already checked for NUL termination.
118
37195e23
AM
1192021-05-15 Alan Modra <amodra@gmail.com>
120
121 * dwarf.c (read_debug_line_header): Delete initial_length_size.
122 Avoid pointer UB. Keep within length specified by header.
123 Delete dead code.
124
edba4e4a
AM
1252021-05-15 Alan Modra <amodra@gmail.com>
126
127 * dwarf.c (process_debug_info): Always do the first CU length
128 scan for sanity checks. Remove initial_length_size var and
129 instead calculate end_cu. Use end_cu to limit data reads.
130 Delete now dead code checking length.
131
ebb17864
AM
1322021-05-15 Alan Modra <amodra@gmail.com>
133
134 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
135
fc5e0925
AM
1362021-05-15 Alan Modra <amodra@gmail.com>
137
138 * bucomm.h (_mul_overflow): Define.
139 * dwarf.c (get_encoded_value): Avoid pointer UB.
140
b96a1bcb
AM
1412021-05-13 Alan Modra <amodra@gmail.com>
142
143 PR 27861
144 * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
145 header length.
146
d21f875d
AM
1472021-05-13 Alan Modra <amodra@gmail.com>
148
149 PR 27860
150 * dwarf.c (display_debug_frames): Sanity check cie_off before
151 attempting to read cie.
152
a7077ce7
AM
1532021-05-12 Alan Modra <amodra@gmail.com>
154
155 * dwarf.c (process_extended_line_op): Don't bump data pointer past
156 end when strnlen doesn't find string terminator.
157 (decode_location_expression): Remove dead code.
158 (skip_attr_bytes): Remove const from end param. Ensure data
159 pointer doesn't pass end.
160 (get_type_signedness): Remove const from end param.
161 (read_and_display_attr_value): Ensure data pointer doesn't pass end.
162 (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
163 (display_debug_pubnames_worker): Likewise.
164 (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
165 than blindly incrementing data pointer.
166 (display_debug_addr, display_debug_str_offsets): Likewise. Don't
167 compare pointers, compare lengths.
168
6d1ad6f7
AM
1692021-05-12 Alan Modra <amodra@gmail.com>
170
171 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
172 (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
173 (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
174 (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
175 SAFE_BYTE_GET followed by increment.
176 (process_debug_info): Likewise, and test bytes remaining before
177 incrementing section_begin rather than using pointer comparison.
178 (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
179 (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
180
af2ddf69
AM
1812021-05-12 Alan Modra <amodra@gmail.com>
182
183 * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
184 (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
185 SAFE_BYTE_GET_AND_INC.
186 (read_and_display_attr_value): Likewise. Print using dwarf_vmatoa.
187 (process_debug_info, process_cu_tu_index): Likewise.
188 * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
189 (byte_get, byte_get_little_endian, byte_get_big_endian),
190 (byte_get_signed): Make size param unsigned. Remove code dealing
191 with 4-byte elf_vma.
192 (byte_get_64): Delete.
193 * elfcomm.h (byte_put, byte_put_little_endian, byte_put_big_endian),
194 (byte_get, byte_get_little_endian, byte_get_big_endian),
195 (byte_get_signed): Update prototypes.
196 (byte_get_64): Delete.
197
0d872fca
AM
1982021-05-12 Alan Modra <amodra@gmail.com>
199
200 PR 27836
201 * dwarf.c (display_debug_frames): Don't compare pointers derived
202 from user input. Test offset against bounds instead.
203
55b26492
AM
2042021-05-12 Alan Modra <amodra@gmail.com>
205
206 PR 27853
207 * dwarf.c (display_formatted_table): Test for data >= end rather
208 than data == end.
209 (process_extended_line_op): Likewise.
210 (display_debug_lines_raw): Likewise.
211 (display_debug_lines_decoded): Likewise.
212
5ab39075
AM
2132021-05-12 Alan Modra <amodra@gmail.com>
214
215 PR 27849
216 * dwarf.c (fetch_indexed_string): Correct length sanity checks.
217 Sanity check section size for version and padding too. Correct
218 index sanity check. Handle multiple tables in .debug_str_offsets.
219
d30182b5
HPN
2202021-05-11 Hans-Peter Nilsson <hp@axis.com>
221
222 * dwarf.c (process_abbrev_set): Properly parenthesize before
223 casting to unsigned long.
224
f2f9554b
AM
2252021-05-11 Alan Modra <amodra@gmail.com>
226
227 PR 27845
228 * dwarf.c (process_abbrev_set): Replace start and end parameters
229 with section, abbrev_base, abbrev_size, abbrev_offset. Update
230 all callers. Sanity check parameters correctly and emit warnings
231 here rather than..
232 (process_debug_info): ..here.
233
749c7002
TW
2342021-05-10 Thomas Wolff <towo@towo.net>
235
236 PR 4356
237 PR 26865
238 PR 27594
239 * windres.c (quot): Revert previous delta. Do not use double
240 quotes when spaces are detected in options.
241 * doc/binutils.texi (windres): Remove suggestion that the
242 --preprocessor option can take arguments.
243
2d4b4986
AM
2442021-05-10 Alan Modra <amodra@gmail.com>
245
246 * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
247 END rather than adding amount to PTR.
248 (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
249
b05a0fc7
AM
2502021-05-09 Alan Modra <amodra@gmail.com>
251
252 * objcopy.c (eq_string): Delete.
253 (create_symbol_htab): Use htab_eq_string.
254
354c317e
MF
2552021-05-08 Mike Frysinger <vapier@gentoo.org>
256
257 * README-how-to-make-a-release: Update html & pdf entries.
258
cf758b39
MF
2592021-05-08 Mike Frysinger <vapier@gentoo.org>
260
261 * doc/Makefile.am (html-local, binutils/index.html): New targets.
262 * doc/Makefile.in: Regenerate.
263
2faf902d
MF
2642021-05-08 Mike Frysinger <vapier@gentoo.org>
265
266 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
267 * doc/Makefile.in: Regenerate.
268
3ecc00ec
NC
2692021-05-07 Nick Clifton <nickc@redhat.com>
270
271 * readelf.c (no_processor_specific_unwind): New function.
272 (process_unwind): Use no_processor_specific_unwind for X86
273 targets.
274
4896932e
MF
2752021-05-07 Michael Forney <mforney@mforney.org>
276
277 * dwarf.c: Don't omit second operand of '?' operator.
278
bfbfa6e7
NC
2792021-04-30 Nick Clifton <nickc@redhat.com>
280
281 PR 27796
282 * dwarf.c (load_debug_sup_file): Allocate memory for filename in
283 .debug_sup section.
284
5edb8e3f
NC
2852021-04-29 Nick Clifton <nickc@redhat.com>
286
287 PR 27594
288 * doc/binutils.texi (windres): Correct the description of the
289 default value of the --preprocessor argument.
290
3d64c987
NC
2912021-04-27 Nick Clifton <nickc@redhat.com>
292
293 PR 27779
294 * dwarf.c (parse_gnu_debuglink): Reject empty names.
295 (parse_gnu_debugaltlink): Likewise.
296
b11b2969
CC
2972021-04-22 Clément Chigot <clement.chigot@atos.net>
298
299 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
300 aux structures.
301
047c3dbf
NL
3022021-04-21 Nick Lott <nick.lott@gmail.com>
303
304 PR 27672
305 * readelf.c (sym_base): New variable.
306 (enum print_mode): Add more modes.
307 (print_vma): Add suport for new modes.
308 (options): Add sym-base.
309 (usage): Add sym-base.
310 (parse_args): Add support for --sym-base.
311 (print_dynamic_symbol_size): New function.
312 (print_dynamic_symbol): Use new function.
313 * doc/binutils.texi: Document the new feature.
314 * NEWS: Mention the new feature.
315
23356397
NC
3162021-04-21 Nick Clifton <nickc@redhat.com>
317
318 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
319 Adjust expected output to allow for named section symbols.
320 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
321 Likewise.
322 * testsuite/binutils-all/readelf.s-64: Likewise.
323 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
324 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
325 * testsuite/binutils-all/readelf.ss-unused: Likewise.
326
3272021-04-21 Luo Longjun <luolongjun@huawei.com>
328
329 * readelf.c (print_dynamic_symbol): Print the section name for
330 section symbols without a name of their own.
331
aee4e85e
AK
3322021-04-20 Andreas Krebbel <krebbel@linux.ibm.com>
333
334 * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
335 add him to Past Maintainers.
336 Update my email address.
337
229597a1
NC
3382021-04-19 Nick Clifton <nickc@redhat.com>
339
340 PR 21702
341 * arsup.c (ar_addmod): Enable plugin support, if available.
342
4dee4f3e
NC
3432021-04-19 Nick Clifton <nickc@redhat.com>
344
345 * rename.c: (get_stat_atime_ns): Add prototype.
346 (get_stat_mtime_ns): Add prototype.
347
ad7c4616
AM
3482021-04-16 Alan Modra <amodra@gmail.com>
349
350 PR 27725
351 * rename.c (get_stat_atime, get_stat_mtime): Make static.
352 (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
353
4c79248a
PS
3542021-04-15 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
355
356 PR 27725
357 * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
358 (get_stat_mtime_ns): Likewise.
359
985e0264
AM
3602021-04-15 Alan Modra <amodra@gmail.com>
361
362 PR 27725
363 * configure.ac: Check for sys/time.h and utimensat. Use standard
364 checks for mkstemp and mkdtemp. Whitespace. Check for nanosecond
365 members of struct stat.
366 * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
367 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
368 (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
369 (get_stat_atime, get_stat_mtime): Likewise.
370 (set_times): Choose first available of utimensat, utimes, utime.
371 Use above inline functions to set timespec and timeval values.
372 * configure: Regenerate.
373 * config.in: Regenerate.
374 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
375 file timestamp when --preserve-dates is used.
376
d0ecdcdd
AM
3772021-04-15 Alan Modra <amodra@gmail.com>
378
379 PR 27456
380 * rename.c (smart_rename): When TO and FROM are equal, just set
381 file timestamp.
382 * objcopy.c (strip_main, copy_main): Always call smart_rename.
383
9917b559
L
3842021-04-14 H.J. Lu <hongjiu.lu@intel.com>
385
386 PR binutils/27708
387 * testsuite/binutils-all/x86-64/pr27708.dump: New file.
388 * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
389 * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
390 test.
391
6be872a4
MH
3922021-04-14 Mark Harmstone <mark@harmstone.com>
393
394 PR 27686
395 * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
396 end of the structure.
397
5f47741b
FC
3982021-04-14 Frederic Cambus <fred@statdns.com>
399
400 * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
401 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
402
13acb58d
AM
4032021-04-14 Alan Modra <amodra@gmail.com>
404
405 PR 27716
406 * objdump.c (show_line): Don't limit paths to PATH_MAX.
407 * readelf.c (struct filedata): Change program_interpreter from
408 a char array to a char pointer.
409 (process_program_headers): Sanity check PT_INTERP p_filesz.
410 Malloc program_interpreter using p_filesz and read directly from
411 file.
412 (process_dynamic_section): Check program_interpreter is non-NULL.
413 (free_filedata): New function, split out from..
414 (process_object): ..here.
415 (close_debug_file): Call free_filedata.
416 * sysdep.h: Don't include sys/param.h.
417 (PATH_MAX): Don't define.
418 * configure.ac: Don't check for sys/param.h.
419 * configure: Regenerate.
420
0fa29e2d
FC
4212021-04-13 Frederic Cambus <fred@statdns.com>
422
423 * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
424 check for NT_NETBSD_PAX.
425
43e05cd4
AM
4262021-04-12 Alan Modra <amodra@gmail.com>
427
428 * configure.ac (--enable-checking): Add support.
429 * config.in: Regenerate.
430 * configure: Regenerate.
431
c3f72de4
AM
4322021-04-09 Alan Modra <amodra@gmail.com>
433
434 * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
435 dynrelcount.
436 (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
437 (disassemble_section, disassemble_data): Likewise.
438
a2e66773
AM
4392021-04-06 Alan Modra <amodra@gmail.com>
440
441 * objdump.c (objdump_symbol_at_address): Return asymbol*.
442
4db29512
AM
4432021-04-06 Alan Modra <amodra@gmail.com>
444
445 * NEWS: Mention C99 requirement.
446 * README: Likewise. Modernise examples and "Reporting bugs".
447
87b9f255
AM
4482021-04-05 Alan Modra <amodra@gmail.com>
449
450 * configure.ac: Assume long long is available. Don't test for
451 strings.h, stdlib.h, limits.h, locale.h, or wchar.h. Check
452 inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
453 strcoll, setlocale, setmode or location of time_t. Don't check
454 for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
455 (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
456 * sysdep.h: Don't include alloca-conf.h, include config.h instead.
457 Test HAVE_SYS_TYPES_H and reorder includes. Include limits.h,
458 locale.h, string.h and stdlib.h unconditionally. Remove various
459 fallback declarations. Assume long long is available.
460 * addr2line.c: Don't test HAVE_SETLOCALE.
461 * ar.c: Likewise.
462 * coffdump.c: Likewise.
463 * dlltool.c: Likewise.
464 * dllwrap.c: Likewise.
465 * elfedit.c: Likewise.
466 * nm.c: Likewise.
467 * objcopy.c: Likewise.
468 * objdump.c: Likewise.
469 * readelf.c: Likewise.
470 * size.c: Likewise.
471 * srconv.c: Likewise.
472 * strings.c: Likewise.
473 * sysdump.c: Likewise.
474 * windmc.c: Likewise.
475 * windres.c: Likewise.
476 * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
477 * dwarf.c: Include limits.h unconditionally. Assume long long
478 is available.
479 * nm.c: Don't test HAVE_STRCOLL.
480 * readelf.c: Don't test HAVE_WCHAR_H.
481 * strings.c: Assume long long is available.
482 * syslex.l: Include string.h unconditionally.
483 * aclocal.m4: Regenerate.
484 * config.in: Regenerate.
485 * configure: Regenerate.
486 * Makefile.in: Regenerate.
487 * doc/Makefile.in: Regenerate.
488
e9b095a5
ML
4892021-04-01 Martin Liska <mliska@suse.cz>
490
491 * elfcomm.h (strneq): Remove strneq and use startswith.
492 * readelf.c (ia64_process_unwind): Likewise.
493 (process_note): Likewise.
494
3f3328b8
ML
4952021-04-01 Martin Liska <mliska@suse.cz>
496
497 * dllwrap.c: Use startswith function.
498 * objcopy.c (is_dwo_section): Likewise.
499 (handle_remove_section_option): Likewise.
500 (copy_main): Likewise.
501 * objdump.c (is_significant_symbol_name): Likewise.
502
24d127aa
ML
5032021-04-01 Martin Liska <mliska@suse.cz>
504
505 * dwarf.c (display_debug_lines_raw): Replace const_strneq with
506 startswith.
507 (display_debug_lines_decoded): Likewise.
508 (display_debug_links): Likewise.
509 * elfcomm.c (setup_archive): Likewise.
510 * elfcomm.h (const_strneq): Likewise.
511 * readelf.c (process_section_headers): Likewise.
512 (slurp_ia64_unwind_table): Likewise.
513 (slurp_hppa_unwind_table): Likewise.
514 (decode_arm_unwind): Likewise.
515 (display_debug_section): Likewise.
516 (process_note): Likewise.
517
015dc7e1
AM
5182021-03-31 Alan Modra <amodra@gmail.com>
519
520 * sysdep.h (POISON_BFD_BOOLEAN): Define.
521 * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
522 * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
523 * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
524 * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
525 * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
526 * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
527 * windmc.c, * windmc.h, * windres.c, * winduni.c,
528 * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
529 and TRUE with true throughout.
530
3dfb1b6d
AM
5312021-03-31 Alan Modra <amodra@gmail.com>
532
533 * coffdump.c: Include stdint.h in place of bfd_stdint.h.
534 * dwarf.c: Likewise.
535
57ae980e
AM
5362021-03-31 Alan Modra <amodra@gmail.com>
537
538 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
539
63b4cc53
AM
5402021-03-29 Alan Modra <amodra@gmail.com>
541
542 * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
543 * dwarf.c (read_and_display_attr_value): Likewise.
544 (display_debug_str_offsets): Likewise.
545 * objdump.c (dump_bfd): Likewise.
546 * readelf.c (dump_section_as_strings): Likewise.
547 (dump_section_as_bytes): Likewise.
548
1be305ff
AM
5492021-03-29 Alan Modra <amodra@gmail.com>
550
551 * objdump.c (process_links): Use type int.
552 * readelf.c (request_dump): Don't increment do_dump, set it.
553 * windint.h (target_is_bigendian): Use type bfd_boolean.
554 * windmc.c (target_is_bigendian): Likewise.
555 * windres.c (target_is_bigendian): Likewise.
556
08dedd66
ML
5572021-03-22 Martin Liska <mliska@suse.cz>
558
1be305ff
AM
559 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
560 with startswith.
08dedd66
ML
561 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
562 * objcopy.c (is_mergeable_note_section): Likewise.
563 * objdump.c (dump_dwarf_section): Likewise.
564 * prdbg.c (pr_method_type): Likewise.
565 (pr_class_baseclass): Likewise.
566 (tg_class_baseclass): Likewise.
567 * readelf.c (process_lto_symbol_tables): Likewise.
568 * stabs.c (ULLHIGH): Likewise.
569 (parse_stab_argtypes): Likewise.
570 (stab_demangle_function_name): Likewise.
571
7b9f9859
L
5722021-03-19 H.J. Lu <hongjiu.lu@intel.com>
573
574 * readelf.c (get_machine_name): Add EM_INTELGT.
575
835f2fae
NC
5762021-03-18 Nick Clifton <nickc@redhat.com>
577
578 PR 27478
579 * readelf.c (dump_section_as_strings): Mention separate filename.
580 (dump_section_as_bytes): Likewise.
581 (dump_section_as_ctf): Likewise.
582 (initialise_dumkps_byname): Only issue a warning for missing
583 sections if processing the main file.
584 (process_section_contents): Only issue a warning for unsumped
585 section numbers in the main file.
586 (initialise_dump_sects): New function. Contains code extracted
587 from ...
588 (process_object): ... here. Also call initialise_dump_sects for
589 separate files.
590
44266f36
NC
5912021-03-16 Nick Clifton <nickc@redhat.com>
592
593 PR 27534
594 * readelf.c (display_debug_section): Also retain .debug_addr
595 sections.
596
d6bfbc39
NC
5972021-03-16 Nick Clifton <nickc@redhat.com>
598
599 PR 27533
600 * readelf.c (process_section_contents): Only dump debug
601 information for separate files unless process_links is enabled.
602 (process_object): Always call process_section_contents for
603 separate info files.
604
1996d0f1
NC
6052021-03-15 Nick Clifton <nickc@redhat.com>
606
607 PR 27487
608 * nm.c (FORMAT_JUST_SYMBOLS): Define.
609 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
610 (long_options): Add just-symbols.
611 (set_output_format): Add support for just-symbols.
612 (get_print_format): Likewise.
613 (do_not_print_object_filename): New function.
614 (do_not_print_archive_filename): New function.
615 (do_not_print_archive_member): New function.
616 (do_not_print_symbol_filename): New function.
617 (just_print_symbol_name): New function.
618 (main): Handle --just-symbols.
619 * NEWS: Mention the new feature.
620 * doc/binutils.texi: Document the new feature.
621
2c1bef53
CC
6222021-03-12 Clément Chigot <clement.chigot@atos.net>
623
624 * od-xcoff.c: Replace RTB by TRL entry.
625
db6092f3
AB
6262021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
627 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
630
b63a5e38
AB
6312021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
632 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
635
d296b736
NC
6362021-03-05 Nick Clifton <nickc@redhat.com>
637
638 PR 27387
639 * dwarf.c (display_debug_macro): Handle the displaying of
640 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
641 .debug_macro.dwo sections.
642
ca0e11aa
NC
6432021-03-04 Nick Clifton <nickc@redhat.com>
644
645 PR 27478
646 * objdump.c (process_links): New variable.
647 (usage): Add --process-links.
648 (long_options): Likewise.
649 (dump_bfd): Stop processing once the bfd has been loaded unless
650 this is the main file or process_links has been enabled.
651 (main): Handle the process-links option.
652 * readelf.c (process_links): New variable.
653 (struct filedata): Add is_separate field.
654 (options): Add --process-links.
655 (usage): Likewise.
656 (parse_args): Likewise.
657 (process_file_header): Include the filename when dumping
658 information for separate debuginfo files.
659 (process_program_headers): Likewise.
660 (process_section_headers): Likewise.
661 (process_section_groups): Likewise.
662 (process_relocs): Likewise.
663 (process_dynamic_section): Likewise.
664 (process_version_sections): Likewise.
665 (display_lto_symtab): Likewise.
666 (process_symbol_table): Likewise.
667 (process_syminfo): Likewise.
668 (initialise_dumps_by_name): Likewise.
669 (process_section_contents): Likewise.
670 (process_notes_at): Likewise.
671 (process_notes): Likewise.
672 (open_file): Add is_separate parameter. Use to initialise the
673 is_separate field in the filedata structure.
674 (open_deug): Update call to open_file.
675 (process_object): Add processing of the contents of separate
676 debuginfo files, gated by the process_links variable.
677 (process_archive): Update call to open_file.
678 (process_file): Initialise the is_separate field in the filedata
679 structure.
680 * dwarf.c (load_separate_debug_info_file): Only report the
681 loading of a separate file if debug links are being dumped.
682 * objcopy.c (keep_section_symbols): New variable.
683 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
684 (strip_options): Add keep-section-symbols.
685 (copy_options): Likewise.
686 (copy_usage): Likewise.
687 (strip_usage): Likewise.
688 (copy_object): Keep section symbols if requested by command line
689 option.
690 (strip_main): Handle --keep-section-symbols.
691 (copy_main): Likewise.
692 * doc/binutils.texi: Document the new options.
693 * NEWS: Mention the new features.
694 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
695 Update options passed to objdump. Use diff rather than cmp to
696 compare the dumped data.
697 * testsuite/binutils-all/objdump.WK2: Update regexp.
698 * testsuite/binutils-all/objdump.WK3: Update regexp.
699 * testsuite/binutils-all/objdump.exp: Use --process-links
700 instead of --dwarf=follow-links.
701 * testsuite/binutils-all/readelf.exp (readelf_test): Include
702 readelf's output in the log when the test fails.
703 Add the -P option to the -wKis test.
704 * testsuite/binutils-all/readelf.wKis: Update expected output.
705
fd5c076a
AM
7062021-03-03 Alan Modra <amodra@gmail.com>
707
708 PR 27493
709 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
710 * NEWS: Mention feature.
711
ecd65684
L
7122021-03-01 H.J. Lu <hongjiu.lu@intel.com>
713
714 PR binutils/27486
715 * dwarf.c (load_separate_debug_info): Issue warning only if
716 do_debug_links is set.
717 * testsuite/binutils-all/compress.exp: Run objdump and readelf
718 with missing debug file.
719
6a1224ec
AM
7202021-03-01 Alan Modra <amodra@gmail.com>
721
722 PR 27128
723 * doc/binutils.texi: Add nm --with-symbol-versions and
724 --without-symbol-versions documentation.
725 * nm.c (with_symbol_versions): New variable.
726 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
727 (long_options): Make --with-symbol-versions entry twiddle the flag.
728 Add --without-symbol-versions.
729 (print_symname): Strip version when !with_symbol_versions. Add
730 dynamic version info under control of with_symbol_versions.
731 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
732
7fe1b138
FS
7332021-02-26 Fangrui Song <maskray@google.com>
734
735 PR 27408
736 * readelf.c (quiet): New option flag.
737 (enum long_option_values): New enum to hold long option value.
738 (long_options): Add --quiet.
739 (usage): Mention --quiet.
740 (display_rel_file): If quiet is enabled, suppress "no symbols".
741 (main): Handle the new option.
742 * NEWS: Mention --quiet.
743 * docs/binutils.texi: Document --quiet.
744
0e12f6c8
TV
7452021-02-26 Tom de Vries <tdevries@suse.de>
746
747 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
748
32e4f96c
TV
7492021-02-26 Tom de Vries <tdevries@suse.de>
750
751 PR 27390
752 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
753 DW_FORM_addrx*.
754 (read_and_display_attr_value): Likewise.
755
e38332c2
NC
7562021-02-25 Nick Clifton <nickc@redhat.com>
757
758 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
759 forms.
760 (read_and_display_attr_value): Handle sup forms.
761 (display_debug_sup): New function. Displays the contents of a
762 .debug_sup section.
763 (load_debug_sup_file): New function. Loads the contents of a file
764 referenced by a .debug_sup section.
765 (check_for_and_load_links): Call load_debug_sup_file.
766 (debug_displays): Add entry for .debug_sup.
767 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
768 * readelf.c (process_section_headers): Add support for debug_sup.
769 * doc/debug.options.texi: Note that the =links option will display
770 the contents of .debug_sup sections.
771 * NEWS: Mention the new support.
772
40b02646
AM
7732021-02-25 Alan Modra <amodra@gmail.com>
774
775 PR 27456
776 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
777
9d3fcfe0
NC
7782021-02-24 Nick Clifton <nickc@redhat.com>
779
780 PR 27285
781 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
782 when adding together the section sizes.
783
c74147bb
NC
7842021-02-24 Nick Clifton <nickc@redhat.com>
785
786 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
787 build notes.
788 * readelf.c (print_gnu_build_attribute_description): Likewise.
789
c42c71a1
AM
7902021-02-24 Alan Modra <amodra@gmail.com>
791 Siddhesh Poyarekar <siddhesh@gotplt.org>
792
793 PR 27456
794 * bucomm.h (smart_rename): Update prototype.
795 * rename.c (smart_rename): Add fromfd and preserve_dates params.
796 Pass fromfd and target_stat to simple_copy. Call set_times
797 when preserve_dates.
798 (simple_copy): Accept fromfd rather than from filename. Add
799 target_stat param. Rewind fromfd rather than opening. Open
800 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
801 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
802 closing output temp file, and pass tmpfd to smart_rename.
803 * arsup.c (temp_fd): Rename from real_fd.
804 (ar_save): Dup temp_fd and pass to smart_rename.
805 * objcopy.c (strip_main, copy_main): Likewise, and pass
806 preserve_dates.
807
cca8873d
AM
8082021-02-24 Alan Modra <amodra@gmail.com>
809
810 PR 27456
811 * rename.c: Tidy throughout.
812 (smart_rename): Always copy. Remove windows specific code.
813
4d496013
AM
8142021-02-20 Alan Modra <amodra@gmail.com>
815
816 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
817 (run_dump_test): Fail if expecting errors from a file like we do
818 for error strings, if no error is seen.
819
0be51eb4
AM
8202021-02-19 Alan Modra <amodra@gmail.com>
821
822 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
823
3685de75
SP
8242021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
825
826 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
827 SMART_RENAME.
828 * arsup.c (ar_save): Likewise.
829 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
830 temporary file and adjust call to SMART_RENAME.
831 (copy_main): Likewise.
832 * rename.c [!S_ISLNK]: Remove definitions.
833 (try_preserve_permissions): Remove function.
834 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
835 rename system call only if TO does not exist.
836 * bucomm.h (smart_rename): Adjust declaration.
837
85684222
NC
8382021-02-18 Nick Clifton <nickc@redhat.com>
839
840 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
841 address that is higher than the end address.
842
b9b204b3
AM
8432021-02-17 Alan Modra <amodra@gmail.com>
844
845 * dwarf.c: Include limits.h.
846 (CHAR_BIT): Provide backup define.
847 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
848 signed overflow checking.
849 * testsuite/binutils-all/pr26548.s,
850 * testsuite/binutils-all/pr26548.d,
851 * testsuite/binutils-all/pr26548e.d: New tests.
852 * testsuite/binutils-all/readelf.exp: Run them.
853 (readelf_test): Drop unused "xfails" parameter. Update all uses.
854
e6ca1878
JB
8552021-02-16 Jan Beulich <jbeulich@suse.com>
856
857 * dwarf.c (process_debug_info): Initialize "dwo_id".
858
208599d9
AM
8592021-02-15 Alan Modra <amodra@gmail.com>
860
861 * objdump.c (load_specific_debug_section): Don't call
862 bfd_cache_section_contents. Rearrange so that
863 bfd_get_full_section_contents is not called on path where
864 bfd_simple_get_relocated_section_contents is called.
865 Don't set section->user_data.
866 (free_debug_section): Always free section->start. Don't twiddle
867 section flags.
868 * readelf.c (load_specific_debug_section): Don't set user_data.
869 * dwarf.h (struct dwarf_section): Remove use_data field.
870 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
871
1781a9d0
AM
8722021-02-15 Alan Modra <amodra@gmail.com>
873
874 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
875 * testsuite/binutils-all/objdump.exp: Likewise.
876
1944212b
AM
8772021-02-14 Alan Modra <amodra@gmail.com>
878
879 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
880 to the symbol array.
881 (slurp_dynamic_symtab): Likewise.
882 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
883
0d0a0d86
AM
8842021-02-14 Alan Modra <amodra@gmail.com>
885
886 * Makefile.in: Regenerate.
887 * doc/Makefile.in: Regenerate.
888
adeab0c5
MF
8892021-02-13 Mike Frysinger <vapier@gentoo.org>
890
891 * aclocal.m4: Regenerate.
892
c46b7066
NC
8932021-02-12 Nick Clifton <nickc@redhat.com>
894
895 * configure.ac (follow-debug-links): Add option to enable or
896 disable the following of debug links by default. Set the
897 default for the option to be 'follow'.
898 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
899 (dwarf_select_sections_by_names): Add no-follow-links option.
900 (dwarf_select_sections_by_letter): Add 'N' option.
901 * objdump.c (usage): Add conditional text describing the
902 follow links option.
903 (slurp_symtab): Ensure that there is a NULL entry at the end
904 of the symbol table.
905 (slurp_dynamic_symtab): Likewise.
906 (dump_bfd): When extending the symbol table, ensure that there
907 is still a NULL entry at the end.
908 * readelf.c (usage): Add conditional text describing the
909 follow links option.
910 * doc/binutils.texi: Update documentation for objcopy and
911 readelf.
912 * doc/debug.options.texi: Update documentation of the
913 follow-links option.
914 * config.in: Regenerate.
915 * configure: Regenerate.
916 * testsuite/binutils-all/compress.exp: Add the -WN option to
917 objdump command lines that are not expecting to follow links.
918 * testsuite/binutils-all/readelf.exp: Add the
919 --debug-dump=no-follow-links option to tests that are not
920 expecting to follow debug links.
921 * NEWS: Mention the new behaviour.
922
17e04eff
AM
9232021-02-12 Alan Modra <amodra@gmail.com>
924
925 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
926 gas or ld fails to build a testcase rather than "unresolved".
927 Report "fail" when readelf returns an error status rather than
928 "unresolved".
929 * testsuite/binutils-all/ar.exp: Likewise.
930 * testsuite/binutils-all/compress.exp: Likewise.
931 * testsuite/binutils-all/readelf.exp: Likewise.
932
8f054a7a
AM
9332021-02-12 Alan Modra <amodra@gmail.com>
934
935 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
936 "c" with "ccc" labels.
937
528a4f87
TV
9382021-02-12 Tom de Vries <tdevries@suse.de>
939
940 * dwarf.h (debug_info): Fix typo in comment.
941
95abb394
TV
9422021-02-12 Tom de Vries <tdevries@suse.de>
943
944 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
945 entries.
946
d60f7998
TV
9472021-02-12 Tom de Vries <tdevries@suse.de>
948
949 * dwarf.c (process_debug_info): Print DWO ID.
950
1cfcf300
AM
9512021-02-11 Alan Modra <amodra@gmail.com>
952
953 PR 27290
954 PR 27293
955 PR 27295
956 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
957 Use bfd_malloc_and_get_section.
958 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
959 check namesz. Return NULL if descsz is too small. Ensure
960 string table is terminated.
961 (elf32_avr_get_device_info): Formatting. Add note_size param.
962 Sanity check note.
963 (elf32_avr_dump_mem_usage): Adjust to suit.
964
d9d9d8ef
TV
9652021-02-10 Tom de Vries <tdevries@suse.de>
966
967 PR binutils/27391
968 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
969
52ff20fe
TV
9702021-02-10 Tom de Vries <tdevries@suse.de>
971
972 PR binutils/27371
973 * dwarf.c (display_debug_ranges): Filter range lists according to
974 section.
975
5f128a25
TV
9762021-02-09 Tom de Vries <tdevries@suse.de>
977
978 PR binutils/27370
979 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
980
9b87f84a
TV
9812021-02-09 Tom de Vries <tdevries@suse.de>
982
983 PR binutils/27386
984 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
985 DW_UT_split_compile.
986
a57d1773
AM
9872021-02-09 Alan Modra <amodra@gmail.com>
988
989 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
990 symbianelf.
991
de8d4203
AM
9922021-02-07 Alan Modra <amodra@gmail.com>
993
994 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
995 uninitialised on invalid input.
996
51a25252
AM
9972021-02-06 Alan Modra <amodra@gmail.com>
998
999 PR 27349
1000 * rename.c (smart_rename): Test for existence and type of output
1001 file with lstat.
1002
e37d88e5
NC
10032021-02-05 Nick Clifton <nickc@redhat.com>
1004
1005 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
1006
887854ba
EZ
10072021-02-05 Eli Zaretskii <eliz@gnu.org>
1008
1009 PR 27252
1010 * elfedit.c (check_file):
1011 * bucomm.c (get_file_size): Fix typos in comments.
1012
c180f095
AM
10132021-02-05 Alan Modra <amodra@gmail.com>
1014
1015 PR 27345
1016 * arsup.c (ar_save): Use stat rather than lstat.
1017
95b91a04
AM
10182021-02-03 Alan Modra <amodra@gmail.com>
1019
1020 PR 27270
1021 PR 27284
1022 PR 26945
1023 * ar.c: Don't include libbfd.h.
1024 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
1025 bfd_stat rather than fstat on iostream. Move stat and fd tests
1026 outside of _WIN32 ifdef. Delete skip_stat variable.
1027 * arsup.c (temp_name, real_ofd): New static variables.
1028 (ar_open): Use make_tempname and bfd_fdopenw.
1029 (ar_save): Adjust to suit ar_open changes. Move stat output
1030 of _WIN32 ifdef.
1031 * objcopy.c: Don't include libbfd.h.
1032 (copy_file): Use bfd_stat.
1033
5424d7ed
L
10342021-02-02 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 PR binutils/27281
1037 * readelf.c (process_section_headers): Add 'R' and 'D' to
1038 "Key to Flags:".
1039 * testsuite/binutils-all/retain1a.d: Updated.
1040
72a51a06
NC
10412021-01-30 Nick Clifton <nickc@redhat.com>
1042
1043 * README-how-to-make-a-release: Small updates after the 2.35.2
1044 release.
1045
cc3edc52
EZ
10462021-01-28 Eli Zaretskii <eliz@gnu.org>
1047
1048 PR 4356
1049 * windres.c (quot): Use double quotes to protect strings on
1050 Windows platforms.
1051
a7ad3cb1
EZ
10522021-01-28 Eli Zaretskii <eliz@gnu.org>
1053
1054 PR 27252
1055 * bucomm.c (get_file_size): Add code to handle /dev/null on
1056 Windows systems.
1057 * elfedit.c (check_file): Likewise.
1058
67965ba2
NC
10592021-01-27 Nick Clifton <nickc@redhat.com>
1060
1061 * objcopy.c (copy_main): Remove conditional control of the calls
1062 to free, simplifying the code and making it easier to detect
1063 typos.
1064
e37709f0
FC
10652021-01-26 Frederic Cambus <fred@statdns.com>
1066
1067 * objcopy.c (copy_main): Fix a double free happening when both
1068 --localize-symbols and --globalize-symbols options are invoked
1069 together.
1070
9b351c9b
NC
10712021-01-24 Nick Clifton <nickc@redhat.com>
1072
1073 * README-how-to-make-a-release: Minor updates after the 2.36 release.
1074
ad92f33d
AM
10752021-01-16 Alan Modra <amodra@gmail.com>
1076
1077 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
1078
3624a6c1
AM
10792021-01-15 Alan Modra <amodra@gmail.com>
1080
1081 PR 26539
1082 * readelf.c (uncompress_section_contents): Always call inflateEnd.
1083
c14dee84
AO
10842021-01-14 Alexandre Oliva <oliva@gnu.org>
1085
1086 * MAINTAINERS: Update my email address.
1087
5a10699f
NC
10882021-01-14 Nick Clifton <nickc@redhat.com>
1089
1090 * po/sv.po: Updated Swedish translation.
1091
5347ed60
AM
10922021-01-13 Alan Modra <amodra@gmail.com>
1093
1094 * Makefile.in: Regenerate.
1095 * doc/Makefile.in: Regenerate.
1096
2ce40d1a
ZF
10972021-01-13 Zebediah Figura <z.figura12@gmail.com>
1098
1099 PR 27037
1100 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
1101 and before exit.
1102 (i386_x64_trampoline): Add SEH annotations.
1103 (struct mac): Add how_seh field.
1104 (make_delay_head): If how_set field is true add SEh instructions.
1105
d546b610
L
11062021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 PR binutils/26792
1109 * configure.ac: Use GNU_MAKE_JOBSERVER.
1110 * aclocal.m4: Regenerated.
1111 * configure: Likewise.
1112
6d104cac
NC
11132021-01-12 Nick Clifton <nickc@redhat.com>
1114
1115 * po/fr.po: Updated French translation.
1116
83b33c6c
L
11172021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1118
1119 PR ld/27173
1120 * configure: Regenerated.
1121
a8aa72b9
NC
11222021-01-11 Nick Clifton <nickc@redhat.com>
1123
1124 * po/pt.po: Updated Portuguese translation.
1125 * po/sr.po: Updated Serbian translation.
1126 * po/uk.po: Updated Ukranian translation.
1127
a4966cd9
L
11282021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 * configure: Regenerated.
1131
573fe3fb
NC
11322021-01-09 Nick Clifton <nickc@redhat.com>
1133
1134 * configure: Regenerate.
1135 * po/binutils.pot: Regenerate.
1136
055bc77a
NC
11372021-01-09 Nick Clifton <nickc@redhat.com>
1138
1139 * 2.36 release branch crated.
573fe3fb
NC
1140 * README-how-to-make-a-release: Add note about updating Makefiles
1141 and libtool files.
1142 * BRANCHES: Add binutils-2.36-branch.
055bc77a 1143
64307045
AM
11442021-01-09 Alan Modra <amodra@gmail.com>
1145
1146 * configure: Regenerate.
1147
f4782128
ST
11482021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1149
1150 * configure: Regenerate.
1151
d1bcae83
L
11522021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1153
1154 PR 27109
1155 * objcopy.c (copy_object): Handle section symbols for
1156 non-relocatable inputs.
1157 * testsuite/binutils-all/readelf.exp (readelf_test): Check
1158 is_elf_unused_section_symbols.
1159 * testsuite/binutils-all/readelf.s-64: Updated.
1160 * testsuite/binutils-all/readelf.ss: Likewise.
1161 * testsuite/binutils-all/readelf.ss-64: Likewise.
1162 * testsuite/binutils-all/readelf.s-64-unused: New file.
1163 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1164 * testsuite/binutils-all/readelf.ss-unused: Likewise.
1165 * testsuite/lib/binutils-common.exp
1166 (is_elf_unused_section_symbols): New proc.
1167
6987d5a1
RT
11682021-01-06 Reuben Thomas <rrt@sc3d.org>
1169
1170 * binutils/readelf.c: Correct grammar in comment.
1171
f9a6a8f0
AM
11722021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1173
1174 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
1175 * doc/binutils.texi: Correct grammar.
1176 * readelf.c (process_version_sections): Correct spelling of auxiliary
1177 in warning.
1178 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
1179
250d07de
AM
11802021-01-01 Alan Modra <amodra@gmail.com>
1181
1182 Update year range in copyright notice of all files.
1183
c2795844 1184For older changes see ChangeLog-2020
3499769a 1185\f
c2795844 1186Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
1187
1188Copying and distribution of this file, with or without modification,
1189are permitted in any medium without royalty provided the copyright
1190notice and this notice are preserved.
1191
1192Local Variables:
1193mode: change-log
1194left-margin: 8
1195fill-column: 74
1196version-control: never
1197End: