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