]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
MIPS/opcodes: Do not use CP0 register names for control registers
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2021-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
7 2021-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
15 2021-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
20 2021-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
25 2021-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
31 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
32
33 * readelf.c (get_machine_name): Change Loongson Loongarch to
34 LoongArch.
35
36 2021-05-21 Luis Machado <luis.machado@linaro.org>
37
38 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
39
40 2021-05-21 Luis Machado <luis.machado@linaro.org>
41
42 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
43
44 2021-05-19 Eli Schwartz <eschwartz@archlinux.org>
45
46 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
47
48 2021-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
57 2021-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
63 2021-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
68 2021-05-15 Alan Modra <amodra@gmail.com>
69
70 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
71 length calculations.
72
73 2021-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
79 2021-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
86 2021-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
91 2021-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
97 2021-05-15 Alan Modra <amodra@gmail.com>
98
99 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
100
101 2021-05-15 Alan Modra <amodra@gmail.com>
102
103 * dwarf.c (display_debug_str_offsets): Constrain reads to length
104 given in header.
105
106 2021-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
112 2021-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
117 2021-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
122 2021-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
128 2021-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
133 2021-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
138 2021-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
143 2021-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
149 2021-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
156 2021-05-15 Alan Modra <amodra@gmail.com>
157
158 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
159
160 2021-05-15 Alan Modra <amodra@gmail.com>
161
162 * bucomm.h (_mul_overflow): Define.
163 * dwarf.c (get_encoded_value): Avoid pointer UB.
164
165 2021-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
171 2021-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
177 2021-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
193 2021-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
205 2021-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
222 2021-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
228 2021-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
237 2021-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
244 2021-05-11 Hans-Peter Nilsson <hp@axis.com>
245
246 * dwarf.c (process_abbrev_set): Properly parenthesize before
247 casting to unsigned long.
248
249 2021-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
258 2021-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
268 2021-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
274 2021-05-09 Alan Modra <amodra@gmail.com>
275
276 * objcopy.c (eq_string): Delete.
277 (create_symbol_htab): Use htab_eq_string.
278
279 2021-05-08 Mike Frysinger <vapier@gentoo.org>
280
281 * README-how-to-make-a-release: Update html & pdf entries.
282
283 2021-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
288 2021-05-08 Mike Frysinger <vapier@gentoo.org>
289
290 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
291 * doc/Makefile.in: Regenerate.
292
293 2021-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
299 2021-05-07 Michael Forney <mforney@mforney.org>
300
301 * dwarf.c: Don't omit second operand of '?' operator.
302
303 2021-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
309 2021-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
315 2021-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
321 2021-04-22 Clément Chigot <clement.chigot@atos.net>
322
323 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
324 aux structures.
325
326 2021-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
340 2021-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
351 2021-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
356 2021-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
362 2021-04-19 Nick Clifton <nickc@redhat.com>
363
364 PR 21702
365 * arsup.c (ar_addmod): Enable plugin support, if available.
366
367 2021-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
372 2021-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
378 2021-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
384 2021-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
401 2021-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
408 2021-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
416 2021-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
422 2021-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
427 2021-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
445 2021-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
450 2021-04-12 Alan Modra <amodra@gmail.com>
451
452 * configure.ac (--enable-checking): Add support.
453 * config.in: Regenerate.
454 * configure: Regenerate.
455
456 2021-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
463 2021-04-06 Alan Modra <amodra@gmail.com>
464
465 * objdump.c (objdump_symbol_at_address): Return asymbol*.
466
467 2021-04-06 Alan Modra <amodra@gmail.com>
468
469 * NEWS: Mention C99 requirement.
470 * README: Likewise. Modernise examples and "Reporting bugs".
471
472 2021-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
513 2021-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
519 2021-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
527 2021-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
542 2021-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
555 2021-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
560 2021-03-31 Alan Modra <amodra@gmail.com>
561
562 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
563
564 2021-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
573 2021-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
581 2021-03-22 Martin Liska <mliska@suse.cz>
582
583 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
584 with startswith.
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
596 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
597
598 * readelf.c (get_machine_name): Add EM_INTELGT.
599
600 2021-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
615 2021-03-16 Nick Clifton <nickc@redhat.com>
616
617 PR 27534
618 * readelf.c (display_debug_section): Also retain .debug_addr
619 sections.
620
621 2021-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
629 2021-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
646 2021-03-12 Clément Chigot <clement.chigot@atos.net>
647
648 * od-xcoff.c: Replace RTB by TRL entry.
649
650 2021-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
655 2021-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
660 2021-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
667 2021-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
730 2021-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
736 2021-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
744 2021-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
757 2021-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
769 2021-02-26 Tom de Vries <tdevries@suse.de>
770
771 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
772
773 2021-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
780 2021-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
797 2021-02-25 Alan Modra <amodra@gmail.com>
798
799 PR 27456
800 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
801
802 2021-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
808 2021-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
814 2021-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
832 2021-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
838 2021-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
844 2021-02-19 Alan Modra <amodra@gmail.com>
845
846 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
847
848 2021-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
862 2021-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
867 2021-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
879 2021-02-16 Jan Beulich <jbeulich@suse.com>
880
881 * dwarf.c (process_debug_info): Initialize "dwo_id".
882
883 2021-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
896 2021-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
901 2021-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
908 2021-02-14 Alan Modra <amodra@gmail.com>
909
910 * Makefile.in: Regenerate.
911 * doc/Makefile.in: Regenerate.
912
913 2021-02-13 Mike Frysinger <vapier@gentoo.org>
914
915 * aclocal.m4: Regenerate.
916
917 2021-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
947 2021-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
957 2021-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
962 2021-02-12 Tom de Vries <tdevries@suse.de>
963
964 * dwarf.h (debug_info): Fix typo in comment.
965
966 2021-02-12 Tom de Vries <tdevries@suse.de>
967
968 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
969 entries.
970
971 2021-02-12 Tom de Vries <tdevries@suse.de>
972
973 * dwarf.c (process_debug_info): Print DWO ID.
974
975 2021-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
989 2021-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
994 2021-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
1000 2021-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
1005 2021-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
1011 2021-02-09 Alan Modra <amodra@gmail.com>
1012
1013 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
1014 symbianelf.
1015
1016 2021-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
1021 2021-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
1027 2021-02-05 Nick Clifton <nickc@redhat.com>
1028
1029 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
1030
1031 2021-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
1037 2021-02-05 Alan Modra <amodra@gmail.com>
1038
1039 PR 27345
1040 * arsup.c (ar_save): Use stat rather than lstat.
1041
1042 2021-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
1058 2021-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
1065 2021-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
1070 2021-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
1076 2021-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
1083 2021-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
1089 2021-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
1095 2021-01-24 Nick Clifton <nickc@redhat.com>
1096
1097 * README-how-to-make-a-release: Minor updates after the 2.36 release.
1098
1099 2021-01-16 Alan Modra <amodra@gmail.com>
1100
1101 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
1102
1103 2021-01-15 Alan Modra <amodra@gmail.com>
1104
1105 PR 26539
1106 * readelf.c (uncompress_section_contents): Always call inflateEnd.
1107
1108 2021-01-14 Alexandre Oliva <oliva@gnu.org>
1109
1110 * MAINTAINERS: Update my email address.
1111
1112 2021-01-14 Nick Clifton <nickc@redhat.com>
1113
1114 * po/sv.po: Updated Swedish translation.
1115
1116 2021-01-13 Alan Modra <amodra@gmail.com>
1117
1118 * Makefile.in: Regenerate.
1119 * doc/Makefile.in: Regenerate.
1120
1121 2021-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
1130 2021-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
1137 2021-01-12 Nick Clifton <nickc@redhat.com>
1138
1139 * po/fr.po: Updated French translation.
1140
1141 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 PR ld/27173
1144 * configure: Regenerated.
1145
1146 2021-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
1152 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1153
1154 * configure: Regenerated.
1155
1156 2021-01-09 Nick Clifton <nickc@redhat.com>
1157
1158 * configure: Regenerate.
1159 * po/binutils.pot: Regenerate.
1160
1161 2021-01-09 Nick Clifton <nickc@redhat.com>
1162
1163 * 2.36 release branch crated.
1164 * README-how-to-make-a-release: Add note about updating Makefiles
1165 and libtool files.
1166 * BRANCHES: Add binutils-2.36-branch.
1167
1168 2021-01-09 Alan Modra <amodra@gmail.com>
1169
1170 * configure: Regenerate.
1171
1172 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1173
1174 * configure: Regenerate.
1175
1176 2021-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
1192 2021-01-06 Reuben Thomas <rrt@sc3d.org>
1193
1194 * binutils/readelf.c: Correct grammar in comment.
1195
1196 2021-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
1204 2021-01-01 Alan Modra <amodra@gmail.com>
1205
1206 Update year range in copyright notice of all files.
1207
1208 For older changes see ChangeLog-2020
1209 \f
1210 Copyright (C) 2021 Free Software Foundation, Inc.
1211
1212 Copying and distribution of this file, with or without modification,
1213 are permitted in any medium without royalty provided the copyright
1214 notice and this notice are preserved.
1215
1216 Local Variables:
1217 mode: change-log
1218 left-margin: 8
1219 fill-column: 74
1220 version-control: never
1221 End: