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