]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Update comments about removed function
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
24e648d4
NC
12020-01-23 Nick Clifton <nickc@redhat.com>
2
3 * po/fr.po: Updated French translation.
4
c48acf6f
YC
52020-01-22 Yuri Chornoivan <yurchor@mageia.org>
6
7 PR 25417
8 * readelf.c (get_alpha_symbol_other): Fix error message typo.
9
26916852
NC
102020-01-20 Nick Clifton <nickc@redhat.com>
11
12 * po/pt.po: Updated Portuguese translation.
13 * po/uk.po: Updated Ukranian translation.
14
b248e9ce
NC
152020-01-18 Nick Clifton <nickc@redhat.com>
16
17 * README-how-to-make-a-release: Update notes on how to cut a
18 branch for a release.
19
1b1bb2c6
NC
202020-01-18 Nick Clifton <nickc@redhat.com>
21
22 * configure: Regenerate.
23 * po/binutils.pot: Regenerate.
24
ae774686
NC
252020-01-18 Nick Clifton <nickc@redhat.com>
26
27 Binutils 2.34 branch created.
28
82a9ed20
TT
292020-01-17 Thomas Troeger <tstroege@gmx.de>
30
31 * objdump.c (jump_info_visualize_address): Discard jumps that are
32 no longer needed.
33 (disassemble_bytes): Only compute the maximum level if jumps were
34 detected.
35
6a1939f5
NC
362020-01-13 Nick Clifton <nickc@redhat.com>
37
c87c17c1 38 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
39 * testsuite/binutils-all/debuginfod.exp: New tests.
40
1d67fe3b
TT
412020-01-13 Thomas Troeger <tstroege@gmx.de>
42
43 * objdump.c (visualize_jumps, color_output, extended_color_output)
44 (detected_jumps): New variables.
45 (usage): Add the new jump visualization options.
46 (option_values): Add new option value.
47 (long_options): Add the new option.
48 (jump_info_new, jump_info_free): New functions.
49 (jump_info_min_address, jump_info_max_address): Likewise.
50 (jump_info_end_address, jump_info_is_start_address): Likewise.
51 (jump_info_is_end_address, jump_info_size): Likewise.
52 (jump_info_unlink, jump_info_insert): Likewise.
53 (jump_info_add_front, jump_info_move_linked): Likewise.
54 (jump_info_intersect, jump_info_merge): Likewise.
55 (jump_info_sort, jump_info_visualize_address): Likewise.
56 (disassemble_jumps): New function - used to locate jumps.
57 (disassemble_bytes): Add ascii art generation.
58 (disassemble_section): Add scan to locate jumps.
59 (main): Parse the new visualization option.
60 * doc/binutils.texi: Document the new feature.
61 * NEWS: Mention the new feature.
62
a788aedd
AM
632020-01-13 Alan Modra <amodra@gmail.com>
64
a4f2b7c5
AM
65 PR 25360
66 PR 25361
a788aedd
AM
67 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
68 fde_fc col_type and col_offset.
69 * readelf.c (apply_relocations): Move symsec check earlier.
70 (free_debug_section): Free reloc_info.
71 (process_notes_at): Free pnotes on error path.
72 (process_object): Free dump_sects here..
73 (process_archive): ..not here.
74
805f38bc
AM
752020-01-13 Alan Modra <amodra@gmail.com>
76
77 PR 25362
78 * nm.c (display_rel_file): Free dyn_syms.
79
ffebb0bb
NC
802020-01-09 Nick Clifton <nickc@redhat.com>
81
82 PR 25220
83 * objcopy.c (empty_name): New variable.
84 (need_sym_before): Prevent an attempt to free a static variable.
85 (filter_symbols): Avoid strcmp test by checking for pointer
86 equality.
87
ade4fd9b
NC
882020-01-09 Nick Clifton <nickc@redhat.com>
89
90 * po/zh_TW.po: Updated Traditional Chinese translation.
91
922020-01-09 Aaron Merey <amerey@redhat.com>
93
94 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
95 * Makefile.in: Regenerate.
96 * NEWS: Update.
97 * config.in: Regenerate.
98 * configure: Regenerate.
99 * configure.ac: Call AC_DEBUGINFOD.
100 * doc/Makefile.in: Regenerate.
101 * doc/binutils.texi: Add section on using binutils
102 with debuginfod.
103 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
104 Query debuginfod servers for the target debug file.
105 (load_separate_debug_info): Call
106 debuginfod_fetch_separate_debug_info if configured with
107 debuginfod.
108 (load_separate_debug_files): Add file argument to
109 load_separate_debug_info calls.
110 * dwarf.h (get_build_id): Add declaration.
111 * objdump.c (get_build_id): New function. Get build-id of file.
112 * readelf.c (get_build_id): Likewise.
113 * testsuite/binutils-all/debuginfod.exp: New tests.
114 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
115 section.
116
6655dba2
SB
1172020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
118
119 * readelf.c: Add support for new Z*) relocations and machine
120 types.
121
b14ce8bf
AM
1222020-01-01 Alan Modra <amodra@gmail.com>
123
124 Update year range in copyright notice of all files.
125
0b114740 126For older changes see ChangeLog-2019
3499769a 127\f
0b114740 128Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
129
130Copying and distribution of this file, with or without modification,
131are permitted in any medium without royalty provided the copyright
132notice and this notice are preserved.
133
134Local Variables:
135mode: change-log
136left-margin: 8
137fill-column: 74
138version-control: never
139End: