readelf: Add 'R' and 'D' to "Key to Flags:"
[binutils-gdb.git] / binutils / ChangeLog
1 2021-02-02 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/27281
4 * readelf.c (process_section_headers): Add 'R' and 'D' to
5 "Key to Flags:".
6 * testsuite/binutils-all/retain1a.d: Updated.
7
8 2021-01-30 Nick Clifton <nickc@redhat.com>
9
10 * README-how-to-make-a-release: Small updates after the 2.35.2
11 release.
12
13 2021-01-28 Eli Zaretskii <eliz@gnu.org>
14
15 PR 4356
16 * windres.c (quot): Use double quotes to protect strings on
17 Windows platforms.
18
19 2021-01-28 Eli Zaretskii <eliz@gnu.org>
20
21 PR 27252
22 * bucomm.c (get_file_size): Add code to handle /dev/null on
23 Windows systems.
24 * elfedit.c (check_file): Likewise.
25
26 2021-01-27 Nick Clifton <nickc@redhat.com>
27
28 * objcopy.c (copy_main): Remove conditional control of the calls
29 to free, simplifying the code and making it easier to detect
30 typos.
31
32 2021-01-26 Frederic Cambus <fred@statdns.com>
33
34 * objcopy.c (copy_main): Fix a double free happening when both
35 --localize-symbols and --globalize-symbols options are invoked
36 together.
37
38 2021-01-24 Nick Clifton <nickc@redhat.com>
39
40 * README-how-to-make-a-release: Minor updates after the 2.36 release.
41
42 2021-01-16 Alan Modra <amodra@gmail.com>
43
44 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
45
46 2021-01-15 Alan Modra <amodra@gmail.com>
47
48 PR 26539
49 * readelf.c (uncompress_section_contents): Always call inflateEnd.
50
51 2021-01-14 Alexandre Oliva <oliva@gnu.org>
52
53 * MAINTAINERS: Update my email address.
54
55 2021-01-14 Nick Clifton <nickc@redhat.com>
56
57 * po/sv.po: Updated Swedish translation.
58
59 2021-01-13 Alan Modra <amodra@gmail.com>
60
61 * Makefile.in: Regenerate.
62 * doc/Makefile.in: Regenerate.
63
64 2021-01-13 Zebediah Figura <z.figura12@gmail.com>
65
66 PR 27037
67 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
68 and before exit.
69 (i386_x64_trampoline): Add SEH annotations.
70 (struct mac): Add how_seh field.
71 (make_delay_head): If how_set field is true add SEh instructions.
72
73 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR binutils/26792
76 * configure.ac: Use GNU_MAKE_JOBSERVER.
77 * aclocal.m4: Regenerated.
78 * configure: Likewise.
79
80 2021-01-12 Nick Clifton <nickc@redhat.com>
81
82 * po/fr.po: Updated French translation.
83
84 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
85
86 PR ld/27173
87 * configure: Regenerated.
88
89 2021-01-11 Nick Clifton <nickc@redhat.com>
90
91 * po/pt.po: Updated Portuguese translation.
92 * po/sr.po: Updated Serbian translation.
93 * po/uk.po: Updated Ukranian translation.
94
95 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
96
97 * configure: Regenerated.
98
99 2021-01-09 Nick Clifton <nickc@redhat.com>
100
101 * configure: Regenerate.
102 * po/binutils.pot: Regenerate.
103
104 2021-01-09 Nick Clifton <nickc@redhat.com>
105
106 * 2.36 release branch crated.
107 * README-how-to-make-a-release: Add note about updating Makefiles
108 and libtool files.
109 * BRANCHES: Add binutils-2.36-branch.
110
111 2021-01-09 Alan Modra <amodra@gmail.com>
112
113 * configure: Regenerate.
114
115 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
116
117 * configure: Regenerate.
118
119 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
120
121 PR 27109
122 * objcopy.c (copy_object): Handle section symbols for
123 non-relocatable inputs.
124 * testsuite/binutils-all/readelf.exp (readelf_test): Check
125 is_elf_unused_section_symbols.
126 * testsuite/binutils-all/readelf.s-64: Updated.
127 * testsuite/binutils-all/readelf.ss: Likewise.
128 * testsuite/binutils-all/readelf.ss-64: Likewise.
129 * testsuite/binutils-all/readelf.s-64-unused: New file.
130 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
131 * testsuite/binutils-all/readelf.ss-unused: Likewise.
132 * testsuite/lib/binutils-common.exp
133 (is_elf_unused_section_symbols): New proc.
134
135 2021-01-06 Reuben Thomas <rrt@sc3d.org>
136
137 * binutils/readelf.c: Correct grammar in comment.
138
139 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
140
141 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
142 * doc/binutils.texi: Correct grammar.
143 * readelf.c (process_version_sections): Correct spelling of auxiliary
144 in warning.
145 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
146
147 2021-01-01 Alan Modra <amodra@gmail.com>
148
149 Update year range in copyright notice of all files.
150
151 For older changes see ChangeLog-2020
152 \f
153 Copyright (C) 2021 Free Software Foundation, Inc.
154
155 Copying and distribution of this file, with or without modification,
156 are permitted in any medium without royalty provided the copyright
157 notice and this notice are preserved.
158
159 Local Variables:
160 mode: change-log
161 left-margin: 8
162 fill-column: 74
163 version-control: never
164 End: