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