bad8473bf6699c616460ce64327023c9681e6f2d
[binutils-gdb.git] / gas / ChangeLog
1 2021-01-13 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/27178
4 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
5 Don't generate GOT_symbol for PLT relocations.
6 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
7 * testsuite/gas/i386/no-got.d: New file.
8 * testsuite/gas/i386/no-got.s: Likewise.
9 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
10 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
11
12 2021-01-13 Alan Modra <amodra@gmail.com>
13
14 * Makefile.in: Regenerate.
15 * Makefile.in: Regenerate.
16
17 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR binutils/26792
20 * configure.ac: Use GNU_MAKE_JOBSERVER.
21 * aclocal.m4: Regenerated.
22 * configure: Likewise.
23
24 2021-01-12 Nick Clifton <nickc@redhat.com>
25
26 * po/fr.po: Updated French translation.
27
28 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR ld/27173
31 * configure: Regenerated.
32
33 2021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34
35 * NEWS: Remove CSRE.
36 * config/tc-aarch64.c (parse_csr_operand): Delete.
37 (parse_operands): Delete handling of
38 AARCH64_OPND_CSRE_CSR.
39 (aarch64_features): Remove csre.
40 * doc/c-aarch64.texi: Remove CSRE.
41 * testsuite/gas/aarch64/csre.d: Delete.
42 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
43 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
44 * testsuite/gas/aarch64/csre_csr.s: Likewise.
45 * testsuite/gas/aarch64/csre_csr.d: Likewise.
46 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
47 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
48 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
49
50 2021-01-11 Nick Clifton <nickc@redhat.com>
51
52 * po/uk.po: Updated Ukranian translation.
53
54 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
55
56 * configure: Regenerated.
57
58 2021-01-09 Nick Clifton <nickc@redhat.com>
59
60 * configure: Regenerate.
61 * po/gas.pot: Regenerate.
62
63 2021-01-09 Nick Clifton <nickc@redhat.com>
64
65 * 2.36 release branch crated.
66
67 2021-01-08 Peter Bergner <bergner@linux.ibm.com>
68
69 * testsuite/gas/ppc/rop-checks.d,
70 * testsuite/gas/ppc/rop-checks.l,
71 * testsuite/gas/ppc/rop-checks.s,
72 * testsuite/gas/ppc/rop.d,
73 * testsuite/gas/ppc/rop.s: New tests.
74 * testsuite/gas/ppc/ppc.exp: Run them.
75
76 2021-01-09 Alan Modra <amodra@gmail.com>
77
78 * configure: Regenerate.
79
80 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
81
82 * configure: Regenerate.
83
84 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
85
86 PR 27109
87 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
88 section symbol.
89 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
90 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
91 on the section symbol.
92 (set_symtab): Don't generate unused section symbols.
93 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
94 on the section symbol.
95 * config/obj-elf.c (elf_adjust_symtab): Call
96 symbol_mark_used_in_reloc on the group signature symbol.
97 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
98 from expected output.
99 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
100 is_elf_unused_section_symbols.
101 * testsuite/gas/elf/section2.e: Updated.
102 * testsuite/gas/elf/section2.e-unused: New file.
103 * testsuite/gas/elf/symver.d: Remove unused section symbols.
104 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
105 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
106 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
107 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
108 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
109 * testsuite/gas/i386/size-1.d: Likewise.
110 * testsuite/gas/i386/size-3.d: Likewise.
111 * testsuite/gas/i386/svr4.d: Likewise.
112 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
113 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
114 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
115 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
116
117 2021-01-07 Philipp Tomsich <prt@gnu.org>
118
119 * config/tc-riscv.c (riscv_multi_subset_supports): Added
120 INSN_CLASS_ZIHINTPAUSE.
121 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
122 the pause hint instruction.
123 * testsuite/gas/riscv/pause.s: Likewise.
124
125 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
126 Jim Wilson <jimw@sifive.com>
127 Andrew Waterman <andrew@sifive.com>
128 Maxim Blinov <maxim.blinov@embecosm.com>
129 Kito Cheng <kito.cheng@sifive.com>
130 Nelson Chu <nelson.chu@sifive.com>
131
132 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
133 (riscv_get_default_ext_version): Do not check the default_isa_spec when
134 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
135 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
136 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
137 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
138
139 2021-01-06 Alan Modra <amodra@gmail.com>
140
141 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
142
143 2021-01-06 Alan Modra <amodra@gmail.com>
144
145 * testsuite/gas/macros/app1.d: xfail tic30.
146 * testsuite/gas/macros/app2.d: Likewise.
147 * testsuite/gas/macros/app3.d: Likewise.
148 * testsuite/gas/macros/app4.d: Likewise.
149
150 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
151
152 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
153 * doc/c-riscv.texi: Likewise.
154
155 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
156
157 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
158 to littleriscv.
159 * testsuite/gas/riscv/li64.d: Likewise.
160 * testsuite/gas/riscv/lla32.d: Likewise.
161 * testsuite/gas/riscv/lla64.d: Likewise.
162 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
163 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
164 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
165 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
166 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
167 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
168 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
169
170 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
171
172 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
173 elf32-bigriscv.
174 (install_insn): Always write instructions as little endian.
175 (riscv_make_nops): Likewise.
176 (md_convert_frag_branch): Likewise.
177 (md_number_to_chars): Write data in target endianness.
178 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
179 (md_parse_option): Handle the endian options.
180 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
181 already defined.
182 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
183
184 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
185
186 PR ld/26256
187 * config/obj-elf.c (obj_elf_change_section): Also filter out
188 SHF_LINK_ORDER.
189
190 2021-01-04 Alan Modra <amodra@gmail.com>
191
192 PR 27102
193 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
194 message and register symbol error message.
195
196 2021-01-04 Alan Modra <amodra@gmail.com>
197
198 PR 27101
199 * read.c (s_align): Use a large enough type for "align" to hold
200 the result of get_absolute_expression.
201
202 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
203
204 * config/tc-i386.c: Correct comment spelling.
205 * config/tc-riscv.c: Likewise.
206 * config/tc-s390.c: Correct comment grammar.
207 * doc/c-i386.texi: Correct spelling.
208 * doc/c-s390.texi: Correct grammar.
209
210 2021-01-01 Alan Modra <amodra@gmail.com>
211
212 Update year range in copyright notice of all files.
213
214 2021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
215
216 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
217
218 For older changes see ChangeLog-2020
219 \f
220 Copyright (C) 2021 Free Software Foundation, Inc.
221
222 Copying and distribution of this file, with or without modification,
223 are permitted in any medium without royalty provided the copyright
224 notice and this notice are preserved.
225
226 Local Variables:
227 mode: change-log
228 left-margin: 8
229 fill-column: 74
230 version-control: never
231 End: