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