]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
[gdb/testsuite] Use non-capturing parentheses for inferior_exited_re
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
27a45f42
AS
12020-02-03 Andreas Schwab <schwab@linux-m68k.org>
2
3 * readelf.c (dump_relocations, dump_relocations)
4 (decode_arm_unwind_bytecode, process_dynamic_section)
5 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
6 error message.
7
0b398d69
ST
82020-02-03 Sergei Trofimovich <siarheit@google.com>
9
10 * coffdump.c (program_name): Drop redundant definition.
11 * srconv.c (program_name): Likewise
12 * sysdump.c (program_name): Likewise
13
a8c4d40b
L
142020-02-02 H.J. Lu <hongjiu.lu@intel.com>
15
16 PR gas/25380
17 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
18 same file with different section pointers.
19
cb6ad9bb
NC
202020-02-01 Nick Clifton <nickc@redhat.com>
21
22 * README-how-to-make-a-release: Update with more details on the
23 release making process.
24
53943f32
NC
252020-01-31 Nick Clifton <nickc@redhat.com>
26
27 * po/sv.po: Updated Swedish translation.
28
55be8fd0
NC
292020-01-28 Nick Clifton <nickc@redhat.com>
30
31 * readelf.c (get_build_id): Simplify warning message about corrupt
32 notes encountered whilst scanning for the build-id.
33
82ef9cad
RM
342020-01-27 Roland McGrath <mcgrathr@google.com>
35
36 * objcopy.c (compare_gnu_build_notes): Fix comparison results
37 for overlapping ranges so that (A == B) == (B == A) holds.
38
e3696f67
AM
392020-01-27 Alan Modra <amodra@gmail.com>
40
41 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
42 case statement with switch statement.
43
2f796de6
NC
442020-01-24 Nick Clifton <nickc@redhat.com>
45
46 * readelf.c (get_build_id): Fix warning messages about corrupt
47 notes.
48
24e648d4
NC
492020-01-23 Nick Clifton <nickc@redhat.com>
50
51 * po/fr.po: Updated French translation.
52
c48acf6f
YC
532020-01-22 Yuri Chornoivan <yurchor@mageia.org>
54
55 PR 25417
56 * readelf.c (get_alpha_symbol_other): Fix error message typo.
57
26916852
NC
582020-01-20 Nick Clifton <nickc@redhat.com>
59
60 * po/pt.po: Updated Portuguese translation.
61 * po/uk.po: Updated Ukranian translation.
62
b248e9ce
NC
632020-01-18 Nick Clifton <nickc@redhat.com>
64
65 * README-how-to-make-a-release: Update notes on how to cut a
66 branch for a release.
67
1b1bb2c6
NC
682020-01-18 Nick Clifton <nickc@redhat.com>
69
70 * configure: Regenerate.
71 * po/binutils.pot: Regenerate.
72
ae774686
NC
732020-01-18 Nick Clifton <nickc@redhat.com>
74
75 Binutils 2.34 branch created.
76
82a9ed20
TT
772020-01-17 Thomas Troeger <tstroege@gmx.de>
78
79 * objdump.c (jump_info_visualize_address): Discard jumps that are
80 no longer needed.
81 (disassemble_bytes): Only compute the maximum level if jumps were
82 detected.
83
6a1939f5
NC
842020-01-13 Nick Clifton <nickc@redhat.com>
85
c87c17c1 86 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
87 * testsuite/binutils-all/debuginfod.exp: New tests.
88
1d67fe3b
TT
892020-01-13 Thomas Troeger <tstroege@gmx.de>
90
91 * objdump.c (visualize_jumps, color_output, extended_color_output)
92 (detected_jumps): New variables.
93 (usage): Add the new jump visualization options.
94 (option_values): Add new option value.
95 (long_options): Add the new option.
96 (jump_info_new, jump_info_free): New functions.
97 (jump_info_min_address, jump_info_max_address): Likewise.
98 (jump_info_end_address, jump_info_is_start_address): Likewise.
99 (jump_info_is_end_address, jump_info_size): Likewise.
100 (jump_info_unlink, jump_info_insert): Likewise.
101 (jump_info_add_front, jump_info_move_linked): Likewise.
102 (jump_info_intersect, jump_info_merge): Likewise.
103 (jump_info_sort, jump_info_visualize_address): Likewise.
104 (disassemble_jumps): New function - used to locate jumps.
105 (disassemble_bytes): Add ascii art generation.
106 (disassemble_section): Add scan to locate jumps.
107 (main): Parse the new visualization option.
108 * doc/binutils.texi: Document the new feature.
109 * NEWS: Mention the new feature.
110
a788aedd
AM
1112020-01-13 Alan Modra <amodra@gmail.com>
112
a4f2b7c5
AM
113 PR 25360
114 PR 25361
a788aedd
AM
115 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
116 fde_fc col_type and col_offset.
117 * readelf.c (apply_relocations): Move symsec check earlier.
118 (free_debug_section): Free reloc_info.
119 (process_notes_at): Free pnotes on error path.
120 (process_object): Free dump_sects here..
121 (process_archive): ..not here.
122
805f38bc
AM
1232020-01-13 Alan Modra <amodra@gmail.com>
124
125 PR 25362
126 * nm.c (display_rel_file): Free dyn_syms.
127
ffebb0bb
NC
1282020-01-09 Nick Clifton <nickc@redhat.com>
129
130 PR 25220
131 * objcopy.c (empty_name): New variable.
132 (need_sym_before): Prevent an attempt to free a static variable.
133 (filter_symbols): Avoid strcmp test by checking for pointer
134 equality.
135
ade4fd9b
NC
1362020-01-09 Nick Clifton <nickc@redhat.com>
137
138 * po/zh_TW.po: Updated Traditional Chinese translation.
139
1402020-01-09 Aaron Merey <amerey@redhat.com>
141
142 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
143 * Makefile.in: Regenerate.
144 * NEWS: Update.
145 * config.in: Regenerate.
146 * configure: Regenerate.
147 * configure.ac: Call AC_DEBUGINFOD.
148 * doc/Makefile.in: Regenerate.
149 * doc/binutils.texi: Add section on using binutils
150 with debuginfod.
151 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
152 Query debuginfod servers for the target debug file.
153 (load_separate_debug_info): Call
154 debuginfod_fetch_separate_debug_info if configured with
155 debuginfod.
156 (load_separate_debug_files): Add file argument to
157 load_separate_debug_info calls.
158 * dwarf.h (get_build_id): Add declaration.
159 * objdump.c (get_build_id): New function. Get build-id of file.
160 * readelf.c (get_build_id): Likewise.
161 * testsuite/binutils-all/debuginfod.exp: New tests.
162 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
163 section.
164
6655dba2
SB
1652020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
166
167 * readelf.c: Add support for new Z*) relocations and machine
168 types.
169
b14ce8bf
AM
1702020-01-01 Alan Modra <amodra@gmail.com>
171
172 Update year range in copyright notice of all files.
173
0b114740 174For older changes see ChangeLog-2019
3499769a 175\f
0b114740 176Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
177
178Copying and distribution of this file, with or without modification,
179are permitted in any medium without royalty provided the copyright
180notice and this notice are preserved.
181
182Local Variables:
183mode: change-log
184left-margin: 8
185fill-column: 74
186version-control: never
187End: