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