]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
gdb/fortran: add parser support for lbound and ubound
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
52ff20fe
TV
12021-02-10 Tom de Vries <tdevries@suse.de>
2
3 PR binutils/27371
4 * dwarf.c (display_debug_ranges): Filter range lists according to
5 section.
6
5f128a25
TV
72021-02-09 Tom de Vries <tdevries@suse.de>
8
9 PR binutils/27370
10 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
11
9b87f84a
TV
122021-02-09 Tom de Vries <tdevries@suse.de>
13
14 PR binutils/27386
15 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
16 DW_UT_split_compile.
17
a57d1773
AM
182021-02-09 Alan Modra <amodra@gmail.com>
19
20 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
21 symbianelf.
22
de8d4203
AM
232021-02-07 Alan Modra <amodra@gmail.com>
24
25 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
26 uninitialised on invalid input.
27
51a25252
AM
282021-02-06 Alan Modra <amodra@gmail.com>
29
30 PR 27349
31 * rename.c (smart_rename): Test for existence and type of output
32 file with lstat.
33
e37d88e5
NC
342021-02-05 Nick Clifton <nickc@redhat.com>
35
36 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
37
887854ba
EZ
382021-02-05 Eli Zaretskii <eliz@gnu.org>
39
40 PR 27252
41 * elfedit.c (check_file):
42 * bucomm.c (get_file_size): Fix typos in comments.
43
c180f095
AM
442021-02-05 Alan Modra <amodra@gmail.com>
45
46 PR 27345
47 * arsup.c (ar_save): Use stat rather than lstat.
48
95b91a04
AM
492021-02-03 Alan Modra <amodra@gmail.com>
50
51 PR 27270
52 PR 27284
53 PR 26945
54 * ar.c: Don't include libbfd.h.
55 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
56 bfd_stat rather than fstat on iostream. Move stat and fd tests
57 outside of _WIN32 ifdef. Delete skip_stat variable.
58 * arsup.c (temp_name, real_ofd): New static variables.
59 (ar_open): Use make_tempname and bfd_fdopenw.
60 (ar_save): Adjust to suit ar_open changes. Move stat output
61 of _WIN32 ifdef.
62 * objcopy.c: Don't include libbfd.h.
63 (copy_file): Use bfd_stat.
64
5424d7ed
L
652021-02-02 H.J. Lu <hongjiu.lu@intel.com>
66
67 PR binutils/27281
68 * readelf.c (process_section_headers): Add 'R' and 'D' to
69 "Key to Flags:".
70 * testsuite/binutils-all/retain1a.d: Updated.
71
72a51a06
NC
722021-01-30 Nick Clifton <nickc@redhat.com>
73
74 * README-how-to-make-a-release: Small updates after the 2.35.2
75 release.
76
cc3edc52
EZ
772021-01-28 Eli Zaretskii <eliz@gnu.org>
78
79 PR 4356
80 * windres.c (quot): Use double quotes to protect strings on
81 Windows platforms.
82
a7ad3cb1
EZ
832021-01-28 Eli Zaretskii <eliz@gnu.org>
84
85 PR 27252
86 * bucomm.c (get_file_size): Add code to handle /dev/null on
87 Windows systems.
88 * elfedit.c (check_file): Likewise.
89
67965ba2
NC
902021-01-27 Nick Clifton <nickc@redhat.com>
91
92 * objcopy.c (copy_main): Remove conditional control of the calls
93 to free, simplifying the code and making it easier to detect
94 typos.
95
e37709f0
FC
962021-01-26 Frederic Cambus <fred@statdns.com>
97
98 * objcopy.c (copy_main): Fix a double free happening when both
99 --localize-symbols and --globalize-symbols options are invoked
100 together.
101
9b351c9b
NC
1022021-01-24 Nick Clifton <nickc@redhat.com>
103
104 * README-how-to-make-a-release: Minor updates after the 2.36 release.
105
ad92f33d
AM
1062021-01-16 Alan Modra <amodra@gmail.com>
107
108 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
109
3624a6c1
AM
1102021-01-15 Alan Modra <amodra@gmail.com>
111
112 PR 26539
113 * readelf.c (uncompress_section_contents): Always call inflateEnd.
114
c14dee84
AO
1152021-01-14 Alexandre Oliva <oliva@gnu.org>
116
117 * MAINTAINERS: Update my email address.
118
5a10699f
NC
1192021-01-14 Nick Clifton <nickc@redhat.com>
120
121 * po/sv.po: Updated Swedish translation.
122
5347ed60
AM
1232021-01-13 Alan Modra <amodra@gmail.com>
124
125 * Makefile.in: Regenerate.
126 * doc/Makefile.in: Regenerate.
127
2ce40d1a
ZF
1282021-01-13 Zebediah Figura <z.figura12@gmail.com>
129
130 PR 27037
131 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
132 and before exit.
133 (i386_x64_trampoline): Add SEH annotations.
134 (struct mac): Add how_seh field.
135 (make_delay_head): If how_set field is true add SEh instructions.
136
d546b610
L
1372021-01-12 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR binutils/26792
140 * configure.ac: Use GNU_MAKE_JOBSERVER.
141 * aclocal.m4: Regenerated.
142 * configure: Likewise.
143
6d104cac
NC
1442021-01-12 Nick Clifton <nickc@redhat.com>
145
146 * po/fr.po: Updated French translation.
147
83b33c6c
L
1482021-01-11 H.J. Lu <hongjiu.lu@intel.com>
149
150 PR ld/27173
151 * configure: Regenerated.
152
a8aa72b9
NC
1532021-01-11 Nick Clifton <nickc@redhat.com>
154
155 * po/pt.po: Updated Portuguese translation.
156 * po/sr.po: Updated Serbian translation.
157 * po/uk.po: Updated Ukranian translation.
158
a4966cd9
L
1592021-01-09 H.J. Lu <hongjiu.lu@intel.com>
160
161 * configure: Regenerated.
162
573fe3fb
NC
1632021-01-09 Nick Clifton <nickc@redhat.com>
164
165 * configure: Regenerate.
166 * po/binutils.pot: Regenerate.
167
055bc77a
NC
1682021-01-09 Nick Clifton <nickc@redhat.com>
169
170 * 2.36 release branch crated.
573fe3fb
NC
171 * README-how-to-make-a-release: Add note about updating Makefiles
172 and libtool files.
173 * BRANCHES: Add binutils-2.36-branch.
055bc77a 174
64307045
AM
1752021-01-09 Alan Modra <amodra@gmail.com>
176
177 * configure: Regenerate.
178
f4782128
ST
1792021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
180
181 * configure: Regenerate.
182
d1bcae83
L
1832021-01-07 H.J. Lu <hongjiu.lu@intel.com>
184
185 PR 27109
186 * objcopy.c (copy_object): Handle section symbols for
187 non-relocatable inputs.
188 * testsuite/binutils-all/readelf.exp (readelf_test): Check
189 is_elf_unused_section_symbols.
190 * testsuite/binutils-all/readelf.s-64: Updated.
191 * testsuite/binutils-all/readelf.ss: Likewise.
192 * testsuite/binutils-all/readelf.ss-64: Likewise.
193 * testsuite/binutils-all/readelf.s-64-unused: New file.
194 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
195 * testsuite/binutils-all/readelf.ss-unused: Likewise.
196 * testsuite/lib/binutils-common.exp
197 (is_elf_unused_section_symbols): New proc.
198
6987d5a1
RT
1992021-01-06 Reuben Thomas <rrt@sc3d.org>
200
201 * binutils/readelf.c: Correct grammar in comment.
202
f9a6a8f0
AM
2032021-01-01 Nicolas Boulenguez <nicolas@debian.org>
204
205 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
206 * doc/binutils.texi: Correct grammar.
207 * readelf.c (process_version_sections): Correct spelling of auxiliary
208 in warning.
209 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
210
250d07de
AM
2112021-01-01 Alan Modra <amodra@gmail.com>
212
213 Update year range in copyright notice of all files.
214
c2795844 215For older changes see ChangeLog-2020
3499769a 216\f
c2795844 217Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
218
219Copying and distribution of this file, with or without modification,
220are permitted in any medium without royalty provided the copyright
221notice and this notice are preserved.
222
223Local Variables:
224mode: change-log
225left-margin: 8
226fill-column: 74
227version-control: never
228End: