More debuginfod tests fixes.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-02-10 Aaron Merey <amerey@redhat.com>
2
3 * binutils/testsuite/binutils-all/debuginfod.exp:
4 Replace set ::env with setenv.
5 Start server before setting environment variable.
6 Specify tmpdir as the location of the server's
7 database.
8 Check additional server metrics at start-up.
9
10 2020-02-07 Nick Clifton <nickc@redhat.com>
11
12 * README-how-to-make-a-release: Add note about updating the
13 GAS/NEWS URL in the next release.
14
15 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
16
17 PR 25469
18 * readelf.c (get_machine_flags): Add support for Z80N machine
19 number.
20
21 2020-02-07 Nick Clifton <nickc@redhat.com>
22
23 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
24 of the truncated file name.
25
26 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * objdump.c (print_jump_visualisation): New function.
29 (disassemble_bytes): Call new function.
30
31 2020-02-06 Alan Modra <amodra@gmail.com>
32
33 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
34 TCL procedure.
35 (supports_gnu_osabi): New procedure.
36 (is_generic): New, from ld-lib.exp.
37 (supports_gnu_unique): Use the above.
38
39 2020-02-04 Alan Modra <amodra@gmail.com>
40
41 * Makefile.am (CFILES): Add od-elf32_avr.c.
42 * Makefile.in: Regenerate.
43 * po/POTFILES.in: Regenerate.
44
45 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
46
47 * readelf.c (dump_relocations, dump_relocations)
48 (decode_arm_unwind_bytecode, process_dynamic_section)
49 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
50 error message.
51
52 2020-02-03 Sergei Trofimovich <siarheit@google.com>
53
54 * coffdump.c (program_name): Drop redundant definition.
55 * srconv.c (program_name): Likewise
56 * sysdump.c (program_name): Likewise
57
58 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR gas/25380
61 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
62 same file with different section pointers.
63
64 2020-02-01 Nick Clifton <nickc@redhat.com>
65
66 * README-how-to-make-a-release: Update with more details on the
67 release making process.
68
69 2020-01-31 Nick Clifton <nickc@redhat.com>
70
71 * po/sv.po: Updated Swedish translation.
72
73 2020-01-28 Nick Clifton <nickc@redhat.com>
74
75 * readelf.c (get_build_id): Simplify warning message about corrupt
76 notes encountered whilst scanning for the build-id.
77
78 2020-01-27 Roland McGrath <mcgrathr@google.com>
79
80 * objcopy.c (compare_gnu_build_notes): Fix comparison results
81 for overlapping ranges so that (A == B) == (B == A) holds.
82
83 2020-01-27 Alan Modra <amodra@gmail.com>
84
85 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
86 case statement with switch statement.
87
88 2020-01-24 Nick Clifton <nickc@redhat.com>
89
90 * readelf.c (get_build_id): Fix warning messages about corrupt
91 notes.
92
93 2020-01-23 Nick Clifton <nickc@redhat.com>
94
95 * po/fr.po: Updated French translation.
96
97 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
98
99 PR 25417
100 * readelf.c (get_alpha_symbol_other): Fix error message typo.
101
102 2020-01-20 Nick Clifton <nickc@redhat.com>
103
104 * po/pt.po: Updated Portuguese translation.
105 * po/uk.po: Updated Ukranian translation.
106
107 2020-01-18 Nick Clifton <nickc@redhat.com>
108
109 * README-how-to-make-a-release: Update notes on how to cut a
110 branch for a release.
111
112 2020-01-18 Nick Clifton <nickc@redhat.com>
113
114 * configure: Regenerate.
115 * po/binutils.pot: Regenerate.
116
117 2020-01-18 Nick Clifton <nickc@redhat.com>
118
119 Binutils 2.34 branch created.
120
121 2020-01-17 Thomas Troeger <tstroege@gmx.de>
122
123 * objdump.c (jump_info_visualize_address): Discard jumps that are
124 no longer needed.
125 (disassemble_bytes): Only compute the maximum level if jumps were
126 detected.
127
128 2020-01-13 Nick Clifton <nickc@redhat.com>
129
130 * objdump.c (disassemble_bytes): Remove C99-ism.
131 * testsuite/binutils-all/debuginfod.exp: New tests.
132
133 2020-01-13 Thomas Troeger <tstroege@gmx.de>
134
135 * objdump.c (visualize_jumps, color_output, extended_color_output)
136 (detected_jumps): New variables.
137 (usage): Add the new jump visualization options.
138 (option_values): Add new option value.
139 (long_options): Add the new option.
140 (jump_info_new, jump_info_free): New functions.
141 (jump_info_min_address, jump_info_max_address): Likewise.
142 (jump_info_end_address, jump_info_is_start_address): Likewise.
143 (jump_info_is_end_address, jump_info_size): Likewise.
144 (jump_info_unlink, jump_info_insert): Likewise.
145 (jump_info_add_front, jump_info_move_linked): Likewise.
146 (jump_info_intersect, jump_info_merge): Likewise.
147 (jump_info_sort, jump_info_visualize_address): Likewise.
148 (disassemble_jumps): New function - used to locate jumps.
149 (disassemble_bytes): Add ascii art generation.
150 (disassemble_section): Add scan to locate jumps.
151 (main): Parse the new visualization option.
152 * doc/binutils.texi: Document the new feature.
153 * NEWS: Mention the new feature.
154
155 2020-01-13 Alan Modra <amodra@gmail.com>
156
157 PR 25360
158 PR 25361
159 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
160 fde_fc col_type and col_offset.
161 * readelf.c (apply_relocations): Move symsec check earlier.
162 (free_debug_section): Free reloc_info.
163 (process_notes_at): Free pnotes on error path.
164 (process_object): Free dump_sects here..
165 (process_archive): ..not here.
166
167 2020-01-13 Alan Modra <amodra@gmail.com>
168
169 PR 25362
170 * nm.c (display_rel_file): Free dyn_syms.
171
172 2020-01-09 Nick Clifton <nickc@redhat.com>
173
174 PR 25220
175 * objcopy.c (empty_name): New variable.
176 (need_sym_before): Prevent an attempt to free a static variable.
177 (filter_symbols): Avoid strcmp test by checking for pointer
178 equality.
179
180 2020-01-09 Nick Clifton <nickc@redhat.com>
181
182 * po/zh_TW.po: Updated Traditional Chinese translation.
183
184 2020-01-09 Aaron Merey <amerey@redhat.com>
185
186 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
187 * Makefile.in: Regenerate.
188 * NEWS: Update.
189 * config.in: Regenerate.
190 * configure: Regenerate.
191 * configure.ac: Call AC_DEBUGINFOD.
192 * doc/Makefile.in: Regenerate.
193 * doc/binutils.texi: Add section on using binutils
194 with debuginfod.
195 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
196 Query debuginfod servers for the target debug file.
197 (load_separate_debug_info): Call
198 debuginfod_fetch_separate_debug_info if configured with
199 debuginfod.
200 (load_separate_debug_files): Add file argument to
201 load_separate_debug_info calls.
202 * dwarf.h (get_build_id): Add declaration.
203 * objdump.c (get_build_id): New function. Get build-id of file.
204 * readelf.c (get_build_id): Likewise.
205 * testsuite/binutils-all/debuginfod.exp: New tests.
206 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
207 section.
208
209 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
210
211 * readelf.c: Add support for new Z*) relocations and machine
212 types.
213
214 2020-01-01 Alan Modra <amodra@gmail.com>
215
216 Update year range in copyright notice of all files.
217
218 For older changes see ChangeLog-2019
219 \f
220 Copyright (C) 2020 Free Software Foundation, Inc.
221
222 Copying and distribution of this file, with or without modification,
223 are permitted in any medium without royalty provided the copyright
224 notice and this notice are preserved.
225
226 Local Variables:
227 mode: change-log
228 left-margin: 8
229 fill-column: 74
230 version-control: never
231 End:
This page took 0.035188 seconds and 5 git commands to generate.