]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
PowerPC64: remove empty .rela.dyn (.rela.branch_lt)
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e409955d
FS
12020-04-17 Fredrik Strupe <fredrik@strupe.net>
2
3 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
4 conditional VDUP instructions are disassembled correctly.
5 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
6 vdup-cond.d.
7 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
8 that VDUP instructions (which are conditional in A32) can be
9 disassembled in thumb mode.
10 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
11 vdup-thumb.d.
12
ca3f923f
AM
132020-04-17 Alan Modra <amodra@gmail.com>
14
15 PR 25840
16 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
17
937f6614
AM
182020-04-16 Alan Modra <amodra@gmail.com>
19
20 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
21 --no-addresses description.
22
b1bc1394
AM
232020-04-15 Alan Modra <amodra@gmail.com>
24
25 * objdump.c (no_addresses): New static var.
26 (usage): Print help for --no-addresses.
27 (long_options): Add --no-addresses entry.
28 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
29 (disassemble_bytes): Don't print current line address, or reloc
30 address.
31 * doc/binutils.texi: Document objdump --no-addresses.
32
001890e1
AM
332020-04-15 Alan Modra <amodra@gmail.com>
34
35 PR 25822
36 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
37 reading buckets or chains fails.
38
b71d4fa7
AM
392020-04-15 Alan Modra <amodra@gmail.com>
40
41 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
42 etc. after freeing.
43
89246a0e
AM
442020-04-15 Alan Modra <amodra@gmail.com>
45
46 * readelf.c (get_group_flags): Translate text.
47 (get_file_type, get_symbol_binding, get_symbol_type),
48 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
49
c98a4545
AM
502020-04-15 Alan Modra <amodra@gmail.com>
51
52 PR 25821
53 * readelf.c (get_num_dynamic_syms): Typo fix.
54
645f43a8
AM
552020-04-14 Alan Modra <amodra@gmail.com>
56
57 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
58 possibility of overflow when checking number of conflicts.
59
10ca4b04
L
602020-04-14 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/25707
63 * readelf.c (nbuckets): New.
64 (nchains): Likewise.
65 (buckets): Likewise.
66 (chains): Likewise.
67 (ngnubuckets): Likewise.
68 (gnubuckets): Likewise.
69 (gnuchains): Likewise.
70 (mipsxlat): Likewise.
71 (ngnuchains): Likewise.
72 (gnusymidx): Likewise.
73 (VALID_SYMBOL_NAME): Likewise.
74 (VALID_DYNAMIC_NAME): Use it.
75 (get_dynamic_data): Moved before process_dynamic_section.
76 (get_num_dynamic_syms): New function.
77 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
78 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
79 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
80 table.
81 (get_symbol_index_type): Don't print "bad section index" when
82 there is no section header.
83 (print_dynamic_symbol): Rewrite.
84 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
85 symbol table.
86
bb897477
RO
872020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
88
89 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
90 enable on *-*-solaris*.
91
00386881
NC
922020-03-30 Nick Clifton <nickc@redhat.com>
93
94 PR binutils/25662
95 * objcopy.c (copy_object): When copying PE format files set the
96 timestamp field in the pe_data structure if the preserve_dates
97 flag is set.
98 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
99 --preserve-dates in place of the -p option, in order to make its
100 effect more obvious.
101
0a6a8b59
AM
1022020-03-28 Alan Modra <amodra@gmail.com>
103
104 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
105 clear_xfail hppa*-*-*elf*. Revert mips xfails.
106
6a81c59b
AM
1072020-03-28 Alan Modra <amodra@gmail.com>
108
109 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
110 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
111 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
112 test. Pass "-p" to objcopy for the executable test.
113
1fafefd5
JL
1142020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
115
116 PR binutils/25662
117 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
118 specify whether an object file or executable should be built and tested.
119 Change test names to report whether an object file or executable is
120 being tested.
121 * testsuite/binutils-all/pr25662.ld: New test.
122 * testsuite/binutils-all/pr25662.s: New test.
123
80e2a3b6
AM
1242020-03-27 Alan Modra <amodra@gmail.com>
125
126 * readelf.c (process_archive): Don't double free qualified_name.
127 Don't break out of loop with "negative" archive_file_size, just
128 set file offset to max.
129
4c836627
AM
1302020-03-25 Alan Modra <amodra@gmail.com>
131
132 * readelf.c (process_archive): Prevent endless loop.
133
1081065c
L
1342020-03-24 H.J. Lu <hongjiu.lu@intel.com>
135
136 PR binutils/25708
137 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
138 with bfd_get_symbol_version_string.
139 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
140 * objdump.c (objdump_print_symname): Likewise.
141
7e6e972f
L
1422020-03-24 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR binutils/25708
145 * nm.c (SYM_NAME): Removed.
146 (print_symname): Add a pointer to struct extended_symbol_info
147 argument. Call _bfd_elf_get_symbol_version_name to get symbol
148 version.
149 (print_symdef_entry): Pass NULL to print_symname.
150 (print_symbol_info_bsd): Update call to print_symname.
151 (print_symbol_info_sysv): Likewise.
152 (print_symbol_info_posix): Likewise.
153
5a814d6d
AM
1542020-03-24 Alan Modra <amodra@gmail.com>
155
156 * readelf.c (process_mips_specific): Free iconf on error path.
157
0636b245
NC
1582020-03-23 Nick Clifton <nickc@redhat.com>
159
160 PR 25714
161 * wrstabs.c (stab_pop_type): Replace assertion with error return.
162 * write_stabs_in_sections_debugging_info: Likewise.
163 * stab_enum_type: Likewise.
164 * stab_modify_type: Likewise.
165 * stab_struct_field: Likewise.
166 * stab_end_struct_type: Likewise.
167 * stab_start_class_type: Likewise.
168 * stab_class_static_member: Likewise.
169 * stab_class_baseclass: Likewise.
170 * stab_class_start_method: Likewise.
171 * stab_class_method_var: Likewise.
172 * stab_class_end_method: Likewise.
173 * stab_end_class_type: Likewise.
174 * stab_typedef_type: Likewise.
175 * stab_start_function: Likewise.
176 * stab_end_block: Likewise.
177 * stab_lineno: Likewise.
178
5844b465
NC
1792020-03-20 Nick Clifton <nickc@redhat.com>
180
181 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
182 (process_section_headers): Check the return value from
183 get_compression_header.
184 (dump_section_as_strings): Likewise.
185 (dump_section_as_bytes): Likewise.
186 (load_specific_debug_section): Likewise.
187
3d98c460
L
1882020-03-20 H.J. Lu <hongjiu.lu@intel.com>
189
190 * ar.c (main): Update bfd_plugin_set_program_name call.
191 * nm.c (main): Likewise.
192
f3a08f77
NC
1932020-03-19 Nick Clifton <nickc@redhat.com>
194
195 PR 25676
196 * testsuite/binutils-all/dw4.s: New test source file.
197 * testsuite/binutils-all/nm.exp: Run the new test.
198
ef3df110
L
1992020-03-19 H.J. Lu <hongjiu.lu@intel.com>
200
201 * readelf.c (process_symbol_table): Use unsigned long for si.
202
81a65eb3
AM
2032020-03-19 Alan Modra <amodra@gmail.com>
204
205 * elfcomm.c: Don't include bfd.h or bucomm.h.
206 (program_name): Declare.
207 (process_archive_index_and_symbols): Replace bfd_boolean with int,
208 and substitute FALSE and TRUE.
209 (setup_archive, setup_nested_archive): Likewise.
210 * elfcomm.h: Likewise.
211
1cb7d8b1
AM
2122020-03-19 Alan Modra <amodra@gmail.com>
213
214 * readelf.c (process_archive): Always return via path freeing
215 memory. Formatting.
216
b966f55f
AM
2172020-03-19 Alan Modra <amodra@gmail.com>
218
219 * readelf.c (process_netbsd_elf_note): Validate descsz before
220 accessing descdata. Formatting.
221
645ba681
AM
2222020-03-19 Alan Modra <amodra@gmail.com>
223
224 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
225 * elfcomm.h (setup_archive): Update prototype.
226
28d13567
AM
2272020-03-16 Alan Modra <amodra@gmail.com>
228
229 * readelf.c (get_symbols): New function.
230 (process_relocs, ia64_process_unwind, hppa_process_unwind),
231 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
232
60e63c3e
AM
2332020-03-16 Alan Modra <amodra@gmail.com>
234
235 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
236 Detect shift overflows and check that terminating byte is found.
237 Print an error on a bad uleb128.
238
1bd6175a
AM
2392020-03-14 Alan Modra <amodra@gmail.com>
240
241 * readelf.c (process_file): Clean ba_cache.
242
780f96ae
AM
2432020-03-14 Alan Modra <amodra@gmail.com>
244
245 * elfcomm.h (setup_archive): Update prototype.
246 * elfcomm.c (setup_archive): Add file_size parameter and sanity
247 check longnames_size.
248 (setup_nested_archive): Get file size and pass to setup_archive.
249 * elfedit.c (process_archive): Likewise.
250 * readelf.c (process_archive): Pass filedata->file_size to
251 setup_archive.
252
f761cb13
AM
2532020-03-14 Alan Modra <amodra@gmail.com>
254
255 * readelf.c (dump_section_as_strings): Free memory on error exit.
256 (dump_section_as_bytes, process_notes_at): Likewise.
257 (get_build_id): Free enote.
258
06d949ec
KR
2592020-03-13 Kamil Rytarowski <n54@gmx.com>
260
261 * readelf.c (get_netbsd_elfcore_note_type): Add support for
262 NT_NETBSDCORE_LWPSTATUS notes.
263
fd486f32
AM
2642020-03-13 Alan Modra <amodra@gmail.com>
265
266 * elfcomm.c (get_archive_member_name): Always return malloc'd
267 string or NULL.
268 * elfedit.c (process_archive): Tidy memory on all return paths.
269 * readelf.c (process_archive): Likewise.
270 (process_symbol_table): Likewise.
271 (ba_cache): New, replacing ..
272 (get_symbol_for_build_attribute): ..static vars here. Free
273 strtab and symtab before loading new ones. Reject symtab without
274 valid strtab in loop, breaking out of loop on valid symtab.
275 (process_file): Free ba_cache symtab and strtab here, resetting
276 ba_cache.
277
8fb879cd
AM
2782020-03-12 Alan Modra <amodra@gmail.com>
279
280 * readelf.c (process_section_headers): Don't just set
281 filedata->section_headers NULL, free it first. Similarly for
282 dynamic_symbols, dynamic_strings, dynamic_syminfo and
283 symtab_shndx_list. Zero associated counts too.
284 (process_object): Free symtab_shndx_list.
285 (process_file): Free various allocated filedata tables.
286
5496f3c6
NC
2872020-03-11 Nick Clifton <nickc@redhat.com>
288
289 PR 25611
290 PR 25614
291 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
292 li_segment_size fields.
293 * dwarf.c (read_debug_line_header): Record the address size and
294 segment selector size values (if present) in the lineinfo
295 structure.
296 (display_formatted_table): Warn if the format count is empty but
297 the table itself is not empty.
298 Display the format count and entry count at the start of the table
299 dump.
300 (display_debug_lines_raw): Display the address size and segement
301 selector size fields, if present.
302 * testsuite/binutils-all/dw5.W: Update expected output.
303
9cc89dc0
AM
3042020-03-11 Alan Modra <amodra@gmail.com>
305
306 PR 25651
307 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
308 pad_to_set on second block of code dealing with padding.
309 Replace "c" with "num_sec" and don't recalculate number of
310 sections on second block. Size arrays using sizeof (element)
311 rather than sizeof (element type).
312
41da0822
AM
3132020-03-10 Alan Modra <amodra@gmail.com>
314
315 * objdump.c (disassemble_section): Don't call qsort unless
316 sym count is at least two.
317 (disassemble_data): Don't call memcpy with NULL src.
318
95099889
AM
3192020-03-09 Alan Modra <amodra@gmail.com>
320
321 PR 25645
322 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
323 to get_data rather than multiplying.
324 (dump_ia64_vms_dynamic_relocs): Likewise.
325 (process_version_sections): Correct order of size and nmemb args
326 in get_data call.
327 (process_mips_specific): Likewise.
328
a15de1f5
L
3292020-03-08 H.J. Lu <hongjiu.lu@intel.com>
330
331 * readelf.c (get_dynamic_data): Replace "memory chekers" with
332 "memory checkers" in comments.
333
9979ab66
SM
3342020-03-06 Simon Marchi <simon.marchi@efficios.com>
335
336 PR 25491
337 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
338 * doc/Makefile.in: Re-generate.
339
a0dcf297
NC
3402020-03-06 Nick Clifton <nickc@redhat.com>
341
342 * objcopy.c (check_new_section_flags): New function. Reject the
343 SEC_COFF_SHARED flag if the target is not a COFF binary.
344 (copy_object): Call check_new_section_flags.
345 (setup_section): Likewise.
346 * doc/binutils.texi (objcopy): Add a note that the 'share' section
347 flag cannot be applied to ELF binaries.
348
a9b90127
AM
3492020-03-06 Alan Modra <amodra@gmail.com>
350
351 PR 25637
352 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
353
d1faf7ca
AM
3542020-03-05 Alan Modra <amodra@gmail.com>
355
356 PR 25629
357 * objcopy.c (filter_symbols): Don't segfault on NULL
358 prefix_symbols_string.
359
eef64366
CE
3602020-03-04 Christian Eggers <ceggers@gmx.de>
361
362 * objcopy.c (copy_object): Convert from bytes to octets for
363 --gap-fill and --pad-to.
364
5be2b2f5
NC
3652020-03-03 Nick Clifton <nickc@redhat.com>
366
367 PR 25625
368 * prdbg.c (pr_tag_type): Remove call to abort.
369
b312fea1
AM
3702020-03-02 Aaron Merey <amerey@redhat.com>
371
372 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
373 selection.
374
ba3265d0
NC
3752020-03-02 Nick Clifton <nickc@redhat.com>
376
377 PR 25543
378 * readelf.c (dump_section_as_strings): Display new-line characters
379 as \n and then insert a line break.
380 * testsuite/binutils-all/pr25543.s: New test.
381 * testsuite/binutils-all/pr25543.d: Test driver.
382 * testsuite/binutils-all/readelf.exp: Run the new test.
383
736990c4
NC
3842020-02-27 Nick Clifton <nickc@redhat.com>
385
386 PR 25526
387 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
388 get_data is unable to load the string table.
389
dc1e8a47
AM
3902020-02-26 Alan Modra <amodra@gmail.com>
391
392 * elfedit.c: Indent labels correctly.
393 * readelf.c: Likewise.
394 * resres.c: Likewise.
395
ecda9016
L
3962020-02-25 H.J. Lu <hongjiu.lu@intel.com>
397
398 PR binutils/25584
399 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
400 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
401
83d4d556
NC
4022020-02-24 Nick Clifton <nickc@redhat.com>
403
404 PR 25499
405 * doc/binutils.texi (objdump): Fix typo in description of
406 objdump's -g option.
407
bd0cf5a6
NC
4082020-02-20 Nelson Chu <nelson.chu@sifive.com>
409
410 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
411 is changed.
412
741cb839
EC
4132020-02-19 Jordan Rupprecht <rupprecht@google.com>
414
415 * objdump.c (show_line): call bfd_demangle when using do_demangle.
416
9f1528a1
AB
4172020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * configure: Regenerate.
420
3a5d12fb
FS
4212020-02-10 Fangrui Song <maskray@google.com>
422
423 * objcopy.c (parse_flags): Handle "exclude".
424 * doc/binutils.texi: Document the support.
425
678d457f
AM
4262020-02-10 Aaron Merey <amerey@redhat.com>
427
428 * binutils/testsuite/binutils-all/debuginfod.exp:
429 Replace set ::env with setenv.
46471187
AM
430 Start server before setting environment variable.
431 Specify tmpdir as the location of the server's
432 database.
433 Check additional server metrics at start-up.
678d457f 434
e8319fde
NC
4352020-02-07 Nick Clifton <nickc@redhat.com>
436
437 * README-how-to-make-a-release: Add note about updating the
438 GAS/NEWS URL in the next release.
439
9fc0b501
SB
4402020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
441
442 PR 25469
443 * readelf.c (get_machine_flags): Add support for Z80N machine
444 number.
445
e1104d08
NC
4462020-02-07 Nick Clifton <nickc@redhat.com>
447
448 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
449 of the truncated file name.
450
c2e6f744 4512020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
452
453 * objdump.c (print_jump_visualisation): New function.
454 (disassemble_bytes): Call new function.
455
02e0be69
AM
4562020-02-06 Alan Modra <amodra@gmail.com>
457
458 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
459 TCL procedure.
460 (supports_gnu_osabi): New procedure.
461 (is_generic): New, from ld-lib.exp.
462 (supports_gnu_unique): Use the above.
463
e8b79122
AM
4642020-02-04 Alan Modra <amodra@gmail.com>
465
466 * Makefile.am (CFILES): Add od-elf32_avr.c.
467 * Makefile.in: Regenerate.
468 * po/POTFILES.in: Regenerate.
469
27a45f42
AS
4702020-02-03 Andreas Schwab <schwab@linux-m68k.org>
471
472 * readelf.c (dump_relocations, dump_relocations)
473 (decode_arm_unwind_bytecode, process_dynamic_section)
474 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
475 error message.
476
0b398d69
ST
4772020-02-03 Sergei Trofimovich <siarheit@google.com>
478
479 * coffdump.c (program_name): Drop redundant definition.
480 * srconv.c (program_name): Likewise
481 * sysdump.c (program_name): Likewise
482
a8c4d40b
L
4832020-02-02 H.J. Lu <hongjiu.lu@intel.com>
484
485 PR gas/25380
486 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
487 same file with different section pointers.
488
cb6ad9bb
NC
4892020-02-01 Nick Clifton <nickc@redhat.com>
490
491 * README-how-to-make-a-release: Update with more details on the
492 release making process.
493
53943f32
NC
4942020-01-31 Nick Clifton <nickc@redhat.com>
495
496 * po/sv.po: Updated Swedish translation.
497
55be8fd0
NC
4982020-01-28 Nick Clifton <nickc@redhat.com>
499
500 * readelf.c (get_build_id): Simplify warning message about corrupt
501 notes encountered whilst scanning for the build-id.
502
82ef9cad
RM
5032020-01-27 Roland McGrath <mcgrathr@google.com>
504
505 * objcopy.c (compare_gnu_build_notes): Fix comparison results
506 for overlapping ranges so that (A == B) == (B == A) holds.
507
e3696f67
AM
5082020-01-27 Alan Modra <amodra@gmail.com>
509
510 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
511 case statement with switch statement.
512
2f796de6
NC
5132020-01-24 Nick Clifton <nickc@redhat.com>
514
515 * readelf.c (get_build_id): Fix warning messages about corrupt
516 notes.
517
24e648d4
NC
5182020-01-23 Nick Clifton <nickc@redhat.com>
519
520 * po/fr.po: Updated French translation.
521
c48acf6f
YC
5222020-01-22 Yuri Chornoivan <yurchor@mageia.org>
523
524 PR 25417
525 * readelf.c (get_alpha_symbol_other): Fix error message typo.
526
26916852
NC
5272020-01-20 Nick Clifton <nickc@redhat.com>
528
529 * po/pt.po: Updated Portuguese translation.
530 * po/uk.po: Updated Ukranian translation.
531
b248e9ce
NC
5322020-01-18 Nick Clifton <nickc@redhat.com>
533
534 * README-how-to-make-a-release: Update notes on how to cut a
535 branch for a release.
536
1b1bb2c6
NC
5372020-01-18 Nick Clifton <nickc@redhat.com>
538
539 * configure: Regenerate.
540 * po/binutils.pot: Regenerate.
541
ae774686
NC
5422020-01-18 Nick Clifton <nickc@redhat.com>
543
544 Binutils 2.34 branch created.
545
82a9ed20
TT
5462020-01-17 Thomas Troeger <tstroege@gmx.de>
547
548 * objdump.c (jump_info_visualize_address): Discard jumps that are
549 no longer needed.
550 (disassemble_bytes): Only compute the maximum level if jumps were
551 detected.
552
6a1939f5
NC
5532020-01-13 Nick Clifton <nickc@redhat.com>
554
c87c17c1 555 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
556 * testsuite/binutils-all/debuginfod.exp: New tests.
557
1d67fe3b
TT
5582020-01-13 Thomas Troeger <tstroege@gmx.de>
559
560 * objdump.c (visualize_jumps, color_output, extended_color_output)
561 (detected_jumps): New variables.
562 (usage): Add the new jump visualization options.
563 (option_values): Add new option value.
564 (long_options): Add the new option.
565 (jump_info_new, jump_info_free): New functions.
566 (jump_info_min_address, jump_info_max_address): Likewise.
567 (jump_info_end_address, jump_info_is_start_address): Likewise.
568 (jump_info_is_end_address, jump_info_size): Likewise.
569 (jump_info_unlink, jump_info_insert): Likewise.
570 (jump_info_add_front, jump_info_move_linked): Likewise.
571 (jump_info_intersect, jump_info_merge): Likewise.
572 (jump_info_sort, jump_info_visualize_address): Likewise.
573 (disassemble_jumps): New function - used to locate jumps.
574 (disassemble_bytes): Add ascii art generation.
575 (disassemble_section): Add scan to locate jumps.
576 (main): Parse the new visualization option.
577 * doc/binutils.texi: Document the new feature.
578 * NEWS: Mention the new feature.
579
a788aedd
AM
5802020-01-13 Alan Modra <amodra@gmail.com>
581
a4f2b7c5
AM
582 PR 25360
583 PR 25361
a788aedd
AM
584 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
585 fde_fc col_type and col_offset.
586 * readelf.c (apply_relocations): Move symsec check earlier.
587 (free_debug_section): Free reloc_info.
588 (process_notes_at): Free pnotes on error path.
589 (process_object): Free dump_sects here..
590 (process_archive): ..not here.
591
805f38bc
AM
5922020-01-13 Alan Modra <amodra@gmail.com>
593
594 PR 25362
595 * nm.c (display_rel_file): Free dyn_syms.
596
ffebb0bb
NC
5972020-01-09 Nick Clifton <nickc@redhat.com>
598
599 PR 25220
600 * objcopy.c (empty_name): New variable.
601 (need_sym_before): Prevent an attempt to free a static variable.
602 (filter_symbols): Avoid strcmp test by checking for pointer
603 equality.
604
ade4fd9b
NC
6052020-01-09 Nick Clifton <nickc@redhat.com>
606
607 * po/zh_TW.po: Updated Traditional Chinese translation.
608
6092020-01-09 Aaron Merey <amerey@redhat.com>
610
611 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
612 * Makefile.in: Regenerate.
613 * NEWS: Update.
614 * config.in: Regenerate.
615 * configure: Regenerate.
616 * configure.ac: Call AC_DEBUGINFOD.
617 * doc/Makefile.in: Regenerate.
618 * doc/binutils.texi: Add section on using binutils
619 with debuginfod.
620 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
621 Query debuginfod servers for the target debug file.
622 (load_separate_debug_info): Call
623 debuginfod_fetch_separate_debug_info if configured with
624 debuginfod.
625 (load_separate_debug_files): Add file argument to
626 load_separate_debug_info calls.
627 * dwarf.h (get_build_id): Add declaration.
628 * objdump.c (get_build_id): New function. Get build-id of file.
629 * readelf.c (get_build_id): Likewise.
630 * testsuite/binutils-all/debuginfod.exp: New tests.
631 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
632 section.
633
6655dba2
SB
6342020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
635
636 * readelf.c: Add support for new Z*) relocations and machine
637 types.
638
b14ce8bf
AM
6392020-01-01 Alan Modra <amodra@gmail.com>
640
641 Update year range in copyright notice of all files.
642
0b114740 643For older changes see ChangeLog-2019
3499769a 644\f
0b114740 645Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
646
647Copying and distribution of this file, with or without modification,
648are permitted in any medium without royalty provided the copyright
649notice and this notice are preserved.
650
651Local Variables:
652mode: change-log
653left-margin: 8
654fill-column: 74
655version-control: never
656End: