Recognize DW_LANG_C11 in readelf testsuite.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-08-21 Mark Wielaard <mark@klomp.org>
2
3 * testsuite/binutils-all/readelf.exp (readelf_wi_test): Also
4 recognize DW_LANG_C11.
5
6 2020-08-19 Alan Modra <amodra@gmail.com>
7
8 PR 26349
9 * readelf.c (dump_relocations): Use BFD_VMA_FMT to print offset
10 and info fields.
11 (dump_section_as_strings): Don't use %tx to display offset.
12
13 2020-08-14 Alan Modra <amodra@gmail.com>
14
15 PR 26388
16 * dwarf.c (free_debug_memory): Free alloc_num_debug_info_entries
17 of debug_information. Correct test of max_loc_offsets and
18 max_range_lists.
19 * rddbg.c (read_debugging_info): Free dhandle on error.
20
21 2020-08-14 Alan Modra <amodra@gmail.com>
22
23 * testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d.
24
25 2020-08-13 Alan Modra <amodra@gmail.com>
26
27 PR 26348
28 * objcopy.c (copy_object): Report file name with endian error.
29 Error and return on abfd->read_only.
30
31 2020-08-12 Tom Tromey <tromey@adacore.com>
32
33 * dwarf-mode.el (Version): Now 1.6.
34 (dwarf-die-button-action): Tighten DIE reference regexp.
35 (dwarf-font-lock-keywords): Update name regexp.
36
37 2020-08-12 Nick Clifton <nickc@redhat.com>
38
39 PR binutils/26331
40 * readelf.c (do_demangle): New option flag.
41 (print_symbol): If do_demangle is enabled, demangle the symbol.
42 (enum long_option_values): New enum to hold long option values.
43 (options): Add demangle, no-demangle, recursion-limit and
44 no-recursion-limit options. Alpha sort the table.
45 (usage): Describe the new options.
46 (parse_args): Handle the new options.
47 * NEWS: Mention the new feature.
48 * doc/binutils.texi: Document the new feature.
49 * testsuite/binutils-all/readelf.exp: Test the new feature.
50 * testsuite/binutils-all/mangled.s: New file - assembler source.
51 * testsuite/binutils-all/readelf.demangled: New file - expected
52 output from readelf.
53
54 2020-08-12 Nick Clifton <nickc@redhat.com>
55
56 * po/sr.po: Updated Serbian translation.
57
58 2020-08-10 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR binutils/26302
61 * nm.c (with_symbol_versions): Removed.
62 (long_option_values): Add OPTION_WITH_SYMBOL_VERSIONS.
63 (long_options): Update --with-symbol-versions entry.
64 (print_symbol): Remove the with_symbol_versions check.
65 (main): Add OPTION_WITH_SYMBOL_VERSIONS for backward
66 compatibility.
67 * doc/binutils.texi: Remove --with-symbol-versions.
68
69 2020-08-05 Alan Modra <amodra@gmail.com>
70
71 PR 26337
72 * objdump.c (load_specific_debug_section): Revert last change.
73
74 2020-08-05 Alan Modra <amodra@gmail.com>
75
76 PR 26337
77 * objdump.c (load_specific_debug_section): Don't malloc space for
78 section contents, use bfd_malloc_and_get_section.
79
80 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
81
82 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
83 * Makefile.in, doc/Makefile.in: Regenerate.
84 * configure: Regenerate.
85
86 2020-07-30 H.J. Lu <hongjiu.lu@intel.com>
87
88 * testsuite/binutils-all/i386/compressed-1a.d: Pass --gdwarf-3
89 to assembler.
90 * testsuite/binutils-all/i386/compressed-1b.d: Likewise.
91 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
92 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
93 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
94 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
95
96 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
97
98 * testsuite/binutils-all/mips/global-local-symtab-sort-o32.d:
99 New test.
100 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
101 New test.
102 * testsuite/binutils-all/mips/global-local-symtab-sort-n32.d:
103 New test.
104 * testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d:
105 New test.
106 * testsuite/binutils-all/mips/global-local-symtab-sort-n64.d:
107 New test.
108 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
109 New test.
110 * testsuite/binutils-all/mips/global-local-symtab-final-o32.d:
111 New test.
112 * testsuite/binutils-all/mips/global-local-symtab-final-n32.d:
113 New test.
114 * testsuite/binutils-all/mips/global-local-symtab-final-n64.d:
115 New test.
116 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
117
118 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
119
120 * testsuite/binutils-all/mips/global-local-symtab-o32.d: New
121 test.
122 * testsuite/binutils-all/mips/global-local-symtab-o32t.d: New
123 test.
124 * testsuite/binutils-all/mips/global-local-symtab-n32.d: New
125 test.
126 * testsuite/binutils-all/mips/global-local-symtab-n32t.d: New
127 test.
128 * testsuite/binutils-all/mips/global-local-symtab-n64.d: New
129 test.
130 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
131
132 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
133
134 PR binutils/26301
135 * configure: Regenerated.
136
137 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR binutils/26301
140 * configure: Regenerated.
141
142 2020-07-27 Alan Modra <amodra@gmail.com>
143
144 * objdump.c (dump_section): Don't return without calling
145 process_section_p.
146
147 2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
148
149 * doc/binutils.texi: Replace preceeded with preceded.
150
151 2020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
152
153 * testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
154 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64): New
155 procedures.
156 (has_newabi): Remove variable.
157 (has_abi, abi_asflags, abi_ldflags): New associative array
158 variables.
159 (irixemul): New variable.
160 Replace `run_dump_test' calls where applicable throughout with
161 `run_dump_test_o32', `run_dump_test_n32' and `run_dump_test_n64'
162 as appropriate. Use `noarch' for tests that require their own
163 architecture setting.
164 * testsuite/binutils-all/mips/mips-ase-1.d: Remove GAS flags.
165 * testsuite/binutils-all/mips/mips-ase-2.d: Likewise.
166 * testsuite/binutils-all/mips/mips-ase-3.d: Likewise.
167 * testsuite/binutils-all/mips/mips-note-2-n32.d: Likewise.
168 * testsuite/binutils-all/mips/mips-note-2-n64.d: Likewise.
169 * testsuite/binutils-all/mips/mips-note-2.d: Likewise.
170 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Likewise.
171 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
172 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
173 * testsuite/binutils-all/mips/mips-reginfo-n32.d: Likewise.
174 * testsuite/binutils-all/mips/mips-reginfo.d: Likewise.
175 * testsuite/binutils-all/mips/mips16-extend-noinsn.d: Likewise.
176 * testsuite/binutils-all/mips/mips16-pcrel.d: Likewise.
177 * testsuite/binutils-all/mips/mips16-alias.d: Remove `-32' from
178 GAS flags.
179 * testsuite/binutils-all/mips/mips16-extend-insn.d: Likewise.
180 * testsuite/binutils-all/mips/mips16-noalias.d: Likewise.
181 * testsuite/binutils-all/mips/mips16-undecoded.d: Likewise.
182 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: Likewise.
183 * testsuite/binutils-all/mips/mips16e2-undecoded.d: Likewise.
184 * testsuite/binutils-all/mips/mixed-micromips.d: Likewise.
185 * testsuite/binutils-all/mips/mixed-mips16.d: Likewise.
186
187 2020-07-24 Aaron Merey <amerey@redhat.com>
188
189 * Makefile.am: Replace LIBDEBUGINFOD with DEBUGINFOD_LIBS.
190 * Makefile.in: Rebuild.
191 * configure: Rebuild.
192 * doc/Makefile.in: Rebuild.
193
194 2020-07-24 Nick Clifton <nickc@redhat.com>
195
196 * README-how-to-make-a-release: Various small updates whilst
197 creating the 2.35 release.
198
199 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
200
201 * testsuite/lib/binutils-common.exp (run_dump_test): Add 'cc'
202 option.
203
204 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
205
206 * objdump.c (dump_ctf_archive_member): Remove linefeeds.
207 (dump_ctf): Likewise.
208
209 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
210
211 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
212 * readelf.c (dump_ctf_archive_member): Likewise.
213
214 2020-07-22 Nick Clifton <nickc@redhat.com>
215
216 * readelf.c (parse_args): Silence potential warnings about a
217 memory resource leak when allocating space for ctf option values.
218 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
219 variable.
220
221 2020-07-21 Nick Clifton <nickc@redhat.com>
222
223 * po/sv.po: Updated Swedish translation.
224
225 2020-07-14 Claudiu Zissulescu <claziss@gmail.com>
226
227 * testsuite/binutils-all/arc/double_regs.s: New test.
228 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
229
230 2020-07-13 Nick Clifton <nickc@redhat.com>
231
232 * po/fr.po: Updated French translation.
233
234 2020-07-13 Alan Modra <amodra@gmail.com>
235
236 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
237 optional machine-os arg.
238
239 2020-07-11 H.J. Lu <hongjiu.lu@intel.com>
240
241 * readelf.c (decode_x86_feature_2): Handle
242 GNU_PROPERTY_X86_FEATURE_2_TMM.
243
244 2020-07-10 Tom de Vries <tdevries@suse.de>
245
246 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
247 information in the end_sequence row.
248 * testsuite/binutils-all/dw5.W: Update.
249 * testsuite/binutils-all/objdump.WL: Update.
250
251 2020-07-09 Alan Modra <amodra@gmail.com>
252
253 * dlltool.c: Remove powerpc PE support and comments.
254 * configure.ac: Remove powerpc PE dlltool config.
255 * configure: Regenerate.
256
257 2020-07-09 Nick Clifton <nickc@redhat.com>
258
259 * rclex.c: Add OWNERDRAW keyword.
260 * rcparse.y: Add OWNERDRAW token.
261 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
262 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
263 BITMAP flags.
264 * windres.c (extended_menuitems): Likewise.
265 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
266
267 2020-07-09 Alan Modra <amodra@gmail.com>
268
269 * readelf (slurp_hppa_unwind_table): Set table_len before use
270 in relocation sanity checks.
271
272 2020-07-07 Alan Modra <amodra@gmail.com>
273
274 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
275 * testsuite/binutils-all/nm.exp: Likewise.
276 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
277 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
278 * testsuite/binutils-all/set-section-alignment.d: Likewise.
279 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
280
281 2020-07-07 Alan Modra <amodra@gmail.com>
282
283 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
284 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
285
286 2020-07-06 Nick Clifton <nickc@redhat.com>
287
288 * po/bg.po: Updated Bulgarian translation.
289 * po/pt.po: Updated Portuguese translation.
290 * po/uk.po: Updated Ukranian translation.
291
292 2020-07-06 Alan Modra <amodra@gmail.com>
293
294 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
295 find string length.
296
297 2020-07-04 Nick Clifton <nickc@redhat.com>
298
299 * configure: Regenerate.
300 * po/binutils.pot: Regenerate.
301
302 2020-07-04 Nick Clifton <nickc@redhat.com>
303
304 Binutils 2.35 branch created.
305
306 2020-07-02 Nick Clifton <nickc@redhat.com>
307
308 PR 26028
309 * readelf.c (print_symbol): Handle truncation of symbol names.
310 (options): Add -T/--silent-truncation option.
311 (parse_args): Handle the option.
312 (print_dynamic_symbol): Correct calculation of width available to
313 display symbol name.
314 * doc/binutils.texi: Document the -T option to readelf.
315 * NEWS: Mention the new feature.
316
317 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
318
319 * NEWS: Mention x86 NaCl target support removal.
320 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
321 x86 NaCl target support.
322 * testsuite/binutils-all/elfedit-1.d: Likewise.
323 * testsuite/binutils-all/i386/i386.exp: Likewise.
324 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
325 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
326 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
327 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
328 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
329 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
330 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
331 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
332 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
333 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
334 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
335 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
336
337 2020-06-30 Nick Clifton <nickc@redhat.com>
338
339 * dwarf.c (read_and_display_attr_value): Support
340 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
341 DW_AT_comp_dir.
342
343 2020-06-30 Alan Modra <amodra@gmail.com>
344
345 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
346 xfail for nds32.
347
348 2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
349
350 * dwarf.c (display_debug_str_offsets): Rename local variable
351 index to idx. Move to top of function.
352
353 2020-06-29 Alan Modra <amodra@gmail.com>
354
355 * dwarf.c: Use C style comments.
356 * resrc.c: Likewise.
357
358 2020-06-27 Alan Modra <amodra@gmail.com>
359
360 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
361 after freeing.
362 (release_archive): Set fields of arch to NULL after freeing.
363
364 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
365
366 * readelf.c (dump_section_as_ctf): Support .ctf archives using
367 ctf_arc_bufopen. Automatically load the .ctf member of such
368 archives as the parent of all other members, unless specifically
369 overridden via --ctf-parent. Split out dumping code into...
370 (dump_ctf_archive_member): ... here, as in objdump, and call
371 it once per archive member.
372 (dump_ctf_indent_lines): Code style fix.
373
374 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
375
376 * configure.ac [--enable-libctf]: New, default yes.
377 Set ENABLE_LIBCTF accordingly.
378 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
379 * configure: Regenerate.
380 * config.in: Regenerate.
381 * Makefile.in: Regenerate.
382 * aclocal.m4: Regenerate.
383 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
384 (option_values): Likewise.
385 (long_options): Likewise.
386 (main): Likewise.
387 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
388 (make_ctfsect): Likewise.
389 (dump_ctf_archive_member): Likewise.
390 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
391 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
392 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
393 (usage): Likewise.
394 (process_section_contents): Likewise.
395 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
396 (dump_ctf_indent_lines): Likewise.
397 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
398
399 2020-06-26 Jan Beulich <jbeulich@suse.com>
400
401 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
402 redundant text from x86 specific part of -M section.
403
404 2020-06-26 Pat Bernardi <bernardi@adacore.com>
405
406 * readelf.c (display_m68k_gnu_attribute): New function.
407 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
408
409 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
410
411 PR binutils/26160
412 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
413 * testsuite/binutils-all/pr26160.r: Likewise.
414 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
415
416 2020-06-23 Nick Clifton <nickc@redhat.com>
417
418 PR 26160
419 * dwarf.c (fetch_indexed_string): Detect and handle old style
420 .debug_str_offset tables.
421 (display_debug_str_offsets): Likewise. Also add support for
422 .debug_str_offsets.dwo sections.
423
424 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
425
426 PR binutils/26112
427 * testsuite/binutils-all/pr26112.o.bz2: New file.
428 * testsuite/binutils-all/pr26112.r: Likewise.
429 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
430
431 2020-06-23 Alan Modra <amodra@gmail.com>
432
433 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
434 remote_file delete command.
435
436 2020-06-22 Nick Clifton <nickc@redhat.com>
437
438 PR 26112
439 * dwarf.c (display_debug_str_offsets): Add code to display the
440 contents of the .debug_str_offsets section.
441 (display_debug_macro): Add support for DW_MACRO_define_strx and
442 DW_MACRO_undef_strx.
443
444 2020-06-22 Saagar Jha <saagar@saagarjha.com>
445
446 * od-macho.c: Dump linkedit data for new load commands.
447
448 2020-06-19 Alan Modra <amodra@gmail.com>
449
450 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
451 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
452 (run_dump_test): Use check_relro_support to decide whether to pass
453 extra ld option "-z norelro".
454
455 2020-06-11 Alan Modra <amodra@gmail.com>
456
457 * readelf.c (process_mips_specific): Don't alloc memory for
458 Elf_Internal_Options.
459
460 2020-06-11 Alan Modra <amodra@gmail.com>
461
462 * readelf.c (process_mips_specific): Assert size of internal
463 types match size of external types, and simplify allocation of
464 internal buffer. Catch possible integer overflow when sanity
465 checking option size. Don't assume options are a regular array.
466 Sanity check reginfo option against option size. Use PRI macros
467 when printing.
468
469 2020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
470
471 PR 26082
472 * mclex.c (yylex): Reject lines that reach end-of-file without a
473 terminating newline character.
474
475 2020-06-08 Nick Clifton <nickc@redhat.com>
476
477 PR 26093
478 * doc/binutils.texi (strings): Fix typo.
479
480 2020-06-08 Nick Clifton <nickc@redhat.com>
481
482 PR 26086
483 * dwarf.c (process_debug_info): Check that there is space in the
484 debug_information array before filling in an entry.
485
486 2020-06-06 Alan Modra <amodra@gmail.com>
487
488 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
489
490 2020-06-05 Joel Anderson <joelanderson333@gmail.com>
491
492 PR 26082
493 * mclex.c (yylex): Add test for an empty input stream.
494
495 2020-06-04 Stephen Casner <casner@acm.org>
496
497 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
498 for test using section pseudo-ops compatible with pdp11.
499 * testsuite/binutils-all/objcopy.exp: Select alternate source.
500
501 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
502
503 * objdump.c (disassemble_data): Set disasm_info.endian_code to
504 disasm_info.endian after the latter is initialized to the
505 endianness reported by BFD.
506
507 2020-06-04 Alan Modra <amodra@gmail.com>
508
509 * testsuite/binutils-all/i386/i386.exp: Remove global directive
510 outside proc body.
511 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
512 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
513
514 2020-06-03 Joel Anderson <joelanderson333@gmail.com>
515
516 * windmc.h (struct mc_node): Add id_typecast field.
517 * mcparse.y (message): Initialise the id_typecast field.
518 * windmc.c (write_dbg): Use the id_typecast field as a parameter
519 when calling write_dbg_define.
520 (write_header): Likewise.
521
522 2020-06-03 Alan Modra <amodra@gmail.com>
523
524 PR 26069
525 * objcopy.c (copy_relocations_in_section): Free relpp on error.
526 Don't accidentally free isection->orelocation.
527
528 2020-06-02 Alan Modra <amodra@gmail.com>
529
530 * testsuite/binutils-all/ar.exp (obj): Set up object file name
531 extension. Use throughout. Don't completely exclude non-ELF
532 alpha targets. Run long_filenames test for tic30. Exclude thin
533 archive tests for aix, ecoff and vms.
534 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
535 extension. Use throughout. Don't exclude non-ELF alpha targets
536 from "bintest.a".
537
538 2020-05-28 Max Filippov <jcmvbkbc@gmail.com>
539
540 * MAINTAINERS (Xtensa): Add myself as maintainer.
541
542 2020-05-23 Alan Modra <amodra@gmail.com>
543
544 * testsuite/binutils-all/ar.exp (many_files): New test.
545
546 2020-05-21 Alan Modra <amodra@gmail.com>
547
548 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
549 * dlltool.c: Likewise.
550 * elfcomm.c: Likewise.
551 * rddbg.c: Likewise.
552 * readelf.c: Likewise.
553 * stabs.c: Likewise.
554 * windmc.c: Likewise.
555 * windres.c: Likewise.
556 * wrstabs.c: Likewise.
557
558 2020-05-21 Alan Modra <amodra@gmail.com>
559
560 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
561 access.
562
563 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
564
565 * dwarf.c: Updated since DECLARE_CSR is changed.
566
567 2020-05-19 H.J. Lu <hjl.tools@gmail.com>
568
569 PR binutils/25809
570 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
571 segment doesn't match the .dynamic section and checks are
572 enabled.
573 (struct filedata): Add dynamic_symtab_section and
574 dynamic_strtab_section fields.
575 (process_section_headers): Set dynamic_symtab_section to the
576 .dynsym section. Set dynamic_strtab_section to the .dynstr
577 section.
578 (process_dynamic_section): Warn if the .dynsym section doesn't
579 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
580 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
581
582 2020-05-19 Alan Modra <amodra@gmail.com>
583
584 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
585 (replace_members): Use bfd_get_filename rather than accessing
586 bfd->filename directly.
587 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
588 * binemul.c (do_ar_emul_append): Likewise.
589 * coffgrok.c (coff_grok): Likewise.
590
591 2020-05-18 Stafford Horne <shorne@gmail.com>
592
593 * MAINTAINERS (OR1K): Add myself as maintainer.
594
595 2020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * doc/binutils.texi: Mention 'entry address' in the set-start and
598 adjust-start options descriptions.
599
600 2020-05-05 Nick Clifton <nickc@redhat.com>
601
602 * dwarf.c (do_checks): New global variable.
603 (display_formatted_table): Warn about an unexpected number of
604 columns in the table, if checks are enabled. Do not complain
605 about the lack of data following the number of entries in the
606 table if the table is empty.
607 (display_debug_lines_decoded): Only warn about an unexpected
608 number of columns in a table if checks are enabled.
609 * dwarf.h (do_checks): Add a prototype.
610 * elfcomm.c (error): Remove weak attribute.
611 (warn): Likewise.
612 * readelf.c (do_checks): Delete.
613 (warn): Delete.
614 (process_section_headers): Only warn about empty sections if
615 checks are enabled.
616
617 2020-05-04 Fangrui Song <maskray@google.com>
618
619 * objcopy.c (copy_object): Allow empty section.
620 * testsuite/binutils-all/update-section.exp: Add test.
621
622 2020-05-04 Nick Clifton <nickc@redhat.com>
623
624 PR 25917
625 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
626 supicious number of entries for DWARF-5 format directory and file
627 name tables. Do not display file name table header if the table
628 is empty. Do not allocate space for empty tables.
629
630 2020-05-04 Alan Modra <amodra@gmail.com>
631
632 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
633 section. Don't assume endian of host matches nds32 target. Free
634 buffer.
635
636 2020-05-01 Alan Modra <amodra@gmail.com>
637 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
638
639 * objdump.c (disassemble_bytes): Don't scan for zeros when
640 disassembling zeros. Translate "resuming at file offset" message.
641 Formatting. Replace some signed variables with unsigned.
642
643 2020-04-30 Alex Coplan <alex.coplan@arm.com>
644
645 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
646 disassembly.
647 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
648
649 2020-04-30 Nick Clifton <nickc@redhat.com>
650
651 * testsuite/lib/binutils-common.exp (check_pie_support): New
652 proc.
653
654 2020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
655
656 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
657 range_entries for the same offset.
658
659 2020-04-29 Nick Clifton <nickc@redhat.com>
660
661 * readelf.c (warn): New function - like elfcomm.c version but only
662 produces output if warnings are enabled.
663 (struct options): Add --lint and --enable-checks.
664 (usage): Add entry for --lint.
665 (parse_args): Handle -L. If checks are enabled but no dumps have
666 been selected then enable all dumps.
667 (process_section_headers): Replace long if-then-else sequence with
668 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
669 SHT_PROGBITS sections.
670 (process_file): Do not complain if the file is an archive and lint
671 mode has been enabled.
672 * elfcomm.c (error): Make the function weak.
673 (warn): Likewise.
674 * NEWS: Mention the new feature.
675 * doc/binutils.texi: Document the new feature.
676 * dwarf.h (report_leb_status): Add file name and line number
677 parameters. Include them in the diagnostic output.
678 (READ_ULEB): Pass file and line number to report_leb_status.
679 (READ_SLEB): Likewise.
680 * dwarf.c (read_and_print_leb128): Pass file and line number to
681 report_leb_status.
682 * testsuite/binutils-all/readelf.exp: Add test of new feature.
683 * testsuite/binutils-all/zero-sec.s: New test source file.
684 * testsuite/binutils-all/zero-sec.r: Expected output from new
685 test.
686
687 2020-04-29 Nick Clifton <nickc@redhat.com>
688
689 * po/sr.po: Updated Serbian translation.
690
691 2020-04-26 Alan Modra <amodra@gmail.com>
692
693 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
694 read before dereferencing, and gracefully return. Remove
695 gnu_hash_error variable. Free gnu hash arrays if number of
696 syms found is zero.
697
698 2020-04-24 Alan Modra <amodra@gmail.com>
699
700 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
701 non-zero.
702 (process_dynamic_section): Call get_num_dynamic_syms once rather
703 than in segment loop. Break out of segment loop on a successful
704 load of dynamic symbols. Formatting.
705 (process_object): Return error status from process_dynamic_section.
706
707 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
708
709 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
710 * elf.c (elfcore_grok_arc_v2): New function.
711 (elfcore_grok_note): Call the new function to handle the corresponding
712 note.
713 (elfcore_write_arc_v2): New function.
714 (elfcore_write_register_note): Call the new function to handle the
715 corresponding pseudo-sections.
716
717 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
718
719 PR ld/25861
720 * readelf.c (is_none_reloc): Recognize
721 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
722 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
723
724 2020-04-22 Nick Clifton <nickc@redhat.com>
725
726 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
727
728 2020-04-22 Alan Modra <amodra@gmail.com>
729
730 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
731 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
732 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
733 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
734 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
735 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
736 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
737 (dynamic_section, symtab_shndx_list, group_count, section_groups),
738 (section_headers_groups): Move to struct filedata. Update use
739 throughout file.
740
741 2020-04-22 Alan Modra <amodra@gmail.com>
742
743 * readelf.c (struct dump_data): New, used..
744 (cmdline): ..here, and..
745 (struct filedata): ..here. Adjust all uses.
746 (request_dump_bynumber, request_dump, parse_args): Pass in a
747 struct dump_data* rather than Filedata*. Adjust callers.
748 (main): Don't set cmdline.file_name.
749
750 2020-04-20 Alan Modra <amodra@gmail.com>
751
752 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
753 and nbuckets.
754
755 2020-04-20 Alan Modra <amodra@gmail.com>
756
757 * readelf.c (process_section_headers): Free dynamic symbols etc.
758 earlier.
759
760 2020-04-20 Alan Modra <amodra@gmail.com>
761
762 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
763 on error without freeing.
764 (process_dynamic_section): Don't recreate dynamic symbols from
765 dynamic tag info when the dynamic symbols have already been
766 read via section headers.
767
768 2020-04-17 Fredrik Strupe <fredrik@strupe.net>
769
770 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
771 conditional VDUP instructions are disassembled correctly.
772 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
773 vdup-cond.d.
774 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
775 that VDUP instructions (which are conditional in A32) can be
776 disassembled in thumb mode.
777 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
778 vdup-thumb.d.
779
780 2020-04-17 Alan Modra <amodra@gmail.com>
781
782 PR 25840
783 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
784
785 2020-04-16 Alan Modra <amodra@gmail.com>
786
787 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
788 --no-addresses description.
789
790 2020-04-15 Alan Modra <amodra@gmail.com>
791
792 * objdump.c (no_addresses): New static var.
793 (usage): Print help for --no-addresses.
794 (long_options): Add --no-addresses entry.
795 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
796 (disassemble_bytes): Don't print current line address, or reloc
797 address.
798 * doc/binutils.texi: Document objdump --no-addresses.
799
800 2020-04-15 Alan Modra <amodra@gmail.com>
801
802 PR 25822
803 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
804 reading buckets or chains fails.
805
806 2020-04-15 Alan Modra <amodra@gmail.com>
807
808 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
809 etc. after freeing.
810
811 2020-04-15 Alan Modra <amodra@gmail.com>
812
813 * readelf.c (get_group_flags): Translate text.
814 (get_file_type, get_symbol_binding, get_symbol_type),
815 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
816
817 2020-04-15 Alan Modra <amodra@gmail.com>
818
819 PR 25821
820 * readelf.c (get_num_dynamic_syms): Typo fix.
821
822 2020-04-14 Alan Modra <amodra@gmail.com>
823
824 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
825 possibility of overflow when checking number of conflicts.
826
827 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
828
829 PR binutils/25707
830 * readelf.c (nbuckets): New.
831 (nchains): Likewise.
832 (buckets): Likewise.
833 (chains): Likewise.
834 (ngnubuckets): Likewise.
835 (gnubuckets): Likewise.
836 (gnuchains): Likewise.
837 (mipsxlat): Likewise.
838 (ngnuchains): Likewise.
839 (gnusymidx): Likewise.
840 (VALID_SYMBOL_NAME): Likewise.
841 (VALID_DYNAMIC_NAME): Use it.
842 (get_dynamic_data): Moved before process_dynamic_section.
843 (get_num_dynamic_syms): New function.
844 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
845 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
846 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
847 table.
848 (get_symbol_index_type): Don't print "bad section index" when
849 there is no section header.
850 (print_dynamic_symbol): Rewrite.
851 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
852 symbol table.
853
854 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
855
856 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
857 enable on *-*-solaris*.
858
859 2020-03-30 Nick Clifton <nickc@redhat.com>
860
861 PR binutils/25662
862 * objcopy.c (copy_object): When copying PE format files set the
863 timestamp field in the pe_data structure if the preserve_dates
864 flag is set.
865 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
866 --preserve-dates in place of the -p option, in order to make its
867 effect more obvious.
868
869 2020-03-28 Alan Modra <amodra@gmail.com>
870
871 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
872 clear_xfail hppa*-*-*elf*. Revert mips xfails.
873
874 2020-03-28 Alan Modra <amodra@gmail.com>
875
876 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
877 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
878 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
879 test. Pass "-p" to objcopy for the executable test.
880
881 2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
882
883 PR binutils/25662
884 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
885 specify whether an object file or executable should be built and tested.
886 Change test names to report whether an object file or executable is
887 being tested.
888 * testsuite/binutils-all/pr25662.ld: New test.
889 * testsuite/binutils-all/pr25662.s: New test.
890
891 2020-03-27 Alan Modra <amodra@gmail.com>
892
893 * readelf.c (process_archive): Don't double free qualified_name.
894 Don't break out of loop with "negative" archive_file_size, just
895 set file offset to max.
896
897 2020-03-25 Alan Modra <amodra@gmail.com>
898
899 * readelf.c (process_archive): Prevent endless loop.
900
901 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
902
903 PR binutils/25708
904 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
905 with bfd_get_symbol_version_string.
906 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
907 * objdump.c (objdump_print_symname): Likewise.
908
909 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
910
911 PR binutils/25708
912 * nm.c (SYM_NAME): Removed.
913 (print_symname): Add a pointer to struct extended_symbol_info
914 argument. Call _bfd_elf_get_symbol_version_name to get symbol
915 version.
916 (print_symdef_entry): Pass NULL to print_symname.
917 (print_symbol_info_bsd): Update call to print_symname.
918 (print_symbol_info_sysv): Likewise.
919 (print_symbol_info_posix): Likewise.
920
921 2020-03-24 Alan Modra <amodra@gmail.com>
922
923 * readelf.c (process_mips_specific): Free iconf on error path.
924
925 2020-03-23 Nick Clifton <nickc@redhat.com>
926
927 PR 25714
928 * wrstabs.c (stab_pop_type): Replace assertion with error return.
929 * write_stabs_in_sections_debugging_info: Likewise.
930 * stab_enum_type: Likewise.
931 * stab_modify_type: Likewise.
932 * stab_struct_field: Likewise.
933 * stab_end_struct_type: Likewise.
934 * stab_start_class_type: Likewise.
935 * stab_class_static_member: Likewise.
936 * stab_class_baseclass: Likewise.
937 * stab_class_start_method: Likewise.
938 * stab_class_method_var: Likewise.
939 * stab_class_end_method: Likewise.
940 * stab_end_class_type: Likewise.
941 * stab_typedef_type: Likewise.
942 * stab_start_function: Likewise.
943 * stab_end_block: Likewise.
944 * stab_lineno: Likewise.
945
946 2020-03-20 Nick Clifton <nickc@redhat.com>
947
948 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
949 (process_section_headers): Check the return value from
950 get_compression_header.
951 (dump_section_as_strings): Likewise.
952 (dump_section_as_bytes): Likewise.
953 (load_specific_debug_section): Likewise.
954
955 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
956
957 * ar.c (main): Update bfd_plugin_set_program_name call.
958 * nm.c (main): Likewise.
959
960 2020-03-19 Nick Clifton <nickc@redhat.com>
961
962 PR 25676
963 * testsuite/binutils-all/dw4.s: New test source file.
964 * testsuite/binutils-all/nm.exp: Run the new test.
965
966 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
967
968 * readelf.c (process_symbol_table): Use unsigned long for si.
969
970 2020-03-19 Alan Modra <amodra@gmail.com>
971
972 * elfcomm.c: Don't include bfd.h or bucomm.h.
973 (program_name): Declare.
974 (process_archive_index_and_symbols): Replace bfd_boolean with int,
975 and substitute FALSE and TRUE.
976 (setup_archive, setup_nested_archive): Likewise.
977 * elfcomm.h: Likewise.
978
979 2020-03-19 Alan Modra <amodra@gmail.com>
980
981 * readelf.c (process_archive): Always return via path freeing
982 memory. Formatting.
983
984 2020-03-19 Alan Modra <amodra@gmail.com>
985
986 * readelf.c (process_netbsd_elf_note): Validate descsz before
987 accessing descdata. Formatting.
988
989 2020-03-19 Alan Modra <amodra@gmail.com>
990
991 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
992 * elfcomm.h (setup_archive): Update prototype.
993
994 2020-03-16 Alan Modra <amodra@gmail.com>
995
996 * readelf.c (get_symbols): New function.
997 (process_relocs, ia64_process_unwind, hppa_process_unwind),
998 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
999
1000 2020-03-16 Alan Modra <amodra@gmail.com>
1001
1002 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
1003 Detect shift overflows and check that terminating byte is found.
1004 Print an error on a bad uleb128.
1005
1006 2020-03-14 Alan Modra <amodra@gmail.com>
1007
1008 * readelf.c (process_file): Clean ba_cache.
1009
1010 2020-03-14 Alan Modra <amodra@gmail.com>
1011
1012 * elfcomm.h (setup_archive): Update prototype.
1013 * elfcomm.c (setup_archive): Add file_size parameter and sanity
1014 check longnames_size.
1015 (setup_nested_archive): Get file size and pass to setup_archive.
1016 * elfedit.c (process_archive): Likewise.
1017 * readelf.c (process_archive): Pass filedata->file_size to
1018 setup_archive.
1019
1020 2020-03-14 Alan Modra <amodra@gmail.com>
1021
1022 * readelf.c (dump_section_as_strings): Free memory on error exit.
1023 (dump_section_as_bytes, process_notes_at): Likewise.
1024 (get_build_id): Free enote.
1025
1026 2020-03-13 Kamil Rytarowski <n54@gmx.com>
1027
1028 * readelf.c (get_netbsd_elfcore_note_type): Add support for
1029 NT_NETBSDCORE_LWPSTATUS notes.
1030
1031 2020-03-13 Alan Modra <amodra@gmail.com>
1032
1033 * elfcomm.c (get_archive_member_name): Always return malloc'd
1034 string or NULL.
1035 * elfedit.c (process_archive): Tidy memory on all return paths.
1036 * readelf.c (process_archive): Likewise.
1037 (process_symbol_table): Likewise.
1038 (ba_cache): New, replacing ..
1039 (get_symbol_for_build_attribute): ..static vars here. Free
1040 strtab and symtab before loading new ones. Reject symtab without
1041 valid strtab in loop, breaking out of loop on valid symtab.
1042 (process_file): Free ba_cache symtab and strtab here, resetting
1043 ba_cache.
1044
1045 2020-03-12 Alan Modra <amodra@gmail.com>
1046
1047 * readelf.c (process_section_headers): Don't just set
1048 filedata->section_headers NULL, free it first. Similarly for
1049 dynamic_symbols, dynamic_strings, dynamic_syminfo and
1050 symtab_shndx_list. Zero associated counts too.
1051 (process_object): Free symtab_shndx_list.
1052 (process_file): Free various allocated filedata tables.
1053
1054 2020-03-11 Nick Clifton <nickc@redhat.com>
1055
1056 PR 25611
1057 PR 25614
1058 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
1059 li_segment_size fields.
1060 * dwarf.c (read_debug_line_header): Record the address size and
1061 segment selector size values (if present) in the lineinfo
1062 structure.
1063 (display_formatted_table): Warn if the format count is empty but
1064 the table itself is not empty.
1065 Display the format count and entry count at the start of the table
1066 dump.
1067 (display_debug_lines_raw): Display the address size and segement
1068 selector size fields, if present.
1069 * testsuite/binutils-all/dw5.W: Update expected output.
1070
1071 2020-03-11 Alan Modra <amodra@gmail.com>
1072
1073 PR 25651
1074 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
1075 pad_to_set on second block of code dealing with padding.
1076 Replace "c" with "num_sec" and don't recalculate number of
1077 sections on second block. Size arrays using sizeof (element)
1078 rather than sizeof (element type).
1079
1080 2020-03-10 Alan Modra <amodra@gmail.com>
1081
1082 * objdump.c (disassemble_section): Don't call qsort unless
1083 sym count is at least two.
1084 (disassemble_data): Don't call memcpy with NULL src.
1085
1086 2020-03-09 Alan Modra <amodra@gmail.com>
1087
1088 PR 25645
1089 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
1090 to get_data rather than multiplying.
1091 (dump_ia64_vms_dynamic_relocs): Likewise.
1092 (process_version_sections): Correct order of size and nmemb args
1093 in get_data call.
1094 (process_mips_specific): Likewise.
1095
1096 2020-03-08 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * readelf.c (get_dynamic_data): Replace "memory chekers" with
1099 "memory checkers" in comments.
1100
1101 2020-03-06 Simon Marchi <simon.marchi@efficios.com>
1102
1103 PR 25491
1104 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
1105 * doc/Makefile.in: Re-generate.
1106
1107 2020-03-06 Nick Clifton <nickc@redhat.com>
1108
1109 * objcopy.c (check_new_section_flags): New function. Reject the
1110 SEC_COFF_SHARED flag if the target is not a COFF binary.
1111 (copy_object): Call check_new_section_flags.
1112 (setup_section): Likewise.
1113 * doc/binutils.texi (objcopy): Add a note that the 'share' section
1114 flag cannot be applied to ELF binaries.
1115
1116 2020-03-06 Alan Modra <amodra@gmail.com>
1117
1118 PR 25637
1119 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
1120
1121 2020-03-05 Alan Modra <amodra@gmail.com>
1122
1123 PR 25629
1124 * objcopy.c (filter_symbols): Don't segfault on NULL
1125 prefix_symbols_string.
1126
1127 2020-03-04 Christian Eggers <ceggers@gmx.de>
1128
1129 * objcopy.c (copy_object): Convert from bytes to octets for
1130 --gap-fill and --pad-to.
1131
1132 2020-03-03 Nick Clifton <nickc@redhat.com>
1133
1134 PR 25625
1135 * prdbg.c (pr_tag_type): Remove call to abort.
1136
1137 2020-03-02 Aaron Merey <amerey@redhat.com>
1138
1139 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
1140 selection.
1141
1142 2020-03-02 Nick Clifton <nickc@redhat.com>
1143
1144 PR 25543
1145 * readelf.c (dump_section_as_strings): Display new-line characters
1146 as \n and then insert a line break.
1147 * testsuite/binutils-all/pr25543.s: New test.
1148 * testsuite/binutils-all/pr25543.d: Test driver.
1149 * testsuite/binutils-all/readelf.exp: Run the new test.
1150
1151 2020-02-27 Nick Clifton <nickc@redhat.com>
1152
1153 PR 25526
1154 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
1155 get_data is unable to load the string table.
1156
1157 2020-02-26 Alan Modra <amodra@gmail.com>
1158
1159 * elfedit.c: Indent labels correctly.
1160 * readelf.c: Likewise.
1161 * resres.c: Likewise.
1162
1163 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
1164
1165 PR binutils/25584
1166 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
1167 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
1168
1169 2020-02-24 Nick Clifton <nickc@redhat.com>
1170
1171 PR 25499
1172 * doc/binutils.texi (objdump): Fix typo in description of
1173 objdump's -g option.
1174
1175 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
1176
1177 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
1178 is changed.
1179
1180 2020-02-19 Jordan Rupprecht <rupprecht@google.com>
1181
1182 * objdump.c (show_line): call bfd_demangle when using do_demangle.
1183
1184 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * configure: Regenerate.
1187
1188 2020-02-10 Fangrui Song <maskray@google.com>
1189
1190 * objcopy.c (parse_flags): Handle "exclude".
1191 * doc/binutils.texi: Document the support.
1192
1193 2020-02-10 Aaron Merey <amerey@redhat.com>
1194
1195 * binutils/testsuite/binutils-all/debuginfod.exp:
1196 Replace set ::env with setenv.
1197 Start server before setting environment variable.
1198 Specify tmpdir as the location of the server's
1199 database.
1200 Check additional server metrics at start-up.
1201
1202 2020-02-07 Nick Clifton <nickc@redhat.com>
1203
1204 * README-how-to-make-a-release: Add note about updating the
1205 GAS/NEWS URL in the next release.
1206
1207 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1208
1209 PR 25469
1210 * readelf.c (get_machine_flags): Add support for Z80N machine
1211 number.
1212
1213 2020-02-07 Nick Clifton <nickc@redhat.com>
1214
1215 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1216 of the truncated file name.
1217
1218 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * objdump.c (print_jump_visualisation): New function.
1221 (disassemble_bytes): Call new function.
1222
1223 2020-02-06 Alan Modra <amodra@gmail.com>
1224
1225 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1226 TCL procedure.
1227 (supports_gnu_osabi): New procedure.
1228 (is_generic): New, from ld-lib.exp.
1229 (supports_gnu_unique): Use the above.
1230
1231 2020-02-04 Alan Modra <amodra@gmail.com>
1232
1233 * Makefile.am (CFILES): Add od-elf32_avr.c.
1234 * Makefile.in: Regenerate.
1235 * po/POTFILES.in: Regenerate.
1236
1237 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1238
1239 * readelf.c (dump_relocations, dump_relocations)
1240 (decode_arm_unwind_bytecode, process_dynamic_section)
1241 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1242 error message.
1243
1244 2020-02-03 Sergei Trofimovich <siarheit@google.com>
1245
1246 * coffdump.c (program_name): Drop redundant definition.
1247 * srconv.c (program_name): Likewise
1248 * sysdump.c (program_name): Likewise
1249
1250 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1251
1252 PR gas/25380
1253 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1254 same file with different section pointers.
1255
1256 2020-02-01 Nick Clifton <nickc@redhat.com>
1257
1258 * README-how-to-make-a-release: Update with more details on the
1259 release making process.
1260
1261 2020-01-31 Nick Clifton <nickc@redhat.com>
1262
1263 * po/sv.po: Updated Swedish translation.
1264
1265 2020-01-28 Nick Clifton <nickc@redhat.com>
1266
1267 * readelf.c (get_build_id): Simplify warning message about corrupt
1268 notes encountered whilst scanning for the build-id.
1269
1270 2020-01-27 Roland McGrath <mcgrathr@google.com>
1271
1272 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1273 for overlapping ranges so that (A == B) == (B == A) holds.
1274
1275 2020-01-27 Alan Modra <amodra@gmail.com>
1276
1277 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1278 case statement with switch statement.
1279
1280 2020-01-24 Nick Clifton <nickc@redhat.com>
1281
1282 * readelf.c (get_build_id): Fix warning messages about corrupt
1283 notes.
1284
1285 2020-01-23 Nick Clifton <nickc@redhat.com>
1286
1287 * po/fr.po: Updated French translation.
1288
1289 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1290
1291 PR 25417
1292 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1293
1294 2020-01-20 Nick Clifton <nickc@redhat.com>
1295
1296 * po/pt.po: Updated Portuguese translation.
1297 * po/uk.po: Updated Ukranian translation.
1298
1299 2020-01-18 Nick Clifton <nickc@redhat.com>
1300
1301 * README-how-to-make-a-release: Update notes on how to cut a
1302 branch for a release.
1303
1304 2020-01-18 Nick Clifton <nickc@redhat.com>
1305
1306 * configure: Regenerate.
1307 * po/binutils.pot: Regenerate.
1308
1309 2020-01-18 Nick Clifton <nickc@redhat.com>
1310
1311 Binutils 2.34 branch created.
1312
1313 2020-01-17 Thomas Troeger <tstroege@gmx.de>
1314
1315 * objdump.c (jump_info_visualize_address): Discard jumps that are
1316 no longer needed.
1317 (disassemble_bytes): Only compute the maximum level if jumps were
1318 detected.
1319
1320 2020-01-13 Nick Clifton <nickc@redhat.com>
1321
1322 * objdump.c (disassemble_bytes): Remove C99-ism.
1323 * testsuite/binutils-all/debuginfod.exp: New tests.
1324
1325 2020-01-13 Thomas Troeger <tstroege@gmx.de>
1326
1327 * objdump.c (visualize_jumps, color_output, extended_color_output)
1328 (detected_jumps): New variables.
1329 (usage): Add the new jump visualization options.
1330 (option_values): Add new option value.
1331 (long_options): Add the new option.
1332 (jump_info_new, jump_info_free): New functions.
1333 (jump_info_min_address, jump_info_max_address): Likewise.
1334 (jump_info_end_address, jump_info_is_start_address): Likewise.
1335 (jump_info_is_end_address, jump_info_size): Likewise.
1336 (jump_info_unlink, jump_info_insert): Likewise.
1337 (jump_info_add_front, jump_info_move_linked): Likewise.
1338 (jump_info_intersect, jump_info_merge): Likewise.
1339 (jump_info_sort, jump_info_visualize_address): Likewise.
1340 (disassemble_jumps): New function - used to locate jumps.
1341 (disassemble_bytes): Add ascii art generation.
1342 (disassemble_section): Add scan to locate jumps.
1343 (main): Parse the new visualization option.
1344 * doc/binutils.texi: Document the new feature.
1345 * NEWS: Mention the new feature.
1346
1347 2020-01-13 Alan Modra <amodra@gmail.com>
1348
1349 PR 25360
1350 PR 25361
1351 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1352 fde_fc col_type and col_offset.
1353 * readelf.c (apply_relocations): Move symsec check earlier.
1354 (free_debug_section): Free reloc_info.
1355 (process_notes_at): Free pnotes on error path.
1356 (process_object): Free dump_sects here..
1357 (process_archive): ..not here.
1358
1359 2020-01-13 Alan Modra <amodra@gmail.com>
1360
1361 PR 25362
1362 * nm.c (display_rel_file): Free dyn_syms.
1363
1364 2020-01-09 Nick Clifton <nickc@redhat.com>
1365
1366 PR 25220
1367 * objcopy.c (empty_name): New variable.
1368 (need_sym_before): Prevent an attempt to free a static variable.
1369 (filter_symbols): Avoid strcmp test by checking for pointer
1370 equality.
1371
1372 2020-01-09 Nick Clifton <nickc@redhat.com>
1373
1374 * po/zh_TW.po: Updated Traditional Chinese translation.
1375
1376 2020-01-09 Aaron Merey <amerey@redhat.com>
1377
1378 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1379 * Makefile.in: Regenerate.
1380 * NEWS: Update.
1381 * config.in: Regenerate.
1382 * configure: Regenerate.
1383 * configure.ac: Call AC_DEBUGINFOD.
1384 * doc/Makefile.in: Regenerate.
1385 * doc/binutils.texi: Add section on using binutils
1386 with debuginfod.
1387 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1388 Query debuginfod servers for the target debug file.
1389 (load_separate_debug_info): Call
1390 debuginfod_fetch_separate_debug_info if configured with
1391 debuginfod.
1392 (load_separate_debug_files): Add file argument to
1393 load_separate_debug_info calls.
1394 * dwarf.h (get_build_id): Add declaration.
1395 * objdump.c (get_build_id): New function. Get build-id of file.
1396 * readelf.c (get_build_id): Likewise.
1397 * testsuite/binutils-all/debuginfod.exp: New tests.
1398 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1399 section.
1400
1401 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1402
1403 * readelf.c: Add support for new Z*) relocations and machine
1404 types.
1405
1406 2020-01-01 Alan Modra <amodra@gmail.com>
1407
1408 Update year range in copyright notice of all files.
1409
1410 For older changes see ChangeLog-2019
1411 \f
1412 Copyright (C) 2020 Free Software Foundation, Inc.
1413
1414 Copying and distribution of this file, with or without modification,
1415 are permitted in any medium without royalty provided the copyright
1416 notice and this notice are preserved.
1417
1418 Local Variables:
1419 mode: change-log
1420 left-margin: 8
1421 fill-column: 74
1422 version-control: never
1423 End:
This page took 0.063371 seconds and 4 git commands to generate.