]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
x86: Run unique tests only for ELF targets
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
02e0be69
AM
12020-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
e8b79122
AM
92020-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
27a45f42
AS
152020-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
0b398d69
ST
222020-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
a8c4d40b
L
282020-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
cb6ad9bb
NC
342020-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
53943f32
NC
392020-01-31 Nick Clifton <nickc@redhat.com>
40
41 * po/sv.po: Updated Swedish translation.
42
55be8fd0
NC
432020-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
82ef9cad
RM
482020-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
e3696f67
AM
532020-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
2f796de6
NC
582020-01-24 Nick Clifton <nickc@redhat.com>
59
60 * readelf.c (get_build_id): Fix warning messages about corrupt
61 notes.
62
24e648d4
NC
632020-01-23 Nick Clifton <nickc@redhat.com>
64
65 * po/fr.po: Updated French translation.
66
c48acf6f
YC
672020-01-22 Yuri Chornoivan <yurchor@mageia.org>
68
69 PR 25417
70 * readelf.c (get_alpha_symbol_other): Fix error message typo.
71
26916852
NC
722020-01-20 Nick Clifton <nickc@redhat.com>
73
74 * po/pt.po: Updated Portuguese translation.
75 * po/uk.po: Updated Ukranian translation.
76
b248e9ce
NC
772020-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
1b1bb2c6
NC
822020-01-18 Nick Clifton <nickc@redhat.com>
83
84 * configure: Regenerate.
85 * po/binutils.pot: Regenerate.
86
ae774686
NC
872020-01-18 Nick Clifton <nickc@redhat.com>
88
89 Binutils 2.34 branch created.
90
82a9ed20
TT
912020-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
6a1939f5
NC
982020-01-13 Nick Clifton <nickc@redhat.com>
99
c87c17c1 100 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
101 * testsuite/binutils-all/debuginfod.exp: New tests.
102
1d67fe3b
TT
1032020-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
a788aedd
AM
1252020-01-13 Alan Modra <amodra@gmail.com>
126
a4f2b7c5
AM
127 PR 25360
128 PR 25361
a788aedd
AM
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
805f38bc
AM
1372020-01-13 Alan Modra <amodra@gmail.com>
138
139 PR 25362
140 * nm.c (display_rel_file): Free dyn_syms.
141
ffebb0bb
NC
1422020-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
ade4fd9b
NC
1502020-01-09 Nick Clifton <nickc@redhat.com>
151
152 * po/zh_TW.po: Updated Traditional Chinese translation.
153
1542020-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
6655dba2
SB
1792020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
180
181 * readelf.c: Add support for new Z*) relocations and machine
182 types.
183
b14ce8bf
AM
1842020-01-01 Alan Modra <amodra@gmail.com>
185
186 Update year range in copyright notice of all files.
187
0b114740 188For older changes see ChangeLog-2019
3499769a 189\f
0b114740 190Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
191
192Copying and distribution of this file, with or without modification,
193are permitted in any medium without royalty provided the copyright
194notice and this notice are preserved.
195
196Local Variables:
197mode: change-log
198left-margin: 8
199fill-column: 74
200version-control: never
201End: