]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Update top level config files with copies from the official repository.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
82a9ed20
TT
12020-01-17 Thomas Troeger <tstroege@gmx.de>
2
3 * objdump.c (jump_info_visualize_address): Discard jumps that are
4 no longer needed.
5 (disassemble_bytes): Only compute the maximum level if jumps were
6 detected.
7
6a1939f5
NC
82020-01-13 Nick Clifton <nickc@redhat.com>
9
c87c17c1 10 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
11 * testsuite/binutils-all/debuginfod.exp: New tests.
12
1d67fe3b
TT
132020-01-13 Thomas Troeger <tstroege@gmx.de>
14
15 * objdump.c (visualize_jumps, color_output, extended_color_output)
16 (detected_jumps): New variables.
17 (usage): Add the new jump visualization options.
18 (option_values): Add new option value.
19 (long_options): Add the new option.
20 (jump_info_new, jump_info_free): New functions.
21 (jump_info_min_address, jump_info_max_address): Likewise.
22 (jump_info_end_address, jump_info_is_start_address): Likewise.
23 (jump_info_is_end_address, jump_info_size): Likewise.
24 (jump_info_unlink, jump_info_insert): Likewise.
25 (jump_info_add_front, jump_info_move_linked): Likewise.
26 (jump_info_intersect, jump_info_merge): Likewise.
27 (jump_info_sort, jump_info_visualize_address): Likewise.
28 (disassemble_jumps): New function - used to locate jumps.
29 (disassemble_bytes): Add ascii art generation.
30 (disassemble_section): Add scan to locate jumps.
31 (main): Parse the new visualization option.
32 * doc/binutils.texi: Document the new feature.
33 * NEWS: Mention the new feature.
34
a788aedd
AM
352020-01-13 Alan Modra <amodra@gmail.com>
36
a4f2b7c5
AM
37 PR 25360
38 PR 25361
a788aedd
AM
39 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
40 fde_fc col_type and col_offset.
41 * readelf.c (apply_relocations): Move symsec check earlier.
42 (free_debug_section): Free reloc_info.
43 (process_notes_at): Free pnotes on error path.
44 (process_object): Free dump_sects here..
45 (process_archive): ..not here.
46
805f38bc
AM
472020-01-13 Alan Modra <amodra@gmail.com>
48
49 PR 25362
50 * nm.c (display_rel_file): Free dyn_syms.
51
ffebb0bb
NC
522020-01-09 Nick Clifton <nickc@redhat.com>
53
54 PR 25220
55 * objcopy.c (empty_name): New variable.
56 (need_sym_before): Prevent an attempt to free a static variable.
57 (filter_symbols): Avoid strcmp test by checking for pointer
58 equality.
59
ade4fd9b
NC
602020-01-09 Nick Clifton <nickc@redhat.com>
61
62 * po/zh_TW.po: Updated Traditional Chinese translation.
63
642020-01-09 Aaron Merey <amerey@redhat.com>
65
66 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
67 * Makefile.in: Regenerate.
68 * NEWS: Update.
69 * config.in: Regenerate.
70 * configure: Regenerate.
71 * configure.ac: Call AC_DEBUGINFOD.
72 * doc/Makefile.in: Regenerate.
73 * doc/binutils.texi: Add section on using binutils
74 with debuginfod.
75 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
76 Query debuginfod servers for the target debug file.
77 (load_separate_debug_info): Call
78 debuginfod_fetch_separate_debug_info if configured with
79 debuginfod.
80 (load_separate_debug_files): Add file argument to
81 load_separate_debug_info calls.
82 * dwarf.h (get_build_id): Add declaration.
83 * objdump.c (get_build_id): New function. Get build-id of file.
84 * readelf.c (get_build_id): Likewise.
85 * testsuite/binutils-all/debuginfod.exp: New tests.
86 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
87 section.
88
6655dba2
SB
892020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
90
91 * readelf.c: Add support for new Z*) relocations and machine
92 types.
93
b14ce8bf
AM
942020-01-01 Alan Modra <amodra@gmail.com>
95
96 Update year range in copyright notice of all files.
97
0b114740 98For older changes see ChangeLog-2019
3499769a 99\f
0b114740 100Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
101
102Copying and distribution of this file, with or without modification,
103are permitted in any medium without royalty provided the copyright
104notice and this notice are preserved.
105
106Local Variables:
107mode: change-log
108left-margin: 8
109fill-column: 74
110version-control: never
111End: