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