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