]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
[gdb] Fix -Wstrict-null-sentinel warnings
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e8319fde
NC
12020-02-07 Nick Clifton <nickc@redhat.com>
2
3 * README-how-to-make-a-release: Add note about updating the
4 GAS/NEWS URL in the next release.
5
9fc0b501
SB
62020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
7
8 PR 25469
9 * readelf.c (get_machine_flags): Add support for Z80N machine
10 number.
11
e1104d08
NC
122020-02-07 Nick Clifton <nickc@redhat.com>
13
14 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
15 of the truncated file name.
16
c2e6f744 172020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
18
19 * objdump.c (print_jump_visualisation): New function.
20 (disassemble_bytes): Call new function.
21
02e0be69
AM
222020-02-06 Alan Modra <amodra@gmail.com>
23
24 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
25 TCL procedure.
26 (supports_gnu_osabi): New procedure.
27 (is_generic): New, from ld-lib.exp.
28 (supports_gnu_unique): Use the above.
29
e8b79122
AM
302020-02-04 Alan Modra <amodra@gmail.com>
31
32 * Makefile.am (CFILES): Add od-elf32_avr.c.
33 * Makefile.in: Regenerate.
34 * po/POTFILES.in: Regenerate.
35
27a45f42
AS
362020-02-03 Andreas Schwab <schwab@linux-m68k.org>
37
38 * readelf.c (dump_relocations, dump_relocations)
39 (decode_arm_unwind_bytecode, process_dynamic_section)
40 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
41 error message.
42
0b398d69
ST
432020-02-03 Sergei Trofimovich <siarheit@google.com>
44
45 * coffdump.c (program_name): Drop redundant definition.
46 * srconv.c (program_name): Likewise
47 * sysdump.c (program_name): Likewise
48
a8c4d40b
L
492020-02-02 H.J. Lu <hongjiu.lu@intel.com>
50
51 PR gas/25380
52 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
53 same file with different section pointers.
54
cb6ad9bb
NC
552020-02-01 Nick Clifton <nickc@redhat.com>
56
57 * README-how-to-make-a-release: Update with more details on the
58 release making process.
59
53943f32
NC
602020-01-31 Nick Clifton <nickc@redhat.com>
61
62 * po/sv.po: Updated Swedish translation.
63
55be8fd0
NC
642020-01-28 Nick Clifton <nickc@redhat.com>
65
66 * readelf.c (get_build_id): Simplify warning message about corrupt
67 notes encountered whilst scanning for the build-id.
68
82ef9cad
RM
692020-01-27 Roland McGrath <mcgrathr@google.com>
70
71 * objcopy.c (compare_gnu_build_notes): Fix comparison results
72 for overlapping ranges so that (A == B) == (B == A) holds.
73
e3696f67
AM
742020-01-27 Alan Modra <amodra@gmail.com>
75
76 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
77 case statement with switch statement.
78
2f796de6
NC
792020-01-24 Nick Clifton <nickc@redhat.com>
80
81 * readelf.c (get_build_id): Fix warning messages about corrupt
82 notes.
83
24e648d4
NC
842020-01-23 Nick Clifton <nickc@redhat.com>
85
86 * po/fr.po: Updated French translation.
87
c48acf6f
YC
882020-01-22 Yuri Chornoivan <yurchor@mageia.org>
89
90 PR 25417
91 * readelf.c (get_alpha_symbol_other): Fix error message typo.
92
26916852
NC
932020-01-20 Nick Clifton <nickc@redhat.com>
94
95 * po/pt.po: Updated Portuguese translation.
96 * po/uk.po: Updated Ukranian translation.
97
b248e9ce
NC
982020-01-18 Nick Clifton <nickc@redhat.com>
99
100 * README-how-to-make-a-release: Update notes on how to cut a
101 branch for a release.
102
1b1bb2c6
NC
1032020-01-18 Nick Clifton <nickc@redhat.com>
104
105 * configure: Regenerate.
106 * po/binutils.pot: Regenerate.
107
ae774686
NC
1082020-01-18 Nick Clifton <nickc@redhat.com>
109
110 Binutils 2.34 branch created.
111
82a9ed20
TT
1122020-01-17 Thomas Troeger <tstroege@gmx.de>
113
114 * objdump.c (jump_info_visualize_address): Discard jumps that are
115 no longer needed.
116 (disassemble_bytes): Only compute the maximum level if jumps were
117 detected.
118
6a1939f5
NC
1192020-01-13 Nick Clifton <nickc@redhat.com>
120
c87c17c1 121 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
122 * testsuite/binutils-all/debuginfod.exp: New tests.
123
1d67fe3b
TT
1242020-01-13 Thomas Troeger <tstroege@gmx.de>
125
126 * objdump.c (visualize_jumps, color_output, extended_color_output)
127 (detected_jumps): New variables.
128 (usage): Add the new jump visualization options.
129 (option_values): Add new option value.
130 (long_options): Add the new option.
131 (jump_info_new, jump_info_free): New functions.
132 (jump_info_min_address, jump_info_max_address): Likewise.
133 (jump_info_end_address, jump_info_is_start_address): Likewise.
134 (jump_info_is_end_address, jump_info_size): Likewise.
135 (jump_info_unlink, jump_info_insert): Likewise.
136 (jump_info_add_front, jump_info_move_linked): Likewise.
137 (jump_info_intersect, jump_info_merge): Likewise.
138 (jump_info_sort, jump_info_visualize_address): Likewise.
139 (disassemble_jumps): New function - used to locate jumps.
140 (disassemble_bytes): Add ascii art generation.
141 (disassemble_section): Add scan to locate jumps.
142 (main): Parse the new visualization option.
143 * doc/binutils.texi: Document the new feature.
144 * NEWS: Mention the new feature.
145
a788aedd
AM
1462020-01-13 Alan Modra <amodra@gmail.com>
147
a4f2b7c5
AM
148 PR 25360
149 PR 25361
a788aedd
AM
150 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
151 fde_fc col_type and col_offset.
152 * readelf.c (apply_relocations): Move symsec check earlier.
153 (free_debug_section): Free reloc_info.
154 (process_notes_at): Free pnotes on error path.
155 (process_object): Free dump_sects here..
156 (process_archive): ..not here.
157
805f38bc
AM
1582020-01-13 Alan Modra <amodra@gmail.com>
159
160 PR 25362
161 * nm.c (display_rel_file): Free dyn_syms.
162
ffebb0bb
NC
1632020-01-09 Nick Clifton <nickc@redhat.com>
164
165 PR 25220
166 * objcopy.c (empty_name): New variable.
167 (need_sym_before): Prevent an attempt to free a static variable.
168 (filter_symbols): Avoid strcmp test by checking for pointer
169 equality.
170
ade4fd9b
NC
1712020-01-09 Nick Clifton <nickc@redhat.com>
172
173 * po/zh_TW.po: Updated Traditional Chinese translation.
174
1752020-01-09 Aaron Merey <amerey@redhat.com>
176
177 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
178 * Makefile.in: Regenerate.
179 * NEWS: Update.
180 * config.in: Regenerate.
181 * configure: Regenerate.
182 * configure.ac: Call AC_DEBUGINFOD.
183 * doc/Makefile.in: Regenerate.
184 * doc/binutils.texi: Add section on using binutils
185 with debuginfod.
186 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
187 Query debuginfod servers for the target debug file.
188 (load_separate_debug_info): Call
189 debuginfod_fetch_separate_debug_info if configured with
190 debuginfod.
191 (load_separate_debug_files): Add file argument to
192 load_separate_debug_info calls.
193 * dwarf.h (get_build_id): Add declaration.
194 * objdump.c (get_build_id): New function. Get build-id of file.
195 * readelf.c (get_build_id): Likewise.
196 * testsuite/binutils-all/debuginfod.exp: New tests.
197 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
198 section.
199
6655dba2
SB
2002020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
201
202 * readelf.c: Add support for new Z*) relocations and machine
203 types.
204
b14ce8bf
AM
2052020-01-01 Alan Modra <amodra@gmail.com>
206
207 Update year range in copyright notice of all files.
208
0b114740 209For older changes see ChangeLog-2019
3499769a 210\f
0b114740 211Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
212
213Copying and distribution of this file, with or without modification,
214are permitted in any medium without royalty provided the copyright
215notice and this notice are preserved.
216
217Local Variables:
218mode: change-log
219left-margin: 8
220fill-column: 74
221version-control: never
222End: