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