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