]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Only warn about malformed win32pstatus notes
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
79bc120c
NC
12020-08-12 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/26331
4 * readelf.c (do_demangle): New option flag.
5 (print_symbol): If do_demangle is enabled, demangle the symbol.
6 (enum long_option_values): New enum to hold long option values.
7 (options): Add demangle, no-demangle, recursion-limit and
8 no-recursion-limit options. Alpha sort the table.
9 (usage): Describe the new options.
10 (parse_args): Handle the new options.
11 * NEWS: Mention the new feature.
12 * doc/binutils.texi: Document the new feature.
13 * testsuite/binutils-all/readelf.exp: Test the new feature.
14 * testsuite/binutils-all/mangled.s: New file - assembler source.
15 * testsuite/binutils-all/readelf.demangled: New file - expected
16 output from readelf.
17
79ddc884
NC
182020-08-12 Nick Clifton <nickc@redhat.com>
19
20 * po/sr.po: Updated Serbian translation.
21
9b0ac51b
L
222020-08-10 H.J. Lu <hongjiu.lu@intel.com>
23
24 PR binutils/26302
25 * nm.c (with_symbol_versions): Removed.
26 (long_option_values): Add OPTION_WITH_SYMBOL_VERSIONS.
27 (long_options): Update --with-symbol-versions entry.
28 (print_symbol): Remove the with_symbol_versions check.
29 (main): Add OPTION_WITH_SYMBOL_VERSIONS for backward
30 compatibility.
31 * doc/binutils.texi: Remove --with-symbol-versions.
32
787bbc56
AM
332020-08-05 Alan Modra <amodra@gmail.com>
34
35 PR 26337
36 * objdump.c (load_specific_debug_section): Revert last change.
37
0b97e818
AM
382020-08-05 Alan Modra <amodra@gmail.com>
39
40 PR 26337
41 * objdump.c (load_specific_debug_section): Don't malloc space for
42 section contents, use bfd_malloc_and_get_section.
43
c8693053
RO
442020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
45
46 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
47 * Makefile.in, doc/Makefile.in: Regenerate.
48 * configure: Regenerate.
49
ac2599c4
L
502020-07-30 H.J. Lu <hongjiu.lu@intel.com>
51
52 * testsuite/binutils-all/i386/compressed-1a.d: Pass --gdwarf-3
53 to assembler.
54 * testsuite/binutils-all/i386/compressed-1b.d: Likewise.
55 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
56 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
57 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
58 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
59
c77cb2a0
MR
602020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
61
62 * testsuite/binutils-all/mips/global-local-symtab-sort-o32.d:
63 New test.
64 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
65 New test.
66 * testsuite/binutils-all/mips/global-local-symtab-sort-n32.d:
67 New test.
68 * testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d:
69 New test.
70 * testsuite/binutils-all/mips/global-local-symtab-sort-n64.d:
71 New test.
72 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
73 New test.
74 * testsuite/binutils-all/mips/global-local-symtab-final-o32.d:
75 New test.
76 * testsuite/binutils-all/mips/global-local-symtab-final-n32.d:
77 New test.
78 * testsuite/binutils-all/mips/global-local-symtab-final-n64.d:
79 New test.
80 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
81
3f1b17bb
MR
822020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
83
84 * testsuite/binutils-all/mips/global-local-symtab-o32.d: New
85 test.
86 * testsuite/binutils-all/mips/global-local-symtab-o32t.d: New
87 test.
88 * testsuite/binutils-all/mips/global-local-symtab-n32.d: New
89 test.
90 * testsuite/binutils-all/mips/global-local-symtab-n32t.d: New
91 test.
92 * testsuite/binutils-all/mips/global-local-symtab-n64.d: New
93 test.
94 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
95
d70f978b
L
962020-07-28 H.J. Lu <hongjiu.lu@intel.com>
97
98 PR binutils/26301
99 * configure: Regenerated.
100
377170fa
L
1012020-07-28 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR binutils/26301
104 * configure: Regenerated.
105
8fab9282
AM
1062020-07-27 Alan Modra <amodra@gmail.com>
107
108 * objdump.c (dump_section): Don't return without calling
109 process_section_p.
110
608d61c2
L
1112020-07-27 H.J. Lu <hongjiu.lu@intel.com>
112
113 * doc/binutils.texi: Replace preceeded with preceded.
114
3abf9758
MR
1152020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
116
117 * testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
118 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64): New
119 procedures.
120 (has_newabi): Remove variable.
121 (has_abi, abi_asflags, abi_ldflags): New associative array
122 variables.
123 (irixemul): New variable.
124 Replace `run_dump_test' calls where applicable throughout with
125 `run_dump_test_o32', `run_dump_test_n32' and `run_dump_test_n64'
126 as appropriate. Use `noarch' for tests that require their own
127 architecture setting.
128 * testsuite/binutils-all/mips/mips-ase-1.d: Remove GAS flags.
129 * testsuite/binutils-all/mips/mips-ase-2.d: Likewise.
130 * testsuite/binutils-all/mips/mips-ase-3.d: Likewise.
131 * testsuite/binutils-all/mips/mips-note-2-n32.d: Likewise.
132 * testsuite/binutils-all/mips/mips-note-2-n64.d: Likewise.
133 * testsuite/binutils-all/mips/mips-note-2.d: Likewise.
134 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Likewise.
135 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
136 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
137 * testsuite/binutils-all/mips/mips-reginfo-n32.d: Likewise.
138 * testsuite/binutils-all/mips/mips-reginfo.d: Likewise.
139 * testsuite/binutils-all/mips/mips16-extend-noinsn.d: Likewise.
140 * testsuite/binutils-all/mips/mips16-pcrel.d: Likewise.
141 * testsuite/binutils-all/mips/mips16-alias.d: Remove `-32' from
142 GAS flags.
143 * testsuite/binutils-all/mips/mips16-extend-insn.d: Likewise.
144 * testsuite/binutils-all/mips/mips16-noalias.d: Likewise.
145 * testsuite/binutils-all/mips/mips16-undecoded.d: Likewise.
146 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: Likewise.
147 * testsuite/binutils-all/mips/mips16e2-undecoded.d: Likewise.
148 * testsuite/binutils-all/mips/mixed-micromips.d: Likewise.
149 * testsuite/binutils-all/mips/mixed-mips16.d: Likewise.
150
f6720b1c
AM
1512020-07-24 Aaron Merey <amerey@redhat.com>
152
153 * Makefile.am: Replace LIBDEBUGINFOD with DEBUGINFOD_LIBS.
154 * Makefile.in: Rebuild.
155 * configure: Rebuild.
156 * doc/Makefile.in: Rebuild.
157
bf772a1e
NC
1582020-07-24 Nick Clifton <nickc@redhat.com>
159
160 * README-how-to-make-a-release: Various small updates whilst
161 creating the 2.35 release.
162
0b884151
NA
1632020-07-22 Nick Alcock <nick.alcock@oracle.com>
164
165 * testsuite/lib/binutils-common.exp (run_dump_test): Add 'cc'
166 option.
167
3dd6b890
NA
1682020-07-22 Nick Alcock <nick.alcock@oracle.com>
169
170 * objdump.c (dump_ctf_archive_member): Remove linefeeds.
171 (dump_ctf): Likewise.
172
8b37e7b6
NA
1732020-07-22 Nick Alcock <nick.alcock@oracle.com>
174
175 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
176 * readelf.c (dump_ctf_archive_member): Likewise.
177
df16e041
NC
1782020-07-22 Nick Clifton <nickc@redhat.com>
179
180 * readelf.c (parse_args): Silence potential warnings about a
181 memory resource leak when allocating space for ctf option values.
182 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
183 variable.
184
84dc5f0b
NC
1852020-07-21 Nick Clifton <nickc@redhat.com>
186
187 * po/sv.po: Updated Swedish translation.
188
570b0ed6
CZ
1892020-07-14 Claudiu Zissulescu <claziss@gmail.com>
190
191 * testsuite/binutils-all/arc/double_regs.s: New test.
192 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
193
0a5c31d1
NC
1942020-07-13 Nick Clifton <nickc@redhat.com>
195
196 * po/fr.po: Updated French translation.
197
7a34d0ea
AM
1982020-07-13 Alan Modra <amodra@gmail.com>
199
200 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
201 optional machine-os arg.
202
a308b89d
L
2032020-07-11 H.J. Lu <hongjiu.lu@intel.com>
204
205 * readelf.c (decode_x86_feature_2): Handle
206 GNU_PROPERTY_X86_FEATURE_2_TMM.
207
af2b3186
TV
2082020-07-10 Tom de Vries <tdevries@suse.de>
209
210 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
211 information in the end_sequence row.
212 * testsuite/binutils-all/dw5.W: Update.
213 * testsuite/binutils-all/objdump.WL: Update.
214
fe49679d
AM
2152020-07-09 Alan Modra <amodra@gmail.com>
216
217 * dlltool.c: Remove powerpc PE support and comments.
218 * configure.ac: Remove powerpc PE dlltool config.
219 * configure: Regenerate.
220
d90171de
NC
2212020-07-09 Nick Clifton <nickc@redhat.com>
222
223 * rclex.c: Add OWNERDRAW keyword.
224 * rcparse.y: Add OWNERDRAW token.
225 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
226 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
227 BITMAP flags.
228 * windres.c (extended_menuitems): Likewise.
229 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
230
e3fdc001
AM
2312020-07-09 Alan Modra <amodra@gmail.com>
232
233 * readelf (slurp_hppa_unwind_table): Set table_len before use
234 in relocation sanity checks.
235
5a2296ac
AM
2362020-07-07 Alan Modra <amodra@gmail.com>
237
238 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
239 * testsuite/binutils-all/nm.exp: Likewise.
240 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
241 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
242 * testsuite/binutils-all/set-section-alignment.d: Likewise.
243 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
244
efd0ed58
AM
2452020-07-07 Alan Modra <amodra@gmail.com>
246
247 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
248 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
249
17550be7
NC
2502020-07-06 Nick Clifton <nickc@redhat.com>
251
252 * po/bg.po: Updated Bulgarian translation.
253 * po/pt.po: Updated Portuguese translation.
254 * po/uk.po: Updated Ukranian translation.
255
ddb43bab
AM
2562020-07-06 Alan Modra <amodra@gmail.com>
257
258 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
259 find string length.
260
b19d852d
NC
2612020-07-04 Nick Clifton <nickc@redhat.com>
262
263 * configure: Regenerate.
264 * po/binutils.pot: Regenerate.
265
b115b9fd
NC
2662020-07-04 Nick Clifton <nickc@redhat.com>
267
268 Binutils 2.35 branch created.
269
0942c7ab
NC
2702020-07-02 Nick Clifton <nickc@redhat.com>
271
272 PR 26028
273 * readelf.c (print_symbol): Handle truncation of symbol names.
274 (options): Add -T/--silent-truncation option.
275 (parse_args): Handle the option.
276 (print_dynamic_symbol): Correct calculation of width available to
277 display symbol name.
278 * doc/binutils.texi: Document the -T option to readelf.
279 * NEWS: Mention the new feature.
280
bbd19b19
L
2812020-06-30 H.J. Lu <hongjiu.lu@intel.com>
282
283 * NEWS: Mention x86 NaCl target support removal.
284 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
285 x86 NaCl target support.
286 * testsuite/binutils-all/elfedit-1.d: Likewise.
287 * testsuite/binutils-all/i386/i386.exp: Likewise.
288 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
289 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
290 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
291 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
292 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
293 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
294 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
295 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
296 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
297 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
298 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
299 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
300
5568cc9e
NC
3012020-06-30 Nick Clifton <nickc@redhat.com>
302
303 * dwarf.c (read_and_display_attr_value): Support
304 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
305 DW_AT_comp_dir.
306
d74b88ed
AM
3072020-06-30 Alan Modra <amodra@gmail.com>
308
309 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
310 xfail for nds32.
311
9f27c364
HPN
3122020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
313
314 * dwarf.c (display_debug_str_offsets): Rename local variable
315 index to idx. Move to top of function.
316
279edac5
AM
3172020-06-29 Alan Modra <amodra@gmail.com>
318
319 * dwarf.c: Use C style comments.
320 * resrc.c: Likewise.
321
cfc16775
AM
3222020-06-27 Alan Modra <amodra@gmail.com>
323
324 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
325 after freeing.
326 (release_archive): Set fields of arch to NULL after freeing.
327
2f6ecaed
NA
3282020-06-26 Nick Alcock <nick.alcock@oracle.com>
329
330 * readelf.c (dump_section_as_ctf): Support .ctf archives using
331 ctf_arc_bufopen. Automatically load the .ctf member of such
332 archives as the parent of all other members, unless specifically
333 overridden via --ctf-parent. Split out dumping code into...
334 (dump_ctf_archive_member): ... here, as in objdump, and call
335 it once per archive member.
336 (dump_ctf_indent_lines): Code style fix.
337
094e34f2
NA
3382020-06-26 Nick Alcock <nick.alcock@oracle.com>
339
340 * configure.ac [--enable-libctf]: New, default yes.
341 Set ENABLE_LIBCTF accordingly.
342 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
343 * configure: Regenerate.
344 * config.in: Regenerate.
345 * Makefile.in: Regenerate.
346 * aclocal.m4: Regenerate.
347 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
348 (option_values): Likewise.
349 (long_options): Likewise.
350 (main): Likewise.
351 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
352 (make_ctfsect): Likewise.
353 (dump_ctf_archive_member): Likewise.
354 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
355 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
356 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
357 (usage): Likewise.
358 (process_section_contents): Likewise.
359 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
360 (dump_ctf_indent_lines): Likewise.
361 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
362
2a1bb84c
JB
3632020-06-26 Jan Beulich <jbeulich@suse.com>
364
365 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
366 redundant text from x86 specific part of -M section.
367
85f7484a
PB
3682020-06-26 Pat Bernardi <bernardi@adacore.com>
369
370 * readelf.c (display_m68k_gnu_attribute): New function.
371 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
372
d0dded5b
L
3732020-06-23 H.J. Lu <hongjiu.lu@intel.com>
374
375 PR binutils/26160
376 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
377 * testsuite/binutils-all/pr26160.r: Likewise.
378 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
379
39f381cb
NC
3802020-06-23 Nick Clifton <nickc@redhat.com>
381
382 PR 26160
383 * dwarf.c (fetch_indexed_string): Detect and handle old style
384 .debug_str_offset tables.
385 (display_debug_str_offsets): Likewise. Also add support for
386 .debug_str_offsets.dwo sections.
387
80fda85c
L
3882020-06-23 H.J. Lu <hongjiu.lu@intel.com>
389
390 PR binutils/26112
391 * testsuite/binutils-all/pr26112.o.bz2: New file.
392 * testsuite/binutils-all/pr26112.r: Likewise.
393 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
394
d081ffff
AM
3952020-06-23 Alan Modra <amodra@gmail.com>
396
397 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
398 remote_file delete command.
399
e4b7104b
NC
4002020-06-22 Nick Clifton <nickc@redhat.com>
401
402 PR 26112
403 * dwarf.c (display_debug_str_offsets): Add code to display the
404 contents of the .debug_str_offsets section.
405 (display_debug_macro): Add support for DW_MACRO_define_strx and
406 DW_MACRO_undef_strx.
407
d768f160
SJ
4082020-06-22 Saagar Jha <saagar@saagarjha.com>
409
410 * od-macho.c: Dump linkedit data for new load commands.
411
5fd104ad
AM
4122020-06-19 Alan Modra <amodra@gmail.com>
413
414 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
415 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
416 (run_dump_test): Use check_relro_support to decide whether to pass
417 extra ld option "-z norelro".
418
fd17d1e6
AM
4192020-06-11 Alan Modra <amodra@gmail.com>
420
421 * readelf.c (process_mips_specific): Don't alloc memory for
422 Elf_Internal_Options.
423
d0c4e780
AM
4242020-06-11 Alan Modra <amodra@gmail.com>
425
426 * readelf.c (process_mips_specific): Assert size of internal
427 types match size of external types, and simplify allocation of
428 internal buffer. Catch possible integer overflow when sanity
429 checking option size. Don't assume options are a regular array.
430 Sanity check reginfo option against option size. Use PRI macros
431 when printing.
432
25065fcd
RH
4332020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
434
435 PR 26082
436 * mclex.c (yylex): Reject lines that reach end-of-file without a
437 terminating newline character.
438
b37a7714
NC
4392020-06-08 Nick Clifton <nickc@redhat.com>
440
441 PR 26093
442 * doc/binutils.texi (strings): Fix typo.
443
c4b2f181
NC
4442020-06-08 Nick Clifton <nickc@redhat.com>
445
446 PR 26086
447 * dwarf.c (process_debug_info): Check that there is space in the
448 debug_information array before filling in an entry.
449
1424c35d
AM
4502020-06-06 Alan Modra <amodra@gmail.com>
451
452 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
453
8affa48a
JA
4542020-06-05 Joel Anderson <joelanderson333@gmail.com>
455
456 PR 26082
457 * mclex.c (yylex): Add test for an empty input stream.
458
8eca5c7d
SC
4592020-06-04 Stephen Casner <casner@acm.org>
460
461 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
462 for test using section pseudo-ops compatible with pdp11.
463 * testsuite/binutils-all/objcopy.exp: Select alternate source.
464
b3db6d07
JM
4652020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
466
467 * objdump.c (disassemble_data): Set disasm_info.endian_code to
468 disasm_info.endian after the latter is initialized to the
469 endianness reported by BFD.
470
0a4f37af
AM
4712020-06-04 Alan Modra <amodra@gmail.com>
472
473 * testsuite/binutils-all/i386/i386.exp: Remove global directive
474 outside proc body.
475 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
476 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
477
913e0fd4
JA
4782020-06-03 Joel Anderson <joelanderson333@gmail.com>
479
480 * windmc.h (struct mc_node): Add id_typecast field.
481 * mcparse.y (message): Initialise the id_typecast field.
482 * windmc.c (write_dbg): Use the id_typecast field as a parameter
483 when calling write_dbg_define.
484 (write_header): Likewise.
485
4a322448
AM
4862020-06-03 Alan Modra <amodra@gmail.com>
487
488 PR 26069
489 * objcopy.c (copy_relocations_in_section): Free relpp on error.
490 Don't accidentally free isection->orelocation.
491
0bee4d1c
AM
4922020-06-02 Alan Modra <amodra@gmail.com>
493
494 * testsuite/binutils-all/ar.exp (obj): Set up object file name
495 extension. Use throughout. Don't completely exclude non-ELF
496 alpha targets. Run long_filenames test for tic30. Exclude thin
497 archive tests for aix, ecoff and vms.
498 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
499 extension. Use throughout. Don't exclude non-ELF alpha targets
500 from "bintest.a".
501
ab7ad287
MF
5022020-05-28 Max Filippov <jcmvbkbc@gmail.com>
503
504 * MAINTAINERS (Xtensa): Add myself as maintainer.
505
3f3c3608
AM
5062020-05-23 Alan Modra <amodra@gmail.com>
507
508 * testsuite/binutils-all/ar.exp (many_files): New test.
509
9db70fc3
AM
5102020-05-21 Alan Modra <amodra@gmail.com>
511
512 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
513 * dlltool.c: Likewise.
514 * elfcomm.c: Likewise.
515 * rddbg.c: Likewise.
516 * readelf.c: Likewise.
517 * stabs.c: Likewise.
518 * windmc.c: Likewise.
519 * windres.c: Likewise.
520 * wrstabs.c: Likewise.
521
c31ab5a0
AM
5222020-05-21 Alan Modra <amodra@gmail.com>
523
524 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
525 access.
526
8f595e9b
NC
5272020-05-20 Nelson Chu <nelson.chu@sifive.com>
528
529 * dwarf.c: Updated since DECLARE_CSR is changed.
530
8ac10c5b
L
5312020-05-19 H.J. Lu <hjl.tools@gmail.com>
532
533 PR binutils/25809
534 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
535 segment doesn't match the .dynamic section and checks are
536 enabled.
537 (struct filedata): Add dynamic_symtab_section and
538 dynamic_strtab_section fields.
539 (process_section_headers): Set dynamic_symtab_section to the
540 .dynsym section. Set dynamic_strtab_section to the .dynstr
541 section.
542 (process_dynamic_section): Warn if the .dynsym section doesn't
543 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
544 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
545
c177f377
AM
5462020-05-19 Alan Modra <amodra@gmail.com>
547
548 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
549 (replace_members): Use bfd_get_filename rather than accessing
550 bfd->filename directly.
551 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
552 * binemul.c (do_ar_emul_append): Likewise.
553 * coffgrok.c (coff_grok): Likewise.
554
83d27139
SH
5552020-05-18 Stafford Horne <shorne@gmail.com>
556
557 * MAINTAINERS (OR1K): Add myself as maintainer.
558
d11a9fab
AB
5592020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * doc/binutils.texi: Mention 'entry address' in the set-start and
562 adjust-start options descriptions.
563
546cb2d8
NC
5642020-05-05 Nick Clifton <nickc@redhat.com>
565
566 * dwarf.c (do_checks): New global variable.
567 (display_formatted_table): Warn about an unexpected number of
568 columns in the table, if checks are enabled. Do not complain
569 about the lack of data following the number of entries in the
570 table if the table is empty.
571 (display_debug_lines_decoded): Only warn about an unexpected
572 number of columns in a table if checks are enabled.
573 * dwarf.h (do_checks): Add a prototype.
574 * elfcomm.c (error): Remove weak attribute.
575 (warn): Likewise.
576 * readelf.c (do_checks): Delete.
577 (warn): Delete.
578 (process_section_headers): Only warn about empty sections if
579 checks are enabled.
580
e052e2ba
FS
5812020-05-04 Fangrui Song <maskray@google.com>
582
583 * objcopy.c (copy_object): Allow empty section.
584 * testsuite/binutils-all/update-section.exp: Add test.
585
070b775f
NC
5862020-05-04 Nick Clifton <nickc@redhat.com>
587
588 PR 25917
589 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
590 supicious number of entries for DWARF-5 format directory and file
591 name tables. Do not display file name table header if the table
592 is empty. Do not allocate space for empty tables.
593
9c7b8e9b
AM
5942020-05-04 Alan Modra <amodra@gmail.com>
595
596 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
597 section. Don't assume endian of host matches nds32 target. Free
598 buffer.
599
60832332
AM
6002020-05-01 Alan Modra <amodra@gmail.com>
601 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
602
603 * objdump.c (disassemble_bytes): Don't scan for zeros when
604 disassembling zeros. Translate "resuming at file offset" message.
605 Formatting. Replace some signed variables with unsigned.
606
09c1e68a
AC
6072020-04-30 Alex Coplan <alex.coplan@arm.com>
608
609 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
610 disassembly.
611 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
612
8a8a1171
NC
6132020-04-30 Nick Clifton <nickc@redhat.com>
614
615 * testsuite/lib/binutils-common.exp (check_pie_support): New
616 proc.
617
cb4c35cf
AB
6182020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
621 range_entries for the same offset.
622
1b513401
NC
6232020-04-29 Nick Clifton <nickc@redhat.com>
624
625 * readelf.c (warn): New function - like elfcomm.c version but only
626 produces output if warnings are enabled.
627 (struct options): Add --lint and --enable-checks.
628 (usage): Add entry for --lint.
629 (parse_args): Handle -L. If checks are enabled but no dumps have
630 been selected then enable all dumps.
631 (process_section_headers): Replace long if-then-else sequence with
632 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
633 SHT_PROGBITS sections.
634 (process_file): Do not complain if the file is an archive and lint
635 mode has been enabled.
636 * elfcomm.c (error): Make the function weak.
637 (warn): Likewise.
638 * NEWS: Mention the new feature.
639 * doc/binutils.texi: Document the new feature.
640 * dwarf.h (report_leb_status): Add file name and line number
641 parameters. Include them in the diagnostic output.
642 (READ_ULEB): Pass file and line number to report_leb_status.
643 (READ_SLEB): Likewise.
644 * dwarf.c (read_and_print_leb128): Pass file and line number to
645 report_leb_status.
646 * testsuite/binutils-all/readelf.exp: Add test of new feature.
647 * testsuite/binutils-all/zero-sec.s: New test source file.
648 * testsuite/binutils-all/zero-sec.r: Expected output from new
649 test.
650
c2e71e57
NC
6512020-04-29 Nick Clifton <nickc@redhat.com>
652
653 * po/sr.po: Updated Serbian translation.
654
90837ea7
AM
6552020-04-26 Alan Modra <amodra@gmail.com>
656
657 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
658 read before dereferencing, and gracefully return. Remove
659 gnu_hash_error variable. Free gnu hash arrays if number of
660 syms found is zero.
661
2482f306
AM
6622020-04-24 Alan Modra <amodra@gmail.com>
663
664 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
665 non-zero.
666 (process_dynamic_section): Call get_num_dynamic_syms once rather
667 than in segment loop. Break out of segment loop on a successful
668 load of dynamic symbols. Formatting.
669 (process_object): Return error status from process_dynamic_section.
670
27456742
AK
6712020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
672
673 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
674 * elf.c (elfcore_grok_arc_v2): New function.
675 (elfcore_grok_note): Call the new function to handle the corresponding
676 note.
677 (elfcore_write_arc_v2): New function.
678 (elfcore_write_register_note): Call the new function to handle the
679 corresponding pseudo-sections.
680
30ce8e47
MF
6812020-04-22 Max Filippov <jcmvbkbc@gmail.com>
682
683 PR ld/25861
684 * readelf.c (is_none_reloc): Recognize
685 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
686 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
687
33b5a830
NC
6882020-04-22 Nick Clifton <nickc@redhat.com>
689
690 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
691
978c4450
AM
6922020-04-22 Alan Modra <amodra@gmail.com>
693
694 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
695 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
696 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
697 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
698 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
699 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
700 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
701 (dynamic_section, symtab_shndx_list, group_count, section_groups),
702 (section_headers_groups): Move to struct filedata. Update use
703 throughout file.
704
6431e409
AM
7052020-04-22 Alan Modra <amodra@gmail.com>
706
707 * readelf.c (struct dump_data): New, used..
708 (cmdline): ..here, and..
709 (struct filedata): ..here. Adjust all uses.
710 (request_dump_bynumber, request_dump, parse_args): Pass in a
711 struct dump_data* rather than Filedata*. Adjust callers.
712 (main): Don't set cmdline.file_name.
713
a5e0be5c
AM
7142020-04-20 Alan Modra <amodra@gmail.com>
715
716 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
717 and nbuckets.
718
8ff66993
AM
7192020-04-20 Alan Modra <amodra@gmail.com>
720
721 * readelf.c (process_section_headers): Free dynamic symbols etc.
722 earlier.
723
ceb9bf11
AM
7242020-04-20 Alan Modra <amodra@gmail.com>
725
726 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
727 on error without freeing.
728 (process_dynamic_section): Don't recreate dynamic symbols from
729 dynamic tag info when the dynamic symbols have already been
730 read via section headers.
731
e409955d
FS
7322020-04-17 Fredrik Strupe <fredrik@strupe.net>
733
734 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
735 conditional VDUP instructions are disassembled correctly.
736 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
737 vdup-cond.d.
738 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
739 that VDUP instructions (which are conditional in A32) can be
740 disassembled in thumb mode.
741 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
742 vdup-thumb.d.
743
ca3f923f
AM
7442020-04-17 Alan Modra <amodra@gmail.com>
745
746 PR 25840
747 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
748
937f6614
AM
7492020-04-16 Alan Modra <amodra@gmail.com>
750
751 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
752 --no-addresses description.
753
b1bc1394
AM
7542020-04-15 Alan Modra <amodra@gmail.com>
755
756 * objdump.c (no_addresses): New static var.
757 (usage): Print help for --no-addresses.
758 (long_options): Add --no-addresses entry.
759 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
760 (disassemble_bytes): Don't print current line address, or reloc
761 address.
762 * doc/binutils.texi: Document objdump --no-addresses.
763
001890e1
AM
7642020-04-15 Alan Modra <amodra@gmail.com>
765
766 PR 25822
767 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
768 reading buckets or chains fails.
769
b71d4fa7
AM
7702020-04-15 Alan Modra <amodra@gmail.com>
771
772 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
773 etc. after freeing.
774
89246a0e
AM
7752020-04-15 Alan Modra <amodra@gmail.com>
776
777 * readelf.c (get_group_flags): Translate text.
778 (get_file_type, get_symbol_binding, get_symbol_type),
779 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
780
c98a4545
AM
7812020-04-15 Alan Modra <amodra@gmail.com>
782
783 PR 25821
784 * readelf.c (get_num_dynamic_syms): Typo fix.
785
645f43a8
AM
7862020-04-14 Alan Modra <amodra@gmail.com>
787
788 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
789 possibility of overflow when checking number of conflicts.
790
10ca4b04
L
7912020-04-14 H.J. Lu <hongjiu.lu@intel.com>
792
793 PR binutils/25707
794 * readelf.c (nbuckets): New.
795 (nchains): Likewise.
796 (buckets): Likewise.
797 (chains): Likewise.
798 (ngnubuckets): Likewise.
799 (gnubuckets): Likewise.
800 (gnuchains): Likewise.
801 (mipsxlat): Likewise.
802 (ngnuchains): Likewise.
803 (gnusymidx): Likewise.
804 (VALID_SYMBOL_NAME): Likewise.
805 (VALID_DYNAMIC_NAME): Use it.
806 (get_dynamic_data): Moved before process_dynamic_section.
807 (get_num_dynamic_syms): New function.
808 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
809 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
810 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
811 table.
812 (get_symbol_index_type): Don't print "bad section index" when
813 there is no section header.
814 (print_dynamic_symbol): Rewrite.
815 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
816 symbol table.
817
bb897477
RO
8182020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
819
820 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
821 enable on *-*-solaris*.
822
00386881
NC
8232020-03-30 Nick Clifton <nickc@redhat.com>
824
825 PR binutils/25662
826 * objcopy.c (copy_object): When copying PE format files set the
827 timestamp field in the pe_data structure if the preserve_dates
828 flag is set.
829 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
830 --preserve-dates in place of the -p option, in order to make its
831 effect more obvious.
832
0a6a8b59
AM
8332020-03-28 Alan Modra <amodra@gmail.com>
834
835 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
836 clear_xfail hppa*-*-*elf*. Revert mips xfails.
837
6a81c59b
AM
8382020-03-28 Alan Modra <amodra@gmail.com>
839
840 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
841 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
842 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
843 test. Pass "-p" to objcopy for the executable test.
844
1fafefd5
JL
8452020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
846
847 PR binutils/25662
848 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
849 specify whether an object file or executable should be built and tested.
850 Change test names to report whether an object file or executable is
851 being tested.
852 * testsuite/binutils-all/pr25662.ld: New test.
853 * testsuite/binutils-all/pr25662.s: New test.
854
80e2a3b6
AM
8552020-03-27 Alan Modra <amodra@gmail.com>
856
857 * readelf.c (process_archive): Don't double free qualified_name.
858 Don't break out of loop with "negative" archive_file_size, just
859 set file offset to max.
860
4c836627
AM
8612020-03-25 Alan Modra <amodra@gmail.com>
862
863 * readelf.c (process_archive): Prevent endless loop.
864
1081065c
L
8652020-03-24 H.J. Lu <hongjiu.lu@intel.com>
866
867 PR binutils/25708
868 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
869 with bfd_get_symbol_version_string.
870 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
871 * objdump.c (objdump_print_symname): Likewise.
872
7e6e972f
L
8732020-03-24 H.J. Lu <hongjiu.lu@intel.com>
874
875 PR binutils/25708
876 * nm.c (SYM_NAME): Removed.
877 (print_symname): Add a pointer to struct extended_symbol_info
878 argument. Call _bfd_elf_get_symbol_version_name to get symbol
879 version.
880 (print_symdef_entry): Pass NULL to print_symname.
881 (print_symbol_info_bsd): Update call to print_symname.
882 (print_symbol_info_sysv): Likewise.
883 (print_symbol_info_posix): Likewise.
884
5a814d6d
AM
8852020-03-24 Alan Modra <amodra@gmail.com>
886
887 * readelf.c (process_mips_specific): Free iconf on error path.
888
0636b245
NC
8892020-03-23 Nick Clifton <nickc@redhat.com>
890
891 PR 25714
892 * wrstabs.c (stab_pop_type): Replace assertion with error return.
893 * write_stabs_in_sections_debugging_info: Likewise.
894 * stab_enum_type: Likewise.
895 * stab_modify_type: Likewise.
896 * stab_struct_field: Likewise.
897 * stab_end_struct_type: Likewise.
898 * stab_start_class_type: Likewise.
899 * stab_class_static_member: Likewise.
900 * stab_class_baseclass: Likewise.
901 * stab_class_start_method: Likewise.
902 * stab_class_method_var: Likewise.
903 * stab_class_end_method: Likewise.
904 * stab_end_class_type: Likewise.
905 * stab_typedef_type: Likewise.
906 * stab_start_function: Likewise.
907 * stab_end_block: Likewise.
908 * stab_lineno: Likewise.
909
5844b465
NC
9102020-03-20 Nick Clifton <nickc@redhat.com>
911
912 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
913 (process_section_headers): Check the return value from
914 get_compression_header.
915 (dump_section_as_strings): Likewise.
916 (dump_section_as_bytes): Likewise.
917 (load_specific_debug_section): Likewise.
918
3d98c460
L
9192020-03-20 H.J. Lu <hongjiu.lu@intel.com>
920
921 * ar.c (main): Update bfd_plugin_set_program_name call.
922 * nm.c (main): Likewise.
923
f3a08f77
NC
9242020-03-19 Nick Clifton <nickc@redhat.com>
925
926 PR 25676
927 * testsuite/binutils-all/dw4.s: New test source file.
928 * testsuite/binutils-all/nm.exp: Run the new test.
929
ef3df110
L
9302020-03-19 H.J. Lu <hongjiu.lu@intel.com>
931
932 * readelf.c (process_symbol_table): Use unsigned long for si.
933
81a65eb3
AM
9342020-03-19 Alan Modra <amodra@gmail.com>
935
936 * elfcomm.c: Don't include bfd.h or bucomm.h.
937 (program_name): Declare.
938 (process_archive_index_and_symbols): Replace bfd_boolean with int,
939 and substitute FALSE and TRUE.
940 (setup_archive, setup_nested_archive): Likewise.
941 * elfcomm.h: Likewise.
942
1cb7d8b1
AM
9432020-03-19 Alan Modra <amodra@gmail.com>
944
945 * readelf.c (process_archive): Always return via path freeing
946 memory. Formatting.
947
b966f55f
AM
9482020-03-19 Alan Modra <amodra@gmail.com>
949
950 * readelf.c (process_netbsd_elf_note): Validate descsz before
951 accessing descdata. Formatting.
952
645ba681
AM
9532020-03-19 Alan Modra <amodra@gmail.com>
954
955 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
956 * elfcomm.h (setup_archive): Update prototype.
957
28d13567
AM
9582020-03-16 Alan Modra <amodra@gmail.com>
959
960 * readelf.c (get_symbols): New function.
961 (process_relocs, ia64_process_unwind, hppa_process_unwind),
962 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
963
60e63c3e
AM
9642020-03-16 Alan Modra <amodra@gmail.com>
965
966 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
967 Detect shift overflows and check that terminating byte is found.
968 Print an error on a bad uleb128.
969
1bd6175a
AM
9702020-03-14 Alan Modra <amodra@gmail.com>
971
972 * readelf.c (process_file): Clean ba_cache.
973
780f96ae
AM
9742020-03-14 Alan Modra <amodra@gmail.com>
975
976 * elfcomm.h (setup_archive): Update prototype.
977 * elfcomm.c (setup_archive): Add file_size parameter and sanity
978 check longnames_size.
979 (setup_nested_archive): Get file size and pass to setup_archive.
980 * elfedit.c (process_archive): Likewise.
981 * readelf.c (process_archive): Pass filedata->file_size to
982 setup_archive.
983
f761cb13
AM
9842020-03-14 Alan Modra <amodra@gmail.com>
985
986 * readelf.c (dump_section_as_strings): Free memory on error exit.
987 (dump_section_as_bytes, process_notes_at): Likewise.
988 (get_build_id): Free enote.
989
06d949ec
KR
9902020-03-13 Kamil Rytarowski <n54@gmx.com>
991
992 * readelf.c (get_netbsd_elfcore_note_type): Add support for
993 NT_NETBSDCORE_LWPSTATUS notes.
994
fd486f32
AM
9952020-03-13 Alan Modra <amodra@gmail.com>
996
997 * elfcomm.c (get_archive_member_name): Always return malloc'd
998 string or NULL.
999 * elfedit.c (process_archive): Tidy memory on all return paths.
1000 * readelf.c (process_archive): Likewise.
1001 (process_symbol_table): Likewise.
1002 (ba_cache): New, replacing ..
1003 (get_symbol_for_build_attribute): ..static vars here. Free
1004 strtab and symtab before loading new ones. Reject symtab without
1005 valid strtab in loop, breaking out of loop on valid symtab.
1006 (process_file): Free ba_cache symtab and strtab here, resetting
1007 ba_cache.
1008
8fb879cd
AM
10092020-03-12 Alan Modra <amodra@gmail.com>
1010
1011 * readelf.c (process_section_headers): Don't just set
1012 filedata->section_headers NULL, free it first. Similarly for
1013 dynamic_symbols, dynamic_strings, dynamic_syminfo and
1014 symtab_shndx_list. Zero associated counts too.
1015 (process_object): Free symtab_shndx_list.
1016 (process_file): Free various allocated filedata tables.
1017
5496f3c6
NC
10182020-03-11 Nick Clifton <nickc@redhat.com>
1019
1020 PR 25611
1021 PR 25614
1022 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
1023 li_segment_size fields.
1024 * dwarf.c (read_debug_line_header): Record the address size and
1025 segment selector size values (if present) in the lineinfo
1026 structure.
1027 (display_formatted_table): Warn if the format count is empty but
1028 the table itself is not empty.
1029 Display the format count and entry count at the start of the table
1030 dump.
1031 (display_debug_lines_raw): Display the address size and segement
1032 selector size fields, if present.
1033 * testsuite/binutils-all/dw5.W: Update expected output.
1034
9cc89dc0
AM
10352020-03-11 Alan Modra <amodra@gmail.com>
1036
1037 PR 25651
1038 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
1039 pad_to_set on second block of code dealing with padding.
1040 Replace "c" with "num_sec" and don't recalculate number of
1041 sections on second block. Size arrays using sizeof (element)
1042 rather than sizeof (element type).
1043
41da0822
AM
10442020-03-10 Alan Modra <amodra@gmail.com>
1045
1046 * objdump.c (disassemble_section): Don't call qsort unless
1047 sym count is at least two.
1048 (disassemble_data): Don't call memcpy with NULL src.
1049
95099889
AM
10502020-03-09 Alan Modra <amodra@gmail.com>
1051
1052 PR 25645
1053 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
1054 to get_data rather than multiplying.
1055 (dump_ia64_vms_dynamic_relocs): Likewise.
1056 (process_version_sections): Correct order of size and nmemb args
1057 in get_data call.
1058 (process_mips_specific): Likewise.
1059
a15de1f5
L
10602020-03-08 H.J. Lu <hongjiu.lu@intel.com>
1061
1062 * readelf.c (get_dynamic_data): Replace "memory chekers" with
1063 "memory checkers" in comments.
1064
9979ab66
SM
10652020-03-06 Simon Marchi <simon.marchi@efficios.com>
1066
1067 PR 25491
1068 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
1069 * doc/Makefile.in: Re-generate.
1070
a0dcf297
NC
10712020-03-06 Nick Clifton <nickc@redhat.com>
1072
1073 * objcopy.c (check_new_section_flags): New function. Reject the
1074 SEC_COFF_SHARED flag if the target is not a COFF binary.
1075 (copy_object): Call check_new_section_flags.
1076 (setup_section): Likewise.
1077 * doc/binutils.texi (objcopy): Add a note that the 'share' section
1078 flag cannot be applied to ELF binaries.
1079
a9b90127
AM
10802020-03-06 Alan Modra <amodra@gmail.com>
1081
1082 PR 25637
1083 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
1084
d1faf7ca
AM
10852020-03-05 Alan Modra <amodra@gmail.com>
1086
1087 PR 25629
1088 * objcopy.c (filter_symbols): Don't segfault on NULL
1089 prefix_symbols_string.
1090
eef64366
CE
10912020-03-04 Christian Eggers <ceggers@gmx.de>
1092
1093 * objcopy.c (copy_object): Convert from bytes to octets for
1094 --gap-fill and --pad-to.
1095
5be2b2f5
NC
10962020-03-03 Nick Clifton <nickc@redhat.com>
1097
1098 PR 25625
1099 * prdbg.c (pr_tag_type): Remove call to abort.
1100
b312fea1
AM
11012020-03-02 Aaron Merey <amerey@redhat.com>
1102
1103 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
1104 selection.
1105
ba3265d0
NC
11062020-03-02 Nick Clifton <nickc@redhat.com>
1107
1108 PR 25543
1109 * readelf.c (dump_section_as_strings): Display new-line characters
1110 as \n and then insert a line break.
1111 * testsuite/binutils-all/pr25543.s: New test.
1112 * testsuite/binutils-all/pr25543.d: Test driver.
1113 * testsuite/binutils-all/readelf.exp: Run the new test.
1114
736990c4
NC
11152020-02-27 Nick Clifton <nickc@redhat.com>
1116
1117 PR 25526
1118 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
1119 get_data is unable to load the string table.
1120
dc1e8a47
AM
11212020-02-26 Alan Modra <amodra@gmail.com>
1122
1123 * elfedit.c: Indent labels correctly.
1124 * readelf.c: Likewise.
1125 * resres.c: Likewise.
1126
ecda9016
L
11272020-02-25 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 PR binutils/25584
1130 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
1131 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
1132
83d4d556
NC
11332020-02-24 Nick Clifton <nickc@redhat.com>
1134
1135 PR 25499
1136 * doc/binutils.texi (objdump): Fix typo in description of
1137 objdump's -g option.
1138
bd0cf5a6
NC
11392020-02-20 Nelson Chu <nelson.chu@sifive.com>
1140
1141 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
1142 is changed.
1143
741cb839
EC
11442020-02-19 Jordan Rupprecht <rupprecht@google.com>
1145
1146 * objdump.c (show_line): call bfd_demangle when using do_demangle.
1147
9f1528a1
AB
11482020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * configure: Regenerate.
1151
3a5d12fb
FS
11522020-02-10 Fangrui Song <maskray@google.com>
1153
1154 * objcopy.c (parse_flags): Handle "exclude".
1155 * doc/binutils.texi: Document the support.
1156
678d457f
AM
11572020-02-10 Aaron Merey <amerey@redhat.com>
1158
1159 * binutils/testsuite/binutils-all/debuginfod.exp:
1160 Replace set ::env with setenv.
46471187
AM
1161 Start server before setting environment variable.
1162 Specify tmpdir as the location of the server's
1163 database.
1164 Check additional server metrics at start-up.
678d457f 1165
e8319fde
NC
11662020-02-07 Nick Clifton <nickc@redhat.com>
1167
1168 * README-how-to-make-a-release: Add note about updating the
1169 GAS/NEWS URL in the next release.
1170
9fc0b501
SB
11712020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1172
1173 PR 25469
1174 * readelf.c (get_machine_flags): Add support for Z80N machine
1175 number.
1176
e1104d08
NC
11772020-02-07 Nick Clifton <nickc@redhat.com>
1178
1179 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1180 of the truncated file name.
1181
c2e6f744 11822020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
1183
1184 * objdump.c (print_jump_visualisation): New function.
1185 (disassemble_bytes): Call new function.
1186
02e0be69
AM
11872020-02-06 Alan Modra <amodra@gmail.com>
1188
1189 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1190 TCL procedure.
1191 (supports_gnu_osabi): New procedure.
1192 (is_generic): New, from ld-lib.exp.
1193 (supports_gnu_unique): Use the above.
1194
e8b79122
AM
11952020-02-04 Alan Modra <amodra@gmail.com>
1196
1197 * Makefile.am (CFILES): Add od-elf32_avr.c.
1198 * Makefile.in: Regenerate.
1199 * po/POTFILES.in: Regenerate.
1200
27a45f42
AS
12012020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1202
1203 * readelf.c (dump_relocations, dump_relocations)
1204 (decode_arm_unwind_bytecode, process_dynamic_section)
1205 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1206 error message.
1207
0b398d69
ST
12082020-02-03 Sergei Trofimovich <siarheit@google.com>
1209
1210 * coffdump.c (program_name): Drop redundant definition.
1211 * srconv.c (program_name): Likewise
1212 * sysdump.c (program_name): Likewise
1213
a8c4d40b
L
12142020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 PR gas/25380
1217 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1218 same file with different section pointers.
1219
cb6ad9bb
NC
12202020-02-01 Nick Clifton <nickc@redhat.com>
1221
1222 * README-how-to-make-a-release: Update with more details on the
1223 release making process.
1224
53943f32
NC
12252020-01-31 Nick Clifton <nickc@redhat.com>
1226
1227 * po/sv.po: Updated Swedish translation.
1228
55be8fd0
NC
12292020-01-28 Nick Clifton <nickc@redhat.com>
1230
1231 * readelf.c (get_build_id): Simplify warning message about corrupt
1232 notes encountered whilst scanning for the build-id.
1233
82ef9cad
RM
12342020-01-27 Roland McGrath <mcgrathr@google.com>
1235
1236 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1237 for overlapping ranges so that (A == B) == (B == A) holds.
1238
e3696f67
AM
12392020-01-27 Alan Modra <amodra@gmail.com>
1240
1241 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1242 case statement with switch statement.
1243
2f796de6
NC
12442020-01-24 Nick Clifton <nickc@redhat.com>
1245
1246 * readelf.c (get_build_id): Fix warning messages about corrupt
1247 notes.
1248
24e648d4
NC
12492020-01-23 Nick Clifton <nickc@redhat.com>
1250
1251 * po/fr.po: Updated French translation.
1252
c48acf6f
YC
12532020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1254
1255 PR 25417
1256 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1257
26916852
NC
12582020-01-20 Nick Clifton <nickc@redhat.com>
1259
1260 * po/pt.po: Updated Portuguese translation.
1261 * po/uk.po: Updated Ukranian translation.
1262
b248e9ce
NC
12632020-01-18 Nick Clifton <nickc@redhat.com>
1264
1265 * README-how-to-make-a-release: Update notes on how to cut a
1266 branch for a release.
1267
1b1bb2c6
NC
12682020-01-18 Nick Clifton <nickc@redhat.com>
1269
1270 * configure: Regenerate.
1271 * po/binutils.pot: Regenerate.
1272
ae774686
NC
12732020-01-18 Nick Clifton <nickc@redhat.com>
1274
1275 Binutils 2.34 branch created.
1276
82a9ed20
TT
12772020-01-17 Thomas Troeger <tstroege@gmx.de>
1278
1279 * objdump.c (jump_info_visualize_address): Discard jumps that are
1280 no longer needed.
1281 (disassemble_bytes): Only compute the maximum level if jumps were
1282 detected.
1283
6a1939f5
NC
12842020-01-13 Nick Clifton <nickc@redhat.com>
1285
c87c17c1 1286 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
1287 * testsuite/binutils-all/debuginfod.exp: New tests.
1288
1d67fe3b
TT
12892020-01-13 Thomas Troeger <tstroege@gmx.de>
1290
1291 * objdump.c (visualize_jumps, color_output, extended_color_output)
1292 (detected_jumps): New variables.
1293 (usage): Add the new jump visualization options.
1294 (option_values): Add new option value.
1295 (long_options): Add the new option.
1296 (jump_info_new, jump_info_free): New functions.
1297 (jump_info_min_address, jump_info_max_address): Likewise.
1298 (jump_info_end_address, jump_info_is_start_address): Likewise.
1299 (jump_info_is_end_address, jump_info_size): Likewise.
1300 (jump_info_unlink, jump_info_insert): Likewise.
1301 (jump_info_add_front, jump_info_move_linked): Likewise.
1302 (jump_info_intersect, jump_info_merge): Likewise.
1303 (jump_info_sort, jump_info_visualize_address): Likewise.
1304 (disassemble_jumps): New function - used to locate jumps.
1305 (disassemble_bytes): Add ascii art generation.
1306 (disassemble_section): Add scan to locate jumps.
1307 (main): Parse the new visualization option.
1308 * doc/binutils.texi: Document the new feature.
1309 * NEWS: Mention the new feature.
1310
a788aedd
AM
13112020-01-13 Alan Modra <amodra@gmail.com>
1312
a4f2b7c5
AM
1313 PR 25360
1314 PR 25361
a788aedd
AM
1315 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1316 fde_fc col_type and col_offset.
1317 * readelf.c (apply_relocations): Move symsec check earlier.
1318 (free_debug_section): Free reloc_info.
1319 (process_notes_at): Free pnotes on error path.
1320 (process_object): Free dump_sects here..
1321 (process_archive): ..not here.
1322
805f38bc
AM
13232020-01-13 Alan Modra <amodra@gmail.com>
1324
1325 PR 25362
1326 * nm.c (display_rel_file): Free dyn_syms.
1327
ffebb0bb
NC
13282020-01-09 Nick Clifton <nickc@redhat.com>
1329
1330 PR 25220
1331 * objcopy.c (empty_name): New variable.
1332 (need_sym_before): Prevent an attempt to free a static variable.
1333 (filter_symbols): Avoid strcmp test by checking for pointer
1334 equality.
1335
ade4fd9b
NC
13362020-01-09 Nick Clifton <nickc@redhat.com>
1337
1338 * po/zh_TW.po: Updated Traditional Chinese translation.
1339
13402020-01-09 Aaron Merey <amerey@redhat.com>
1341
1342 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1343 * Makefile.in: Regenerate.
1344 * NEWS: Update.
1345 * config.in: Regenerate.
1346 * configure: Regenerate.
1347 * configure.ac: Call AC_DEBUGINFOD.
1348 * doc/Makefile.in: Regenerate.
1349 * doc/binutils.texi: Add section on using binutils
1350 with debuginfod.
1351 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1352 Query debuginfod servers for the target debug file.
1353 (load_separate_debug_info): Call
1354 debuginfod_fetch_separate_debug_info if configured with
1355 debuginfod.
1356 (load_separate_debug_files): Add file argument to
1357 load_separate_debug_info calls.
1358 * dwarf.h (get_build_id): Add declaration.
1359 * objdump.c (get_build_id): New function. Get build-id of file.
1360 * readelf.c (get_build_id): Likewise.
1361 * testsuite/binutils-all/debuginfod.exp: New tests.
1362 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1363 section.
1364
6655dba2
SB
13652020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1366
1367 * readelf.c: Add support for new Z*) relocations and machine
1368 types.
1369
b14ce8bf
AM
13702020-01-01 Alan Modra <amodra@gmail.com>
1371
1372 Update year range in copyright notice of all files.
1373
0b114740 1374For older changes see ChangeLog-2019
3499769a 1375\f
0b114740 1376Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1377
1378Copying and distribution of this file, with or without modification,
1379are permitted in any medium without royalty provided the copyright
1380notice and this notice are preserved.
1381
1382Local Variables:
1383mode: change-log
1384left-margin: 8
1385fill-column: 74
1386version-control: never
1387End: