]>
Commit | Line | Data |
---|---|---|
4a403be0 CC |
1 | 2021-03-12 Clément Chigot <[email protected]> |
2 | ||
3 | * config/tc-ppc.c (ppc_xcoff_suffix): New function. | |
4 | (MAP, MAP32, MAP64): New macros for XCOFF. | |
5 | (ppc_xcoff_fixup_addis): New function. | |
6 | (ppc_is_toc_sym): Handle XMC_TE. | |
7 | (fixup_size): Add cases for BFD_RELOC_PPC_TOC16_HI and | |
8 | BFD_RELOC_PPC_TOC16_LO. | |
9 | (md_assemble): Call ppc_xcoff_fixup_addis for XCOFF. | |
10 | (ppc_change_csect): Handle XMC_TE. | |
11 | (ppc_tc): Enable .tc symbols to have only a XMC_TC or XMC_TE | |
12 | storage class. | |
13 | (ppc_symbol_new_hook): Handle XMC_TE. | |
14 | (ppc_frob_symbol): Likewise. | |
15 | (ppc_fix_adjustable): Likewise. | |
16 | (md_apply_fix): Handle BFD_RELOC_PPC_TOC16_HI and | |
17 | BFD_RELOC_PPC_TOC16_LO. | |
18 | ||
b763d508 JB |
19 | 2021-03-10 Jan Beulich <[email protected]> |
20 | ||
21 | * testsuite/gas/i386/avx512f-intel.d, | |
22 | testsuite/gas/i386/avx512f_vl-intel.d, | |
23 | testsuite/gas/i386/avx512pf-intel.d, | |
24 | testsuite/gas/i386/x86-64-avx512f-intel.d, | |
25 | testsuite/gas/i386/x86-64-avx512f_vl-intel.d, | |
26 | testsuite/gas/i386/x86-64-avx512pf-intel.d: Adjust expectations. | |
27 | ||
31941983 JB |
28 | 2021-03-10 Jan Beulich <[email protected]> |
29 | ||
30 | * testsuite/gas/i386/prefetch.d, | |
31 | testsuite/gas/i386/prefetch-intel.d, | |
32 | testsuite/gas/i386/x86-64-prefetch.d, | |
33 | testsuite/gas/i386/x86-64-prefetch-intel.d: Adjust expectations. | |
34 | * testsuite/gas/i386/nops-8.s, testsuite/gas/i386/nops-8.d: New. | |
35 | * testsuite/gas/i386/i386.exp: Run new test. | |
36 | ||
742732c7 JB |
37 | 2021-03-09 Jan Beulich <[email protected]> |
38 | ||
39 | * config/tc-i386.c (check_hle): Replace HLEPrefix* by Prefix*. | |
40 | (md_assemble): Replace use of repprefixok, islockable, and | |
41 | notrackprefixok. | |
42 | (i386_index_check): Replace use of repprefixok. | |
43 | ||
e93a3b27 JB |
44 | 2021-03-09 Jan Beulich <[email protected]> |
45 | ||
46 | * testsuite/gas/i386/noreg64.s: Add sysexit. | |
47 | * testsuite/gas/i386/x86-64-sysenter-amd.s: Split sysexit into | |
48 | sysexitl and sysexitq. | |
49 | * testsuite/gas/i386/noreg-intel64.l, | |
50 | testsuite/gas/i386/noreg64-data16.d, | |
51 | testsuite/gas/i386/noreg64-data16.e, | |
52 | testsuite/gas/i386/noreg64-rex64.d, | |
53 | testsuite/gas/i386/noreg64.d, | |
54 | testsuite/gas/i386/noreg64.l, | |
55 | testsuite/gas/i386/x86-64-sysenter-amd.d, | |
56 | testsuite/gas/i386/x86-64-sysenter-amd.l, | |
57 | testsuite/gas/i386/x86-64-sysenter-intel.d: Adjust expectations. | |
58 | ||
fe0171d2 NC |
59 | 2021-02-26 Nick Clifton <[email protected]> |
60 | ||
61 | PR 27411 | |
62 | * config/tc-arm.c (do_t_add_sub): Correct error message. | |
63 | * testsuite/gas/arm/pr27411.s: New test. | |
64 | * testsuite/gas/arm/pr27411.d: New test driver. | |
65 | * testsuite/gas/arm/pr27411.l: Expected error output for new test. | |
66 | ||
55add51e AM |
67 | 2021-02-24 Alan Modra <[email protected]> |
68 | ||
69 | PR 23691 | |
70 | * Makefile.am (TARGET_CPU_CFILES): Split off config/xtensa-relax.c.. | |
71 | (TARGET_CPU_HFILES): ..and config/xtensa-relax.h.. | |
72 | (TARGET_EXTRA_FILES): ..to here. Add config/bfin-lex-wrapper.c, | |
73 | and use alongside TARGET_CPU_CFILES. | |
74 | (EXTRA_DIST): Update location of generated .c files. | |
75 | (config/m68k-parse.c): New rule replacing m68k-parse.c rule. | |
76 | (config/bfin-parse.c, config/rl78-parse.cm config/rx-parse.c), | |
77 | (config/bfin-lex.c, config/bfin-lex-wrapper.@OBJEXT@): Similarly. | |
78 | (itbl-lex-wrapper.@OBJEXT@): Simplify to just the needed | |
79 | dependencies. | |
80 | (itbl-parse.@OBJEXT@): Delete rule using NO_WERROR. | |
81 | (itbl-parse.c, itbl-parse.h): Tidy. | |
82 | * config/bfin-lex-wrapper.c: Include config/bfin-lex.c. | |
83 | * config/bfin-lex.l: Include config/bfin-parse.h. | |
84 | * configure.ac (extra_objects): Move object files corresponding | |
85 | to .y and .l files now in config/ to config/. | |
86 | * Makefile.in: Regenerate. | |
87 | * configure: Regenerate. | |
88 | * po/POTFILES.in: Regenerate. | |
89 | ||
0257c2ff NC |
90 | 2021-02-19 Nick Clifton <[email protected]> |
91 | ||
92 | * config/tc-riscv.c (riscv_ip): Fix compile time warnings about | |
93 | misleading indentation. | |
94 | ||
5a9f5403 NC |
95 | 2021-02-19 Nelson Chu <[email protected]> |
96 | ||
97 | PR 27158 | |
98 | * config/tc-riscv.c (riscv_ip): Updated encoding macros. | |
99 | (md_apply_fix): Likewise. | |
100 | (md_convert_frag_branch): Likewise. | |
101 | (validate_riscv_insn): Likewise. Also arranged operands, including | |
102 | added C5 and C6 operands, and removed unused Ci and C< operands. | |
103 | * doc/c-riscv.texi: Updated and added CSS/CL/CS types. | |
104 | * testsuite/gas/riscv/insn.d: Added CSS/CL/CS instructions. | |
105 | * testsuite/gas/riscv/insn.s: Likewise. | |
106 | ||
3d73d29e NC |
107 | 2021-02-18 Nelson Chu <[email protected]> |
108 | ||
109 | * config/tc-riscv.c: Included cpu-riscv.h. | |
110 | (enum riscv_csr_clas): Moved from include/opcode/riscv.h. | |
111 | (struct riscv_csr_extra): Likewise. | |
112 | (struct riscv_ext_version): Likewise. | |
113 | (ext_version_table): Moved from opcodes/riscv-opc.c. | |
114 | (default_isa_spec): Updated type to riscv_spec_class. | |
115 | (default_priv_spec): Likewise. | |
116 | (riscv_set_default_isa_spec): Updated. | |
117 | (init_ext_version_hash): Likewise. | |
118 | (riscv_init_csr_hash): Likewise, also fixed indent. | |
119 | ||
089485ff AM |
120 | 2021-02-17 Alan Modra <[email protected]> |
121 | ||
122 | * testsuite/gas/elf/section28.d: xfail h8300. | |
123 | ||
ca1289b9 L |
124 | 2021-02-16 H.J. Lu <[email protected]> |
125 | ||
126 | PR gas/27412 | |
127 | * config/obj-elf.c (obj_elf_change_section): Strip SHF_GNU_RETAIN | |
128 | when checking incorrect section attributes. | |
129 | * testsuite/gas/elf/elf.exp: Run section28 and section29. | |
130 | * testsuite/gas/elf/section28.d: New file. | |
131 | * testsuite/gas/elf/section28.s: Likewise. | |
132 | * testsuite/gas/elf/section29.d: Likewise. | |
133 | * testsuite/gas/elf/section29.s: Likewise. | |
134 | ||
394ae71f JB |
135 | 2021-02-16 Jan Beulich <[email protected]> |
136 | ||
137 | * testsuite/gas/i386/sse-check.s, | |
138 | testsuite/gas/i386/sse2avx.s, | |
139 | testsuite/gas/i386/x86-64-sse2avx.s: Add CVTPI2PD cases. | |
140 | * testsuite/gas/i386/sse-check-error.l, | |
141 | testsuite/gas/i386/sse-check-warn.e, | |
142 | testsuite/gas/i386/sse-check.d, | |
143 | testsuite/gas/i386/sse2avx.d, | |
144 | testsuite/gas/i386/x86-64-sse-check-error.l, | |
145 | testsuite/gas/i386/x86-64-sse2avx.d: Adjust expecations. | |
146 | * testsuite/gas/i386/property-cvtpi2pd.s, | |
147 | testsuite/gas/i386/property-cvtpi2pd.d, | |
148 | testsuite/gas/i386/property-cvtpi2ps.s, | |
149 | testsuite/gas/i386/property-cvtpi2ps.d: New. | |
150 | * testsuite/gas/i386/i386.exp: Run new tests. | |
151 | ||
3d70986f JB |
152 | 2021-02-16 Jan Beulich <[email protected]> |
153 | ||
154 | * config/tc-i386.c (md_assemble): Use template rather than | |
155 | actuals when updating i.xstate. | |
156 | * testsuite/gas/i386/property-4.d, | |
157 | testsuite/gas/i386/property-5.d, | |
158 | testsuite/gas/i386/property-12.d: Adjust expectations. | |
159 | ||
014d61ea JB |
160 | 2021-02-16 Jan Beulich <[email protected]> |
161 | ||
162 | * config/tc-i386.c (output_insn): Handle ldmxcsr, stmxcsr, | |
163 | vldmxcsr, vstmxcsr, vzeroall, and vzeroupper. | |
164 | * testsuite/gas/i386/property-ldmxcsr.s, | |
165 | testsuite/gas/i386/property-ldmxcsr.d, | |
166 | testsuite/gas/i386/property-vldmxcsr.s, | |
167 | testsuite/gas/i386/property-vldmxcsr.d, | |
168 | testsuite/gas/i386/property-vzeroall.s, | |
169 | testsuite/gas/i386/property-vzeroall.d: New. | |
170 | * testsuite/gas/i386/i386.exp: Run new tests. | |
171 | ||
cbe68696 JB |
172 | 2021-02-16 Jan Beulich <[email protected]> |
173 | ||
174 | * testsuite/gas/i386/i386.exp: Move bitness-independent property | |
175 | tests to bitness independent section. | |
176 | * testsuite/gas/i386/x86-64-property-2.d, | |
177 | testsuite/gas/i386/x86-64-property-3.d, | |
178 | testsuite/gas/i386/x86-64-property-4.d, | |
179 | testsuite/gas/i386/x86-64-property-5.d, | |
180 | testsuite/gas/i386/x86-64-property-6.d, | |
181 | testsuite/gas/i386/x86-64-property-10.d, | |
182 | testsuite/gas/i386/x86-64-property-11.d, | |
183 | testsuite/gas/i386/x86-64-property-12.d, | |
184 | testsuite/gas/i386/x86-64-property-13.d: Delete. | |
185 | ||
c2f1204d JB |
186 | 2021-02-16 Jan Beulich <[email protected]> |
187 | ||
188 | * testsuite/gas/i386/enqcmd-16bit.s: Include enqcmd.s, not | |
189 | movdir.s. | |
190 | * testsuite/gas/i386/enqcmd-16bit.d: Adjust expectations. | |
191 | ||
9a12b194 AM |
192 | 2021-02-16 Alan Modra <[email protected]> |
193 | ||
194 | PR 27426 | |
195 | * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array | |
196 | in another place. | |
197 | ||
70433886 AM |
198 | 2021-02-16 Alan Modra <[email protected]> |
199 | ||
200 | * read.c (demand_copy_C_string): Really check for embedded zeros. | |
201 | ||
ba2b480f AK |
202 | 2021-02-15 Andreas Krebbel <[email protected]> |
203 | ||
204 | * config/tc-s390.c (s390_parse_cpu): New entry for arch14. | |
205 | * doc/c-s390.texi: Document arch14 march option. | |
206 | * testsuite/gas/s390/s390.exp: Run the arch14 related tests. | |
207 | * testsuite/gas/s390/zarch-arch14.d: New test. | |
208 | * testsuite/gas/s390/zarch-arch14.s: New test. | |
209 | ||
c46b7066 NC |
210 | 2021-02-12 Nick Clifton <[email protected]> |
211 | ||
212 | * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link | |
213 | following. | |
214 | * testsuite/gas/xgate/insns-dwarf2.d: Likewise. | |
215 | ||
3c1d4101 AM |
216 | 2021-02-12 Alan Modra <[email protected]> |
217 | ||
218 | * testsuite/gas/all/pr27381.err: Don't match source file name. | |
219 | * testsuite/gas/all/pr27381.s: Don't start directive in first column. | |
220 | * testsuite/gas/all/pr27384.err: Don't match source file name. | |
221 | Adjust line number. | |
222 | * testsuite/gas/all/pr27384.s: Add ".text" directive. | |
223 | * testsuite/gas/elf/pr27355.err: Don't match source file name. | |
224 | ||
933feaf3 AM |
225 | 2021-02-11 Alan Modra <[email protected]> |
226 | ||
227 | * NEWS: Mention arm-symbianelf removal. | |
228 | ||
01e8b831 NC |
229 | 2021-02-10 Nick Clifton <[email protected]> |
230 | ||
231 | * listing.c (buffer_line): Remove debugging code accidentally | |
232 | included with the fix for PR 27384. | |
233 | ||
284beb43 NC |
234 | 2021-02-09 Nick Clifton <[email protected]> |
235 | ||
236 | PR 27381 | |
237 | * read.c (s_incbin): Check that the file to be included is a | |
238 | regular, non-directory file. | |
239 | * testsuite/gas/all/pr27381.s: New test source file. | |
240 | * testsuite/gas/all/pr27381.d: New test control file. | |
241 | * testsuite/gas/all/pr27381.err: Expected error output for the new test. | |
242 | * testsuite/gas/all/gas.exp: Run the new test. | |
243 | ||
a57d1773 AM |
244 | 2021-02-09 Alan Modra <[email protected]> |
245 | ||
246 | * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h. | |
247 | * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN | |
248 | support. | |
249 | * config/te-symbian.h: Delete. | |
250 | * configure.tgt: Remove arm-*-symbianelf*. | |
251 | * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in | |
252 | target selection. | |
253 | * testsuite/gas/arm/arch4t.d: Likewise. | |
254 | * testsuite/gas/arm/got_prel.d: Likewise. | |
255 | * testsuite/gas/arm/mapdir.d: Likewise. | |
256 | * testsuite/gas/arm/mapmisc.d: Likewise. | |
257 | * testsuite/gas/arm/mapsecs.d: Likewise. | |
258 | * testsuite/gas/arm/mapshort-eabi.d: Likewise. | |
259 | * testsuite/gas/arm/thumb-eabi.d: Likewise. | |
260 | * testsuite/gas/arm/thumb.d: Likewise. | |
261 | * testsuite/gas/arm/thumbrel.d: Likewise. | |
262 | * Makefile.in: Regenerate. | |
263 | * po/POTFILES.in: Regenerate. | |
264 | ||
4a68fcd7 NC |
265 | 2021-02-09 Nick Clifton <[email protected]> |
266 | ||
267 | PR 27384 | |
268 | * listing.c (listing_psize): Check the result of the width | |
269 | expression before assigning it to paper_width. | |
270 | * testsuite/gas/all/pr27384.s: New test source file. | |
271 | * testsuite/gas/all/pr27384.d: New test control file. | |
272 | * testsuite/gas/all/pr27384.err: Expected errors from new test. | |
273 | * testsuite/gas/all/gas.exp: Run the new test. | |
274 | ||
52563b0f NC |
275 | 2021-02-09 Nick Clifton <[email protected]> |
276 | ||
277 | PR 27355 | |
278 | * testsuite/gas/elf/pr27355.s: New test source file. | |
279 | * testsuite/gas/elf/pr27355.d: New test control file. | |
280 | * testsuite/gas/elf/pr27355.err: Expected errors from new test. | |
281 | * testsuite/gas/elf/elf.exp: Run the new test. | |
282 | ||
bfd428bc MF |
283 | 2021-02-08 Mike Frysinger <[email protected]> |
284 | ||
285 | * config/tc-tic54x (tic54x_mmregs): Rename to ... | |
286 | (tic54x_register_mmregs): ... this. Change mmregs to tic54x_mmregs. | |
287 | (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs. | |
288 | (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes, | |
289 | cc2_codes, cc3_codes, status_bits, and misc_symbols. | |
290 | ||
80b652ef NC |
291 | 2021-02-08 Nick Clifton <[email protected]> |
292 | ||
293 | PR 27355 | |
294 | * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array | |
295 | if it has not already been created. | |
296 | ||
24075dcc NC |
297 | 2021-02-04 Nelson Chu <[email protected]> |
298 | ||
299 | * config/tc-riscv.c (riscv_multi_subset_supports): Removed | |
300 | INSN_CLASS_ZB*. | |
301 | * testsuite/gas/riscv/bitmanip-insns-32.d: Removed. | |
302 | * testsuite/gas/riscv/bitmanip-insns-64.d: Removed. | |
303 | * testsuite/gas/riscv/bitmanip-insns.s: Removed. | |
304 | ||
61ecbbae AK |
305 | 2021-02-03 Andreas Krebbel <[email protected]> |
306 | ||
307 | * doc/c-s390.texi: Document vector instruction formats. | |
308 | ||
1f568f9a EH |
309 | 2021-02-01 Emery Hemingway <[email protected]> |
310 | ||
311 | * configure.tgt: Add *-*-genode* as a target for AArch64 and x86. | |
312 | ||
7bba67ec AM |
313 | 2021-02-01 Alan Modra <[email protected]> |
314 | ||
315 | PR 27283 | |
316 | * config/tc-alpha.c (insert_operand): Delete dead code. | |
317 | ||
1f583bc2 L |
318 | 2021-01-26 H.J. Lu <[email protected]> |
319 | ||
320 | PR gas/27243 | |
321 | * config/tc-nios2.c (md_begin): Don't disable relaxation with | |
322 | --gdwarf-N. | |
323 | * testsuite/gas/nios2/relax.d: New file. | |
324 | * testsuite/gas/nios2/relax.s: Likewise. | |
325 | ||
a45ef9a3 AM |
326 | 2021-01-26 Alan Modra <[email protected]> |
327 | ||
328 | * testsuite/gas/all/local-label-overflow.d: Use xfail rather than | |
329 | notarget all except hppa. Comment. | |
330 | * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget. | |
331 | * testsuite/gas/all/sleb128-4.d: Likewise. Don't skip msp430. | |
332 | * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget. | |
333 | * testsuite/gas/all/sleb128-7.d: Likewise. | |
334 | * testsuite/gas/all/sleb128-9.d: Likewise. | |
335 | * testsuite/gas/elf/bignums.d: Likewise. | |
336 | * testsuite/gas/elf/group0c.d: Likewise. | |
337 | * testsuite/gas/elf/group1a.d: Likewise. | |
338 | * testsuite/gas/elf/section-symbol-redef.d: Likewise. | |
339 | * testsuite/gas/elf/section15.d: Likewise. | |
340 | * testsuite/gas/elf/section4.d: Likewise. | |
341 | * testsuite/gas/elf/section7.d: Likewise. | |
342 | * testsuite/gas/macros/irp.d: Likewise. | |
343 | * testsuite/gas/macros/repeat.d: Likewise. | |
344 | * testsuite/gas/macros/rept.d: Likewise. | |
345 | * testsuite/gas/macros/test2.d: Likewise. | |
346 | * testsuite/gas/macros/vararg.d: Likewise. | |
347 | * testsuite/gas/all/string.d: Use xfail rather than skip. | |
348 | * testsuite/gas/elf/missing-build-notes.d: Likewise. | |
349 | * testsuite/gas/elf/section0.d: Likewise. | |
350 | * testsuite/gas/elf/section1.d: Likewise. | |
351 | * testsuite/gas/elf/section10.d: Likewise. | |
352 | * testsuite/gas/elf/section11.d: Likewise. | |
353 | * testsuite/gas/elf/section6.d: Likewise. | |
354 | * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa. | |
355 | * testsuite/gas/elf/symtab.s: Don't start directives in first column. | |
356 | * testsuite/gas/macros/test3.d: Don't notarget nds32. | |
357 | ||
9886ff03 AM |
358 | 2021-01-26 Alan Modra <[email protected]> |
359 | ||
360 | * testsuite/gas/all/byte.d, | |
361 | * testsuite/gas/all/byte.l, | |
362 | * testsuite/gas/all/byte.s: Delete. | |
363 | * testsuite/gas/all/gas.exp: Don't run byte test. | |
364 | ||
4287950e AM |
365 | 2021-01-26 Alan Modra <[email protected]> |
366 | ||
367 | PR 27282 | |
368 | * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32. | |
369 | * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match. | |
370 | ||
eea133e6 L |
371 | 2021-01-24 H.J. Lu <[email protected]> |
372 | ||
373 | PR gas/27228 | |
374 | * testsuite/gas/elf/elf.exp: Run pr27228. | |
375 | * testsuite/gas/elf/pr27228.d: New file. | |
376 | * testsuite/gas/elf/pr27228.s: Likewise. | |
377 | ||
68fcee4f AM |
378 | 2021-01-24 Alan Modra <[email protected]> |
379 | ||
380 | PR 27228 | |
381 | * write.c (resolve_reloc_expr_symbols): Don't assume local symbol | |
382 | is defined. | |
383 | ||
be07043e AM |
384 | 2021-01-21 Alan Modra <[email protected]> |
385 | ||
386 | PR 27221 | |
387 | * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored | |
388 | line number info when gas is generating it. | |
389 | * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings. | |
390 | * testsuite/gas/m68hc11/indexed12.d: Likewise. | |
391 | * testsuite/gas/elf/elf.exp: Don't run warn-2. | |
392 | * gas/testsuite/gas/elf/warn-2.s: Delete. | |
393 | ||
498ff032 AM |
394 | 2021-01-21 Alan Modra <[email protected]> |
395 | ||
396 | PR 27218 | |
397 | * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level. | |
398 | (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and | |
399 | error for negative file numbers. | |
400 | ||
4bd7c902 AM |
401 | 2021-01-20 Alan Modra <[email protected]> |
402 | ||
403 | * testsuite/gas/ppc/power4.d: Adjust for removal of section sym. | |
404 | * testsuite/gas/ppc/test1elf32.d: Likewise. | |
405 | * testsuite/gas/ppc/test1elf64.d: Likewise. | |
406 | ||
705989f1 L |
407 | 2021-01-18 H.J. Lu <[email protected]> |
408 | ||
409 | PR gas/27195 | |
410 | * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if | |
411 | needed. | |
412 | (dwarf2_directive_filename): Likewise. | |
413 | (dwarf2_directive_loc): Likewise. | |
414 | * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3. | |
415 | * testsuite/gas/lns/lns-diag-1.l: Remove the | |
416 | "Error: file number less than one" errors. | |
417 | ||
44365e88 AM |
418 | 2021-01-18 Alan Modra <[email protected]> |
419 | ||
420 | PR 27198 | |
421 | * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol. | |
422 | * testsuite/gas/i386/pr27198.d, | |
423 | * gas/testsuite/gas/i386/pr27198.err, | |
424 | * gas/testsuite/gas/i386/pr27198.s: New test. | |
425 | * gas/testsuite/gas/i386/i386.exp: Run it. | |
426 | ||
1942a048 NC |
427 | 2021-01-15 Nelson Chu <[email protected]> |
428 | ||
429 | * config/tc-riscv.c: Indent and GNU coding standards tidy, | |
430 | also aligned the code. | |
431 | * config/tc-riscv.h: Likewise. | |
432 | ||
b800637e NC |
433 | 2021-01-15 Nelson Chu <[email protected]> |
434 | ||
435 | * config/tc-riscv.c: Error and warning messages tidy. | |
436 | * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated. | |
437 | * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise. | |
438 | * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise. | |
439 | * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise. | |
440 | * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise. | |
441 | * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise. | |
442 | * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise. | |
443 | ||
dcd709e0 NC |
444 | 2021-01-15 Nelson Chu <[email protected]> |
445 | ||
446 | * config/tc-riscv.c: Comments tidy and improvement. Also update | |
447 | comment "fallthru" to "Fall through" that end with a period and | |
448 | two spaces. | |
449 | ||
5fda40b2 MF |
450 | 2021-01-14 Mike Frysinger <[email protected]> |
451 | ||
452 | * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries. | |
453 | Delete warning that these are only available with ELF targets. | |
454 | * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ... | |
455 | * read.c (potable): ... here. | |
456 | ||
abad2815 MF |
457 | 2021-01-14 Mike Frysinger <[email protected]> |
458 | ||
459 | * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR). | |
460 | * Makefile.in: Regenerated. | |
461 | ||
adb0bd8f MF |
462 | 2021-01-14 Mike Frysinger <[email protected]> |
463 | ||
464 | * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define. | |
465 | (parse_int): Mark char_bag const. | |
466 | ||
844bf810 L |
467 | 2021-01-13 H.J. Lu <[email protected]> |
468 | ||
469 | PR gas/27178 | |
470 | * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol. | |
471 | Don't generate GOT_symbol for PLT relocations. | |
472 | * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests. | |
473 | * testsuite/gas/i386/no-got.d: New file. | |
474 | * testsuite/gas/i386/no-got.s: Likewise. | |
475 | * testsuite/gas/i386/x86-64-no-got.d: Likewise. | |
476 | * testsuite/gas/i386/x86-64-no-got.s: Likewise. | |
477 | ||
5347ed60 AM |
478 | 2021-01-13 Alan Modra <[email protected]> |
479 | ||
480 | * Makefile.in: Regenerate. | |
481 | * Makefile.in: Regenerate. | |
482 | ||
d546b610 L |
483 | 2021-01-12 H.J. Lu <[email protected]> |
484 | ||
485 | PR binutils/26792 | |
486 | * configure.ac: Use GNU_MAKE_JOBSERVER. | |
487 | * aclocal.m4: Regenerated. | |
488 | * configure: Likewise. | |
489 | ||
6d104cac NC |
490 | 2021-01-12 Nick Clifton <[email protected]> |
491 | ||
492 | * po/fr.po: Updated French translation. | |
493 | ||
83b33c6c L |
494 | 2021-01-11 H.J. Lu <[email protected]> |
495 | ||
496 | PR ld/27173 | |
497 | * configure: Regenerated. | |
498 | ||
82c70b08 KT |
499 | 2021-10-11 Kyrylo Tkachov <[email protected]> |
500 | ||
501 | * NEWS: Remove CSRE. | |
502 | * config/tc-aarch64.c (parse_csr_operand): Delete. | |
503 | (parse_operands): Delete handling of | |
504 | AARCH64_OPND_CSRE_CSR. | |
505 | (aarch64_features): Remove csre. | |
506 | * doc/c-aarch64.texi: Remove CSRE. | |
507 | * testsuite/gas/aarch64/csre.d: Delete. | |
508 | * testsuite/gas/aarch64/csre-invalid.s: Likewise. | |
509 | * testsuite/gas/aarch64/csre-invalid.d: Likewise. | |
510 | * testsuite/gas/aarch64/csre_csr.s: Likewise. | |
511 | * testsuite/gas/aarch64/csre_csr.d: Likewise. | |
512 | * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise. | |
513 | * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise. | |
514 | * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise. | |
515 | ||
a8aa72b9 NC |
516 | 2021-01-11 Nick Clifton <[email protected]> |
517 | ||
518 | * po/uk.po: Updated Ukranian translation. | |
519 | ||
a4966cd9 L |
520 | 2021-01-09 H.J. Lu <[email protected]> |
521 | ||
522 | * configure: Regenerated. | |
523 | ||
573fe3fb NC |
524 | 2021-01-09 Nick Clifton <[email protected]> |
525 | ||
526 | * configure: Regenerate. | |
527 | * po/gas.pot: Regenerate. | |
528 | ||
055bc77a NC |
529 | 2021-01-09 Nick Clifton <[email protected]> |
530 | ||
531 | * 2.36 release branch crated. | |
532 | ||
aae7fcb8 PB |
533 | 2021-01-08 Peter Bergner <[email protected]> |
534 | ||
535 | * testsuite/gas/ppc/rop-checks.d, | |
536 | * testsuite/gas/ppc/rop-checks.l, | |
537 | * testsuite/gas/ppc/rop-checks.s, | |
538 | * testsuite/gas/ppc/rop.d, | |
539 | * testsuite/gas/ppc/rop.s: New tests. | |
540 | * testsuite/gas/ppc/ppc.exp: Run them. | |
541 | ||
64307045 AM |
542 | 2021-01-09 Alan Modra <[email protected]> |
543 | ||
544 | * configure: Regenerate. | |
545 | ||
f4782128 ST |
546 | 2021-01-07 Samuel Thibault <[email protected]> |
547 | ||
548 | * configure: Regenerate. | |
549 | ||
d1bcae83 L |
550 | 2021-01-07 H.J. Lu <[email protected]> |
551 | ||
552 | PR 27109 | |
553 | * read.c (s_reloc): Call symbol_mark_used_in_reloc on the | |
554 | section symbol. | |
555 | * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed. | |
556 | * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc | |
557 | on the section symbol. | |
558 | (set_symtab): Don't generate unused section symbols. | |
559 | (maybe_generate_build_notes): Call symbol_mark_used_in_reloc | |
560 | on the section symbol. | |
561 | * config/obj-elf.c (elf_adjust_symtab): Call | |
562 | symbol_mark_used_in_reloc on the group signature symbol. | |
563 | * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols | |
564 | from expected output. | |
565 | * testsuite/gas/elf/elf.exp (run_elf_list_test): Check | |
566 | is_elf_unused_section_symbols. | |
567 | * testsuite/gas/elf/section2.e: Updated. | |
568 | * testsuite/gas/elf/section2.e-unused: New file. | |
569 | * testsuite/gas/elf/symver.d: Remove unused section symbols. | |
570 | * testsuite/gas/i386/ilp32/elf/symver.d: Likewise. | |
571 | * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise. | |
572 | * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise. | |
573 | * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise. | |
574 | * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise. | |
575 | * testsuite/gas/i386/size-1.d: Likewise. | |
576 | * testsuite/gas/i386/size-3.d: Likewise. | |
577 | * testsuite/gas/i386/svr4.d: Likewise. | |
578 | * testsuite/gas/i386/x86-64-size-1.d: Likewise. | |
579 | * testsuite/gas/i386/x86-64-size-3.d: Likewise. | |
580 | * testsuite/gas/i386/x86-64-size-5.d: Likewise. | |
581 | * testsuite/gas/i386/x86-64-unwind.d: Likewise. | |
582 | ||
aa881ecd PT |
583 | 2021-01-07 Philipp Tomsich <[email protected]> |
584 | ||
585 | * config/tc-riscv.c (riscv_multi_subset_supports): Added | |
586 | INSN_CLASS_ZIHINTPAUSE. | |
587 | * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for | |
588 | the pause hint instruction. | |
589 | * testsuite/gas/riscv/pause.s: Likewise. | |
590 | ||
2652cfad CXW |
591 | 2021-01-07 Claire Xenia Wolf <[email protected]> |
592 | Jim Wilson <[email protected]> | |
593 | Andrew Waterman <[email protected]> | |
594 | Maxim Blinov <[email protected]> | |
595 | Kito Cheng <[email protected]> | |
596 | Nelson Chu <[email protected]> | |
597 | ||
598 | * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*. | |
599 | (riscv_get_default_ext_version): Do not check the default_isa_spec when | |
600 | the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT. | |
601 | * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase. | |
602 | * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise. | |
603 | * testsuite/gas/riscv/bitmanip-insns.s: Likewise. | |
604 | ||
85f55c2b AM |
605 | 2021-01-06 Alan Modra <[email protected]> |
606 | ||
607 | * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check. | |
608 | ||
22206e84 AM |
609 | 2021-01-06 Alan Modra <[email protected]> |
610 | ||
611 | * testsuite/gas/macros/app1.d: xfail tic30. | |
612 | * testsuite/gas/macros/app2.d: Likewise. | |
613 | * testsuite/gas/macros/app3.d: Likewise. | |
614 | * testsuite/gas/macros/app4.d: Likewise. | |
615 | ||
286d2f2c MC |
616 | 2021-01-06 Marcus Comstedt <[email protected]> |
617 | ||
618 | * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs. | |
619 | * doc/c-riscv.texi: Likewise. | |
620 | ||
f36ce378 MC |
621 | 2021-01-06 Marcus Comstedt <[email protected]> |
622 | ||
623 | * testsuite/gas/riscv/li32.d: Accept bigriscv in addition | |
624 | to littleriscv. | |
625 | * testsuite/gas/riscv/li64.d: Likewise. | |
626 | * testsuite/gas/riscv/lla32.d: Likewise. | |
627 | * testsuite/gas/riscv/lla64.d: Likewise. | |
628 | * testsuite/gas/riscv/march-ok-g2.d: Likewise. | |
629 | * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise. | |
630 | * testsuite/gas/riscv/march-ok-g2p0.d: Likewise. | |
631 | * testsuite/gas/riscv/march-ok-i2p0.d: Likewise. | |
632 | * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise. | |
633 | * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise. | |
634 | * testsuite/gas/riscv/march-ok-two-nse.d: Likewise. | |
635 | ||
fbc09e7a MC |
636 | 2021-01-06 Marcus Comstedt <[email protected]> |
637 | ||
638 | * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and | |
639 | elf32-bigriscv. | |
640 | (install_insn): Always write instructions as little endian. | |
641 | (riscv_make_nops): Likewise. | |
642 | (md_convert_frag_branch): Likewise. | |
643 | (md_number_to_chars): Write data in target endianness. | |
644 | (options, md_longopts): Add -mbig-endian and -mlittle-endian options. | |
645 | (md_parse_option): Handle the endian options. | |
646 | * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not | |
647 | already defined. | |
648 | * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*. | |
649 | ||
cd6d537c L |
650 | 2021-01-04 H.J. Lu <[email protected]> |
651 | ||
652 | PR ld/26256 | |
653 | * config/obj-elf.c (obj_elf_change_section): Also filter out | |
654 | SHF_LINK_ORDER. | |
655 | ||
dd933805 AM |
656 | 2021-01-04 Alan Modra <[email protected]> |
657 | ||
658 | PR 27102 | |
659 | * symbols.c (S_SET_EXTERNAL): Revise section symbol warning | |
660 | message and register symbol error message. | |
661 | ||
90320e40 AM |
662 | 2021-01-04 Alan Modra <[email protected]> |
663 | ||
664 | PR 27101 | |
665 | * read.c (s_align): Use a large enough type for "align" to hold | |
666 | the result of get_absolute_expression. | |
667 | ||
f9a6a8f0 AM |
668 | 2021-01-01 Nicolas Boulenguez <[email protected]> |
669 | ||
670 | * config/tc-i386.c: Correct comment spelling. | |
671 | * config/tc-riscv.c: Likewise. | |
672 | * config/tc-s390.c: Correct comment grammar. | |
673 | * doc/c-i386.texi: Correct spelling. | |
674 | * doc/c-s390.texi: Correct grammar. | |
675 | ||
250d07de AM |
676 | 2021-01-01 Alan Modra <[email protected]> |
677 | ||
678 | Update year range in copyright notice of all files. | |
679 | ||
64d05a43 HPN |
680 | 2021-01-01 Hans-Peter Nilsson <[email protected]> |
681 | ||
682 | * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0". | |
683 | ||
c2795844 | 684 | For older changes see ChangeLog-2020 |
3499769a | 685 | \f |
c2795844 | 686 | Copyright (C) 2021 Free Software Foundation, Inc. |
3499769a AM |
687 | |
688 | Copying and distribution of this file, with or without modification, | |
689 | are permitted in any medium without royalty provided the copyright | |
690 | notice and this notice are preserved. | |
691 | ||
692 | Local Variables: | |
693 | mode: change-log | |
694 | left-margin: 8 | |
695 | fill-column: 74 | |
696 | version-control: never | |
697 | End: |