]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
aarch64: Add -mcpu option for Cortex-R82
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
839f41a3
AM
12020-09-02 Alan Modra <amodra@gmail.com>
2
3 * objdump.c (disassemble_bytes): Use an unsigned type for "addend".
4
54b8331d
AM
52020-08-30 Alan Modra <amodra@gmail.com>
6
7 * readelf.c (print_gnu_build_attribute_name): Use unsigned long
8 long for "bytes".
9
08d7da7d
NC
102020-08-28 Nick Clifton <nickc@redhat.com>
11
12 PR 26548
13 * dwarf.c (read_leb128): When checking for overflow of a signed
14 read, use a signed shift.
15
0861f561
CQ
162020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
17
18 * readelf.c (get_csky_section_type_name): New.
19 (get_section_type_name): Add handler for CSKY.
20 (display_csky_attribute): New.
21 (process_arch_specific): Add handler for CSKY.
22 * testsuite/binutils-all/strip-3.d: Remove .csky.attributes
23 section.
24
b0191216
JL
252020-08-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
26
27 * readelf.c (get_msp430x_section_type_name): Rename to ...
28 (get_msp430_section_type_name): ... this.
29 (get_section_type_name): Use get_msp430_section_type_name.
30 (display_msp430x_attribute): Rename to ...
31 (display_msp430_attribute): ... this.
32 (process_arch_specific): Use display_msp430_attribute.
33
9e7ed8b0
JDA
342020-08-27 John David Anglin <danglin@gcc.gnu.org>
35
36 PR 26356
37 * testsuite/binutils-all/objcopy.exp (objcopy --reverse-bytes): Add
38 "-j $PRIVATE$" to command on hppa*-*-hpux*.
39 * testsuite/lib/utils-lib.exp (default_binutils_run): Remove existing
40 dollar-sign quotes before quoting. Do this prior to generating log
41 output.
42
6b5473c9
RH
432020-08-27 Ralf Habacker <ralf.habacker@freenet.de>
44
45 PR 26088
46 * mclex.c (skip_until_eol): If eol was found, increment line
47 number.
48
5e9b84f7
NA
492020-08-27 Nick Alcock <nick.alcock@oracle.com>
50
51 * objdump.c (dump_ctf_errs): Unquote CTF error messages.
52 * readelf.c (dump_ctf_errs): Likewise.
53
926c9e76
NA
542020-08-27 Nick Alcock <nick.alcock@oracle.com>
55
56 * objdump.c (dump_ctf_archive_member): Move error-
57 reporting...
58 (dump_ctf_errs): ... into this separate function.
59 (dump_ctf): Call it on open errors.
60 * readelf.c (dump_ctf_archive_member): Move error-
61 reporting...
62 (dump_ctf_errs): ... into this separate function. Support
63 calls with NULL fp. Adjust for new err parameter to
64 ctf_errwarning_next.
65 (dump_section_as_ctf): Call it on open errors.
66
987cf30a
NA
672020-08-27 Nick Alcock <nick.alcock@oracle.com>
68
69 * Makefile.am (readelf_LDADD): Move $(LIBINTL) after $(LIBCTF_NOBFD).
70 * Makefile.in: Regenerated.
71
3eba3ef3
NC
722020-08-26 Nick Clifton <nickc@redhat.com>
73
74 PR 26405
75 * readelf.c (get_segment_type): Handle OpenBSD segment types.
76
a68aba2d
AM
772020-08-26 Alan Modra <amodra@gmail.com>
78
79 PR 26412
80 * objcopy.c (copy_object): Don't fwrite NULL contents.
81
37f628c3
KH
822020-08-26 Katayama Hirofumi <katayama.hirofumi.mz@gmail.com>
83
84 PR 26340
85 * rcparse.y (AUTOCHECKBOX): Add WS_TABSTOP to the base style.
86
f3da8a96
AM
872020-08-24 Alan Modra <amodra@gmail.com>
88
89 * readelf.c (dump_section_as_strings) Avoid false positive
90 "may be used uninitialised".
91
3f2e9699
L
922020-08-22 H.J. Lu <hongjiu.lu@intel.com>
93
94 PR ld/26382
95 * nm.c (print_symname): Display only one '@' for undefined
96 versioned symbols.
97 * doc/binutils.texi: Update nm version information.
98
02391b8b
MW
992020-08-21 Mark Wielaard <mark@klomp.org>
100
101 * testsuite/binutils-all/readelf.exp (readelf_wi_test): Also
102 recognize DW_LANG_C11.
103
d1ce973e
AM
1042020-08-19 Alan Modra <amodra@gmail.com>
105
106 PR 26349
107 * readelf.c (dump_relocations): Use BFD_VMA_FMT to print offset
108 and info fields.
109 (dump_section_as_strings): Don't use %tx to display offset.
110
82fcdb39
AM
1112020-08-14 Alan Modra <amodra@gmail.com>
112
113 PR 26388
114 * dwarf.c (free_debug_memory): Free alloc_num_debug_info_entries
115 of debug_information. Correct test of max_loc_offsets and
116 max_range_lists.
117 * rddbg.c (read_debugging_info): Free dhandle on error.
118
fc0efc4b
AM
1192020-08-14 Alan Modra <amodra@gmail.com>
120
121 * testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d.
122
75e100a3
AM
1232020-08-13 Alan Modra <amodra@gmail.com>
124
125 PR 26348
126 * objcopy.c (copy_object): Report file name with endian error.
127 Error and return on abfd->read_only.
128
d3511b24
TT
1292020-08-12 Tom Tromey <tromey@adacore.com>
130
131 * dwarf-mode.el (Version): Now 1.6.
132 (dwarf-die-button-action): Tighten DIE reference regexp.
133 (dwarf-font-lock-keywords): Update name regexp.
134
79bc120c
NC
1352020-08-12 Nick Clifton <nickc@redhat.com>
136
137 PR binutils/26331
138 * readelf.c (do_demangle): New option flag.
139 (print_symbol): If do_demangle is enabled, demangle the symbol.
140 (enum long_option_values): New enum to hold long option values.
141 (options): Add demangle, no-demangle, recursion-limit and
142 no-recursion-limit options. Alpha sort the table.
143 (usage): Describe the new options.
144 (parse_args): Handle the new options.
145 * NEWS: Mention the new feature.
146 * doc/binutils.texi: Document the new feature.
147 * testsuite/binutils-all/readelf.exp: Test the new feature.
148 * testsuite/binutils-all/mangled.s: New file - assembler source.
149 * testsuite/binutils-all/readelf.demangled: New file - expected
150 output from readelf.
151
79ddc884
NC
1522020-08-12 Nick Clifton <nickc@redhat.com>
153
154 * po/sr.po: Updated Serbian translation.
155
9b0ac51b
L
1562020-08-10 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR binutils/26302
159 * nm.c (with_symbol_versions): Removed.
160 (long_option_values): Add OPTION_WITH_SYMBOL_VERSIONS.
161 (long_options): Update --with-symbol-versions entry.
162 (print_symbol): Remove the with_symbol_versions check.
163 (main): Add OPTION_WITH_SYMBOL_VERSIONS for backward
164 compatibility.
165 * doc/binutils.texi: Remove --with-symbol-versions.
166
787bbc56
AM
1672020-08-05 Alan Modra <amodra@gmail.com>
168
169 PR 26337
170 * objdump.c (load_specific_debug_section): Revert last change.
171
0b97e818
AM
1722020-08-05 Alan Modra <amodra@gmail.com>
173
174 PR 26337
175 * objdump.c (load_specific_debug_section): Don't malloc space for
176 section contents, use bfd_malloc_and_get_section.
177
c8693053
RO
1782020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
179
180 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
181 * Makefile.in, doc/Makefile.in: Regenerate.
182 * configure: Regenerate.
183
ac2599c4
L
1842020-07-30 H.J. Lu <hongjiu.lu@intel.com>
185
186 * testsuite/binutils-all/i386/compressed-1a.d: Pass --gdwarf-3
187 to assembler.
188 * testsuite/binutils-all/i386/compressed-1b.d: Likewise.
189 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
190 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
191 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
192 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
193
c77cb2a0
MR
1942020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
195
196 * testsuite/binutils-all/mips/global-local-symtab-sort-o32.d:
197 New test.
198 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
199 New test.
200 * testsuite/binutils-all/mips/global-local-symtab-sort-n32.d:
201 New test.
202 * testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d:
203 New test.
204 * testsuite/binutils-all/mips/global-local-symtab-sort-n64.d:
205 New test.
206 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
207 New test.
208 * testsuite/binutils-all/mips/global-local-symtab-final-o32.d:
209 New test.
210 * testsuite/binutils-all/mips/global-local-symtab-final-n32.d:
211 New test.
212 * testsuite/binutils-all/mips/global-local-symtab-final-n64.d:
213 New test.
214 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
215
3f1b17bb
MR
2162020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
217
218 * testsuite/binutils-all/mips/global-local-symtab-o32.d: New
219 test.
220 * testsuite/binutils-all/mips/global-local-symtab-o32t.d: New
221 test.
222 * testsuite/binutils-all/mips/global-local-symtab-n32.d: New
223 test.
224 * testsuite/binutils-all/mips/global-local-symtab-n32t.d: New
225 test.
226 * testsuite/binutils-all/mips/global-local-symtab-n64.d: New
227 test.
228 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
229
d70f978b
L
2302020-07-28 H.J. Lu <hongjiu.lu@intel.com>
231
232 PR binutils/26301
233 * configure: Regenerated.
234
377170fa
L
2352020-07-28 H.J. Lu <hongjiu.lu@intel.com>
236
237 PR binutils/26301
238 * configure: Regenerated.
239
8fab9282
AM
2402020-07-27 Alan Modra <amodra@gmail.com>
241
242 * objdump.c (dump_section): Don't return without calling
243 process_section_p.
244
608d61c2
L
2452020-07-27 H.J. Lu <hongjiu.lu@intel.com>
246
247 * doc/binutils.texi: Replace preceeded with preceded.
248
3abf9758
MR
2492020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
250
251 * testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
252 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64): New
253 procedures.
254 (has_newabi): Remove variable.
255 (has_abi, abi_asflags, abi_ldflags): New associative array
256 variables.
257 (irixemul): New variable.
258 Replace `run_dump_test' calls where applicable throughout with
259 `run_dump_test_o32', `run_dump_test_n32' and `run_dump_test_n64'
260 as appropriate. Use `noarch' for tests that require their own
261 architecture setting.
262 * testsuite/binutils-all/mips/mips-ase-1.d: Remove GAS flags.
263 * testsuite/binutils-all/mips/mips-ase-2.d: Likewise.
264 * testsuite/binutils-all/mips/mips-ase-3.d: Likewise.
265 * testsuite/binutils-all/mips/mips-note-2-n32.d: Likewise.
266 * testsuite/binutils-all/mips/mips-note-2-n64.d: Likewise.
267 * testsuite/binutils-all/mips/mips-note-2.d: Likewise.
268 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Likewise.
269 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
270 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
271 * testsuite/binutils-all/mips/mips-reginfo-n32.d: Likewise.
272 * testsuite/binutils-all/mips/mips-reginfo.d: Likewise.
273 * testsuite/binutils-all/mips/mips16-extend-noinsn.d: Likewise.
274 * testsuite/binutils-all/mips/mips16-pcrel.d: Likewise.
275 * testsuite/binutils-all/mips/mips16-alias.d: Remove `-32' from
276 GAS flags.
277 * testsuite/binutils-all/mips/mips16-extend-insn.d: Likewise.
278 * testsuite/binutils-all/mips/mips16-noalias.d: Likewise.
279 * testsuite/binutils-all/mips/mips16-undecoded.d: Likewise.
280 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: Likewise.
281 * testsuite/binutils-all/mips/mips16e2-undecoded.d: Likewise.
282 * testsuite/binutils-all/mips/mixed-micromips.d: Likewise.
283 * testsuite/binutils-all/mips/mixed-mips16.d: Likewise.
284
f6720b1c
AM
2852020-07-24 Aaron Merey <amerey@redhat.com>
286
287 * Makefile.am: Replace LIBDEBUGINFOD with DEBUGINFOD_LIBS.
288 * Makefile.in: Rebuild.
289 * configure: Rebuild.
290 * doc/Makefile.in: Rebuild.
291
bf772a1e
NC
2922020-07-24 Nick Clifton <nickc@redhat.com>
293
294 * README-how-to-make-a-release: Various small updates whilst
295 creating the 2.35 release.
296
0b884151
NA
2972020-07-22 Nick Alcock <nick.alcock@oracle.com>
298
299 * testsuite/lib/binutils-common.exp (run_dump_test): Add 'cc'
300 option.
301
3dd6b890
NA
3022020-07-22 Nick Alcock <nick.alcock@oracle.com>
303
304 * objdump.c (dump_ctf_archive_member): Remove linefeeds.
305 (dump_ctf): Likewise.
306
8b37e7b6
NA
3072020-07-22 Nick Alcock <nick.alcock@oracle.com>
308
309 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
310 * readelf.c (dump_ctf_archive_member): Likewise.
311
df16e041
NC
3122020-07-22 Nick Clifton <nickc@redhat.com>
313
314 * readelf.c (parse_args): Silence potential warnings about a
315 memory resource leak when allocating space for ctf option values.
316 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
317 variable.
318
84dc5f0b
NC
3192020-07-21 Nick Clifton <nickc@redhat.com>
320
321 * po/sv.po: Updated Swedish translation.
322
570b0ed6
CZ
3232020-07-14 Claudiu Zissulescu <claziss@gmail.com>
324
325 * testsuite/binutils-all/arc/double_regs.s: New test.
326 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
327
0a5c31d1
NC
3282020-07-13 Nick Clifton <nickc@redhat.com>
329
330 * po/fr.po: Updated French translation.
331
7a34d0ea
AM
3322020-07-13 Alan Modra <amodra@gmail.com>
333
334 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
335 optional machine-os arg.
336
a308b89d
L
3372020-07-11 H.J. Lu <hongjiu.lu@intel.com>
338
339 * readelf.c (decode_x86_feature_2): Handle
340 GNU_PROPERTY_X86_FEATURE_2_TMM.
341
af2b3186
TV
3422020-07-10 Tom de Vries <tdevries@suse.de>
343
344 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
345 information in the end_sequence row.
346 * testsuite/binutils-all/dw5.W: Update.
347 * testsuite/binutils-all/objdump.WL: Update.
348
fe49679d
AM
3492020-07-09 Alan Modra <amodra@gmail.com>
350
351 * dlltool.c: Remove powerpc PE support and comments.
352 * configure.ac: Remove powerpc PE dlltool config.
353 * configure: Regenerate.
354
d90171de
NC
3552020-07-09 Nick Clifton <nickc@redhat.com>
356
357 * rclex.c: Add OWNERDRAW keyword.
358 * rcparse.y: Add OWNERDRAW token.
359 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
360 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
361 BITMAP flags.
362 * windres.c (extended_menuitems): Likewise.
363 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
364
e3fdc001
AM
3652020-07-09 Alan Modra <amodra@gmail.com>
366
367 * readelf (slurp_hppa_unwind_table): Set table_len before use
368 in relocation sanity checks.
369
5a2296ac
AM
3702020-07-07 Alan Modra <amodra@gmail.com>
371
372 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
373 * testsuite/binutils-all/nm.exp: Likewise.
374 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
375 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
376 * testsuite/binutils-all/set-section-alignment.d: Likewise.
377 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
378
efd0ed58
AM
3792020-07-07 Alan Modra <amodra@gmail.com>
380
381 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
382 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
383
17550be7
NC
3842020-07-06 Nick Clifton <nickc@redhat.com>
385
386 * po/bg.po: Updated Bulgarian translation.
387 * po/pt.po: Updated Portuguese translation.
388 * po/uk.po: Updated Ukranian translation.
389
ddb43bab
AM
3902020-07-06 Alan Modra <amodra@gmail.com>
391
392 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
393 find string length.
394
b19d852d
NC
3952020-07-04 Nick Clifton <nickc@redhat.com>
396
397 * configure: Regenerate.
398 * po/binutils.pot: Regenerate.
399
b115b9fd
NC
4002020-07-04 Nick Clifton <nickc@redhat.com>
401
402 Binutils 2.35 branch created.
403
0942c7ab
NC
4042020-07-02 Nick Clifton <nickc@redhat.com>
405
406 PR 26028
407 * readelf.c (print_symbol): Handle truncation of symbol names.
408 (options): Add -T/--silent-truncation option.
409 (parse_args): Handle the option.
410 (print_dynamic_symbol): Correct calculation of width available to
411 display symbol name.
412 * doc/binutils.texi: Document the -T option to readelf.
413 * NEWS: Mention the new feature.
414
bbd19b19
L
4152020-06-30 H.J. Lu <hongjiu.lu@intel.com>
416
417 * NEWS: Mention x86 NaCl target support removal.
418 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
419 x86 NaCl target support.
420 * testsuite/binutils-all/elfedit-1.d: Likewise.
421 * testsuite/binutils-all/i386/i386.exp: Likewise.
422 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
423 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
424 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
425 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
426 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
427 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
428 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
429 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
430 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
431 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
432 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
433 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
434
5568cc9e
NC
4352020-06-30 Nick Clifton <nickc@redhat.com>
436
437 * dwarf.c (read_and_display_attr_value): Support
438 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
439 DW_AT_comp_dir.
440
d74b88ed
AM
4412020-06-30 Alan Modra <amodra@gmail.com>
442
443 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
444 xfail for nds32.
445
9f27c364
HPN
4462020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
447
448 * dwarf.c (display_debug_str_offsets): Rename local variable
449 index to idx. Move to top of function.
450
279edac5
AM
4512020-06-29 Alan Modra <amodra@gmail.com>
452
453 * dwarf.c: Use C style comments.
454 * resrc.c: Likewise.
455
cfc16775
AM
4562020-06-27 Alan Modra <amodra@gmail.com>
457
458 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
459 after freeing.
460 (release_archive): Set fields of arch to NULL after freeing.
461
2f6ecaed
NA
4622020-06-26 Nick Alcock <nick.alcock@oracle.com>
463
464 * readelf.c (dump_section_as_ctf): Support .ctf archives using
465 ctf_arc_bufopen. Automatically load the .ctf member of such
466 archives as the parent of all other members, unless specifically
467 overridden via --ctf-parent. Split out dumping code into...
468 (dump_ctf_archive_member): ... here, as in objdump, and call
469 it once per archive member.
470 (dump_ctf_indent_lines): Code style fix.
471
094e34f2
NA
4722020-06-26 Nick Alcock <nick.alcock@oracle.com>
473
474 * configure.ac [--enable-libctf]: New, default yes.
475 Set ENABLE_LIBCTF accordingly.
476 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
477 * configure: Regenerate.
478 * config.in: Regenerate.
479 * Makefile.in: Regenerate.
480 * aclocal.m4: Regenerate.
481 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
482 (option_values): Likewise.
483 (long_options): Likewise.
484 (main): Likewise.
485 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
486 (make_ctfsect): Likewise.
487 (dump_ctf_archive_member): Likewise.
488 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
489 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
490 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
491 (usage): Likewise.
492 (process_section_contents): Likewise.
493 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
494 (dump_ctf_indent_lines): Likewise.
495 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
496
2a1bb84c
JB
4972020-06-26 Jan Beulich <jbeulich@suse.com>
498
499 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
500 redundant text from x86 specific part of -M section.
501
85f7484a
PB
5022020-06-26 Pat Bernardi <bernardi@adacore.com>
503
504 * readelf.c (display_m68k_gnu_attribute): New function.
505 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
506
d0dded5b
L
5072020-06-23 H.J. Lu <hongjiu.lu@intel.com>
508
509 PR binutils/26160
510 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
511 * testsuite/binutils-all/pr26160.r: Likewise.
512 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
513
39f381cb
NC
5142020-06-23 Nick Clifton <nickc@redhat.com>
515
516 PR 26160
517 * dwarf.c (fetch_indexed_string): Detect and handle old style
518 .debug_str_offset tables.
519 (display_debug_str_offsets): Likewise. Also add support for
520 .debug_str_offsets.dwo sections.
521
80fda85c
L
5222020-06-23 H.J. Lu <hongjiu.lu@intel.com>
523
524 PR binutils/26112
525 * testsuite/binutils-all/pr26112.o.bz2: New file.
526 * testsuite/binutils-all/pr26112.r: Likewise.
527 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
528
d081ffff
AM
5292020-06-23 Alan Modra <amodra@gmail.com>
530
531 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
532 remote_file delete command.
533
e4b7104b
NC
5342020-06-22 Nick Clifton <nickc@redhat.com>
535
536 PR 26112
537 * dwarf.c (display_debug_str_offsets): Add code to display the
538 contents of the .debug_str_offsets section.
539 (display_debug_macro): Add support for DW_MACRO_define_strx and
540 DW_MACRO_undef_strx.
541
d768f160
SJ
5422020-06-22 Saagar Jha <saagar@saagarjha.com>
543
544 * od-macho.c: Dump linkedit data for new load commands.
545
5fd104ad
AM
5462020-06-19 Alan Modra <amodra@gmail.com>
547
548 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
549 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
550 (run_dump_test): Use check_relro_support to decide whether to pass
551 extra ld option "-z norelro".
552
fd17d1e6
AM
5532020-06-11 Alan Modra <amodra@gmail.com>
554
555 * readelf.c (process_mips_specific): Don't alloc memory for
556 Elf_Internal_Options.
557
d0c4e780
AM
5582020-06-11 Alan Modra <amodra@gmail.com>
559
560 * readelf.c (process_mips_specific): Assert size of internal
561 types match size of external types, and simplify allocation of
562 internal buffer. Catch possible integer overflow when sanity
563 checking option size. Don't assume options are a regular array.
564 Sanity check reginfo option against option size. Use PRI macros
565 when printing.
566
25065fcd
RH
5672020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
568
569 PR 26082
570 * mclex.c (yylex): Reject lines that reach end-of-file without a
571 terminating newline character.
572
b37a7714
NC
5732020-06-08 Nick Clifton <nickc@redhat.com>
574
575 PR 26093
576 * doc/binutils.texi (strings): Fix typo.
577
c4b2f181
NC
5782020-06-08 Nick Clifton <nickc@redhat.com>
579
580 PR 26086
581 * dwarf.c (process_debug_info): Check that there is space in the
582 debug_information array before filling in an entry.
583
1424c35d
AM
5842020-06-06 Alan Modra <amodra@gmail.com>
585
586 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
587
8affa48a
JA
5882020-06-05 Joel Anderson <joelanderson333@gmail.com>
589
590 PR 26082
591 * mclex.c (yylex): Add test for an empty input stream.
592
8eca5c7d
SC
5932020-06-04 Stephen Casner <casner@acm.org>
594
595 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
596 for test using section pseudo-ops compatible with pdp11.
597 * testsuite/binutils-all/objcopy.exp: Select alternate source.
598
b3db6d07
JM
5992020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
600
601 * objdump.c (disassemble_data): Set disasm_info.endian_code to
602 disasm_info.endian after the latter is initialized to the
603 endianness reported by BFD.
604
0a4f37af
AM
6052020-06-04 Alan Modra <amodra@gmail.com>
606
607 * testsuite/binutils-all/i386/i386.exp: Remove global directive
608 outside proc body.
609 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
610 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
611
913e0fd4
JA
6122020-06-03 Joel Anderson <joelanderson333@gmail.com>
613
614 * windmc.h (struct mc_node): Add id_typecast field.
615 * mcparse.y (message): Initialise the id_typecast field.
616 * windmc.c (write_dbg): Use the id_typecast field as a parameter
617 when calling write_dbg_define.
618 (write_header): Likewise.
619
4a322448
AM
6202020-06-03 Alan Modra <amodra@gmail.com>
621
622 PR 26069
623 * objcopy.c (copy_relocations_in_section): Free relpp on error.
624 Don't accidentally free isection->orelocation.
625
0bee4d1c
AM
6262020-06-02 Alan Modra <amodra@gmail.com>
627
628 * testsuite/binutils-all/ar.exp (obj): Set up object file name
629 extension. Use throughout. Don't completely exclude non-ELF
630 alpha targets. Run long_filenames test for tic30. Exclude thin
631 archive tests for aix, ecoff and vms.
632 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
633 extension. Use throughout. Don't exclude non-ELF alpha targets
634 from "bintest.a".
635
ab7ad287
MF
6362020-05-28 Max Filippov <jcmvbkbc@gmail.com>
637
638 * MAINTAINERS (Xtensa): Add myself as maintainer.
639
3f3c3608
AM
6402020-05-23 Alan Modra <amodra@gmail.com>
641
642 * testsuite/binutils-all/ar.exp (many_files): New test.
643
9db70fc3
AM
6442020-05-21 Alan Modra <amodra@gmail.com>
645
646 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
647 * dlltool.c: Likewise.
648 * elfcomm.c: Likewise.
649 * rddbg.c: Likewise.
650 * readelf.c: Likewise.
651 * stabs.c: Likewise.
652 * windmc.c: Likewise.
653 * windres.c: Likewise.
654 * wrstabs.c: Likewise.
655
c31ab5a0
AM
6562020-05-21 Alan Modra <amodra@gmail.com>
657
658 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
659 access.
660
8f595e9b
NC
6612020-05-20 Nelson Chu <nelson.chu@sifive.com>
662
663 * dwarf.c: Updated since DECLARE_CSR is changed.
664
8ac10c5b
L
6652020-05-19 H.J. Lu <hjl.tools@gmail.com>
666
667 PR binutils/25809
668 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
669 segment doesn't match the .dynamic section and checks are
670 enabled.
671 (struct filedata): Add dynamic_symtab_section and
672 dynamic_strtab_section fields.
673 (process_section_headers): Set dynamic_symtab_section to the
674 .dynsym section. Set dynamic_strtab_section to the .dynstr
675 section.
676 (process_dynamic_section): Warn if the .dynsym section doesn't
677 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
678 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
679
c177f377
AM
6802020-05-19 Alan Modra <amodra@gmail.com>
681
682 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
683 (replace_members): Use bfd_get_filename rather than accessing
684 bfd->filename directly.
685 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
686 * binemul.c (do_ar_emul_append): Likewise.
687 * coffgrok.c (coff_grok): Likewise.
688
83d27139
SH
6892020-05-18 Stafford Horne <shorne@gmail.com>
690
691 * MAINTAINERS (OR1K): Add myself as maintainer.
692
d11a9fab
AB
6932020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * doc/binutils.texi: Mention 'entry address' in the set-start and
696 adjust-start options descriptions.
697
546cb2d8
NC
6982020-05-05 Nick Clifton <nickc@redhat.com>
699
700 * dwarf.c (do_checks): New global variable.
701 (display_formatted_table): Warn about an unexpected number of
702 columns in the table, if checks are enabled. Do not complain
703 about the lack of data following the number of entries in the
704 table if the table is empty.
705 (display_debug_lines_decoded): Only warn about an unexpected
706 number of columns in a table if checks are enabled.
707 * dwarf.h (do_checks): Add a prototype.
708 * elfcomm.c (error): Remove weak attribute.
709 (warn): Likewise.
710 * readelf.c (do_checks): Delete.
711 (warn): Delete.
712 (process_section_headers): Only warn about empty sections if
713 checks are enabled.
714
e052e2ba
FS
7152020-05-04 Fangrui Song <maskray@google.com>
716
717 * objcopy.c (copy_object): Allow empty section.
718 * testsuite/binutils-all/update-section.exp: Add test.
719
070b775f
NC
7202020-05-04 Nick Clifton <nickc@redhat.com>
721
722 PR 25917
723 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
724 supicious number of entries for DWARF-5 format directory and file
725 name tables. Do not display file name table header if the table
726 is empty. Do not allocate space for empty tables.
727
9c7b8e9b
AM
7282020-05-04 Alan Modra <amodra@gmail.com>
729
730 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
731 section. Don't assume endian of host matches nds32 target. Free
732 buffer.
733
60832332
AM
7342020-05-01 Alan Modra <amodra@gmail.com>
735 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
736
737 * objdump.c (disassemble_bytes): Don't scan for zeros when
738 disassembling zeros. Translate "resuming at file offset" message.
739 Formatting. Replace some signed variables with unsigned.
740
09c1e68a
AC
7412020-04-30 Alex Coplan <alex.coplan@arm.com>
742
743 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
744 disassembly.
745 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
746
8a8a1171
NC
7472020-04-30 Nick Clifton <nickc@redhat.com>
748
749 * testsuite/lib/binutils-common.exp (check_pie_support): New
750 proc.
751
cb4c35cf
AB
7522020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
755 range_entries for the same offset.
756
1b513401
NC
7572020-04-29 Nick Clifton <nickc@redhat.com>
758
759 * readelf.c (warn): New function - like elfcomm.c version but only
760 produces output if warnings are enabled.
761 (struct options): Add --lint and --enable-checks.
762 (usage): Add entry for --lint.
763 (parse_args): Handle -L. If checks are enabled but no dumps have
764 been selected then enable all dumps.
765 (process_section_headers): Replace long if-then-else sequence with
766 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
767 SHT_PROGBITS sections.
768 (process_file): Do not complain if the file is an archive and lint
769 mode has been enabled.
770 * elfcomm.c (error): Make the function weak.
771 (warn): Likewise.
772 * NEWS: Mention the new feature.
773 * doc/binutils.texi: Document the new feature.
774 * dwarf.h (report_leb_status): Add file name and line number
775 parameters. Include them in the diagnostic output.
776 (READ_ULEB): Pass file and line number to report_leb_status.
777 (READ_SLEB): Likewise.
778 * dwarf.c (read_and_print_leb128): Pass file and line number to
779 report_leb_status.
780 * testsuite/binutils-all/readelf.exp: Add test of new feature.
781 * testsuite/binutils-all/zero-sec.s: New test source file.
782 * testsuite/binutils-all/zero-sec.r: Expected output from new
783 test.
784
c2e71e57
NC
7852020-04-29 Nick Clifton <nickc@redhat.com>
786
787 * po/sr.po: Updated Serbian translation.
788
90837ea7
AM
7892020-04-26 Alan Modra <amodra@gmail.com>
790
791 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
792 read before dereferencing, and gracefully return. Remove
793 gnu_hash_error variable. Free gnu hash arrays if number of
794 syms found is zero.
795
2482f306
AM
7962020-04-24 Alan Modra <amodra@gmail.com>
797
798 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
799 non-zero.
800 (process_dynamic_section): Call get_num_dynamic_syms once rather
801 than in segment loop. Break out of segment loop on a successful
802 load of dynamic symbols. Formatting.
803 (process_object): Return error status from process_dynamic_section.
804
27456742
AK
8052020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
806
807 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
808 * elf.c (elfcore_grok_arc_v2): New function.
809 (elfcore_grok_note): Call the new function to handle the corresponding
810 note.
811 (elfcore_write_arc_v2): New function.
812 (elfcore_write_register_note): Call the new function to handle the
813 corresponding pseudo-sections.
814
30ce8e47
MF
8152020-04-22 Max Filippov <jcmvbkbc@gmail.com>
816
817 PR ld/25861
818 * readelf.c (is_none_reloc): Recognize
819 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
820 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
821
33b5a830
NC
8222020-04-22 Nick Clifton <nickc@redhat.com>
823
824 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
825
978c4450
AM
8262020-04-22 Alan Modra <amodra@gmail.com>
827
828 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
829 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
830 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
831 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
832 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
833 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
834 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
835 (dynamic_section, symtab_shndx_list, group_count, section_groups),
836 (section_headers_groups): Move to struct filedata. Update use
837 throughout file.
838
6431e409
AM
8392020-04-22 Alan Modra <amodra@gmail.com>
840
841 * readelf.c (struct dump_data): New, used..
842 (cmdline): ..here, and..
843 (struct filedata): ..here. Adjust all uses.
844 (request_dump_bynumber, request_dump, parse_args): Pass in a
845 struct dump_data* rather than Filedata*. Adjust callers.
846 (main): Don't set cmdline.file_name.
847
a5e0be5c
AM
8482020-04-20 Alan Modra <amodra@gmail.com>
849
850 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
851 and nbuckets.
852
8ff66993
AM
8532020-04-20 Alan Modra <amodra@gmail.com>
854
855 * readelf.c (process_section_headers): Free dynamic symbols etc.
856 earlier.
857
ceb9bf11
AM
8582020-04-20 Alan Modra <amodra@gmail.com>
859
860 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
861 on error without freeing.
862 (process_dynamic_section): Don't recreate dynamic symbols from
863 dynamic tag info when the dynamic symbols have already been
864 read via section headers.
865
e409955d
FS
8662020-04-17 Fredrik Strupe <fredrik@strupe.net>
867
868 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
869 conditional VDUP instructions are disassembled correctly.
870 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
871 vdup-cond.d.
872 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
873 that VDUP instructions (which are conditional in A32) can be
874 disassembled in thumb mode.
875 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
876 vdup-thumb.d.
877
ca3f923f
AM
8782020-04-17 Alan Modra <amodra@gmail.com>
879
880 PR 25840
881 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
882
937f6614
AM
8832020-04-16 Alan Modra <amodra@gmail.com>
884
885 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
886 --no-addresses description.
887
b1bc1394
AM
8882020-04-15 Alan Modra <amodra@gmail.com>
889
890 * objdump.c (no_addresses): New static var.
891 (usage): Print help for --no-addresses.
892 (long_options): Add --no-addresses entry.
893 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
894 (disassemble_bytes): Don't print current line address, or reloc
895 address.
896 * doc/binutils.texi: Document objdump --no-addresses.
897
001890e1
AM
8982020-04-15 Alan Modra <amodra@gmail.com>
899
900 PR 25822
901 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
902 reading buckets or chains fails.
903
b71d4fa7
AM
9042020-04-15 Alan Modra <amodra@gmail.com>
905
906 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
907 etc. after freeing.
908
89246a0e
AM
9092020-04-15 Alan Modra <amodra@gmail.com>
910
911 * readelf.c (get_group_flags): Translate text.
912 (get_file_type, get_symbol_binding, get_symbol_type),
913 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
914
c98a4545
AM
9152020-04-15 Alan Modra <amodra@gmail.com>
916
917 PR 25821
918 * readelf.c (get_num_dynamic_syms): Typo fix.
919
645f43a8
AM
9202020-04-14 Alan Modra <amodra@gmail.com>
921
922 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
923 possibility of overflow when checking number of conflicts.
924
10ca4b04
L
9252020-04-14 H.J. Lu <hongjiu.lu@intel.com>
926
927 PR binutils/25707
928 * readelf.c (nbuckets): New.
929 (nchains): Likewise.
930 (buckets): Likewise.
931 (chains): Likewise.
932 (ngnubuckets): Likewise.
933 (gnubuckets): Likewise.
934 (gnuchains): Likewise.
935 (mipsxlat): Likewise.
936 (ngnuchains): Likewise.
937 (gnusymidx): Likewise.
938 (VALID_SYMBOL_NAME): Likewise.
939 (VALID_DYNAMIC_NAME): Use it.
940 (get_dynamic_data): Moved before process_dynamic_section.
941 (get_num_dynamic_syms): New function.
942 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
943 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
944 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
945 table.
946 (get_symbol_index_type): Don't print "bad section index" when
947 there is no section header.
948 (print_dynamic_symbol): Rewrite.
949 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
950 symbol table.
951
bb897477
RO
9522020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
953
954 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
955 enable on *-*-solaris*.
956
00386881
NC
9572020-03-30 Nick Clifton <nickc@redhat.com>
958
959 PR binutils/25662
960 * objcopy.c (copy_object): When copying PE format files set the
961 timestamp field in the pe_data structure if the preserve_dates
962 flag is set.
963 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
964 --preserve-dates in place of the -p option, in order to make its
965 effect more obvious.
966
0a6a8b59
AM
9672020-03-28 Alan Modra <amodra@gmail.com>
968
969 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
970 clear_xfail hppa*-*-*elf*. Revert mips xfails.
971
6a81c59b
AM
9722020-03-28 Alan Modra <amodra@gmail.com>
973
974 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
975 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
976 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
977 test. Pass "-p" to objcopy for the executable test.
978
1fafefd5
JL
9792020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
980
981 PR binutils/25662
982 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
983 specify whether an object file or executable should be built and tested.
984 Change test names to report whether an object file or executable is
985 being tested.
986 * testsuite/binutils-all/pr25662.ld: New test.
987 * testsuite/binutils-all/pr25662.s: New test.
988
80e2a3b6
AM
9892020-03-27 Alan Modra <amodra@gmail.com>
990
991 * readelf.c (process_archive): Don't double free qualified_name.
992 Don't break out of loop with "negative" archive_file_size, just
993 set file offset to max.
994
4c836627
AM
9952020-03-25 Alan Modra <amodra@gmail.com>
996
997 * readelf.c (process_archive): Prevent endless loop.
998
1081065c
L
9992020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 PR binutils/25708
1002 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
1003 with bfd_get_symbol_version_string.
1004 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
1005 * objdump.c (objdump_print_symname): Likewise.
1006
7e6e972f
L
10072020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 PR binutils/25708
1010 * nm.c (SYM_NAME): Removed.
1011 (print_symname): Add a pointer to struct extended_symbol_info
1012 argument. Call _bfd_elf_get_symbol_version_name to get symbol
1013 version.
1014 (print_symdef_entry): Pass NULL to print_symname.
1015 (print_symbol_info_bsd): Update call to print_symname.
1016 (print_symbol_info_sysv): Likewise.
1017 (print_symbol_info_posix): Likewise.
1018
5a814d6d
AM
10192020-03-24 Alan Modra <amodra@gmail.com>
1020
1021 * readelf.c (process_mips_specific): Free iconf on error path.
1022
0636b245
NC
10232020-03-23 Nick Clifton <nickc@redhat.com>
1024
1025 PR 25714
1026 * wrstabs.c (stab_pop_type): Replace assertion with error return.
1027 * write_stabs_in_sections_debugging_info: Likewise.
1028 * stab_enum_type: Likewise.
1029 * stab_modify_type: Likewise.
1030 * stab_struct_field: Likewise.
1031 * stab_end_struct_type: Likewise.
1032 * stab_start_class_type: Likewise.
1033 * stab_class_static_member: Likewise.
1034 * stab_class_baseclass: Likewise.
1035 * stab_class_start_method: Likewise.
1036 * stab_class_method_var: Likewise.
1037 * stab_class_end_method: Likewise.
1038 * stab_end_class_type: Likewise.
1039 * stab_typedef_type: Likewise.
1040 * stab_start_function: Likewise.
1041 * stab_end_block: Likewise.
1042 * stab_lineno: Likewise.
1043
5844b465
NC
10442020-03-20 Nick Clifton <nickc@redhat.com>
1045
1046 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
1047 (process_section_headers): Check the return value from
1048 get_compression_header.
1049 (dump_section_as_strings): Likewise.
1050 (dump_section_as_bytes): Likewise.
1051 (load_specific_debug_section): Likewise.
1052
3d98c460
L
10532020-03-20 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 * ar.c (main): Update bfd_plugin_set_program_name call.
1056 * nm.c (main): Likewise.
1057
f3a08f77
NC
10582020-03-19 Nick Clifton <nickc@redhat.com>
1059
1060 PR 25676
1061 * testsuite/binutils-all/dw4.s: New test source file.
1062 * testsuite/binutils-all/nm.exp: Run the new test.
1063
ef3df110
L
10642020-03-19 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 * readelf.c (process_symbol_table): Use unsigned long for si.
1067
81a65eb3
AM
10682020-03-19 Alan Modra <amodra@gmail.com>
1069
1070 * elfcomm.c: Don't include bfd.h or bucomm.h.
1071 (program_name): Declare.
1072 (process_archive_index_and_symbols): Replace bfd_boolean with int,
1073 and substitute FALSE and TRUE.
1074 (setup_archive, setup_nested_archive): Likewise.
1075 * elfcomm.h: Likewise.
1076
1cb7d8b1
AM
10772020-03-19 Alan Modra <amodra@gmail.com>
1078
1079 * readelf.c (process_archive): Always return via path freeing
1080 memory. Formatting.
1081
b966f55f
AM
10822020-03-19 Alan Modra <amodra@gmail.com>
1083
1084 * readelf.c (process_netbsd_elf_note): Validate descsz before
1085 accessing descdata. Formatting.
1086
645ba681
AM
10872020-03-19 Alan Modra <amodra@gmail.com>
1088
1089 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
1090 * elfcomm.h (setup_archive): Update prototype.
1091
28d13567
AM
10922020-03-16 Alan Modra <amodra@gmail.com>
1093
1094 * readelf.c (get_symbols): New function.
1095 (process_relocs, ia64_process_unwind, hppa_process_unwind),
1096 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
1097
60e63c3e
AM
10982020-03-16 Alan Modra <amodra@gmail.com>
1099
1100 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
1101 Detect shift overflows and check that terminating byte is found.
1102 Print an error on a bad uleb128.
1103
1bd6175a
AM
11042020-03-14 Alan Modra <amodra@gmail.com>
1105
1106 * readelf.c (process_file): Clean ba_cache.
1107
780f96ae
AM
11082020-03-14 Alan Modra <amodra@gmail.com>
1109
1110 * elfcomm.h (setup_archive): Update prototype.
1111 * elfcomm.c (setup_archive): Add file_size parameter and sanity
1112 check longnames_size.
1113 (setup_nested_archive): Get file size and pass to setup_archive.
1114 * elfedit.c (process_archive): Likewise.
1115 * readelf.c (process_archive): Pass filedata->file_size to
1116 setup_archive.
1117
f761cb13
AM
11182020-03-14 Alan Modra <amodra@gmail.com>
1119
1120 * readelf.c (dump_section_as_strings): Free memory on error exit.
1121 (dump_section_as_bytes, process_notes_at): Likewise.
1122 (get_build_id): Free enote.
1123
06d949ec
KR
11242020-03-13 Kamil Rytarowski <n54@gmx.com>
1125
1126 * readelf.c (get_netbsd_elfcore_note_type): Add support for
1127 NT_NETBSDCORE_LWPSTATUS notes.
1128
fd486f32
AM
11292020-03-13 Alan Modra <amodra@gmail.com>
1130
1131 * elfcomm.c (get_archive_member_name): Always return malloc'd
1132 string or NULL.
1133 * elfedit.c (process_archive): Tidy memory on all return paths.
1134 * readelf.c (process_archive): Likewise.
1135 (process_symbol_table): Likewise.
1136 (ba_cache): New, replacing ..
1137 (get_symbol_for_build_attribute): ..static vars here. Free
1138 strtab and symtab before loading new ones. Reject symtab without
1139 valid strtab in loop, breaking out of loop on valid symtab.
1140 (process_file): Free ba_cache symtab and strtab here, resetting
1141 ba_cache.
1142
8fb879cd
AM
11432020-03-12 Alan Modra <amodra@gmail.com>
1144
1145 * readelf.c (process_section_headers): Don't just set
1146 filedata->section_headers NULL, free it first. Similarly for
1147 dynamic_symbols, dynamic_strings, dynamic_syminfo and
1148 symtab_shndx_list. Zero associated counts too.
1149 (process_object): Free symtab_shndx_list.
1150 (process_file): Free various allocated filedata tables.
1151
5496f3c6
NC
11522020-03-11 Nick Clifton <nickc@redhat.com>
1153
1154 PR 25611
1155 PR 25614
1156 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
1157 li_segment_size fields.
1158 * dwarf.c (read_debug_line_header): Record the address size and
1159 segment selector size values (if present) in the lineinfo
1160 structure.
1161 (display_formatted_table): Warn if the format count is empty but
1162 the table itself is not empty.
1163 Display the format count and entry count at the start of the table
1164 dump.
1165 (display_debug_lines_raw): Display the address size and segement
1166 selector size fields, if present.
1167 * testsuite/binutils-all/dw5.W: Update expected output.
1168
9cc89dc0
AM
11692020-03-11 Alan Modra <amodra@gmail.com>
1170
1171 PR 25651
1172 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
1173 pad_to_set on second block of code dealing with padding.
1174 Replace "c" with "num_sec" and don't recalculate number of
1175 sections on second block. Size arrays using sizeof (element)
1176 rather than sizeof (element type).
1177
41da0822
AM
11782020-03-10 Alan Modra <amodra@gmail.com>
1179
1180 * objdump.c (disassemble_section): Don't call qsort unless
1181 sym count is at least two.
1182 (disassemble_data): Don't call memcpy with NULL src.
1183
95099889
AM
11842020-03-09 Alan Modra <amodra@gmail.com>
1185
1186 PR 25645
1187 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
1188 to get_data rather than multiplying.
1189 (dump_ia64_vms_dynamic_relocs): Likewise.
1190 (process_version_sections): Correct order of size and nmemb args
1191 in get_data call.
1192 (process_mips_specific): Likewise.
1193
a15de1f5
L
11942020-03-08 H.J. Lu <hongjiu.lu@intel.com>
1195
1196 * readelf.c (get_dynamic_data): Replace "memory chekers" with
1197 "memory checkers" in comments.
1198
9979ab66
SM
11992020-03-06 Simon Marchi <simon.marchi@efficios.com>
1200
1201 PR 25491
1202 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
1203 * doc/Makefile.in: Re-generate.
1204
a0dcf297
NC
12052020-03-06 Nick Clifton <nickc@redhat.com>
1206
1207 * objcopy.c (check_new_section_flags): New function. Reject the
1208 SEC_COFF_SHARED flag if the target is not a COFF binary.
1209 (copy_object): Call check_new_section_flags.
1210 (setup_section): Likewise.
1211 * doc/binutils.texi (objcopy): Add a note that the 'share' section
1212 flag cannot be applied to ELF binaries.
1213
a9b90127
AM
12142020-03-06 Alan Modra <amodra@gmail.com>
1215
1216 PR 25637
1217 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
1218
d1faf7ca
AM
12192020-03-05 Alan Modra <amodra@gmail.com>
1220
1221 PR 25629
1222 * objcopy.c (filter_symbols): Don't segfault on NULL
1223 prefix_symbols_string.
1224
eef64366
CE
12252020-03-04 Christian Eggers <ceggers@gmx.de>
1226
1227 * objcopy.c (copy_object): Convert from bytes to octets for
1228 --gap-fill and --pad-to.
1229
5be2b2f5
NC
12302020-03-03 Nick Clifton <nickc@redhat.com>
1231
1232 PR 25625
1233 * prdbg.c (pr_tag_type): Remove call to abort.
1234
b312fea1
AM
12352020-03-02 Aaron Merey <amerey@redhat.com>
1236
1237 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
1238 selection.
1239
ba3265d0
NC
12402020-03-02 Nick Clifton <nickc@redhat.com>
1241
1242 PR 25543
1243 * readelf.c (dump_section_as_strings): Display new-line characters
1244 as \n and then insert a line break.
1245 * testsuite/binutils-all/pr25543.s: New test.
1246 * testsuite/binutils-all/pr25543.d: Test driver.
1247 * testsuite/binutils-all/readelf.exp: Run the new test.
1248
736990c4
NC
12492020-02-27 Nick Clifton <nickc@redhat.com>
1250
1251 PR 25526
1252 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
1253 get_data is unable to load the string table.
1254
dc1e8a47
AM
12552020-02-26 Alan Modra <amodra@gmail.com>
1256
1257 * elfedit.c: Indent labels correctly.
1258 * readelf.c: Likewise.
1259 * resres.c: Likewise.
1260
ecda9016
L
12612020-02-25 H.J. Lu <hongjiu.lu@intel.com>
1262
1263 PR binutils/25584
1264 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
1265 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
1266
83d4d556
NC
12672020-02-24 Nick Clifton <nickc@redhat.com>
1268
1269 PR 25499
1270 * doc/binutils.texi (objdump): Fix typo in description of
1271 objdump's -g option.
1272
bd0cf5a6
NC
12732020-02-20 Nelson Chu <nelson.chu@sifive.com>
1274
1275 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
1276 is changed.
1277
741cb839
EC
12782020-02-19 Jordan Rupprecht <rupprecht@google.com>
1279
1280 * objdump.c (show_line): call bfd_demangle when using do_demangle.
1281
9f1528a1
AB
12822020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * configure: Regenerate.
1285
3a5d12fb
FS
12862020-02-10 Fangrui Song <maskray@google.com>
1287
1288 * objcopy.c (parse_flags): Handle "exclude".
1289 * doc/binutils.texi: Document the support.
1290
678d457f
AM
12912020-02-10 Aaron Merey <amerey@redhat.com>
1292
1293 * binutils/testsuite/binutils-all/debuginfod.exp:
1294 Replace set ::env with setenv.
46471187
AM
1295 Start server before setting environment variable.
1296 Specify tmpdir as the location of the server's
1297 database.
1298 Check additional server metrics at start-up.
678d457f 1299
e8319fde
NC
13002020-02-07 Nick Clifton <nickc@redhat.com>
1301
1302 * README-how-to-make-a-release: Add note about updating the
1303 GAS/NEWS URL in the next release.
1304
9fc0b501
SB
13052020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1306
1307 PR 25469
1308 * readelf.c (get_machine_flags): Add support for Z80N machine
1309 number.
1310
e1104d08
NC
13112020-02-07 Nick Clifton <nickc@redhat.com>
1312
1313 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1314 of the truncated file name.
1315
c2e6f744 13162020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
1317
1318 * objdump.c (print_jump_visualisation): New function.
1319 (disassemble_bytes): Call new function.
1320
02e0be69
AM
13212020-02-06 Alan Modra <amodra@gmail.com>
1322
1323 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1324 TCL procedure.
1325 (supports_gnu_osabi): New procedure.
1326 (is_generic): New, from ld-lib.exp.
1327 (supports_gnu_unique): Use the above.
1328
e8b79122
AM
13292020-02-04 Alan Modra <amodra@gmail.com>
1330
1331 * Makefile.am (CFILES): Add od-elf32_avr.c.
1332 * Makefile.in: Regenerate.
1333 * po/POTFILES.in: Regenerate.
1334
27a45f42
AS
13352020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1336
1337 * readelf.c (dump_relocations, dump_relocations)
1338 (decode_arm_unwind_bytecode, process_dynamic_section)
1339 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1340 error message.
1341
0b398d69
ST
13422020-02-03 Sergei Trofimovich <siarheit@google.com>
1343
1344 * coffdump.c (program_name): Drop redundant definition.
1345 * srconv.c (program_name): Likewise
1346 * sysdump.c (program_name): Likewise
1347
a8c4d40b
L
13482020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1349
1350 PR gas/25380
1351 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1352 same file with different section pointers.
1353
cb6ad9bb
NC
13542020-02-01 Nick Clifton <nickc@redhat.com>
1355
1356 * README-how-to-make-a-release: Update with more details on the
1357 release making process.
1358
53943f32
NC
13592020-01-31 Nick Clifton <nickc@redhat.com>
1360
1361 * po/sv.po: Updated Swedish translation.
1362
55be8fd0
NC
13632020-01-28 Nick Clifton <nickc@redhat.com>
1364
1365 * readelf.c (get_build_id): Simplify warning message about corrupt
1366 notes encountered whilst scanning for the build-id.
1367
82ef9cad
RM
13682020-01-27 Roland McGrath <mcgrathr@google.com>
1369
1370 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1371 for overlapping ranges so that (A == B) == (B == A) holds.
1372
e3696f67
AM
13732020-01-27 Alan Modra <amodra@gmail.com>
1374
1375 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1376 case statement with switch statement.
1377
2f796de6
NC
13782020-01-24 Nick Clifton <nickc@redhat.com>
1379
1380 * readelf.c (get_build_id): Fix warning messages about corrupt
1381 notes.
1382
24e648d4
NC
13832020-01-23 Nick Clifton <nickc@redhat.com>
1384
1385 * po/fr.po: Updated French translation.
1386
c48acf6f
YC
13872020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1388
1389 PR 25417
1390 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1391
26916852
NC
13922020-01-20 Nick Clifton <nickc@redhat.com>
1393
1394 * po/pt.po: Updated Portuguese translation.
1395 * po/uk.po: Updated Ukranian translation.
1396
b248e9ce
NC
13972020-01-18 Nick Clifton <nickc@redhat.com>
1398
1399 * README-how-to-make-a-release: Update notes on how to cut a
1400 branch for a release.
1401
1b1bb2c6
NC
14022020-01-18 Nick Clifton <nickc@redhat.com>
1403
1404 * configure: Regenerate.
1405 * po/binutils.pot: Regenerate.
1406
ae774686
NC
14072020-01-18 Nick Clifton <nickc@redhat.com>
1408
1409 Binutils 2.34 branch created.
1410
82a9ed20
TT
14112020-01-17 Thomas Troeger <tstroege@gmx.de>
1412
1413 * objdump.c (jump_info_visualize_address): Discard jumps that are
1414 no longer needed.
1415 (disassemble_bytes): Only compute the maximum level if jumps were
1416 detected.
1417
6a1939f5
NC
14182020-01-13 Nick Clifton <nickc@redhat.com>
1419
c87c17c1 1420 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
1421 * testsuite/binutils-all/debuginfod.exp: New tests.
1422
1d67fe3b
TT
14232020-01-13 Thomas Troeger <tstroege@gmx.de>
1424
1425 * objdump.c (visualize_jumps, color_output, extended_color_output)
1426 (detected_jumps): New variables.
1427 (usage): Add the new jump visualization options.
1428 (option_values): Add new option value.
1429 (long_options): Add the new option.
1430 (jump_info_new, jump_info_free): New functions.
1431 (jump_info_min_address, jump_info_max_address): Likewise.
1432 (jump_info_end_address, jump_info_is_start_address): Likewise.
1433 (jump_info_is_end_address, jump_info_size): Likewise.
1434 (jump_info_unlink, jump_info_insert): Likewise.
1435 (jump_info_add_front, jump_info_move_linked): Likewise.
1436 (jump_info_intersect, jump_info_merge): Likewise.
1437 (jump_info_sort, jump_info_visualize_address): Likewise.
1438 (disassemble_jumps): New function - used to locate jumps.
1439 (disassemble_bytes): Add ascii art generation.
1440 (disassemble_section): Add scan to locate jumps.
1441 (main): Parse the new visualization option.
1442 * doc/binutils.texi: Document the new feature.
1443 * NEWS: Mention the new feature.
1444
a788aedd
AM
14452020-01-13 Alan Modra <amodra@gmail.com>
1446
a4f2b7c5
AM
1447 PR 25360
1448 PR 25361
a788aedd
AM
1449 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1450 fde_fc col_type and col_offset.
1451 * readelf.c (apply_relocations): Move symsec check earlier.
1452 (free_debug_section): Free reloc_info.
1453 (process_notes_at): Free pnotes on error path.
1454 (process_object): Free dump_sects here..
1455 (process_archive): ..not here.
1456
805f38bc
AM
14572020-01-13 Alan Modra <amodra@gmail.com>
1458
1459 PR 25362
1460 * nm.c (display_rel_file): Free dyn_syms.
1461
ffebb0bb
NC
14622020-01-09 Nick Clifton <nickc@redhat.com>
1463
1464 PR 25220
1465 * objcopy.c (empty_name): New variable.
1466 (need_sym_before): Prevent an attempt to free a static variable.
1467 (filter_symbols): Avoid strcmp test by checking for pointer
1468 equality.
1469
ade4fd9b
NC
14702020-01-09 Nick Clifton <nickc@redhat.com>
1471
1472 * po/zh_TW.po: Updated Traditional Chinese translation.
1473
14742020-01-09 Aaron Merey <amerey@redhat.com>
1475
1476 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1477 * Makefile.in: Regenerate.
1478 * NEWS: Update.
1479 * config.in: Regenerate.
1480 * configure: Regenerate.
1481 * configure.ac: Call AC_DEBUGINFOD.
1482 * doc/Makefile.in: Regenerate.
1483 * doc/binutils.texi: Add section on using binutils
1484 with debuginfod.
1485 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1486 Query debuginfod servers for the target debug file.
1487 (load_separate_debug_info): Call
1488 debuginfod_fetch_separate_debug_info if configured with
1489 debuginfod.
1490 (load_separate_debug_files): Add file argument to
1491 load_separate_debug_info calls.
1492 * dwarf.h (get_build_id): Add declaration.
1493 * objdump.c (get_build_id): New function. Get build-id of file.
1494 * readelf.c (get_build_id): Likewise.
1495 * testsuite/binutils-all/debuginfod.exp: New tests.
1496 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1497 section.
1498
6655dba2
SB
14992020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1500
1501 * readelf.c: Add support for new Z*) relocations and machine
1502 types.
1503
b14ce8bf
AM
15042020-01-01 Alan Modra <amodra@gmail.com>
1505
1506 Update year range in copyright notice of all files.
1507
0b114740 1508For older changes see ChangeLog-2019
3499769a 1509\f
0b114740 1510Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1511
1512Copying and distribution of this file, with or without modification,
1513are permitted in any medium without royalty provided the copyright
1514notice and this notice are preserved.
1515
1516Local Variables:
1517mode: change-log
1518left-margin: 8
1519fill-column: 74
1520version-control: never
1521End: