]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Jump visualization: Handle the case where the disassembled bytes occupy two lines.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ece12829
TT
12020-02-06 Thomas Troeger <tstroege@gmx.de>
2
3 * objdump.c (print_jump_visualisation): New function.
4 (disassemble_bytes): Call new function.
5
02e0be69
AM
62020-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
e8b79122
AM
142020-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
27a45f42
AS
202020-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
0b398d69
ST
272020-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
a8c4d40b
L
332020-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
cb6ad9bb
NC
392020-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
53943f32
NC
442020-01-31 Nick Clifton <nickc@redhat.com>
45
46 * po/sv.po: Updated Swedish translation.
47
55be8fd0
NC
482020-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
82ef9cad
RM
532020-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
e3696f67
AM
582020-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
2f796de6
NC
632020-01-24 Nick Clifton <nickc@redhat.com>
64
65 * readelf.c (get_build_id): Fix warning messages about corrupt
66 notes.
67
24e648d4
NC
682020-01-23 Nick Clifton <nickc@redhat.com>
69
70 * po/fr.po: Updated French translation.
71
c48acf6f
YC
722020-01-22 Yuri Chornoivan <yurchor@mageia.org>
73
74 PR 25417
75 * readelf.c (get_alpha_symbol_other): Fix error message typo.
76
26916852
NC
772020-01-20 Nick Clifton <nickc@redhat.com>
78
79 * po/pt.po: Updated Portuguese translation.
80 * po/uk.po: Updated Ukranian translation.
81
b248e9ce
NC
822020-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
1b1bb2c6
NC
872020-01-18 Nick Clifton <nickc@redhat.com>
88
89 * configure: Regenerate.
90 * po/binutils.pot: Regenerate.
91
ae774686
NC
922020-01-18 Nick Clifton <nickc@redhat.com>
93
94 Binutils 2.34 branch created.
95
82a9ed20
TT
962020-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
6a1939f5
NC
1032020-01-13 Nick Clifton <nickc@redhat.com>
104
c87c17c1 105 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
106 * testsuite/binutils-all/debuginfod.exp: New tests.
107
1d67fe3b
TT
1082020-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
a788aedd
AM
1302020-01-13 Alan Modra <amodra@gmail.com>
131
a4f2b7c5
AM
132 PR 25360
133 PR 25361
a788aedd
AM
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
805f38bc
AM
1422020-01-13 Alan Modra <amodra@gmail.com>
143
144 PR 25362
145 * nm.c (display_rel_file): Free dyn_syms.
146
ffebb0bb
NC
1472020-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
ade4fd9b
NC
1552020-01-09 Nick Clifton <nickc@redhat.com>
156
157 * po/zh_TW.po: Updated Traditional Chinese translation.
158
1592020-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
6655dba2
SB
1842020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
185
186 * readelf.c: Add support for new Z*) relocations and machine
187 types.
188
b14ce8bf
AM
1892020-01-01 Alan Modra <amodra@gmail.com>
190
191 Update year range in copyright notice of all files.
192
0b114740 193For older changes see ChangeLog-2019
3499769a 194\f
0b114740 195Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
196
197Copying and distribution of this file, with or without modification,
198are permitted in any medium without royalty provided the copyright
199notice and this notice are preserved.
200
201Local Variables:
202mode: change-log
203left-margin: 8
204fill-column: 74
205version-control: never
206End: