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