d139b1365f7a54edb821a94bad2d0cd6fa0d9b31
[binutils-gdb.git] / binutils / ChangeLog
1 2020-12-07 Nick Clifton <nickc@redhat.com>
2
3 * objcopy.c (is_mergeable_note_section): Remove reference to
4 SHF_GNU_BUILD_NOTE.
5
6 2020-12-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
7
8 PR 26945
9 * ar.c
10 (write_archive) [!defined (_WIN32) || defined (__CYGWIN32__)]:
11 Initialize TARGET_STAT and OFD to pass to SMART_RENAME.
12 * arsup.c
13 (ar_save) [defined (_WIN32) || defined (__CYGWIN32__)]:
14 Likewise.
15 * bucomm.h (smart_rename): Add new arguments to declaration.
16 * objcopy.c
17 (strip_main)[defined (_WIN32) || defined (__CYGWIN32__)]:
18 Initialize COPYFD and pass to SMART_RENAME.
19 (copy_main) [defined (_WIN32) || defined (__CYGWIN32__)]:
20 Likewise.
21 * rename.c (try_preserve_permissions): New function.
22 (smart_rename): Use it and add new arguments.
23
24 2020-12-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
25
26 PR 26945
27 * objcopy.c (copy_file): New argument IN_STAT. Return stat of
28 ibfd through it.
29 (strip_main): Remove redundant stat calls. adjust copy_file
30 calls.
31 (copy_main): Likewise.
32
33 2020-12-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
34
35 PR 26945
36 * bucomm.c (make_tempname): Add argument to return file
37 descriptor.
38 * bucomm.h (make_tempname): Likewise.
39 * ar.c: Include libbfd.h.
40 (write_archive): Adjust for change in make_tempname. Call
41 bfd_fdopenw instead of bfd_openw.
42 * objcopy.c: Include libbfd.h.
43 (copy_file): New argument OFD. Use bfd_fdopenw instead of
44 bfd_openw.
45 (strip_main): Adjust for change in make_tempname and
46 copy_file.
47 (copy_main): Likewise.
48
49
50 2020-12-07 Nick Clifton <nickc@redhat.com>
51
52 * README-how-to-make-a-release (point releases): Add a note to
53 update the milestone list on sourceware's bugzilla.
54
55 2020-12-04 Alan Modra <amodra@gmail.com>
56
57 * dwarf.c (frame_display_row): Do without static variable "sloc".
58 (cu_tu_indexes_read): Move to file scope.
59 (free_debug_memory): Reset it here, along with level_type_signed.
60 Free and clear a number of other static variables.
61 * readelf.c (arm_attr_public_tag <table>): Constify, updating..
62 (arm_attr_tag_*): ..all these uses.
63 (process_mips_specific): Free "rels" on error path.
64
65 2020-11-27 Nick Clifton <nickc@redhat.com>
66
67 PR 26865
68 * windres.c (main): If the preprocessor name includes spaces,
69 ensure that it is quoted.
70
71 2020-11-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
72
73 * testsuite/lib/binutils-common.exp (supports_noinit_section): New.
74 (supports_persistent_section): New.
75
76 2020-11-23 Nick Alcock <nick.alcock@oracle.com>
77
78 * readelf.c (dump_section_as_ctf): Call ctf_arc_symsect_endianness.
79
80 2020-11-25 Alan Modra <amodra@gmail.com>
81
82 * testsuite/binutils-all/nm.exp (ifunc): xfail more targets.
83
84 2020-11-20 Nick Alcock <nick.alcock@oracle.com>
85
86 * readelf.c (dump_section_as_ctf): Use .dynsym and .dynstr, not
87 .symtab and .strtab.
88
89 2020-11-20 Nick Alcock <nick.alcock@oracle.com>
90
91 * objdump.c (dump_ctf): Report errors from ctf_archive_iter.
92 * readelf.c (dump_section_as_ctf): Likewise.
93
94 2020-11-20 Nick Alcock <nick.alcock@oracle.com>
95
96 * objdump.c (dump_ctf): Use ctf_dict_open, not
97 ctf_arc_open_by_name.
98 * readelf.c (dump_section_as_ctf): Likewise.
99
100 2020-11-20 Nick Alcock <nick.alcock@oracle.com>
101
102 * objdump.c (dump_ctf_errs): Rename ctf_file_t to ctf_dict_t.
103 (dump_ctf_archive_member): Likewise.
104 (dump_ctf): Likewise. Use ctf_dict_close, not ctf_file_close.
105 * readelf.c (dump_ctf_errs): Rename ctf_file_t to ctf_dict_t.
106 (dump_ctf_archive_member): Likewise.
107 (dump_section_as_ctf): Likewise. Use ctf_dict_close, not
108 ctf_file_close.
109
110 2020-11-20 Nick Clifton <nickc@redhat.com>
111
112 PR 22967
113 * nm.c (ifunc_type_chars): New variable.
114 (long_options): Add --ifunc-chars.
115 (print_symbol): Use ifunc_type_chars for ifunc symbols.
116 (main): Handle the new option.
117 * doc/binutils.texi: Document the new option.
118 * configure.ac: Add --enable-f-for-ifunc-symbols option which
119 changes the default symbol displayed by nm.
120 * NEWS: Mention the new feature.
121 * testsuite/binutils-all/nm.exp: Test the new feature.
122 * config.in: Regenerate.
123 * configure: Regenerate.
124
125 2020-11-20 Linda Zhang <lindasc@qq.com>
126
127 PR 20979
128 * dllwrap.c (main): Deprecate and warn the use of dllwrap.
129
130 2020-11-20 Jozef Lawrynowicz <jozef.l@mittosystems.com>
131
132 * testsuite/binutils-all/readelf-maskos-1a.d: Fix test for unrecognized
133 bit set in SHF_MASKOS range.
134 * testsuite/binutils-all/readelf-maskos-1b.d: Likewise.
135 * testsuite/binutils-all/readelf-maskos-unknown.s: New test.
136
137 2020-11-18 Jozef Lawrynowicz <jozef.l@mittosystems.com>
138
139 * NEWS: Announce SHF_GNU_RETAIN support.
140 * readelf.c (get_elf_section_flags): Handle SHF_GNU_RETAIN.
141 Recognize SHF_GNU_RETAIN and SHF_GNU_MBIND only for supported OSABIs.
142 * testsuite/binutils-all/readelf.exp: Run new tests.
143 Don't run run_dump_test when there isn't an assembler available.
144 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Adjust
145 comment.
146 * testsuite/binutils-all/readelf-maskos-1a.d: New test.
147 * testsuite/binutils-all/readelf-maskos-1b.d: New test.
148 * testsuite/binutils-all/readelf-maskos.s: New test.
149 * testsuite/binutils-all/retain1.s: New test.
150 * testsuite/binutils-all/retain1a.d: New test.
151 * testsuite/binutils-all/retain1b.d: New test.
152
153 2020-11-17 Howard Chu <hyc@symas.com>
154
155 * ar.c (main): Place the libdeps record in the second archive
156 slot.
157
158 2020-11-13 Nick Clifton <nickc@redhat.com>
159
160 PR 26829
161 * dwarf.c (struct dwo_info): Add cu_offset field.
162 (add_dwo_info): Add cu_offset parameter. Record in new dwo_info
163 struct.
164 (add_dwo_name): Add cu_offset field.
165 (add_dwo_dir): Add cu_offset field.
166 (add_dwo_id): Add cu_offset field.
167 (read_and_display_attr_value): Pass cu_offset to dwo recording
168 functions.
169 (load_separate_debug_files): Accumulate name, dir and id values
170 and display once for each CU.
171 * testsuite/binutils-all/dwo.sL Use a separate CU for the second
172 dwo link.
173 * testsuite/binutils-all/readelf.k2: Update expected output.
174
175 2020-11-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
176
177 * dwarf.c (display_debug_rnglists_list): Only bias the
178 DW_RLS_offset_pair with the base address.
179
180 2020-11-10 Nick Clifton <nickc@redhat.com>
181
182 * dwarf.c (skip_attr_bytes): Correctly handle DW_FORM_ref8.
183 (get_type_abbrev_from_form): Accept DW_FORM_ref8.
184
185 2020-11-09 Andreas Schwab <schwab@linux-m68k.org>
186
187 * Makefile.am (development.exp): Fix regexp.
188 * Makefile.in: Regenerate.
189
190 2020-11-09 Nick Clifton <nickc@redhat.com>
191
192 PR 26847
193 * dwarf.c (read_and_display_attr_value): In wide mode, display the
194 name of the form.
195
196 2020-11-09 Alan Modra <amodra@gmail.com>
197
198 * elfedit (usage): Avoid false positive "may be used uninitialised".
199 Don't leak memory.
200
201 2020-11-09 Howard Chu <hyc@symas.com>
202
203 * ar.c (main): Use plugin_target rather than "target" when
204 resetting libdeps_bfd target.
205
206 2020-11-06 H.J. Lu <hongjiu.lu@intel.com>
207
208 * elfedit.c: Include "libiberty.h".
209 (usage): Update help message.
210
211 2020-11-03 Howard Chu <hyc@symas.com>
212
213 * ar.c (long_options): Add --record-libdeps.
214 (usage): Mention the new option.
215 (decode_options): Handle the new option.
216 (replace_members): If necessary, create a bfd to hold the libdeps
217 description.
218 * binemul.c (ar_emul_append_bfd): New function.
219 (ar_emul_replace_bfd): New function.
220 (ar_emul_default_append): Replace file_name and target arguments
221 with new_bfd argument.
222 (ar_emul_default_replace): Likewise.
223 * binemul.h: Update prototypes.
224 (struct bin_emulation_xfer_struct): Update fields.
225 * doc/binutils.texi: Document the new option.
226 * NEWS: Mention the new feature.
227 * emul_aix.c (ar_emul_aix_append): Update.
228 (ar_emul_aix_replace): Likewise.
229 * testsuite/binutils-all/ar.exp: Add test of new feature.
230
231 2020-10-30 H.J. Lu <hongjiu.lu@intel.com>
232
233 PR gas/26703
234 * readelf.c (decode_x86_isa): Handle
235 * GNU_PROPERTY_X86_ISA_1_BASELINE.
236 * testsuite/binutils-all/i386/empty.d: Updated.
237 * testsuite/binutils-all/i386/ibt.d: Likewise.
238 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
239 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
240 * testsuite/binutils-all/i386/shstk.d: Likewise.
241 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
242 * testsuite/binutils-all/x86-64/empty.d: Likewise.
243 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
244 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
245 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
246 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
247 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
248 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
249 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
250 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
251 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
252 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
253 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
254 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
255 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
256 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
257
258 2020-10-29 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR binutils/26808
261 * dwarf.c (abbrev_list): Add abbrev_base.
262 (new_abbrev_list): Add an abbrev_base argument and record it.
263 (find_abbrev_list_by_abbrev_offset): Add an abbrev_base argument
264 and match it.
265 (process_debug_info): Pass abbrev_base to new_abbrev_list and
266 find_abbrev_list_by_abbrev_offset.
267 (display_debug_abbrev): Pass 0 abbrev_base to new_abbrev_list
268 and find_abbrev_list_by_abbrev_offset.
269 * testsuite/binutils-all/x86-64/pr26808.dump: New file.
270 * testsuite/binutils-all/x86-64/pr26808.dwp.bz2: Likewise.
271 * testsuite/binutils-all/x86-64/x86-64.exp: Run PR binutils/26808
272 test.
273
274 2020-10-29 Nick Clifton <nickc@redhat.com>
275
276 PR 26805
277 * objcopy.c (is_dwo_section): Check for missing or short section
278 names.
279
280 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
281
282 * README-how-to-make-a-release: Use sha256sum instead of md5sum.
283
284 2020-10-28 Nick Clifton <nickc@redhat.com>
285
286 PR 26795
287 * elfedit.c (process_archive): Remove spurious call to free().
288
289 2020-10-27 Nick Clifton <nickc@redhat.com>
290
291 * dwarf.c (struct abbrev_list): New structure. Used to collect
292 lists of abbreviation sets.
293 (struct abbrev_map): New structure. Used to map CU offsets to
294 abbreviation offsets.
295 (record_abbrev_list): New function. A new entry to an
296 abbreviation list.
297 (free_all_abbrevs): Update to free abbreviation lists.
298 (new_abbrev_list): New function. Start a new abbreviation
299 list.
300 (find_abbrev_list_by_abbrev_offset): New function.
301 (find_abbrev_map_by_offset): New function.
302 (add_abbrev): Add abbrev_list parameter.
303 (add_abbrev_attr): Likewise.
304 (process_abbrev_section): Rename to process_abbrev_set and add
305 list parameter.
306 (get_type_abbrev_from_form): New function. Attempts to decode the
307 forms used by DW_AT_type attributes.
308 (get_type_signedness): Display type names if operating in wide
309 mode. Use get_type_abbrev_from_form.
310 (read_and_display_attr_value): Use get_type_abbrev_from_form.
311 (process_debug_info): Pre-parse the CU headers to collate all the
312 abbrevs before starting the main scan.
313 (process_debug_abbrev): Do not free any loaded abbrevs.
314 (free_debug_memory): Free the abbrev maps.
315
316 2020-10-22 H.J. Lu <hongjiu.lu@intel.com>
317
318 * testsuite/binutils-all/objcopy.exp (objcopy_test): Report
319 error message on error.
320
321 2020-10-22 Dr. David Alan Gilbert <dgilbert@redhat.com>
322
323 * windmc.c (write_header_define): Fix printf format.
324 (write_header): Likewise.
325
326 2020-10-21 Nick Clifton <nickc@redhat.com>
327
328 * dwarf.c (skip_attr_bytes): Accept DWARF versions higher than 4
329 when processing the DW_FORM_ref_addr form.
330 Skip bytes in DW_FORM_block and DW_FORM_exprloc forms.
331 Handle DW_FORM_indirect.
332 (get_type_signedness): Allow a limited amount of recursion.
333 Do not attempt to decode types that use the DW_FORM_ref_addr form.
334 (read_and_display_attr_value): Do not attempt to decode types
335 that use the DW_FORM_ref_addr form.
336
337 2020-10-20 Alan Modra <amodra@gmail.com>
338
339 * readelf.c: Delete whitespace at end of line throughout.
340 (SECTION_NAME, SECTION_NAME_VALID): New.
341 (SECTION_NAME_PRINT): Rename from SECTION_NAME. Formatting.
342 (printable_section_name, dump_relocations): Use SECTION_NAME_PRINT.
343 (process_section_headers, process_section_groups): Likewise.
344 (shdr_to_ctf_sect): Likewise.
345 (find_section, find_section_in_set): Use SECTION_NAME_VALID.
346 (ia64_process_unwind, hppa_process_unwind): Likewise.
347 (display_debug_section, initialise_dumps_byname): Likewise.
348 (process_lto_symbol_tables): Likewise. Check trailing period of
349 lto symbol table names.
350 (display_lto_symtab): Use sizeof instead of strlen.
351
352 2020-10-20 Nelson Chu <nelson.chu@sifive.com>
353
354 * MAINTAINERS (RISC-V): Add myself as RISC-V co-maintainer.
355
356 2020-10-19 Nick Clifton <nickc@redhat.com>
357
358 * readelf.c (do_lto_syms): New local.
359 (long_option_values): Add OPTION_LTO_SYMS.
360 (options): Add --lto-syms.
361 (usage): Mention the new option.
362 (parse_args): Parse the new option.
363 (get_lto_kind): New function.
364 (get_lto_visibility): New function.
365 (get_lto_sym_type): New function.
366 (display_lto_symtab): New function - displays the contents of an
367 LTo symbol table section.
368 (process_lto_symbol_tables): New functions. Calls
369 dipslay_lto_symtab on any LTO symbol table section.
370 (process_object_file): Call process_lto_symbol_tables.
371 * doc/binutils.texi: Document the new option.
372 * NEWS: Mention the new feature.
373
374 2020-10-09 H.J. Lu <hongjiu.lu@intel.com>
375
376 PR gas/26703
377 * readelf.c (decode_x86_compat_2_isa): New function.
378 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
379 (decode_x86_feature_1): Handle GNU_PROPERTY_X86_FEATURE_2_MASK.
380 (print_gnu_property_note): Handle X86_COMPAT_2_ISA_1_USED,
381 and X86_COMPAT_2_ISA_1_NEEDED.
382 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
383 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
384 values.
385 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
386 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
387 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
388 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
389 * testsuite/binutils-all/i386/empty.d: Updated.
390 * testsuite/binutils-all/i386/ibt.d: Likewise.
391 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
392 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
393 * testsuite/binutils-all/i386/shstk.d: Likewise.
394 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
395 * testsuite/binutils-all/x86-64/empty.d: Likewise.
396 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
397 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
398 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
399 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
400 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
401 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
402 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
403 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
404 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
405 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
406 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
407 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
408 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
409 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
410
411 2020-10-06 Nick Clifton <nickc@redhat.com>
412
413 * objcopy.c (copy_object): Compare input and output sections by
414 pointer rather than name.
415
416 2020-10-05 Nick Clifton <nickc@redhat.com>
417
418 PR 26698
419 * windmc.c (mc_unify_path): Fix typo checking character at end of
420 pathname.
421
422 2020-10-05 Samanta Navarro <ferivoz@riseup.net>
423
424 * doc/binutils.texi: Fix spelling mistakes.
425
426 2020-09-29 Mark Wielaard <mark@klomp.org>
427
428 * dwarf.c (display_loclists_list): Handle DW_LLE_start_end and
429 DW_LLE_start_length. Only add base_address for DW_LLE_offset_pair.
430
431 2020-09-25 Alan Modra <amodra@gmail.com>
432
433 * elfcomm.c (byte_put_little_endian, byte_put_big_endian): Support
434 more field sizes.
435 * readelf.c (target_specific_reloc_handling <MSP430>): Limit
436 allowed reloc_size. Don't read_leb128 outside of section.
437
438 2020-09-23 Mark Wielaard <mark@klomp.org>
439
440 * dwarf.c (process_debug_info): Print Unit Type for DWARF5.
441 * testsuite/binutils-all/dw5.W: Adjust expected output.
442 * testsuite/binutils-all/dwarf-attributes.W: Likewise.
443
444 2020-09-23 Mark Wielaard <mark@klomp.org>
445
446 * dwarf.c (read_and_display_attr_value): Handle DW_FORM_ref_addr
447 for dwarf_version 5 just as version 3 and 4 (only 2 is
448 different).
449 (process_debug_info): Allow DW_UT_partial.
450
451 2020-09-24 Nick Clifton <nickc@redhat.com>
452
453 PR 26662
454 * doc/binutils.texi (nm): Document that 'c' is used for small
455 common symbols.
456
457 2020-09-21 Ludovic Courtès <ludo@gnu.org>
458
459 * doc/binutils.texi (objcopy, strip): Say that
460 '--strip-unneeded' implies '--strip-debug'.
461
462 2020-09-16 Anatoly Parshintsev <kupokupokupopo@gmail.com>
463
464 * verilog.c (verilog_write_address): Properly handle 64-bit
465 addresses to avoid truncation of the high part.
466
467 2020-09-16 Alan Modra <amodra@gmail.com>
468
469 * nm.c (print_symbol): Adjust elf_symbol_from invocation.
470 * objcopy.c (is_hidden_symbol): Likewise.
471
472 2020-09-15 Nick Clifton <nickc@redhat.com>
473
474 * README-how-to-make-a-release (https): Add a reminder to create a
475 new Bugzilla tag for the point release, once it has been published.
476
477 2020-09-11 H.J. Lu <hongjiu.lu@intel.com>
478
479 * readelf.c (get_note_type): Support NT_X86_CET.
480
481 2020-09-11 Nick Clifton <nickc@redhat.com>
482
483 PR 26595
484 * dwarf.c (load_separate_debug_info): Return NULL rather than
485 FALSE in error situations.
486 (load_separate_debug_file): Move code to load debug links to ...
487 (check_for_and_load_links): ... here. New function. Load
488 separate debug information pointed to by debuglink and
489 debugaltlink sections. Recursively scan newly loaded debug
490 information for more links and load them too.
491
492 2020-09-09 Alan Modra <amodra@gmail.com>
493
494 PR 26578
495 * dwarf.c (parse_gnu_debugaltlink): Don't alloc build_id_data.
496 (load_separate_debug_files): Use a stack var for build_id_data.
497
498 2020-09-08 H.J. Lu <hongjiu.lu@intel.com>
499
500 PR ld/26587
501 * testsuite/binutils-all/objcopy.exp: Pass --disable-reloc-section
502 to ld on PE targets for PR 25662 test.
503
504 2020-09-08 Jozef Lawrynowicz <jozef.l@mittosystems.com>
505 Kuan-Lin Chen <kuanlinchentw@gmail.com>
506
507 * readelf.c (target_specific_reloc_handling): Handle
508 R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
509
510 2020-09-02 Alan Modra <amodra@gmail.com>
511
512 * objdump.c (disassemble_bytes): Use an unsigned type for "addend".
513
514 2020-08-30 Alan Modra <amodra@gmail.com>
515
516 * readelf.c (print_gnu_build_attribute_name): Use unsigned long
517 long for "bytes".
518
519 2020-08-28 Nick Clifton <nickc@redhat.com>
520
521 PR 26548
522 * dwarf.c (read_leb128): When checking for overflow of a signed
523 read, use a signed shift.
524
525 2020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
526
527 * readelf.c (get_csky_section_type_name): New.
528 (get_section_type_name): Add handler for CSKY.
529 (display_csky_attribute): New.
530 (process_arch_specific): Add handler for CSKY.
531 * testsuite/binutils-all/strip-3.d: Remove .csky.attributes
532 section.
533
534 2020-08-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
535
536 * readelf.c (get_msp430x_section_type_name): Rename to ...
537 (get_msp430_section_type_name): ... this.
538 (get_section_type_name): Use get_msp430_section_type_name.
539 (display_msp430x_attribute): Rename to ...
540 (display_msp430_attribute): ... this.
541 (process_arch_specific): Use display_msp430_attribute.
542
543 2020-08-27 John David Anglin <danglin@gcc.gnu.org>
544
545 PR 26356
546 * testsuite/binutils-all/objcopy.exp (objcopy --reverse-bytes): Add
547 "-j $PRIVATE$" to command on hppa*-*-hpux*.
548 * testsuite/lib/utils-lib.exp (default_binutils_run): Remove existing
549 dollar-sign quotes before quoting. Do this prior to generating log
550 output.
551
552 2020-08-27 Ralf Habacker <ralf.habacker@freenet.de>
553
554 PR 26088
555 * mclex.c (skip_until_eol): If eol was found, increment line
556 number.
557
558 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
559
560 * objdump.c (dump_ctf_errs): Unquote CTF error messages.
561 * readelf.c (dump_ctf_errs): Likewise.
562
563 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
564
565 * objdump.c (dump_ctf_archive_member): Move error-
566 reporting...
567 (dump_ctf_errs): ... into this separate function.
568 (dump_ctf): Call it on open errors.
569 * readelf.c (dump_ctf_archive_member): Move error-
570 reporting...
571 (dump_ctf_errs): ... into this separate function. Support
572 calls with NULL fp. Adjust for new err parameter to
573 ctf_errwarning_next.
574 (dump_section_as_ctf): Call it on open errors.
575
576 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
577
578 * Makefile.am (readelf_LDADD): Move $(LIBINTL) after $(LIBCTF_NOBFD).
579 * Makefile.in: Regenerated.
580
581 2020-08-26 Nick Clifton <nickc@redhat.com>
582
583 PR 26405
584 * readelf.c (get_segment_type): Handle OpenBSD segment types.
585
586 2020-08-26 Alan Modra <amodra@gmail.com>
587
588 PR 26412
589 * objcopy.c (copy_object): Don't fwrite NULL contents.
590
591 2020-08-26 Katayama Hirofumi <katayama.hirofumi.mz@gmail.com>
592
593 PR 26340
594 * rcparse.y (AUTOCHECKBOX): Add WS_TABSTOP to the base style.
595
596 2020-08-24 Alan Modra <amodra@gmail.com>
597
598 * readelf.c (dump_section_as_strings) Avoid false positive
599 "may be used uninitialised".
600
601 2020-08-22 H.J. Lu <hongjiu.lu@intel.com>
602
603 PR ld/26382
604 * nm.c (print_symname): Display only one '@' for undefined
605 versioned symbols.
606 * doc/binutils.texi: Update nm version information.
607
608 2020-08-21 Mark Wielaard <mark@klomp.org>
609
610 * testsuite/binutils-all/readelf.exp (readelf_wi_test): Also
611 recognize DW_LANG_C11.
612
613 2020-08-19 Alan Modra <amodra@gmail.com>
614
615 PR 26349
616 * readelf.c (dump_relocations): Use BFD_VMA_FMT to print offset
617 and info fields.
618 (dump_section_as_strings): Don't use %tx to display offset.
619
620 2020-08-14 Alan Modra <amodra@gmail.com>
621
622 PR 26388
623 * dwarf.c (free_debug_memory): Free alloc_num_debug_info_entries
624 of debug_information. Correct test of max_loc_offsets and
625 max_range_lists.
626 * rddbg.c (read_debugging_info): Free dhandle on error.
627
628 2020-08-14 Alan Modra <amodra@gmail.com>
629
630 * testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d.
631
632 2020-08-13 Alan Modra <amodra@gmail.com>
633
634 PR 26348
635 * objcopy.c (copy_object): Report file name with endian error.
636 Error and return on abfd->read_only.
637
638 2020-08-12 Tom Tromey <tromey@adacore.com>
639
640 * dwarf-mode.el (Version): Now 1.6.
641 (dwarf-die-button-action): Tighten DIE reference regexp.
642 (dwarf-font-lock-keywords): Update name regexp.
643
644 2020-08-12 Nick Clifton <nickc@redhat.com>
645
646 PR binutils/26331
647 * readelf.c (do_demangle): New option flag.
648 (print_symbol): If do_demangle is enabled, demangle the symbol.
649 (enum long_option_values): New enum to hold long option values.
650 (options): Add demangle, no-demangle, recursion-limit and
651 no-recursion-limit options. Alpha sort the table.
652 (usage): Describe the new options.
653 (parse_args): Handle the new options.
654 * NEWS: Mention the new feature.
655 * doc/binutils.texi: Document the new feature.
656 * testsuite/binutils-all/readelf.exp: Test the new feature.
657 * testsuite/binutils-all/mangled.s: New file - assembler source.
658 * testsuite/binutils-all/readelf.demangled: New file - expected
659 output from readelf.
660
661 2020-08-12 Nick Clifton <nickc@redhat.com>
662
663 * po/sr.po: Updated Serbian translation.
664
665 2020-08-10 H.J. Lu <hongjiu.lu@intel.com>
666
667 PR binutils/26302
668 * nm.c (with_symbol_versions): Removed.
669 (long_option_values): Add OPTION_WITH_SYMBOL_VERSIONS.
670 (long_options): Update --with-symbol-versions entry.
671 (print_symbol): Remove the with_symbol_versions check.
672 (main): Add OPTION_WITH_SYMBOL_VERSIONS for backward
673 compatibility.
674 * doc/binutils.texi: Remove --with-symbol-versions.
675
676 2020-08-05 Alan Modra <amodra@gmail.com>
677
678 PR 26337
679 * objdump.c (load_specific_debug_section): Revert last change.
680
681 2020-08-05 Alan Modra <amodra@gmail.com>
682
683 PR 26337
684 * objdump.c (load_specific_debug_section): Don't malloc space for
685 section contents, use bfd_malloc_and_get_section.
686
687 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
688
689 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
690 * Makefile.in, doc/Makefile.in: Regenerate.
691 * configure: Regenerate.
692
693 2020-07-30 H.J. Lu <hongjiu.lu@intel.com>
694
695 * testsuite/binutils-all/i386/compressed-1a.d: Pass --gdwarf-3
696 to assembler.
697 * testsuite/binutils-all/i386/compressed-1b.d: Likewise.
698 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
699 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
700 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
701 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
702
703 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
704
705 * testsuite/binutils-all/mips/global-local-symtab-sort-o32.d:
706 New test.
707 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
708 New test.
709 * testsuite/binutils-all/mips/global-local-symtab-sort-n32.d:
710 New test.
711 * testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d:
712 New test.
713 * testsuite/binutils-all/mips/global-local-symtab-sort-n64.d:
714 New test.
715 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
716 New test.
717 * testsuite/binutils-all/mips/global-local-symtab-final-o32.d:
718 New test.
719 * testsuite/binutils-all/mips/global-local-symtab-final-n32.d:
720 New test.
721 * testsuite/binutils-all/mips/global-local-symtab-final-n64.d:
722 New test.
723 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
724
725 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
726
727 * testsuite/binutils-all/mips/global-local-symtab-o32.d: New
728 test.
729 * testsuite/binutils-all/mips/global-local-symtab-o32t.d: New
730 test.
731 * testsuite/binutils-all/mips/global-local-symtab-n32.d: New
732 test.
733 * testsuite/binutils-all/mips/global-local-symtab-n32t.d: New
734 test.
735 * testsuite/binutils-all/mips/global-local-symtab-n64.d: New
736 test.
737 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
738
739 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
740
741 PR binutils/26301
742 * configure: Regenerated.
743
744 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
745
746 PR binutils/26301
747 * configure: Regenerated.
748
749 2020-07-27 Alan Modra <amodra@gmail.com>
750
751 * objdump.c (dump_section): Don't return without calling
752 process_section_p.
753
754 2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
755
756 * doc/binutils.texi: Replace preceeded with preceded.
757
758 2020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
759
760 * testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
761 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64): New
762 procedures.
763 (has_newabi): Remove variable.
764 (has_abi, abi_asflags, abi_ldflags): New associative array
765 variables.
766 (irixemul): New variable.
767 Replace `run_dump_test' calls where applicable throughout with
768 `run_dump_test_o32', `run_dump_test_n32' and `run_dump_test_n64'
769 as appropriate. Use `noarch' for tests that require their own
770 architecture setting.
771 * testsuite/binutils-all/mips/mips-ase-1.d: Remove GAS flags.
772 * testsuite/binutils-all/mips/mips-ase-2.d: Likewise.
773 * testsuite/binutils-all/mips/mips-ase-3.d: Likewise.
774 * testsuite/binutils-all/mips/mips-note-2-n32.d: Likewise.
775 * testsuite/binutils-all/mips/mips-note-2-n64.d: Likewise.
776 * testsuite/binutils-all/mips/mips-note-2.d: Likewise.
777 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Likewise.
778 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
779 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
780 * testsuite/binutils-all/mips/mips-reginfo-n32.d: Likewise.
781 * testsuite/binutils-all/mips/mips-reginfo.d: Likewise.
782 * testsuite/binutils-all/mips/mips16-extend-noinsn.d: Likewise.
783 * testsuite/binutils-all/mips/mips16-pcrel.d: Likewise.
784 * testsuite/binutils-all/mips/mips16-alias.d: Remove `-32' from
785 GAS flags.
786 * testsuite/binutils-all/mips/mips16-extend-insn.d: Likewise.
787 * testsuite/binutils-all/mips/mips16-noalias.d: Likewise.
788 * testsuite/binutils-all/mips/mips16-undecoded.d: Likewise.
789 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: Likewise.
790 * testsuite/binutils-all/mips/mips16e2-undecoded.d: Likewise.
791 * testsuite/binutils-all/mips/mixed-micromips.d: Likewise.
792 * testsuite/binutils-all/mips/mixed-mips16.d: Likewise.
793
794 2020-07-24 Aaron Merey <amerey@redhat.com>
795
796 * Makefile.am: Replace LIBDEBUGINFOD with DEBUGINFOD_LIBS.
797 * Makefile.in: Rebuild.
798 * configure: Rebuild.
799 * doc/Makefile.in: Rebuild.
800
801 2020-07-24 Nick Clifton <nickc@redhat.com>
802
803 * README-how-to-make-a-release: Various small updates whilst
804 creating the 2.35 release.
805
806 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
807
808 * testsuite/lib/binutils-common.exp (run_dump_test): Add 'cc'
809 option.
810
811 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
812
813 * objdump.c (dump_ctf_archive_member): Remove linefeeds.
814 (dump_ctf): Likewise.
815
816 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
817
818 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
819 * readelf.c (dump_ctf_archive_member): Likewise.
820
821 2020-07-22 Nick Clifton <nickc@redhat.com>
822
823 * readelf.c (parse_args): Silence potential warnings about a
824 memory resource leak when allocating space for ctf option values.
825 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
826 variable.
827
828 2020-07-21 Nick Clifton <nickc@redhat.com>
829
830 * po/sv.po: Updated Swedish translation.
831
832 2020-07-14 Claudiu Zissulescu <claziss@gmail.com>
833
834 * testsuite/binutils-all/arc/double_regs.s: New test.
835 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
836
837 2020-07-13 Nick Clifton <nickc@redhat.com>
838
839 * po/fr.po: Updated French translation.
840
841 2020-07-13 Alan Modra <amodra@gmail.com>
842
843 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
844 optional machine-os arg.
845
846 2020-07-11 H.J. Lu <hongjiu.lu@intel.com>
847
848 * readelf.c (decode_x86_feature_2): Handle
849 GNU_PROPERTY_X86_FEATURE_2_TMM.
850
851 2020-07-10 Tom de Vries <tdevries@suse.de>
852
853 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
854 information in the end_sequence row.
855 * testsuite/binutils-all/dw5.W: Update.
856 * testsuite/binutils-all/objdump.WL: Update.
857
858 2020-07-09 Alan Modra <amodra@gmail.com>
859
860 * dlltool.c: Remove powerpc PE support and comments.
861 * configure.ac: Remove powerpc PE dlltool config.
862 * configure: Regenerate.
863
864 2020-07-09 Nick Clifton <nickc@redhat.com>
865
866 * rclex.c: Add OWNERDRAW keyword.
867 * rcparse.y: Add OWNERDRAW token.
868 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
869 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
870 BITMAP flags.
871 * windres.c (extended_menuitems): Likewise.
872 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
873
874 2020-07-09 Alan Modra <amodra@gmail.com>
875
876 * readelf (slurp_hppa_unwind_table): Set table_len before use
877 in relocation sanity checks.
878
879 2020-07-07 Alan Modra <amodra@gmail.com>
880
881 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
882 * testsuite/binutils-all/nm.exp: Likewise.
883 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
884 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
885 * testsuite/binutils-all/set-section-alignment.d: Likewise.
886 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
887
888 2020-07-07 Alan Modra <amodra@gmail.com>
889
890 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
891 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
892
893 2020-07-06 Nick Clifton <nickc@redhat.com>
894
895 * po/bg.po: Updated Bulgarian translation.
896 * po/pt.po: Updated Portuguese translation.
897 * po/uk.po: Updated Ukranian translation.
898
899 2020-07-06 Alan Modra <amodra@gmail.com>
900
901 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
902 find string length.
903
904 2020-07-04 Nick Clifton <nickc@redhat.com>
905
906 * configure: Regenerate.
907 * po/binutils.pot: Regenerate.
908
909 2020-07-04 Nick Clifton <nickc@redhat.com>
910
911 Binutils 2.35 branch created.
912
913 2020-07-02 Nick Clifton <nickc@redhat.com>
914
915 PR 26028
916 * readelf.c (print_symbol): Handle truncation of symbol names.
917 (options): Add -T/--silent-truncation option.
918 (parse_args): Handle the option.
919 (print_dynamic_symbol): Correct calculation of width available to
920 display symbol name.
921 * doc/binutils.texi: Document the -T option to readelf.
922 * NEWS: Mention the new feature.
923
924 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
925
926 * NEWS: Mention x86 NaCl target support removal.
927 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
928 x86 NaCl target support.
929 * testsuite/binutils-all/elfedit-1.d: Likewise.
930 * testsuite/binutils-all/i386/i386.exp: Likewise.
931 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
932 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
933 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
934 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
935 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
936 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
937 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
938 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
939 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
940 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
941 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
942 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
943
944 2020-06-30 Nick Clifton <nickc@redhat.com>
945
946 * dwarf.c (read_and_display_attr_value): Support
947 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
948 DW_AT_comp_dir.
949
950 2020-06-30 Alan Modra <amodra@gmail.com>
951
952 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
953 xfail for nds32.
954
955 2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
956
957 * dwarf.c (display_debug_str_offsets): Rename local variable
958 index to idx. Move to top of function.
959
960 2020-06-29 Alan Modra <amodra@gmail.com>
961
962 * dwarf.c: Use C style comments.
963 * resrc.c: Likewise.
964
965 2020-06-27 Alan Modra <amodra@gmail.com>
966
967 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
968 after freeing.
969 (release_archive): Set fields of arch to NULL after freeing.
970
971 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
972
973 * readelf.c (dump_section_as_ctf): Support .ctf archives using
974 ctf_arc_bufopen. Automatically load the .ctf member of such
975 archives as the parent of all other members, unless specifically
976 overridden via --ctf-parent. Split out dumping code into...
977 (dump_ctf_archive_member): ... here, as in objdump, and call
978 it once per archive member.
979 (dump_ctf_indent_lines): Code style fix.
980
981 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
982
983 * configure.ac [--enable-libctf]: New, default yes.
984 Set ENABLE_LIBCTF accordingly.
985 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
986 * configure: Regenerate.
987 * config.in: Regenerate.
988 * Makefile.in: Regenerate.
989 * aclocal.m4: Regenerate.
990 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
991 (option_values): Likewise.
992 (long_options): Likewise.
993 (main): Likewise.
994 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
995 (make_ctfsect): Likewise.
996 (dump_ctf_archive_member): Likewise.
997 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
998 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
999 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
1000 (usage): Likewise.
1001 (process_section_contents): Likewise.
1002 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
1003 (dump_ctf_indent_lines): Likewise.
1004 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
1005
1006 2020-06-26 Jan Beulich <jbeulich@suse.com>
1007
1008 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
1009 redundant text from x86 specific part of -M section.
1010
1011 2020-06-26 Pat Bernardi <bernardi@adacore.com>
1012
1013 * readelf.c (display_m68k_gnu_attribute): New function.
1014 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
1015
1016 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 PR binutils/26160
1019 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
1020 * testsuite/binutils-all/pr26160.r: Likewise.
1021 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
1022
1023 2020-06-23 Nick Clifton <nickc@redhat.com>
1024
1025 PR 26160
1026 * dwarf.c (fetch_indexed_string): Detect and handle old style
1027 .debug_str_offset tables.
1028 (display_debug_str_offsets): Likewise. Also add support for
1029 .debug_str_offsets.dwo sections.
1030
1031 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 PR binutils/26112
1034 * testsuite/binutils-all/pr26112.o.bz2: New file.
1035 * testsuite/binutils-all/pr26112.r: Likewise.
1036 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
1037
1038 2020-06-23 Alan Modra <amodra@gmail.com>
1039
1040 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
1041 remote_file delete command.
1042
1043 2020-06-22 Nick Clifton <nickc@redhat.com>
1044
1045 PR 26112
1046 * dwarf.c (display_debug_str_offsets): Add code to display the
1047 contents of the .debug_str_offsets section.
1048 (display_debug_macro): Add support for DW_MACRO_define_strx and
1049 DW_MACRO_undef_strx.
1050
1051 2020-06-22 Saagar Jha <saagar@saagarjha.com>
1052
1053 * od-macho.c: Dump linkedit data for new load commands.
1054
1055 2020-06-19 Alan Modra <amodra@gmail.com>
1056
1057 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
1058 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
1059 (run_dump_test): Use check_relro_support to decide whether to pass
1060 extra ld option "-z norelro".
1061
1062 2020-06-11 Alan Modra <amodra@gmail.com>
1063
1064 * readelf.c (process_mips_specific): Don't alloc memory for
1065 Elf_Internal_Options.
1066
1067 2020-06-11 Alan Modra <amodra@gmail.com>
1068
1069 * readelf.c (process_mips_specific): Assert size of internal
1070 types match size of external types, and simplify allocation of
1071 internal buffer. Catch possible integer overflow when sanity
1072 checking option size. Don't assume options are a regular array.
1073 Sanity check reginfo option against option size. Use PRI macros
1074 when printing.
1075
1076 2020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
1077
1078 PR 26082
1079 * mclex.c (yylex): Reject lines that reach end-of-file without a
1080 terminating newline character.
1081
1082 2020-06-08 Nick Clifton <nickc@redhat.com>
1083
1084 PR 26093
1085 * doc/binutils.texi (strings): Fix typo.
1086
1087 2020-06-08 Nick Clifton <nickc@redhat.com>
1088
1089 PR 26086
1090 * dwarf.c (process_debug_info): Check that there is space in the
1091 debug_information array before filling in an entry.
1092
1093 2020-06-06 Alan Modra <amodra@gmail.com>
1094
1095 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
1096
1097 2020-06-05 Joel Anderson <joelanderson333@gmail.com>
1098
1099 PR 26082
1100 * mclex.c (yylex): Add test for an empty input stream.
1101
1102 2020-06-04 Stephen Casner <casner@acm.org>
1103
1104 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
1105 for test using section pseudo-ops compatible with pdp11.
1106 * testsuite/binutils-all/objcopy.exp: Select alternate source.
1107
1108 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
1109
1110 * objdump.c (disassemble_data): Set disasm_info.endian_code to
1111 disasm_info.endian after the latter is initialized to the
1112 endianness reported by BFD.
1113
1114 2020-06-04 Alan Modra <amodra@gmail.com>
1115
1116 * testsuite/binutils-all/i386/i386.exp: Remove global directive
1117 outside proc body.
1118 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
1119 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
1120
1121 2020-06-03 Joel Anderson <joelanderson333@gmail.com>
1122
1123 * windmc.h (struct mc_node): Add id_typecast field.
1124 * mcparse.y (message): Initialise the id_typecast field.
1125 * windmc.c (write_dbg): Use the id_typecast field as a parameter
1126 when calling write_dbg_define.
1127 (write_header): Likewise.
1128
1129 2020-06-03 Alan Modra <amodra@gmail.com>
1130
1131 PR 26069
1132 * objcopy.c (copy_relocations_in_section): Free relpp on error.
1133 Don't accidentally free isection->orelocation.
1134
1135 2020-06-02 Alan Modra <amodra@gmail.com>
1136
1137 * testsuite/binutils-all/ar.exp (obj): Set up object file name
1138 extension. Use throughout. Don't completely exclude non-ELF
1139 alpha targets. Run long_filenames test for tic30. Exclude thin
1140 archive tests for aix, ecoff and vms.
1141 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
1142 extension. Use throughout. Don't exclude non-ELF alpha targets
1143 from "bintest.a".
1144
1145 2020-05-28 Max Filippov <jcmvbkbc@gmail.com>
1146
1147 * MAINTAINERS (Xtensa): Add myself as maintainer.
1148
1149 2020-05-23 Alan Modra <amodra@gmail.com>
1150
1151 * testsuite/binutils-all/ar.exp (many_files): New test.
1152
1153 2020-05-21 Alan Modra <amodra@gmail.com>
1154
1155 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
1156 * dlltool.c: Likewise.
1157 * elfcomm.c: Likewise.
1158 * rddbg.c: Likewise.
1159 * readelf.c: Likewise.
1160 * stabs.c: Likewise.
1161 * windmc.c: Likewise.
1162 * windres.c: Likewise.
1163 * wrstabs.c: Likewise.
1164
1165 2020-05-21 Alan Modra <amodra@gmail.com>
1166
1167 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
1168 access.
1169
1170 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
1171
1172 * dwarf.c: Updated since DECLARE_CSR is changed.
1173
1174 2020-05-19 H.J. Lu <hjl.tools@gmail.com>
1175
1176 PR binutils/25809
1177 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
1178 segment doesn't match the .dynamic section and checks are
1179 enabled.
1180 (struct filedata): Add dynamic_symtab_section and
1181 dynamic_strtab_section fields.
1182 (process_section_headers): Set dynamic_symtab_section to the
1183 .dynsym section. Set dynamic_strtab_section to the .dynstr
1184 section.
1185 (process_dynamic_section): Warn if the .dynsym section doesn't
1186 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
1187 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
1188
1189 2020-05-19 Alan Modra <amodra@gmail.com>
1190
1191 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
1192 (replace_members): Use bfd_get_filename rather than accessing
1193 bfd->filename directly.
1194 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
1195 * binemul.c (do_ar_emul_append): Likewise.
1196 * coffgrok.c (coff_grok): Likewise.
1197
1198 2020-05-18 Stafford Horne <shorne@gmail.com>
1199
1200 * MAINTAINERS (OR1K): Add myself as maintainer.
1201
1202 2020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * doc/binutils.texi: Mention 'entry address' in the set-start and
1205 adjust-start options descriptions.
1206
1207 2020-05-05 Nick Clifton <nickc@redhat.com>
1208
1209 * dwarf.c (do_checks): New global variable.
1210 (display_formatted_table): Warn about an unexpected number of
1211 columns in the table, if checks are enabled. Do not complain
1212 about the lack of data following the number of entries in the
1213 table if the table is empty.
1214 (display_debug_lines_decoded): Only warn about an unexpected
1215 number of columns in a table if checks are enabled.
1216 * dwarf.h (do_checks): Add a prototype.
1217 * elfcomm.c (error): Remove weak attribute.
1218 (warn): Likewise.
1219 * readelf.c (do_checks): Delete.
1220 (warn): Delete.
1221 (process_section_headers): Only warn about empty sections if
1222 checks are enabled.
1223
1224 2020-05-04 Fangrui Song <maskray@google.com>
1225
1226 * objcopy.c (copy_object): Allow empty section.
1227 * testsuite/binutils-all/update-section.exp: Add test.
1228
1229 2020-05-04 Nick Clifton <nickc@redhat.com>
1230
1231 PR 25917
1232 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
1233 supicious number of entries for DWARF-5 format directory and file
1234 name tables. Do not display file name table header if the table
1235 is empty. Do not allocate space for empty tables.
1236
1237 2020-05-04 Alan Modra <amodra@gmail.com>
1238
1239 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
1240 section. Don't assume endian of host matches nds32 target. Free
1241 buffer.
1242
1243 2020-05-01 Alan Modra <amodra@gmail.com>
1244 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
1245
1246 * objdump.c (disassemble_bytes): Don't scan for zeros when
1247 disassembling zeros. Translate "resuming at file offset" message.
1248 Formatting. Replace some signed variables with unsigned.
1249
1250 2020-04-30 Alex Coplan <alex.coplan@arm.com>
1251
1252 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
1253 disassembly.
1254 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
1255
1256 2020-04-30 Nick Clifton <nickc@redhat.com>
1257
1258 * testsuite/lib/binutils-common.exp (check_pie_support): New
1259 proc.
1260
1261 2020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
1264 range_entries for the same offset.
1265
1266 2020-04-29 Nick Clifton <nickc@redhat.com>
1267
1268 * readelf.c (warn): New function - like elfcomm.c version but only
1269 produces output if warnings are enabled.
1270 (struct options): Add --lint and --enable-checks.
1271 (usage): Add entry for --lint.
1272 (parse_args): Handle -L. If checks are enabled but no dumps have
1273 been selected then enable all dumps.
1274 (process_section_headers): Replace long if-then-else sequence with
1275 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
1276 SHT_PROGBITS sections.
1277 (process_file): Do not complain if the file is an archive and lint
1278 mode has been enabled.
1279 * elfcomm.c (error): Make the function weak.
1280 (warn): Likewise.
1281 * NEWS: Mention the new feature.
1282 * doc/binutils.texi: Document the new feature.
1283 * dwarf.h (report_leb_status): Add file name and line number
1284 parameters. Include them in the diagnostic output.
1285 (READ_ULEB): Pass file and line number to report_leb_status.
1286 (READ_SLEB): Likewise.
1287 * dwarf.c (read_and_print_leb128): Pass file and line number to
1288 report_leb_status.
1289 * testsuite/binutils-all/readelf.exp: Add test of new feature.
1290 * testsuite/binutils-all/zero-sec.s: New test source file.
1291 * testsuite/binutils-all/zero-sec.r: Expected output from new
1292 test.
1293
1294 2020-04-29 Nick Clifton <nickc@redhat.com>
1295
1296 * po/sr.po: Updated Serbian translation.
1297
1298 2020-04-26 Alan Modra <amodra@gmail.com>
1299
1300 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
1301 read before dereferencing, and gracefully return. Remove
1302 gnu_hash_error variable. Free gnu hash arrays if number of
1303 syms found is zero.
1304
1305 2020-04-24 Alan Modra <amodra@gmail.com>
1306
1307 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
1308 non-zero.
1309 (process_dynamic_section): Call get_num_dynamic_syms once rather
1310 than in segment loop. Break out of segment loop on a successful
1311 load of dynamic symbols. Formatting.
1312 (process_object): Return error status from process_dynamic_section.
1313
1314 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
1315
1316 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
1317 * elf.c (elfcore_grok_arc_v2): New function.
1318 (elfcore_grok_note): Call the new function to handle the corresponding
1319 note.
1320 (elfcore_write_arc_v2): New function.
1321 (elfcore_write_register_note): Call the new function to handle the
1322 corresponding pseudo-sections.
1323
1324 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
1325
1326 PR ld/25861
1327 * readelf.c (is_none_reloc): Recognize
1328 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
1329 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
1330
1331 2020-04-22 Nick Clifton <nickc@redhat.com>
1332
1333 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
1334
1335 2020-04-22 Alan Modra <amodra@gmail.com>
1336
1337 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
1338 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
1339 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
1340 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
1341 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
1342 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
1343 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
1344 (dynamic_section, symtab_shndx_list, group_count, section_groups),
1345 (section_headers_groups): Move to struct filedata. Update use
1346 throughout file.
1347
1348 2020-04-22 Alan Modra <amodra@gmail.com>
1349
1350 * readelf.c (struct dump_data): New, used..
1351 (cmdline): ..here, and..
1352 (struct filedata): ..here. Adjust all uses.
1353 (request_dump_bynumber, request_dump, parse_args): Pass in a
1354 struct dump_data* rather than Filedata*. Adjust callers.
1355 (main): Don't set cmdline.file_name.
1356
1357 2020-04-20 Alan Modra <amodra@gmail.com>
1358
1359 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
1360 and nbuckets.
1361
1362 2020-04-20 Alan Modra <amodra@gmail.com>
1363
1364 * readelf.c (process_section_headers): Free dynamic symbols etc.
1365 earlier.
1366
1367 2020-04-20 Alan Modra <amodra@gmail.com>
1368
1369 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
1370 on error without freeing.
1371 (process_dynamic_section): Don't recreate dynamic symbols from
1372 dynamic tag info when the dynamic symbols have already been
1373 read via section headers.
1374
1375 2020-04-17 Fredrik Strupe <fredrik@strupe.net>
1376
1377 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
1378 conditional VDUP instructions are disassembled correctly.
1379 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
1380 vdup-cond.d.
1381 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
1382 that VDUP instructions (which are conditional in A32) can be
1383 disassembled in thumb mode.
1384 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
1385 vdup-thumb.d.
1386
1387 2020-04-17 Alan Modra <amodra@gmail.com>
1388
1389 PR 25840
1390 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
1391
1392 2020-04-16 Alan Modra <amodra@gmail.com>
1393
1394 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
1395 --no-addresses description.
1396
1397 2020-04-15 Alan Modra <amodra@gmail.com>
1398
1399 * objdump.c (no_addresses): New static var.
1400 (usage): Print help for --no-addresses.
1401 (long_options): Add --no-addresses entry.
1402 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
1403 (disassemble_bytes): Don't print current line address, or reloc
1404 address.
1405 * doc/binutils.texi: Document objdump --no-addresses.
1406
1407 2020-04-15 Alan Modra <amodra@gmail.com>
1408
1409 PR 25822
1410 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
1411 reading buckets or chains fails.
1412
1413 2020-04-15 Alan Modra <amodra@gmail.com>
1414
1415 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
1416 etc. after freeing.
1417
1418 2020-04-15 Alan Modra <amodra@gmail.com>
1419
1420 * readelf.c (get_group_flags): Translate text.
1421 (get_file_type, get_symbol_binding, get_symbol_type),
1422 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
1423
1424 2020-04-15 Alan Modra <amodra@gmail.com>
1425
1426 PR 25821
1427 * readelf.c (get_num_dynamic_syms): Typo fix.
1428
1429 2020-04-14 Alan Modra <amodra@gmail.com>
1430
1431 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
1432 possibility of overflow when checking number of conflicts.
1433
1434 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
1435
1436 PR binutils/25707
1437 * readelf.c (nbuckets): New.
1438 (nchains): Likewise.
1439 (buckets): Likewise.
1440 (chains): Likewise.
1441 (ngnubuckets): Likewise.
1442 (gnubuckets): Likewise.
1443 (gnuchains): Likewise.
1444 (mipsxlat): Likewise.
1445 (ngnuchains): Likewise.
1446 (gnusymidx): Likewise.
1447 (VALID_SYMBOL_NAME): Likewise.
1448 (VALID_DYNAMIC_NAME): Use it.
1449 (get_dynamic_data): Moved before process_dynamic_section.
1450 (get_num_dynamic_syms): New function.
1451 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
1452 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
1453 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
1454 table.
1455 (get_symbol_index_type): Don't print "bad section index" when
1456 there is no section header.
1457 (print_dynamic_symbol): Rewrite.
1458 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
1459 symbol table.
1460
1461 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1462
1463 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
1464 enable on *-*-solaris*.
1465
1466 2020-03-30 Nick Clifton <nickc@redhat.com>
1467
1468 PR binutils/25662
1469 * objcopy.c (copy_object): When copying PE format files set the
1470 timestamp field in the pe_data structure if the preserve_dates
1471 flag is set.
1472 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
1473 --preserve-dates in place of the -p option, in order to make its
1474 effect more obvious.
1475
1476 2020-03-28 Alan Modra <amodra@gmail.com>
1477
1478 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
1479 clear_xfail hppa*-*-*elf*. Revert mips xfails.
1480
1481 2020-03-28 Alan Modra <amodra@gmail.com>
1482
1483 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
1484 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
1485 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
1486 test. Pass "-p" to objcopy for the executable test.
1487
1488 2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1489
1490 PR binutils/25662
1491 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
1492 specify whether an object file or executable should be built and tested.
1493 Change test names to report whether an object file or executable is
1494 being tested.
1495 * testsuite/binutils-all/pr25662.ld: New test.
1496 * testsuite/binutils-all/pr25662.s: New test.
1497
1498 2020-03-27 Alan Modra <amodra@gmail.com>
1499
1500 * readelf.c (process_archive): Don't double free qualified_name.
1501 Don't break out of loop with "negative" archive_file_size, just
1502 set file offset to max.
1503
1504 2020-03-25 Alan Modra <amodra@gmail.com>
1505
1506 * readelf.c (process_archive): Prevent endless loop.
1507
1508 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 PR binutils/25708
1511 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
1512 with bfd_get_symbol_version_string.
1513 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
1514 * objdump.c (objdump_print_symname): Likewise.
1515
1516 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1517
1518 PR binutils/25708
1519 * nm.c (SYM_NAME): Removed.
1520 (print_symname): Add a pointer to struct extended_symbol_info
1521 argument. Call _bfd_elf_get_symbol_version_name to get symbol
1522 version.
1523 (print_symdef_entry): Pass NULL to print_symname.
1524 (print_symbol_info_bsd): Update call to print_symname.
1525 (print_symbol_info_sysv): Likewise.
1526 (print_symbol_info_posix): Likewise.
1527
1528 2020-03-24 Alan Modra <amodra@gmail.com>
1529
1530 * readelf.c (process_mips_specific): Free iconf on error path.
1531
1532 2020-03-23 Nick Clifton <nickc@redhat.com>
1533
1534 PR 25714
1535 * wrstabs.c (stab_pop_type): Replace assertion with error return.
1536 * write_stabs_in_sections_debugging_info: Likewise.
1537 * stab_enum_type: Likewise.
1538 * stab_modify_type: Likewise.
1539 * stab_struct_field: Likewise.
1540 * stab_end_struct_type: Likewise.
1541 * stab_start_class_type: Likewise.
1542 * stab_class_static_member: Likewise.
1543 * stab_class_baseclass: Likewise.
1544 * stab_class_start_method: Likewise.
1545 * stab_class_method_var: Likewise.
1546 * stab_class_end_method: Likewise.
1547 * stab_end_class_type: Likewise.
1548 * stab_typedef_type: Likewise.
1549 * stab_start_function: Likewise.
1550 * stab_end_block: Likewise.
1551 * stab_lineno: Likewise.
1552
1553 2020-03-20 Nick Clifton <nickc@redhat.com>
1554
1555 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
1556 (process_section_headers): Check the return value from
1557 get_compression_header.
1558 (dump_section_as_strings): Likewise.
1559 (dump_section_as_bytes): Likewise.
1560 (load_specific_debug_section): Likewise.
1561
1562 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
1563
1564 * ar.c (main): Update bfd_plugin_set_program_name call.
1565 * nm.c (main): Likewise.
1566
1567 2020-03-19 Nick Clifton <nickc@redhat.com>
1568
1569 PR 25676
1570 * testsuite/binutils-all/dw4.s: New test source file.
1571 * testsuite/binutils-all/nm.exp: Run the new test.
1572
1573 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 * readelf.c (process_symbol_table): Use unsigned long for si.
1576
1577 2020-03-19 Alan Modra <amodra@gmail.com>
1578
1579 * elfcomm.c: Don't include bfd.h or bucomm.h.
1580 (program_name): Declare.
1581 (process_archive_index_and_symbols): Replace bfd_boolean with int,
1582 and substitute FALSE and TRUE.
1583 (setup_archive, setup_nested_archive): Likewise.
1584 * elfcomm.h: Likewise.
1585
1586 2020-03-19 Alan Modra <amodra@gmail.com>
1587
1588 * readelf.c (process_archive): Always return via path freeing
1589 memory. Formatting.
1590
1591 2020-03-19 Alan Modra <amodra@gmail.com>
1592
1593 * readelf.c (process_netbsd_elf_note): Validate descsz before
1594 accessing descdata. Formatting.
1595
1596 2020-03-19 Alan Modra <amodra@gmail.com>
1597
1598 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
1599 * elfcomm.h (setup_archive): Update prototype.
1600
1601 2020-03-16 Alan Modra <amodra@gmail.com>
1602
1603 * readelf.c (get_symbols): New function.
1604 (process_relocs, ia64_process_unwind, hppa_process_unwind),
1605 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
1606
1607 2020-03-16 Alan Modra <amodra@gmail.com>
1608
1609 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
1610 Detect shift overflows and check that terminating byte is found.
1611 Print an error on a bad uleb128.
1612
1613 2020-03-14 Alan Modra <amodra@gmail.com>
1614
1615 * readelf.c (process_file): Clean ba_cache.
1616
1617 2020-03-14 Alan Modra <amodra@gmail.com>
1618
1619 * elfcomm.h (setup_archive): Update prototype.
1620 * elfcomm.c (setup_archive): Add file_size parameter and sanity
1621 check longnames_size.
1622 (setup_nested_archive): Get file size and pass to setup_archive.
1623 * elfedit.c (process_archive): Likewise.
1624 * readelf.c (process_archive): Pass filedata->file_size to
1625 setup_archive.
1626
1627 2020-03-14 Alan Modra <amodra@gmail.com>
1628
1629 * readelf.c (dump_section_as_strings): Free memory on error exit.
1630 (dump_section_as_bytes, process_notes_at): Likewise.
1631 (get_build_id): Free enote.
1632
1633 2020-03-13 Kamil Rytarowski <n54@gmx.com>
1634
1635 * readelf.c (get_netbsd_elfcore_note_type): Add support for
1636 NT_NETBSDCORE_LWPSTATUS notes.
1637
1638 2020-03-13 Alan Modra <amodra@gmail.com>
1639
1640 * elfcomm.c (get_archive_member_name): Always return malloc'd
1641 string or NULL.
1642 * elfedit.c (process_archive): Tidy memory on all return paths.
1643 * readelf.c (process_archive): Likewise.
1644 (process_symbol_table): Likewise.
1645 (ba_cache): New, replacing ..
1646 (get_symbol_for_build_attribute): ..static vars here. Free
1647 strtab and symtab before loading new ones. Reject symtab without
1648 valid strtab in loop, breaking out of loop on valid symtab.
1649 (process_file): Free ba_cache symtab and strtab here, resetting
1650 ba_cache.
1651
1652 2020-03-12 Alan Modra <amodra@gmail.com>
1653
1654 * readelf.c (process_section_headers): Don't just set
1655 filedata->section_headers NULL, free it first. Similarly for
1656 dynamic_symbols, dynamic_strings, dynamic_syminfo and
1657 symtab_shndx_list. Zero associated counts too.
1658 (process_object): Free symtab_shndx_list.
1659 (process_file): Free various allocated filedata tables.
1660
1661 2020-03-11 Nick Clifton <nickc@redhat.com>
1662
1663 PR 25611
1664 PR 25614
1665 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
1666 li_segment_size fields.
1667 * dwarf.c (read_debug_line_header): Record the address size and
1668 segment selector size values (if present) in the lineinfo
1669 structure.
1670 (display_formatted_table): Warn if the format count is empty but
1671 the table itself is not empty.
1672 Display the format count and entry count at the start of the table
1673 dump.
1674 (display_debug_lines_raw): Display the address size and segement
1675 selector size fields, if present.
1676 * testsuite/binutils-all/dw5.W: Update expected output.
1677
1678 2020-03-11 Alan Modra <amodra@gmail.com>
1679
1680 PR 25651
1681 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
1682 pad_to_set on second block of code dealing with padding.
1683 Replace "c" with "num_sec" and don't recalculate number of
1684 sections on second block. Size arrays using sizeof (element)
1685 rather than sizeof (element type).
1686
1687 2020-03-10 Alan Modra <amodra@gmail.com>
1688
1689 * objdump.c (disassemble_section): Don't call qsort unless
1690 sym count is at least two.
1691 (disassemble_data): Don't call memcpy with NULL src.
1692
1693 2020-03-09 Alan Modra <amodra@gmail.com>
1694
1695 PR 25645
1696 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
1697 to get_data rather than multiplying.
1698 (dump_ia64_vms_dynamic_relocs): Likewise.
1699 (process_version_sections): Correct order of size and nmemb args
1700 in get_data call.
1701 (process_mips_specific): Likewise.
1702
1703 2020-03-08 H.J. Lu <hongjiu.lu@intel.com>
1704
1705 * readelf.c (get_dynamic_data): Replace "memory chekers" with
1706 "memory checkers" in comments.
1707
1708 2020-03-06 Simon Marchi <simon.marchi@efficios.com>
1709
1710 PR 25491
1711 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
1712 * doc/Makefile.in: Re-generate.
1713
1714 2020-03-06 Nick Clifton <nickc@redhat.com>
1715
1716 * objcopy.c (check_new_section_flags): New function. Reject the
1717 SEC_COFF_SHARED flag if the target is not a COFF binary.
1718 (copy_object): Call check_new_section_flags.
1719 (setup_section): Likewise.
1720 * doc/binutils.texi (objcopy): Add a note that the 'share' section
1721 flag cannot be applied to ELF binaries.
1722
1723 2020-03-06 Alan Modra <amodra@gmail.com>
1724
1725 PR 25637
1726 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
1727
1728 2020-03-05 Alan Modra <amodra@gmail.com>
1729
1730 PR 25629
1731 * objcopy.c (filter_symbols): Don't segfault on NULL
1732 prefix_symbols_string.
1733
1734 2020-03-04 Christian Eggers <ceggers@gmx.de>
1735
1736 * objcopy.c (copy_object): Convert from bytes to octets for
1737 --gap-fill and --pad-to.
1738
1739 2020-03-03 Nick Clifton <nickc@redhat.com>
1740
1741 PR 25625
1742 * prdbg.c (pr_tag_type): Remove call to abort.
1743
1744 2020-03-02 Aaron Merey <amerey@redhat.com>
1745
1746 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
1747 selection.
1748
1749 2020-03-02 Nick Clifton <nickc@redhat.com>
1750
1751 PR 25543
1752 * readelf.c (dump_section_as_strings): Display new-line characters
1753 as \n and then insert a line break.
1754 * testsuite/binutils-all/pr25543.s: New test.
1755 * testsuite/binutils-all/pr25543.d: Test driver.
1756 * testsuite/binutils-all/readelf.exp: Run the new test.
1757
1758 2020-02-27 Nick Clifton <nickc@redhat.com>
1759
1760 PR 25526
1761 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
1762 get_data is unable to load the string table.
1763
1764 2020-02-26 Alan Modra <amodra@gmail.com>
1765
1766 * elfedit.c: Indent labels correctly.
1767 * readelf.c: Likewise.
1768 * resres.c: Likewise.
1769
1770 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
1771
1772 PR binutils/25584
1773 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
1774 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
1775
1776 2020-02-24 Nick Clifton <nickc@redhat.com>
1777
1778 PR 25499
1779 * doc/binutils.texi (objdump): Fix typo in description of
1780 objdump's -g option.
1781
1782 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
1783
1784 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
1785 is changed.
1786
1787 2020-02-19 Jordan Rupprecht <rupprecht@google.com>
1788
1789 * objdump.c (show_line): call bfd_demangle when using do_demangle.
1790
1791 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * configure: Regenerate.
1794
1795 2020-02-10 Fangrui Song <maskray@google.com>
1796
1797 * objcopy.c (parse_flags): Handle "exclude".
1798 * doc/binutils.texi: Document the support.
1799
1800 2020-02-10 Aaron Merey <amerey@redhat.com>
1801
1802 * binutils/testsuite/binutils-all/debuginfod.exp:
1803 Replace set ::env with setenv.
1804 Start server before setting environment variable.
1805 Specify tmpdir as the location of the server's
1806 database.
1807 Check additional server metrics at start-up.
1808
1809 2020-02-07 Nick Clifton <nickc@redhat.com>
1810
1811 * README-how-to-make-a-release: Add note about updating the
1812 GAS/NEWS URL in the next release.
1813
1814 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1815
1816 PR 25469
1817 * readelf.c (get_machine_flags): Add support for Z80N machine
1818 number.
1819
1820 2020-02-07 Nick Clifton <nickc@redhat.com>
1821
1822 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1823 of the truncated file name.
1824
1825 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1826
1827 * objdump.c (print_jump_visualisation): New function.
1828 (disassemble_bytes): Call new function.
1829
1830 2020-02-06 Alan Modra <amodra@gmail.com>
1831
1832 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1833 TCL procedure.
1834 (supports_gnu_osabi): New procedure.
1835 (is_generic): New, from ld-lib.exp.
1836 (supports_gnu_unique): Use the above.
1837
1838 2020-02-04 Alan Modra <amodra@gmail.com>
1839
1840 * Makefile.am (CFILES): Add od-elf32_avr.c.
1841 * Makefile.in: Regenerate.
1842 * po/POTFILES.in: Regenerate.
1843
1844 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1845
1846 * readelf.c (dump_relocations, dump_relocations)
1847 (decode_arm_unwind_bytecode, process_dynamic_section)
1848 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1849 error message.
1850
1851 2020-02-03 Sergei Trofimovich <siarheit@google.com>
1852
1853 * coffdump.c (program_name): Drop redundant definition.
1854 * srconv.c (program_name): Likewise
1855 * sysdump.c (program_name): Likewise
1856
1857 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1858
1859 PR gas/25380
1860 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1861 same file with different section pointers.
1862
1863 2020-02-01 Nick Clifton <nickc@redhat.com>
1864
1865 * README-how-to-make-a-release: Update with more details on the
1866 release making process.
1867
1868 2020-01-31 Nick Clifton <nickc@redhat.com>
1869
1870 * po/sv.po: Updated Swedish translation.
1871
1872 2020-01-28 Nick Clifton <nickc@redhat.com>
1873
1874 * readelf.c (get_build_id): Simplify warning message about corrupt
1875 notes encountered whilst scanning for the build-id.
1876
1877 2020-01-27 Roland McGrath <mcgrathr@google.com>
1878
1879 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1880 for overlapping ranges so that (A == B) == (B == A) holds.
1881
1882 2020-01-27 Alan Modra <amodra@gmail.com>
1883
1884 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1885 case statement with switch statement.
1886
1887 2020-01-24 Nick Clifton <nickc@redhat.com>
1888
1889 * readelf.c (get_build_id): Fix warning messages about corrupt
1890 notes.
1891
1892 2020-01-23 Nick Clifton <nickc@redhat.com>
1893
1894 * po/fr.po: Updated French translation.
1895
1896 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1897
1898 PR 25417
1899 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1900
1901 2020-01-20 Nick Clifton <nickc@redhat.com>
1902
1903 * po/pt.po: Updated Portuguese translation.
1904 * po/uk.po: Updated Ukranian translation.
1905
1906 2020-01-18 Nick Clifton <nickc@redhat.com>
1907
1908 * README-how-to-make-a-release: Update notes on how to cut a
1909 branch for a release.
1910
1911 2020-01-18 Nick Clifton <nickc@redhat.com>
1912
1913 * configure: Regenerate.
1914 * po/binutils.pot: Regenerate.
1915
1916 2020-01-18 Nick Clifton <nickc@redhat.com>
1917
1918 Binutils 2.34 branch created.
1919
1920 2020-01-17 Thomas Troeger <tstroege@gmx.de>
1921
1922 * objdump.c (jump_info_visualize_address): Discard jumps that are
1923 no longer needed.
1924 (disassemble_bytes): Only compute the maximum level if jumps were
1925 detected.
1926
1927 2020-01-13 Nick Clifton <nickc@redhat.com>
1928
1929 * objdump.c (disassemble_bytes): Remove C99-ism.
1930 * testsuite/binutils-all/debuginfod.exp: New tests.
1931
1932 2020-01-13 Thomas Troeger <tstroege@gmx.de>
1933
1934 * objdump.c (visualize_jumps, color_output, extended_color_output)
1935 (detected_jumps): New variables.
1936 (usage): Add the new jump visualization options.
1937 (option_values): Add new option value.
1938 (long_options): Add the new option.
1939 (jump_info_new, jump_info_free): New functions.
1940 (jump_info_min_address, jump_info_max_address): Likewise.
1941 (jump_info_end_address, jump_info_is_start_address): Likewise.
1942 (jump_info_is_end_address, jump_info_size): Likewise.
1943 (jump_info_unlink, jump_info_insert): Likewise.
1944 (jump_info_add_front, jump_info_move_linked): Likewise.
1945 (jump_info_intersect, jump_info_merge): Likewise.
1946 (jump_info_sort, jump_info_visualize_address): Likewise.
1947 (disassemble_jumps): New function - used to locate jumps.
1948 (disassemble_bytes): Add ascii art generation.
1949 (disassemble_section): Add scan to locate jumps.
1950 (main): Parse the new visualization option.
1951 * doc/binutils.texi: Document the new feature.
1952 * NEWS: Mention the new feature.
1953
1954 2020-01-13 Alan Modra <amodra@gmail.com>
1955
1956 PR 25360
1957 PR 25361
1958 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1959 fde_fc col_type and col_offset.
1960 * readelf.c (apply_relocations): Move symsec check earlier.
1961 (free_debug_section): Free reloc_info.
1962 (process_notes_at): Free pnotes on error path.
1963 (process_object): Free dump_sects here..
1964 (process_archive): ..not here.
1965
1966 2020-01-13 Alan Modra <amodra@gmail.com>
1967
1968 PR 25362
1969 * nm.c (display_rel_file): Free dyn_syms.
1970
1971 2020-01-09 Nick Clifton <nickc@redhat.com>
1972
1973 PR 25220
1974 * objcopy.c (empty_name): New variable.
1975 (need_sym_before): Prevent an attempt to free a static variable.
1976 (filter_symbols): Avoid strcmp test by checking for pointer
1977 equality.
1978
1979 2020-01-09 Nick Clifton <nickc@redhat.com>
1980
1981 * po/zh_TW.po: Updated Traditional Chinese translation.
1982
1983 2020-01-09 Aaron Merey <amerey@redhat.com>
1984
1985 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1986 * Makefile.in: Regenerate.
1987 * NEWS: Update.
1988 * config.in: Regenerate.
1989 * configure: Regenerate.
1990 * configure.ac: Call AC_DEBUGINFOD.
1991 * doc/Makefile.in: Regenerate.
1992 * doc/binutils.texi: Add section on using binutils
1993 with debuginfod.
1994 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1995 Query debuginfod servers for the target debug file.
1996 (load_separate_debug_info): Call
1997 debuginfod_fetch_separate_debug_info if configured with
1998 debuginfod.
1999 (load_separate_debug_files): Add file argument to
2000 load_separate_debug_info calls.
2001 * dwarf.h (get_build_id): Add declaration.
2002 * objdump.c (get_build_id): New function. Get build-id of file.
2003 * readelf.c (get_build_id): Likewise.
2004 * testsuite/binutils-all/debuginfod.exp: New tests.
2005 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
2006 section.
2007
2008 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
2009
2010 * readelf.c: Add support for new Z*) relocations and machine
2011 types.
2012
2013 2020-01-01 Alan Modra <amodra@gmail.com>
2014
2015 Update year range in copyright notice of all files.
2016
2017 For older changes see ChangeLog-2019
2018 \f
2019 Copyright (C) 2020 Free Software Foundation, Inc.
2020
2021 Copying and distribution of this file, with or without modification,
2022 are permitted in any medium without royalty provided the copyright
2023 notice and this notice are preserved.
2024
2025 Local Variables:
2026 mode: change-log
2027 left-margin: 8
2028 fill-column: 74
2029 version-control: never
2030 End: