]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
opcodes int vs bfd_boolean fixes
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
08dedd66
ML
12021-03-22 Martin Liska <mliska@suse.cz>
2
3 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ with startswith.
4 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
5 * objcopy.c (is_mergeable_note_section): Likewise.
6 * objdump.c (dump_dwarf_section): Likewise.
7 * prdbg.c (pr_method_type): Likewise.
8 (pr_class_baseclass): Likewise.
9 (tg_class_baseclass): Likewise.
10 * readelf.c (process_lto_symbol_tables): Likewise.
11 * stabs.c (ULLHIGH): Likewise.
12 (parse_stab_argtypes): Likewise.
13 (stab_demangle_function_name): Likewise.
14
7b9f9859
L
152021-03-19 H.J. Lu <hongjiu.lu@intel.com>
16
17 * readelf.c (get_machine_name): Add EM_INTELGT.
18
835f2fae
NC
192021-03-18 Nick Clifton <nickc@redhat.com>
20
21 PR 27478
22 * readelf.c (dump_section_as_strings): Mention separate filename.
23 (dump_section_as_bytes): Likewise.
24 (dump_section_as_ctf): Likewise.
25 (initialise_dumkps_byname): Only issue a warning for missing
26 sections if processing the main file.
27 (process_section_contents): Only issue a warning for unsumped
28 section numbers in the main file.
29 (initialise_dump_sects): New function. Contains code extracted
30 from ...
31 (process_object): ... here. Also call initialise_dump_sects for
32 separate files.
33
44266f36
NC
342021-03-16 Nick Clifton <nickc@redhat.com>
35
36 PR 27534
37 * readelf.c (display_debug_section): Also retain .debug_addr
38 sections.
39
d6bfbc39
NC
402021-03-16 Nick Clifton <nickc@redhat.com>
41
42 PR 27533
43 * readelf.c (process_section_contents): Only dump debug
44 information for separate files unless process_links is enabled.
45 (process_object): Always call process_section_contents for
46 separate info files.
47
1996d0f1
NC
482021-03-15 Nick Clifton <nickc@redhat.com>
49
50 PR 27487
51 * nm.c (FORMAT_JUST_SYMBOLS): Define.
52 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
53 (long_options): Add just-symbols.
54 (set_output_format): Add support for just-symbols.
55 (get_print_format): Likewise.
56 (do_not_print_object_filename): New function.
57 (do_not_print_archive_filename): New function.
58 (do_not_print_archive_member): New function.
59 (do_not_print_symbol_filename): New function.
60 (just_print_symbol_name): New function.
61 (main): Handle --just-symbols.
62 * NEWS: Mention the new feature.
63 * doc/binutils.texi: Document the new feature.
64
2c1bef53
CC
652021-03-12 Clément Chigot <clement.chigot@atos.net>
66
67 * od-xcoff.c: Replace RTB by TRL entry.
68
db6092f3
AB
692021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
70 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
73
b63a5e38
AB
742021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
75 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
78
d296b736
NC
792021-03-05 Nick Clifton <nickc@redhat.com>
80
81 PR 27387
82 * dwarf.c (display_debug_macro): Handle the displaying of
83 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
84 .debug_macro.dwo sections.
85
ca0e11aa
NC
862021-03-04 Nick Clifton <nickc@redhat.com>
87
88 PR 27478
89 * objdump.c (process_links): New variable.
90 (usage): Add --process-links.
91 (long_options): Likewise.
92 (dump_bfd): Stop processing once the bfd has been loaded unless
93 this is the main file or process_links has been enabled.
94 (main): Handle the process-links option.
95 * readelf.c (process_links): New variable.
96 (struct filedata): Add is_separate field.
97 (options): Add --process-links.
98 (usage): Likewise.
99 (parse_args): Likewise.
100 (process_file_header): Include the filename when dumping
101 information for separate debuginfo files.
102 (process_program_headers): Likewise.
103 (process_section_headers): Likewise.
104 (process_section_groups): Likewise.
105 (process_relocs): Likewise.
106 (process_dynamic_section): Likewise.
107 (process_version_sections): Likewise.
108 (display_lto_symtab): Likewise.
109 (process_symbol_table): Likewise.
110 (process_syminfo): Likewise.
111 (initialise_dumps_by_name): Likewise.
112 (process_section_contents): Likewise.
113 (process_notes_at): Likewise.
114 (process_notes): Likewise.
115 (open_file): Add is_separate parameter. Use to initialise the
116 is_separate field in the filedata structure.
117 (open_deug): Update call to open_file.
118 (process_object): Add processing of the contents of separate
119 debuginfo files, gated by the process_links variable.
120 (process_archive): Update call to open_file.
121 (process_file): Initialise the is_separate field in the filedata
122 structure.
123 * dwarf.c (load_separate_debug_info_file): Only report the
124 loading of a separate file if debug links are being dumped.
125 * objcopy.c (keep_section_symbols): New variable.
126 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
127 (strip_options): Add keep-section-symbols.
128 (copy_options): Likewise.
129 (copy_usage): Likewise.
130 (strip_usage): Likewise.
131 (copy_object): Keep section symbols if requested by command line
132 option.
133 (strip_main): Handle --keep-section-symbols.
134 (copy_main): Likewise.
135 * doc/binutils.texi: Document the new options.
136 * NEWS: Mention the new features.
137 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
138 Update options passed to objdump. Use diff rather than cmp to
139 compare the dumped data.
140 * testsuite/binutils-all/objdump.WK2: Update regexp.
141 * testsuite/binutils-all/objdump.WK3: Update regexp.
142 * testsuite/binutils-all/objdump.exp: Use --process-links
143 instead of --dwarf=follow-links.
144 * testsuite/binutils-all/readelf.exp (readelf_test): Include
145 readelf's output in the log when the test fails.
146 Add the -P option to the -wKis test.
147 * testsuite/binutils-all/readelf.wKis: Update expected output.
148
fd5c076a
AM
1492021-03-03 Alan Modra <amodra@gmail.com>
150
151 PR 27493
152 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
153 * NEWS: Mention feature.
154
ecd65684
L
1552021-03-01 H.J. Lu <hongjiu.lu@intel.com>
156
157 PR binutils/27486
158 * dwarf.c (load_separate_debug_info): Issue warning only if
159 do_debug_links is set.
160 * testsuite/binutils-all/compress.exp: Run objdump and readelf
161 with missing debug file.
162
6a1224ec
AM
1632021-03-01 Alan Modra <amodra@gmail.com>
164
165 PR 27128
166 * doc/binutils.texi: Add nm --with-symbol-versions and
167 --without-symbol-versions documentation.
168 * nm.c (with_symbol_versions): New variable.
169 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
170 (long_options): Make --with-symbol-versions entry twiddle the flag.
171 Add --without-symbol-versions.
172 (print_symname): Strip version when !with_symbol_versions. Add
173 dynamic version info under control of with_symbol_versions.
174 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
175
7fe1b138
FS
1762021-02-26 Fangrui Song <maskray@google.com>
177
178 PR 27408
179 * readelf.c (quiet): New option flag.
180 (enum long_option_values): New enum to hold long option value.
181 (long_options): Add --quiet.
182 (usage): Mention --quiet.
183 (display_rel_file): If quiet is enabled, suppress "no symbols".
184 (main): Handle the new option.
185 * NEWS: Mention --quiet.
186 * docs/binutils.texi: Document --quiet.
187
0e12f6c8
TV
1882021-02-26 Tom de Vries <tdevries@suse.de>
189
190 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
191
32e4f96c
TV
1922021-02-26 Tom de Vries <tdevries@suse.de>
193
194 PR 27390
195 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
196 DW_FORM_addrx*.
197 (read_and_display_attr_value): Likewise.
198
e38332c2
NC
1992021-02-25 Nick Clifton <nickc@redhat.com>
200
201 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
202 forms.
203 (read_and_display_attr_value): Handle sup forms.
204 (display_debug_sup): New function. Displays the contents of a
205 .debug_sup section.
206 (load_debug_sup_file): New function. Loads the contents of a file
207 referenced by a .debug_sup section.
208 (check_for_and_load_links): Call load_debug_sup_file.
209 (debug_displays): Add entry for .debug_sup.
210 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
211 * readelf.c (process_section_headers): Add support for debug_sup.
212 * doc/debug.options.texi: Note that the =links option will display
213 the contents of .debug_sup sections.
214 * NEWS: Mention the new support.
215
40b02646
AM
2162021-02-25 Alan Modra <amodra@gmail.com>
217
218 PR 27456
219 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
220
9d3fcfe0
NC
2212021-02-24 Nick Clifton <nickc@redhat.com>
222
223 PR 27285
224 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
225 when adding together the section sizes.
226
c74147bb
NC
2272021-02-24 Nick Clifton <nickc@redhat.com>
228
229 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
230 build notes.
231 * readelf.c (print_gnu_build_attribute_description): Likewise.
232
c42c71a1
AM
2332021-02-24 Alan Modra <amodra@gmail.com>
234 Siddhesh Poyarekar <siddhesh@gotplt.org>
235
236 PR 27456
237 * bucomm.h (smart_rename): Update prototype.
238 * rename.c (smart_rename): Add fromfd and preserve_dates params.
239 Pass fromfd and target_stat to simple_copy. Call set_times
240 when preserve_dates.
241 (simple_copy): Accept fromfd rather than from filename. Add
242 target_stat param. Rewind fromfd rather than opening. Open
243 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
244 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
245 closing output temp file, and pass tmpfd to smart_rename.
246 * arsup.c (temp_fd): Rename from real_fd.
247 (ar_save): Dup temp_fd and pass to smart_rename.
248 * objcopy.c (strip_main, copy_main): Likewise, and pass
249 preserve_dates.
250
cca8873d
AM
2512021-02-24 Alan Modra <amodra@gmail.com>
252
253 PR 27456
254 * rename.c: Tidy throughout.
255 (smart_rename): Always copy. Remove windows specific code.
256
4d496013
AM
2572021-02-20 Alan Modra <amodra@gmail.com>
258
259 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
260 (run_dump_test): Fail if expecting errors from a file like we do
261 for error strings, if no error is seen.
262
0be51eb4
AM
2632021-02-19 Alan Modra <amodra@gmail.com>
264
265 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
266
3685de75
SP
2672021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
268
269 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
270 SMART_RENAME.
271 * arsup.c (ar_save): Likewise.
272 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
273 temporary file and adjust call to SMART_RENAME.
274 (copy_main): Likewise.
275 * rename.c [!S_ISLNK]: Remove definitions.
276 (try_preserve_permissions): Remove function.
277 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
278 rename system call only if TO does not exist.
279 * bucomm.h (smart_rename): Adjust declaration.
280
85684222
NC
2812021-02-18 Nick Clifton <nickc@redhat.com>
282
283 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
284 address that is higher than the end address.
285
b9b204b3
AM
2862021-02-17 Alan Modra <amodra@gmail.com>
287
288 * dwarf.c: Include limits.h.
289 (CHAR_BIT): Provide backup define.
290 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
291 signed overflow checking.
292 * testsuite/binutils-all/pr26548.s,
293 * testsuite/binutils-all/pr26548.d,
294 * testsuite/binutils-all/pr26548e.d: New tests.
295 * testsuite/binutils-all/readelf.exp: Run them.
296 (readelf_test): Drop unused "xfails" parameter. Update all uses.
297
e6ca1878
JB
2982021-02-16 Jan Beulich <jbeulich@suse.com>
299
300 * dwarf.c (process_debug_info): Initialize "dwo_id".
301
208599d9
AM
3022021-02-15 Alan Modra <amodra@gmail.com>
303
304 * objdump.c (load_specific_debug_section): Don't call
305 bfd_cache_section_contents. Rearrange so that
306 bfd_get_full_section_contents is not called on path where
307 bfd_simple_get_relocated_section_contents is called.
308 Don't set section->user_data.
309 (free_debug_section): Always free section->start. Don't twiddle
310 section flags.
311 * readelf.c (load_specific_debug_section): Don't set user_data.
312 * dwarf.h (struct dwarf_section): Remove use_data field.
313 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
314
1781a9d0
AM
3152021-02-15 Alan Modra <amodra@gmail.com>
316
317 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
318 * testsuite/binutils-all/objdump.exp: Likewise.
319
1944212b
AM
3202021-02-14 Alan Modra <amodra@gmail.com>
321
322 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
323 to the symbol array.
324 (slurp_dynamic_symtab): Likewise.
325 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
326
0d0a0d86
AM
3272021-02-14 Alan Modra <amodra@gmail.com>
328
329 * Makefile.in: Regenerate.
330 * doc/Makefile.in: Regenerate.
331
adeab0c5
MF
3322021-02-13 Mike Frysinger <vapier@gentoo.org>
333
334 * aclocal.m4: Regenerate.
335
c46b7066
NC
3362021-02-12 Nick Clifton <nickc@redhat.com>
337
338 * configure.ac (follow-debug-links): Add option to enable or
339 disable the following of debug links by default. Set the
340 default for the option to be 'follow'.
341 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
342 (dwarf_select_sections_by_names): Add no-follow-links option.
343 (dwarf_select_sections_by_letter): Add 'N' option.
344 * objdump.c (usage): Add conditional text describing the
345 follow links option.
346 (slurp_symtab): Ensure that there is a NULL entry at the end
347 of the symbol table.
348 (slurp_dynamic_symtab): Likewise.
349 (dump_bfd): When extending the symbol table, ensure that there
350 is still a NULL entry at the end.
351 * readelf.c (usage): Add conditional text describing the
352 follow links option.
353 * doc/binutils.texi: Update documentation for objcopy and
354 readelf.
355 * doc/debug.options.texi: Update documentation of the
356 follow-links option.
357 * config.in: Regenerate.
358 * configure: Regenerate.
359 * testsuite/binutils-all/compress.exp: Add the -WN option to
360 objdump command lines that are not expecting to follow links.
361 * testsuite/binutils-all/readelf.exp: Add the
362 --debug-dump=no-follow-links option to tests that are not
363 expecting to follow debug links.
364 * NEWS: Mention the new behaviour.
365
17e04eff
AM
3662021-02-12 Alan Modra <amodra@gmail.com>
367
368 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
369 gas or ld fails to build a testcase rather than "unresolved".
370 Report "fail" when readelf returns an error status rather than
371 "unresolved".
372 * testsuite/binutils-all/ar.exp: Likewise.
373 * testsuite/binutils-all/compress.exp: Likewise.
374 * testsuite/binutils-all/readelf.exp: Likewise.
375
8f054a7a
AM
3762021-02-12 Alan Modra <amodra@gmail.com>
377
378 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
379 "c" with "ccc" labels.
380
528a4f87
TV
3812021-02-12 Tom de Vries <tdevries@suse.de>
382
383 * dwarf.h (debug_info): Fix typo in comment.
384
95abb394
TV
3852021-02-12 Tom de Vries <tdevries@suse.de>
386
387 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
388 entries.
389
d60f7998
TV
3902021-02-12 Tom de Vries <tdevries@suse.de>
391
392 * dwarf.c (process_debug_info): Print DWO ID.
393
1cfcf300
AM
3942021-02-11 Alan Modra <amodra@gmail.com>
395
396 PR 27290
397 PR 27293
398 PR 27295
399 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
400 Use bfd_malloc_and_get_section.
401 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
402 check namesz. Return NULL if descsz is too small. Ensure
403 string table is terminated.
404 (elf32_avr_get_device_info): Formatting. Add note_size param.
405 Sanity check note.
406 (elf32_avr_dump_mem_usage): Adjust to suit.
407
d9d9d8ef
TV
4082021-02-10 Tom de Vries <tdevries@suse.de>
409
410 PR binutils/27391
411 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
412
52ff20fe
TV
4132021-02-10 Tom de Vries <tdevries@suse.de>
414
415 PR binutils/27371
416 * dwarf.c (display_debug_ranges): Filter range lists according to
417 section.
418
5f128a25
TV
4192021-02-09 Tom de Vries <tdevries@suse.de>
420
421 PR binutils/27370
422 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
423
9b87f84a
TV
4242021-02-09 Tom de Vries <tdevries@suse.de>
425
426 PR binutils/27386
427 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
428 DW_UT_split_compile.
429
a57d1773
AM
4302021-02-09 Alan Modra <amodra@gmail.com>
431
432 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
433 symbianelf.
434
de8d4203
AM
4352021-02-07 Alan Modra <amodra@gmail.com>
436
437 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
438 uninitialised on invalid input.
439
51a25252
AM
4402021-02-06 Alan Modra <amodra@gmail.com>
441
442 PR 27349
443 * rename.c (smart_rename): Test for existence and type of output
444 file with lstat.
445
e37d88e5
NC
4462021-02-05 Nick Clifton <nickc@redhat.com>
447
448 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
449
887854ba
EZ
4502021-02-05 Eli Zaretskii <eliz@gnu.org>
451
452 PR 27252
453 * elfedit.c (check_file):
454 * bucomm.c (get_file_size): Fix typos in comments.
455
c180f095
AM
4562021-02-05 Alan Modra <amodra@gmail.com>
457
458 PR 27345
459 * arsup.c (ar_save): Use stat rather than lstat.
460
95b91a04
AM
4612021-02-03 Alan Modra <amodra@gmail.com>
462
463 PR 27270
464 PR 27284
465 PR 26945
466 * ar.c: Don't include libbfd.h.
467 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
468 bfd_stat rather than fstat on iostream. Move stat and fd tests
469 outside of _WIN32 ifdef. Delete skip_stat variable.
470 * arsup.c (temp_name, real_ofd): New static variables.
471 (ar_open): Use make_tempname and bfd_fdopenw.
472 (ar_save): Adjust to suit ar_open changes. Move stat output
473 of _WIN32 ifdef.
474 * objcopy.c: Don't include libbfd.h.
475 (copy_file): Use bfd_stat.
476
5424d7ed
L
4772021-02-02 H.J. Lu <hongjiu.lu@intel.com>
478
479 PR binutils/27281
480 * readelf.c (process_section_headers): Add 'R' and 'D' to
481 "Key to Flags:".
482 * testsuite/binutils-all/retain1a.d: Updated.
483
72a51a06
NC
4842021-01-30 Nick Clifton <nickc@redhat.com>
485
486 * README-how-to-make-a-release: Small updates after the 2.35.2
487 release.
488
cc3edc52
EZ
4892021-01-28 Eli Zaretskii <eliz@gnu.org>
490
491 PR 4356
492 * windres.c (quot): Use double quotes to protect strings on
493 Windows platforms.
494
a7ad3cb1
EZ
4952021-01-28 Eli Zaretskii <eliz@gnu.org>
496
497 PR 27252
498 * bucomm.c (get_file_size): Add code to handle /dev/null on
499 Windows systems.
500 * elfedit.c (check_file): Likewise.
501
67965ba2
NC
5022021-01-27 Nick Clifton <nickc@redhat.com>
503
504 * objcopy.c (copy_main): Remove conditional control of the calls
505 to free, simplifying the code and making it easier to detect
506 typos.
507
e37709f0
FC
5082021-01-26 Frederic Cambus <fred@statdns.com>
509
510 * objcopy.c (copy_main): Fix a double free happening when both
511 --localize-symbols and --globalize-symbols options are invoked
512 together.
513
9b351c9b
NC
5142021-01-24 Nick Clifton <nickc@redhat.com>
515
516 * README-how-to-make-a-release: Minor updates after the 2.36 release.
517
ad92f33d
AM
5182021-01-16 Alan Modra <amodra@gmail.com>
519
520 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
521
3624a6c1
AM
5222021-01-15 Alan Modra <amodra@gmail.com>
523
524 PR 26539
525 * readelf.c (uncompress_section_contents): Always call inflateEnd.
526
c14dee84
AO
5272021-01-14 Alexandre Oliva <oliva@gnu.org>
528
529 * MAINTAINERS: Update my email address.
530
5a10699f
NC
5312021-01-14 Nick Clifton <nickc@redhat.com>
532
533 * po/sv.po: Updated Swedish translation.
534
5347ed60
AM
5352021-01-13 Alan Modra <amodra@gmail.com>
536
537 * Makefile.in: Regenerate.
538 * doc/Makefile.in: Regenerate.
539
2ce40d1a
ZF
5402021-01-13 Zebediah Figura <z.figura12@gmail.com>
541
542 PR 27037
543 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
544 and before exit.
545 (i386_x64_trampoline): Add SEH annotations.
546 (struct mac): Add how_seh field.
547 (make_delay_head): If how_set field is true add SEh instructions.
548
d546b610
L
5492021-01-12 H.J. Lu <hongjiu.lu@intel.com>
550
551 PR binutils/26792
552 * configure.ac: Use GNU_MAKE_JOBSERVER.
553 * aclocal.m4: Regenerated.
554 * configure: Likewise.
555
6d104cac
NC
5562021-01-12 Nick Clifton <nickc@redhat.com>
557
558 * po/fr.po: Updated French translation.
559
83b33c6c
L
5602021-01-11 H.J. Lu <hongjiu.lu@intel.com>
561
562 PR ld/27173
563 * configure: Regenerated.
564
a8aa72b9
NC
5652021-01-11 Nick Clifton <nickc@redhat.com>
566
567 * po/pt.po: Updated Portuguese translation.
568 * po/sr.po: Updated Serbian translation.
569 * po/uk.po: Updated Ukranian translation.
570
a4966cd9
L
5712021-01-09 H.J. Lu <hongjiu.lu@intel.com>
572
573 * configure: Regenerated.
574
573fe3fb
NC
5752021-01-09 Nick Clifton <nickc@redhat.com>
576
577 * configure: Regenerate.
578 * po/binutils.pot: Regenerate.
579
055bc77a
NC
5802021-01-09 Nick Clifton <nickc@redhat.com>
581
582 * 2.36 release branch crated.
573fe3fb
NC
583 * README-how-to-make-a-release: Add note about updating Makefiles
584 and libtool files.
585 * BRANCHES: Add binutils-2.36-branch.
055bc77a 586
64307045
AM
5872021-01-09 Alan Modra <amodra@gmail.com>
588
589 * configure: Regenerate.
590
f4782128
ST
5912021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
592
593 * configure: Regenerate.
594
d1bcae83
L
5952021-01-07 H.J. Lu <hongjiu.lu@intel.com>
596
597 PR 27109
598 * objcopy.c (copy_object): Handle section symbols for
599 non-relocatable inputs.
600 * testsuite/binutils-all/readelf.exp (readelf_test): Check
601 is_elf_unused_section_symbols.
602 * testsuite/binutils-all/readelf.s-64: Updated.
603 * testsuite/binutils-all/readelf.ss: Likewise.
604 * testsuite/binutils-all/readelf.ss-64: Likewise.
605 * testsuite/binutils-all/readelf.s-64-unused: New file.
606 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
607 * testsuite/binutils-all/readelf.ss-unused: Likewise.
608 * testsuite/lib/binutils-common.exp
609 (is_elf_unused_section_symbols): New proc.
610
6987d5a1
RT
6112021-01-06 Reuben Thomas <rrt@sc3d.org>
612
613 * binutils/readelf.c: Correct grammar in comment.
614
f9a6a8f0
AM
6152021-01-01 Nicolas Boulenguez <nicolas@debian.org>
616
617 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
618 * doc/binutils.texi: Correct grammar.
619 * readelf.c (process_version_sections): Correct spelling of auxiliary
620 in warning.
621 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
622
250d07de
AM
6232021-01-01 Alan Modra <amodra@gmail.com>
624
625 Update year range in copyright notice of all files.
626
c2795844 627For older changes see ChangeLog-2020
3499769a 628\f
c2795844 629Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
630
631Copying and distribution of this file, with or without modification,
632are permitted in any medium without royalty provided the copyright
633notice and this notice are preserved.
634
635Local Variables:
636mode: change-log
637left-margin: 8
638fill-column: 74
639version-control: never
640End: