]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add DWARF...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
9fc0b501
SB
12020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25469
4 * readelf.c (get_machine_flags): Add support for Z80N machine
5 number.
6
e1104d08
NC
72020-02-07 Nick Clifton <nickc@redhat.com>
8
9 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
10 of the truncated file name.
11
c2e6f744 122020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
13
14 * objdump.c (print_jump_visualisation): New function.
15 (disassemble_bytes): Call new function.
16
02e0be69
AM
172020-02-06 Alan Modra <amodra@gmail.com>
18
19 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
20 TCL procedure.
21 (supports_gnu_osabi): New procedure.
22 (is_generic): New, from ld-lib.exp.
23 (supports_gnu_unique): Use the above.
24
e8b79122
AM
252020-02-04 Alan Modra <amodra@gmail.com>
26
27 * Makefile.am (CFILES): Add od-elf32_avr.c.
28 * Makefile.in: Regenerate.
29 * po/POTFILES.in: Regenerate.
30
27a45f42
AS
312020-02-03 Andreas Schwab <schwab@linux-m68k.org>
32
33 * readelf.c (dump_relocations, dump_relocations)
34 (decode_arm_unwind_bytecode, process_dynamic_section)
35 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
36 error message.
37
0b398d69
ST
382020-02-03 Sergei Trofimovich <siarheit@google.com>
39
40 * coffdump.c (program_name): Drop redundant definition.
41 * srconv.c (program_name): Likewise
42 * sysdump.c (program_name): Likewise
43
a8c4d40b
L
442020-02-02 H.J. Lu <hongjiu.lu@intel.com>
45
46 PR gas/25380
47 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
48 same file with different section pointers.
49
cb6ad9bb
NC
502020-02-01 Nick Clifton <nickc@redhat.com>
51
52 * README-how-to-make-a-release: Update with more details on the
53 release making process.
54
53943f32
NC
552020-01-31 Nick Clifton <nickc@redhat.com>
56
57 * po/sv.po: Updated Swedish translation.
58
55be8fd0
NC
592020-01-28 Nick Clifton <nickc@redhat.com>
60
61 * readelf.c (get_build_id): Simplify warning message about corrupt
62 notes encountered whilst scanning for the build-id.
63
82ef9cad
RM
642020-01-27 Roland McGrath <mcgrathr@google.com>
65
66 * objcopy.c (compare_gnu_build_notes): Fix comparison results
67 for overlapping ranges so that (A == B) == (B == A) holds.
68
e3696f67
AM
692020-01-27 Alan Modra <amodra@gmail.com>
70
71 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
72 case statement with switch statement.
73
2f796de6
NC
742020-01-24 Nick Clifton <nickc@redhat.com>
75
76 * readelf.c (get_build_id): Fix warning messages about corrupt
77 notes.
78
24e648d4
NC
792020-01-23 Nick Clifton <nickc@redhat.com>
80
81 * po/fr.po: Updated French translation.
82
c48acf6f
YC
832020-01-22 Yuri Chornoivan <yurchor@mageia.org>
84
85 PR 25417
86 * readelf.c (get_alpha_symbol_other): Fix error message typo.
87
26916852
NC
882020-01-20 Nick Clifton <nickc@redhat.com>
89
90 * po/pt.po: Updated Portuguese translation.
91 * po/uk.po: Updated Ukranian translation.
92
b248e9ce
NC
932020-01-18 Nick Clifton <nickc@redhat.com>
94
95 * README-how-to-make-a-release: Update notes on how to cut a
96 branch for a release.
97
1b1bb2c6
NC
982020-01-18 Nick Clifton <nickc@redhat.com>
99
100 * configure: Regenerate.
101 * po/binutils.pot: Regenerate.
102
ae774686
NC
1032020-01-18 Nick Clifton <nickc@redhat.com>
104
105 Binutils 2.34 branch created.
106
82a9ed20
TT
1072020-01-17 Thomas Troeger <tstroege@gmx.de>
108
109 * objdump.c (jump_info_visualize_address): Discard jumps that are
110 no longer needed.
111 (disassemble_bytes): Only compute the maximum level if jumps were
112 detected.
113
6a1939f5
NC
1142020-01-13 Nick Clifton <nickc@redhat.com>
115
c87c17c1 116 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
117 * testsuite/binutils-all/debuginfod.exp: New tests.
118
1d67fe3b
TT
1192020-01-13 Thomas Troeger <tstroege@gmx.de>
120
121 * objdump.c (visualize_jumps, color_output, extended_color_output)
122 (detected_jumps): New variables.
123 (usage): Add the new jump visualization options.
124 (option_values): Add new option value.
125 (long_options): Add the new option.
126 (jump_info_new, jump_info_free): New functions.
127 (jump_info_min_address, jump_info_max_address): Likewise.
128 (jump_info_end_address, jump_info_is_start_address): Likewise.
129 (jump_info_is_end_address, jump_info_size): Likewise.
130 (jump_info_unlink, jump_info_insert): Likewise.
131 (jump_info_add_front, jump_info_move_linked): Likewise.
132 (jump_info_intersect, jump_info_merge): Likewise.
133 (jump_info_sort, jump_info_visualize_address): Likewise.
134 (disassemble_jumps): New function - used to locate jumps.
135 (disassemble_bytes): Add ascii art generation.
136 (disassemble_section): Add scan to locate jumps.
137 (main): Parse the new visualization option.
138 * doc/binutils.texi: Document the new feature.
139 * NEWS: Mention the new feature.
140
a788aedd
AM
1412020-01-13 Alan Modra <amodra@gmail.com>
142
a4f2b7c5
AM
143 PR 25360
144 PR 25361
a788aedd
AM
145 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
146 fde_fc col_type and col_offset.
147 * readelf.c (apply_relocations): Move symsec check earlier.
148 (free_debug_section): Free reloc_info.
149 (process_notes_at): Free pnotes on error path.
150 (process_object): Free dump_sects here..
151 (process_archive): ..not here.
152
805f38bc
AM
1532020-01-13 Alan Modra <amodra@gmail.com>
154
155 PR 25362
156 * nm.c (display_rel_file): Free dyn_syms.
157
ffebb0bb
NC
1582020-01-09 Nick Clifton <nickc@redhat.com>
159
160 PR 25220
161 * objcopy.c (empty_name): New variable.
162 (need_sym_before): Prevent an attempt to free a static variable.
163 (filter_symbols): Avoid strcmp test by checking for pointer
164 equality.
165
ade4fd9b
NC
1662020-01-09 Nick Clifton <nickc@redhat.com>
167
168 * po/zh_TW.po: Updated Traditional Chinese translation.
169
1702020-01-09 Aaron Merey <amerey@redhat.com>
171
172 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
173 * Makefile.in: Regenerate.
174 * NEWS: Update.
175 * config.in: Regenerate.
176 * configure: Regenerate.
177 * configure.ac: Call AC_DEBUGINFOD.
178 * doc/Makefile.in: Regenerate.
179 * doc/binutils.texi: Add section on using binutils
180 with debuginfod.
181 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
182 Query debuginfod servers for the target debug file.
183 (load_separate_debug_info): Call
184 debuginfod_fetch_separate_debug_info if configured with
185 debuginfod.
186 (load_separate_debug_files): Add file argument to
187 load_separate_debug_info calls.
188 * dwarf.h (get_build_id): Add declaration.
189 * objdump.c (get_build_id): New function. Get build-id of file.
190 * readelf.c (get_build_id): Likewise.
191 * testsuite/binutils-all/debuginfod.exp: New tests.
192 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
193 section.
194
6655dba2
SB
1952020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
196
197 * readelf.c: Add support for new Z*) relocations and machine
198 types.
199
b14ce8bf
AM
2002020-01-01 Alan Modra <amodra@gmail.com>
201
202 Update year range in copyright notice of all files.
203
0b114740 204For older changes see ChangeLog-2019
3499769a 205\f
0b114740 206Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
207
208Copying and distribution of this file, with or without modification,
209are permitted in any medium without royalty provided the copyright
210notice and this notice are preserved.
211
212Local Variables:
213mode: change-log
214left-margin: 8
215fill-column: 74
216version-control: never
217End: