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