]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
cb6ad9bb
NC
12020-02-01 Nick Clifton <nickc@redhat.com>
2
3 * README-how-to-make-a-release: Update with more details on the
4 release making process.
5
53943f32
NC
62020-01-31 Nick Clifton <nickc@redhat.com>
7
8 * po/sv.po: Updated Swedish translation.
9
55be8fd0
NC
102020-01-28 Nick Clifton <nickc@redhat.com>
11
12 * readelf.c (get_build_id): Simplify warning message about corrupt
13 notes encountered whilst scanning for the build-id.
14
82ef9cad
RM
152020-01-27 Roland McGrath <mcgrathr@google.com>
16
17 * objcopy.c (compare_gnu_build_notes): Fix comparison results
18 for overlapping ranges so that (A == B) == (B == A) holds.
19
e3696f67
AM
202020-01-27 Alan Modra <amodra@gmail.com>
21
22 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
23 case statement with switch statement.
24
2f796de6
NC
252020-01-24 Nick Clifton <nickc@redhat.com>
26
27 * readelf.c (get_build_id): Fix warning messages about corrupt
28 notes.
29
24e648d4
NC
302020-01-23 Nick Clifton <nickc@redhat.com>
31
32 * po/fr.po: Updated French translation.
33
c48acf6f
YC
342020-01-22 Yuri Chornoivan <yurchor@mageia.org>
35
36 PR 25417
37 * readelf.c (get_alpha_symbol_other): Fix error message typo.
38
26916852
NC
392020-01-20 Nick Clifton <nickc@redhat.com>
40
41 * po/pt.po: Updated Portuguese translation.
42 * po/uk.po: Updated Ukranian translation.
43
b248e9ce
NC
442020-01-18 Nick Clifton <nickc@redhat.com>
45
46 * README-how-to-make-a-release: Update notes on how to cut a
47 branch for a release.
48
1b1bb2c6
NC
492020-01-18 Nick Clifton <nickc@redhat.com>
50
51 * configure: Regenerate.
52 * po/binutils.pot: Regenerate.
53
ae774686
NC
542020-01-18 Nick Clifton <nickc@redhat.com>
55
56 Binutils 2.34 branch created.
57
82a9ed20
TT
582020-01-17 Thomas Troeger <tstroege@gmx.de>
59
60 * objdump.c (jump_info_visualize_address): Discard jumps that are
61 no longer needed.
62 (disassemble_bytes): Only compute the maximum level if jumps were
63 detected.
64
6a1939f5
NC
652020-01-13 Nick Clifton <nickc@redhat.com>
66
c87c17c1 67 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
68 * testsuite/binutils-all/debuginfod.exp: New tests.
69
1d67fe3b
TT
702020-01-13 Thomas Troeger <tstroege@gmx.de>
71
72 * objdump.c (visualize_jumps, color_output, extended_color_output)
73 (detected_jumps): New variables.
74 (usage): Add the new jump visualization options.
75 (option_values): Add new option value.
76 (long_options): Add the new option.
77 (jump_info_new, jump_info_free): New functions.
78 (jump_info_min_address, jump_info_max_address): Likewise.
79 (jump_info_end_address, jump_info_is_start_address): Likewise.
80 (jump_info_is_end_address, jump_info_size): Likewise.
81 (jump_info_unlink, jump_info_insert): Likewise.
82 (jump_info_add_front, jump_info_move_linked): Likewise.
83 (jump_info_intersect, jump_info_merge): Likewise.
84 (jump_info_sort, jump_info_visualize_address): Likewise.
85 (disassemble_jumps): New function - used to locate jumps.
86 (disassemble_bytes): Add ascii art generation.
87 (disassemble_section): Add scan to locate jumps.
88 (main): Parse the new visualization option.
89 * doc/binutils.texi: Document the new feature.
90 * NEWS: Mention the new feature.
91
a788aedd
AM
922020-01-13 Alan Modra <amodra@gmail.com>
93
a4f2b7c5
AM
94 PR 25360
95 PR 25361
a788aedd
AM
96 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
97 fde_fc col_type and col_offset.
98 * readelf.c (apply_relocations): Move symsec check earlier.
99 (free_debug_section): Free reloc_info.
100 (process_notes_at): Free pnotes on error path.
101 (process_object): Free dump_sects here..
102 (process_archive): ..not here.
103
805f38bc
AM
1042020-01-13 Alan Modra <amodra@gmail.com>
105
106 PR 25362
107 * nm.c (display_rel_file): Free dyn_syms.
108
ffebb0bb
NC
1092020-01-09 Nick Clifton <nickc@redhat.com>
110
111 PR 25220
112 * objcopy.c (empty_name): New variable.
113 (need_sym_before): Prevent an attempt to free a static variable.
114 (filter_symbols): Avoid strcmp test by checking for pointer
115 equality.
116
ade4fd9b
NC
1172020-01-09 Nick Clifton <nickc@redhat.com>
118
119 * po/zh_TW.po: Updated Traditional Chinese translation.
120
1212020-01-09 Aaron Merey <amerey@redhat.com>
122
123 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
124 * Makefile.in: Regenerate.
125 * NEWS: Update.
126 * config.in: Regenerate.
127 * configure: Regenerate.
128 * configure.ac: Call AC_DEBUGINFOD.
129 * doc/Makefile.in: Regenerate.
130 * doc/binutils.texi: Add section on using binutils
131 with debuginfod.
132 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
133 Query debuginfod servers for the target debug file.
134 (load_separate_debug_info): Call
135 debuginfod_fetch_separate_debug_info if configured with
136 debuginfod.
137 (load_separate_debug_files): Add file argument to
138 load_separate_debug_info calls.
139 * dwarf.h (get_build_id): Add declaration.
140 * objdump.c (get_build_id): New function. Get build-id of file.
141 * readelf.c (get_build_id): Likewise.
142 * testsuite/binutils-all/debuginfod.exp: New tests.
143 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
144 section.
145
6655dba2
SB
1462020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
147
148 * readelf.c: Add support for new Z*) relocations and machine
149 types.
150
b14ce8bf
AM
1512020-01-01 Alan Modra <amodra@gmail.com>
152
153 Update year range in copyright notice of all files.
154
0b114740 155For older changes see ChangeLog-2019
3499769a 156\f
0b114740 157Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
158
159Copying and distribution of this file, with or without modification,
160are permitted in any medium without royalty provided the copyright
161notice and this notice are preserved.
162
163Local Variables:
164mode: change-log
165left-margin: 8
166fill-column: 74
167version-control: never
168End: