]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
60832332
AM
12020-05-01 Alan Modra <amodra@gmail.com>
2 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
3
4 * objdump.c (disassemble_bytes): Don't scan for zeros when
5 disassembling zeros. Translate "resuming at file offset" message.
6 Formatting. Replace some signed variables with unsigned.
7
09c1e68a
AC
82020-04-30 Alex Coplan <alex.coplan@arm.com>
9
10 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
11 disassembly.
12 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
13
8a8a1171
NC
142020-04-30 Nick Clifton <nickc@redhat.com>
15
16 * testsuite/lib/binutils-common.exp (check_pie_support): New
17 proc.
18
cb4c35cf
AB
192020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
22 range_entries for the same offset.
23
1b513401
NC
242020-04-29 Nick Clifton <nickc@redhat.com>
25
26 * readelf.c (warn): New function - like elfcomm.c version but only
27 produces output if warnings are enabled.
28 (struct options): Add --lint and --enable-checks.
29 (usage): Add entry for --lint.
30 (parse_args): Handle -L. If checks are enabled but no dumps have
31 been selected then enable all dumps.
32 (process_section_headers): Replace long if-then-else sequence with
33 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
34 SHT_PROGBITS sections.
35 (process_file): Do not complain if the file is an archive and lint
36 mode has been enabled.
37 * elfcomm.c (error): Make the function weak.
38 (warn): Likewise.
39 * NEWS: Mention the new feature.
40 * doc/binutils.texi: Document the new feature.
41 * dwarf.h (report_leb_status): Add file name and line number
42 parameters. Include them in the diagnostic output.
43 (READ_ULEB): Pass file and line number to report_leb_status.
44 (READ_SLEB): Likewise.
45 * dwarf.c (read_and_print_leb128): Pass file and line number to
46 report_leb_status.
47 * testsuite/binutils-all/readelf.exp: Add test of new feature.
48 * testsuite/binutils-all/zero-sec.s: New test source file.
49 * testsuite/binutils-all/zero-sec.r: Expected output from new
50 test.
51
c2e71e57
NC
522020-04-29 Nick Clifton <nickc@redhat.com>
53
54 * po/sr.po: Updated Serbian translation.
55
90837ea7
AM
562020-04-26 Alan Modra <amodra@gmail.com>
57
58 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
59 read before dereferencing, and gracefully return. Remove
60 gnu_hash_error variable. Free gnu hash arrays if number of
61 syms found is zero.
62
2482f306
AM
632020-04-24 Alan Modra <amodra@gmail.com>
64
65 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
66 non-zero.
67 (process_dynamic_section): Call get_num_dynamic_syms once rather
68 than in segment loop. Break out of segment loop on a successful
69 load of dynamic symbols. Formatting.
70 (process_object): Return error status from process_dynamic_section.
71
27456742
AK
722020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
73
74 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
75 * elf.c (elfcore_grok_arc_v2): New function.
76 (elfcore_grok_note): Call the new function to handle the corresponding
77 note.
78 (elfcore_write_arc_v2): New function.
79 (elfcore_write_register_note): Call the new function to handle the
80 corresponding pseudo-sections.
81
30ce8e47
MF
822020-04-22 Max Filippov <jcmvbkbc@gmail.com>
83
84 PR ld/25861
85 * readelf.c (is_none_reloc): Recognize
86 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
87 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
88
33b5a830
NC
892020-04-22 Nick Clifton <nickc@redhat.com>
90
91 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
92
978c4450
AM
932020-04-22 Alan Modra <amodra@gmail.com>
94
95 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
96 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
97 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
98 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
99 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
100 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
101 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
102 (dynamic_section, symtab_shndx_list, group_count, section_groups),
103 (section_headers_groups): Move to struct filedata. Update use
104 throughout file.
105
6431e409
AM
1062020-04-22 Alan Modra <amodra@gmail.com>
107
108 * readelf.c (struct dump_data): New, used..
109 (cmdline): ..here, and..
110 (struct filedata): ..here. Adjust all uses.
111 (request_dump_bynumber, request_dump, parse_args): Pass in a
112 struct dump_data* rather than Filedata*. Adjust callers.
113 (main): Don't set cmdline.file_name.
114
a5e0be5c
AM
1152020-04-20 Alan Modra <amodra@gmail.com>
116
117 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
118 and nbuckets.
119
8ff66993
AM
1202020-04-20 Alan Modra <amodra@gmail.com>
121
122 * readelf.c (process_section_headers): Free dynamic symbols etc.
123 earlier.
124
ceb9bf11
AM
1252020-04-20 Alan Modra <amodra@gmail.com>
126
127 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
128 on error without freeing.
129 (process_dynamic_section): Don't recreate dynamic symbols from
130 dynamic tag info when the dynamic symbols have already been
131 read via section headers.
132
e409955d
FS
1332020-04-17 Fredrik Strupe <fredrik@strupe.net>
134
135 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
136 conditional VDUP instructions are disassembled correctly.
137 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
138 vdup-cond.d.
139 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
140 that VDUP instructions (which are conditional in A32) can be
141 disassembled in thumb mode.
142 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
143 vdup-thumb.d.
144
ca3f923f
AM
1452020-04-17 Alan Modra <amodra@gmail.com>
146
147 PR 25840
148 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
149
937f6614
AM
1502020-04-16 Alan Modra <amodra@gmail.com>
151
152 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
153 --no-addresses description.
154
b1bc1394
AM
1552020-04-15 Alan Modra <amodra@gmail.com>
156
157 * objdump.c (no_addresses): New static var.
158 (usage): Print help for --no-addresses.
159 (long_options): Add --no-addresses entry.
160 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
161 (disassemble_bytes): Don't print current line address, or reloc
162 address.
163 * doc/binutils.texi: Document objdump --no-addresses.
164
001890e1
AM
1652020-04-15 Alan Modra <amodra@gmail.com>
166
167 PR 25822
168 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
169 reading buckets or chains fails.
170
b71d4fa7
AM
1712020-04-15 Alan Modra <amodra@gmail.com>
172
173 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
174 etc. after freeing.
175
89246a0e
AM
1762020-04-15 Alan Modra <amodra@gmail.com>
177
178 * readelf.c (get_group_flags): Translate text.
179 (get_file_type, get_symbol_binding, get_symbol_type),
180 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
181
c98a4545
AM
1822020-04-15 Alan Modra <amodra@gmail.com>
183
184 PR 25821
185 * readelf.c (get_num_dynamic_syms): Typo fix.
186
645f43a8
AM
1872020-04-14 Alan Modra <amodra@gmail.com>
188
189 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
190 possibility of overflow when checking number of conflicts.
191
10ca4b04
L
1922020-04-14 H.J. Lu <hongjiu.lu@intel.com>
193
194 PR binutils/25707
195 * readelf.c (nbuckets): New.
196 (nchains): Likewise.
197 (buckets): Likewise.
198 (chains): Likewise.
199 (ngnubuckets): Likewise.
200 (gnubuckets): Likewise.
201 (gnuchains): Likewise.
202 (mipsxlat): Likewise.
203 (ngnuchains): Likewise.
204 (gnusymidx): Likewise.
205 (VALID_SYMBOL_NAME): Likewise.
206 (VALID_DYNAMIC_NAME): Use it.
207 (get_dynamic_data): Moved before process_dynamic_section.
208 (get_num_dynamic_syms): New function.
209 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
210 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
211 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
212 table.
213 (get_symbol_index_type): Don't print "bad section index" when
214 there is no section header.
215 (print_dynamic_symbol): Rewrite.
216 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
217 symbol table.
218
bb897477
RO
2192020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
220
221 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
222 enable on *-*-solaris*.
223
00386881
NC
2242020-03-30 Nick Clifton <nickc@redhat.com>
225
226 PR binutils/25662
227 * objcopy.c (copy_object): When copying PE format files set the
228 timestamp field in the pe_data structure if the preserve_dates
229 flag is set.
230 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
231 --preserve-dates in place of the -p option, in order to make its
232 effect more obvious.
233
0a6a8b59
AM
2342020-03-28 Alan Modra <amodra@gmail.com>
235
236 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
237 clear_xfail hppa*-*-*elf*. Revert mips xfails.
238
6a81c59b
AM
2392020-03-28 Alan Modra <amodra@gmail.com>
240
241 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
242 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
243 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
244 test. Pass "-p" to objcopy for the executable test.
245
1fafefd5
JL
2462020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
247
248 PR binutils/25662
249 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
250 specify whether an object file or executable should be built and tested.
251 Change test names to report whether an object file or executable is
252 being tested.
253 * testsuite/binutils-all/pr25662.ld: New test.
254 * testsuite/binutils-all/pr25662.s: New test.
255
80e2a3b6
AM
2562020-03-27 Alan Modra <amodra@gmail.com>
257
258 * readelf.c (process_archive): Don't double free qualified_name.
259 Don't break out of loop with "negative" archive_file_size, just
260 set file offset to max.
261
4c836627
AM
2622020-03-25 Alan Modra <amodra@gmail.com>
263
264 * readelf.c (process_archive): Prevent endless loop.
265
1081065c
L
2662020-03-24 H.J. Lu <hongjiu.lu@intel.com>
267
268 PR binutils/25708
269 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
270 with bfd_get_symbol_version_string.
271 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
272 * objdump.c (objdump_print_symname): Likewise.
273
7e6e972f
L
2742020-03-24 H.J. Lu <hongjiu.lu@intel.com>
275
276 PR binutils/25708
277 * nm.c (SYM_NAME): Removed.
278 (print_symname): Add a pointer to struct extended_symbol_info
279 argument. Call _bfd_elf_get_symbol_version_name to get symbol
280 version.
281 (print_symdef_entry): Pass NULL to print_symname.
282 (print_symbol_info_bsd): Update call to print_symname.
283 (print_symbol_info_sysv): Likewise.
284 (print_symbol_info_posix): Likewise.
285
5a814d6d
AM
2862020-03-24 Alan Modra <amodra@gmail.com>
287
288 * readelf.c (process_mips_specific): Free iconf on error path.
289
0636b245
NC
2902020-03-23 Nick Clifton <nickc@redhat.com>
291
292 PR 25714
293 * wrstabs.c (stab_pop_type): Replace assertion with error return.
294 * write_stabs_in_sections_debugging_info: Likewise.
295 * stab_enum_type: Likewise.
296 * stab_modify_type: Likewise.
297 * stab_struct_field: Likewise.
298 * stab_end_struct_type: Likewise.
299 * stab_start_class_type: Likewise.
300 * stab_class_static_member: Likewise.
301 * stab_class_baseclass: Likewise.
302 * stab_class_start_method: Likewise.
303 * stab_class_method_var: Likewise.
304 * stab_class_end_method: Likewise.
305 * stab_end_class_type: Likewise.
306 * stab_typedef_type: Likewise.
307 * stab_start_function: Likewise.
308 * stab_end_block: Likewise.
309 * stab_lineno: Likewise.
310
5844b465
NC
3112020-03-20 Nick Clifton <nickc@redhat.com>
312
313 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
314 (process_section_headers): Check the return value from
315 get_compression_header.
316 (dump_section_as_strings): Likewise.
317 (dump_section_as_bytes): Likewise.
318 (load_specific_debug_section): Likewise.
319
3d98c460
L
3202020-03-20 H.J. Lu <hongjiu.lu@intel.com>
321
322 * ar.c (main): Update bfd_plugin_set_program_name call.
323 * nm.c (main): Likewise.
324
f3a08f77
NC
3252020-03-19 Nick Clifton <nickc@redhat.com>
326
327 PR 25676
328 * testsuite/binutils-all/dw4.s: New test source file.
329 * testsuite/binutils-all/nm.exp: Run the new test.
330
ef3df110
L
3312020-03-19 H.J. Lu <hongjiu.lu@intel.com>
332
333 * readelf.c (process_symbol_table): Use unsigned long for si.
334
81a65eb3
AM
3352020-03-19 Alan Modra <amodra@gmail.com>
336
337 * elfcomm.c: Don't include bfd.h or bucomm.h.
338 (program_name): Declare.
339 (process_archive_index_and_symbols): Replace bfd_boolean with int,
340 and substitute FALSE and TRUE.
341 (setup_archive, setup_nested_archive): Likewise.
342 * elfcomm.h: Likewise.
343
1cb7d8b1
AM
3442020-03-19 Alan Modra <amodra@gmail.com>
345
346 * readelf.c (process_archive): Always return via path freeing
347 memory. Formatting.
348
b966f55f
AM
3492020-03-19 Alan Modra <amodra@gmail.com>
350
351 * readelf.c (process_netbsd_elf_note): Validate descsz before
352 accessing descdata. Formatting.
353
645ba681
AM
3542020-03-19 Alan Modra <amodra@gmail.com>
355
356 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
357 * elfcomm.h (setup_archive): Update prototype.
358
28d13567
AM
3592020-03-16 Alan Modra <amodra@gmail.com>
360
361 * readelf.c (get_symbols): New function.
362 (process_relocs, ia64_process_unwind, hppa_process_unwind),
363 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
364
60e63c3e
AM
3652020-03-16 Alan Modra <amodra@gmail.com>
366
367 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
368 Detect shift overflows and check that terminating byte is found.
369 Print an error on a bad uleb128.
370
1bd6175a
AM
3712020-03-14 Alan Modra <amodra@gmail.com>
372
373 * readelf.c (process_file): Clean ba_cache.
374
780f96ae
AM
3752020-03-14 Alan Modra <amodra@gmail.com>
376
377 * elfcomm.h (setup_archive): Update prototype.
378 * elfcomm.c (setup_archive): Add file_size parameter and sanity
379 check longnames_size.
380 (setup_nested_archive): Get file size and pass to setup_archive.
381 * elfedit.c (process_archive): Likewise.
382 * readelf.c (process_archive): Pass filedata->file_size to
383 setup_archive.
384
f761cb13
AM
3852020-03-14 Alan Modra <amodra@gmail.com>
386
387 * readelf.c (dump_section_as_strings): Free memory on error exit.
388 (dump_section_as_bytes, process_notes_at): Likewise.
389 (get_build_id): Free enote.
390
06d949ec
KR
3912020-03-13 Kamil Rytarowski <n54@gmx.com>
392
393 * readelf.c (get_netbsd_elfcore_note_type): Add support for
394 NT_NETBSDCORE_LWPSTATUS notes.
395
fd486f32
AM
3962020-03-13 Alan Modra <amodra@gmail.com>
397
398 * elfcomm.c (get_archive_member_name): Always return malloc'd
399 string or NULL.
400 * elfedit.c (process_archive): Tidy memory on all return paths.
401 * readelf.c (process_archive): Likewise.
402 (process_symbol_table): Likewise.
403 (ba_cache): New, replacing ..
404 (get_symbol_for_build_attribute): ..static vars here. Free
405 strtab and symtab before loading new ones. Reject symtab without
406 valid strtab in loop, breaking out of loop on valid symtab.
407 (process_file): Free ba_cache symtab and strtab here, resetting
408 ba_cache.
409
8fb879cd
AM
4102020-03-12 Alan Modra <amodra@gmail.com>
411
412 * readelf.c (process_section_headers): Don't just set
413 filedata->section_headers NULL, free it first. Similarly for
414 dynamic_symbols, dynamic_strings, dynamic_syminfo and
415 symtab_shndx_list. Zero associated counts too.
416 (process_object): Free symtab_shndx_list.
417 (process_file): Free various allocated filedata tables.
418
5496f3c6
NC
4192020-03-11 Nick Clifton <nickc@redhat.com>
420
421 PR 25611
422 PR 25614
423 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
424 li_segment_size fields.
425 * dwarf.c (read_debug_line_header): Record the address size and
426 segment selector size values (if present) in the lineinfo
427 structure.
428 (display_formatted_table): Warn if the format count is empty but
429 the table itself is not empty.
430 Display the format count and entry count at the start of the table
431 dump.
432 (display_debug_lines_raw): Display the address size and segement
433 selector size fields, if present.
434 * testsuite/binutils-all/dw5.W: Update expected output.
435
9cc89dc0
AM
4362020-03-11 Alan Modra <amodra@gmail.com>
437
438 PR 25651
439 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
440 pad_to_set on second block of code dealing with padding.
441 Replace "c" with "num_sec" and don't recalculate number of
442 sections on second block. Size arrays using sizeof (element)
443 rather than sizeof (element type).
444
41da0822
AM
4452020-03-10 Alan Modra <amodra@gmail.com>
446
447 * objdump.c (disassemble_section): Don't call qsort unless
448 sym count is at least two.
449 (disassemble_data): Don't call memcpy with NULL src.
450
95099889
AM
4512020-03-09 Alan Modra <amodra@gmail.com>
452
453 PR 25645
454 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
455 to get_data rather than multiplying.
456 (dump_ia64_vms_dynamic_relocs): Likewise.
457 (process_version_sections): Correct order of size and nmemb args
458 in get_data call.
459 (process_mips_specific): Likewise.
460
a15de1f5
L
4612020-03-08 H.J. Lu <hongjiu.lu@intel.com>
462
463 * readelf.c (get_dynamic_data): Replace "memory chekers" with
464 "memory checkers" in comments.
465
9979ab66
SM
4662020-03-06 Simon Marchi <simon.marchi@efficios.com>
467
468 PR 25491
469 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
470 * doc/Makefile.in: Re-generate.
471
a0dcf297
NC
4722020-03-06 Nick Clifton <nickc@redhat.com>
473
474 * objcopy.c (check_new_section_flags): New function. Reject the
475 SEC_COFF_SHARED flag if the target is not a COFF binary.
476 (copy_object): Call check_new_section_flags.
477 (setup_section): Likewise.
478 * doc/binutils.texi (objcopy): Add a note that the 'share' section
479 flag cannot be applied to ELF binaries.
480
a9b90127
AM
4812020-03-06 Alan Modra <amodra@gmail.com>
482
483 PR 25637
484 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
485
d1faf7ca
AM
4862020-03-05 Alan Modra <amodra@gmail.com>
487
488 PR 25629
489 * objcopy.c (filter_symbols): Don't segfault on NULL
490 prefix_symbols_string.
491
eef64366
CE
4922020-03-04 Christian Eggers <ceggers@gmx.de>
493
494 * objcopy.c (copy_object): Convert from bytes to octets for
495 --gap-fill and --pad-to.
496
5be2b2f5
NC
4972020-03-03 Nick Clifton <nickc@redhat.com>
498
499 PR 25625
500 * prdbg.c (pr_tag_type): Remove call to abort.
501
b312fea1
AM
5022020-03-02 Aaron Merey <amerey@redhat.com>
503
504 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
505 selection.
506
ba3265d0
NC
5072020-03-02 Nick Clifton <nickc@redhat.com>
508
509 PR 25543
510 * readelf.c (dump_section_as_strings): Display new-line characters
511 as \n and then insert a line break.
512 * testsuite/binutils-all/pr25543.s: New test.
513 * testsuite/binutils-all/pr25543.d: Test driver.
514 * testsuite/binutils-all/readelf.exp: Run the new test.
515
736990c4
NC
5162020-02-27 Nick Clifton <nickc@redhat.com>
517
518 PR 25526
519 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
520 get_data is unable to load the string table.
521
dc1e8a47
AM
5222020-02-26 Alan Modra <amodra@gmail.com>
523
524 * elfedit.c: Indent labels correctly.
525 * readelf.c: Likewise.
526 * resres.c: Likewise.
527
ecda9016
L
5282020-02-25 H.J. Lu <hongjiu.lu@intel.com>
529
530 PR binutils/25584
531 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
532 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
533
83d4d556
NC
5342020-02-24 Nick Clifton <nickc@redhat.com>
535
536 PR 25499
537 * doc/binutils.texi (objdump): Fix typo in description of
538 objdump's -g option.
539
bd0cf5a6
NC
5402020-02-20 Nelson Chu <nelson.chu@sifive.com>
541
542 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
543 is changed.
544
741cb839
EC
5452020-02-19 Jordan Rupprecht <rupprecht@google.com>
546
547 * objdump.c (show_line): call bfd_demangle when using do_demangle.
548
9f1528a1
AB
5492020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * configure: Regenerate.
552
3a5d12fb
FS
5532020-02-10 Fangrui Song <maskray@google.com>
554
555 * objcopy.c (parse_flags): Handle "exclude".
556 * doc/binutils.texi: Document the support.
557
678d457f
AM
5582020-02-10 Aaron Merey <amerey@redhat.com>
559
560 * binutils/testsuite/binutils-all/debuginfod.exp:
561 Replace set ::env with setenv.
46471187
AM
562 Start server before setting environment variable.
563 Specify tmpdir as the location of the server's
564 database.
565 Check additional server metrics at start-up.
678d457f 566
e8319fde
NC
5672020-02-07 Nick Clifton <nickc@redhat.com>
568
569 * README-how-to-make-a-release: Add note about updating the
570 GAS/NEWS URL in the next release.
571
9fc0b501
SB
5722020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
573
574 PR 25469
575 * readelf.c (get_machine_flags): Add support for Z80N machine
576 number.
577
e1104d08
NC
5782020-02-07 Nick Clifton <nickc@redhat.com>
579
580 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
581 of the truncated file name.
582
c2e6f744 5832020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
584
585 * objdump.c (print_jump_visualisation): New function.
586 (disassemble_bytes): Call new function.
587
02e0be69
AM
5882020-02-06 Alan Modra <amodra@gmail.com>
589
590 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
591 TCL procedure.
592 (supports_gnu_osabi): New procedure.
593 (is_generic): New, from ld-lib.exp.
594 (supports_gnu_unique): Use the above.
595
e8b79122
AM
5962020-02-04 Alan Modra <amodra@gmail.com>
597
598 * Makefile.am (CFILES): Add od-elf32_avr.c.
599 * Makefile.in: Regenerate.
600 * po/POTFILES.in: Regenerate.
601
27a45f42
AS
6022020-02-03 Andreas Schwab <schwab@linux-m68k.org>
603
604 * readelf.c (dump_relocations, dump_relocations)
605 (decode_arm_unwind_bytecode, process_dynamic_section)
606 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
607 error message.
608
0b398d69
ST
6092020-02-03 Sergei Trofimovich <siarheit@google.com>
610
611 * coffdump.c (program_name): Drop redundant definition.
612 * srconv.c (program_name): Likewise
613 * sysdump.c (program_name): Likewise
614
a8c4d40b
L
6152020-02-02 H.J. Lu <hongjiu.lu@intel.com>
616
617 PR gas/25380
618 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
619 same file with different section pointers.
620
cb6ad9bb
NC
6212020-02-01 Nick Clifton <nickc@redhat.com>
622
623 * README-how-to-make-a-release: Update with more details on the
624 release making process.
625
53943f32
NC
6262020-01-31 Nick Clifton <nickc@redhat.com>
627
628 * po/sv.po: Updated Swedish translation.
629
55be8fd0
NC
6302020-01-28 Nick Clifton <nickc@redhat.com>
631
632 * readelf.c (get_build_id): Simplify warning message about corrupt
633 notes encountered whilst scanning for the build-id.
634
82ef9cad
RM
6352020-01-27 Roland McGrath <mcgrathr@google.com>
636
637 * objcopy.c (compare_gnu_build_notes): Fix comparison results
638 for overlapping ranges so that (A == B) == (B == A) holds.
639
e3696f67
AM
6402020-01-27 Alan Modra <amodra@gmail.com>
641
642 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
643 case statement with switch statement.
644
2f796de6
NC
6452020-01-24 Nick Clifton <nickc@redhat.com>
646
647 * readelf.c (get_build_id): Fix warning messages about corrupt
648 notes.
649
24e648d4
NC
6502020-01-23 Nick Clifton <nickc@redhat.com>
651
652 * po/fr.po: Updated French translation.
653
c48acf6f
YC
6542020-01-22 Yuri Chornoivan <yurchor@mageia.org>
655
656 PR 25417
657 * readelf.c (get_alpha_symbol_other): Fix error message typo.
658
26916852
NC
6592020-01-20 Nick Clifton <nickc@redhat.com>
660
661 * po/pt.po: Updated Portuguese translation.
662 * po/uk.po: Updated Ukranian translation.
663
b248e9ce
NC
6642020-01-18 Nick Clifton <nickc@redhat.com>
665
666 * README-how-to-make-a-release: Update notes on how to cut a
667 branch for a release.
668
1b1bb2c6
NC
6692020-01-18 Nick Clifton <nickc@redhat.com>
670
671 * configure: Regenerate.
672 * po/binutils.pot: Regenerate.
673
ae774686
NC
6742020-01-18 Nick Clifton <nickc@redhat.com>
675
676 Binutils 2.34 branch created.
677
82a9ed20
TT
6782020-01-17 Thomas Troeger <tstroege@gmx.de>
679
680 * objdump.c (jump_info_visualize_address): Discard jumps that are
681 no longer needed.
682 (disassemble_bytes): Only compute the maximum level if jumps were
683 detected.
684
6a1939f5
NC
6852020-01-13 Nick Clifton <nickc@redhat.com>
686
c87c17c1 687 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
688 * testsuite/binutils-all/debuginfod.exp: New tests.
689
1d67fe3b
TT
6902020-01-13 Thomas Troeger <tstroege@gmx.de>
691
692 * objdump.c (visualize_jumps, color_output, extended_color_output)
693 (detected_jumps): New variables.
694 (usage): Add the new jump visualization options.
695 (option_values): Add new option value.
696 (long_options): Add the new option.
697 (jump_info_new, jump_info_free): New functions.
698 (jump_info_min_address, jump_info_max_address): Likewise.
699 (jump_info_end_address, jump_info_is_start_address): Likewise.
700 (jump_info_is_end_address, jump_info_size): Likewise.
701 (jump_info_unlink, jump_info_insert): Likewise.
702 (jump_info_add_front, jump_info_move_linked): Likewise.
703 (jump_info_intersect, jump_info_merge): Likewise.
704 (jump_info_sort, jump_info_visualize_address): Likewise.
705 (disassemble_jumps): New function - used to locate jumps.
706 (disassemble_bytes): Add ascii art generation.
707 (disassemble_section): Add scan to locate jumps.
708 (main): Parse the new visualization option.
709 * doc/binutils.texi: Document the new feature.
710 * NEWS: Mention the new feature.
711
a788aedd
AM
7122020-01-13 Alan Modra <amodra@gmail.com>
713
a4f2b7c5
AM
714 PR 25360
715 PR 25361
a788aedd
AM
716 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
717 fde_fc col_type and col_offset.
718 * readelf.c (apply_relocations): Move symsec check earlier.
719 (free_debug_section): Free reloc_info.
720 (process_notes_at): Free pnotes on error path.
721 (process_object): Free dump_sects here..
722 (process_archive): ..not here.
723
805f38bc
AM
7242020-01-13 Alan Modra <amodra@gmail.com>
725
726 PR 25362
727 * nm.c (display_rel_file): Free dyn_syms.
728
ffebb0bb
NC
7292020-01-09 Nick Clifton <nickc@redhat.com>
730
731 PR 25220
732 * objcopy.c (empty_name): New variable.
733 (need_sym_before): Prevent an attempt to free a static variable.
734 (filter_symbols): Avoid strcmp test by checking for pointer
735 equality.
736
ade4fd9b
NC
7372020-01-09 Nick Clifton <nickc@redhat.com>
738
739 * po/zh_TW.po: Updated Traditional Chinese translation.
740
7412020-01-09 Aaron Merey <amerey@redhat.com>
742
743 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
744 * Makefile.in: Regenerate.
745 * NEWS: Update.
746 * config.in: Regenerate.
747 * configure: Regenerate.
748 * configure.ac: Call AC_DEBUGINFOD.
749 * doc/Makefile.in: Regenerate.
750 * doc/binutils.texi: Add section on using binutils
751 with debuginfod.
752 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
753 Query debuginfod servers for the target debug file.
754 (load_separate_debug_info): Call
755 debuginfod_fetch_separate_debug_info if configured with
756 debuginfod.
757 (load_separate_debug_files): Add file argument to
758 load_separate_debug_info calls.
759 * dwarf.h (get_build_id): Add declaration.
760 * objdump.c (get_build_id): New function. Get build-id of file.
761 * readelf.c (get_build_id): Likewise.
762 * testsuite/binutils-all/debuginfod.exp: New tests.
763 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
764 section.
765
6655dba2
SB
7662020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
767
768 * readelf.c: Add support for new Z*) relocations and machine
769 types.
770
b14ce8bf
AM
7712020-01-01 Alan Modra <amodra@gmail.com>
772
773 Update year range in copyright notice of all files.
774
0b114740 775For older changes see ChangeLog-2019
3499769a 776\f
0b114740 777Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
778
779Copying and distribution of this file, with or without modification,
780are permitted in any medium without royalty provided the copyright
781notice and this notice are preserved.
782
783Local Variables:
784mode: change-log
785left-margin: 8
786fill-column: 74
787version-control: never
788End: