Count i386-moss as ELF
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2019-04-05 H.J. Lu <hongjiu.lu@intel.com>
2
3 * testsuite/gas/i386/i386.exp: Run -mx86-used-note=yes tests.
4 * testsuite/gas/i386/property-2.d: New file.
5 * testsuite/gas/i386/property-2.s: Likewise.
6 * testsuite/gas/i386/x86-64-property-2.d: Likewise.
7
8 2019-04-05 Xuepeng Guo <xuepeng.guo@intel.com>
9
10 * config/tc-i386.c (cpu_arch): Add .avx512_bf16.
11 (cpu_noarch): Add noavx512_bf16.
12 * doc/c-i386.texi: Document avx512_bf16.
13 * testsuite/gas/i386/avx512_bf16.d: New file.
14 * testsuite/gas/i386/avx512_bf16.s: Likewise.
15 * testsuite/gas/i386/avx512_bf16_vl-inval.l: Likewise.
16 * testsuite/gas/i386/avx512_bf16_vl-inval.s: Likewise.
17 * testsuite/gas/i386/avx512_bf16_vl.d: Likewise.
18 * testsuite/gas/i386/avx512_bf16_vl.s: Likewise.
19 * testsuite/gas/i386/x86-64-avx512_bf16.d: Likewise.
20 * testsuite/gas/i386/x86-64-avx512_bf16.s: Likewise.
21 * testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.l: Likesie.
22 * testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.s: Likewise.
23 * testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Likewise.
24 * testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Likewise.
25 * testsuite/gas/i386/i386.exp: Add BF16 related tests.
26
27 2019-04-05 Alan Modra <amodra@gmail.com>
28
29 * testsuite/gas/ppc/bc.s,
30 * testsuite/gas/ppc/bcat.d,
31 * testsuite/gas/ppc/bcaterr.d,
32 * testsuite/gas/ppc/bcaterr.l,
33 * testsuite/gas/ppc/bcy.d,
34 * testsuite/gas/ppc/bcyerr.d,
35 * testsuite/gas/ppc/bcyerr.l: New tests.
36 * testsuite/gas/ppc/ppc.exp: Run them.
37
38 2019-04-05 Alan Modra <amodra@gmail.com>
39
40 * testsuite/gas/ppc/476.d: Remove trailing spaces.
41 * testsuite/gas/ppc/a2.d: Likewise.
42 * testsuite/gas/ppc/booke.d: Likewise.
43 * testsuite/gas/ppc/booke_xcoff.d: Likewise.
44 * testsuite/gas/ppc/e500.d: Likewise.
45 * testsuite/gas/ppc/e500mc.d: Likewise.
46 * testsuite/gas/ppc/e6500.d: Likewise.
47 * testsuite/gas/ppc/htm.d: Likewise.
48 * testsuite/gas/ppc/power6.d: Likewise.
49 * testsuite/gas/ppc/power8.d: Likewise.
50 * testsuite/gas/ppc/power9.d: Likewise.
51 * testsuite/gas/ppc/vle.d: Likewise.
52
53 2019-04-04 Peter Bergner <bergner@linux.ibm.com>
54
55 PR gas/24349
56 * testsuite/gas/ppc/power8.s: (bdnztar, bdnztarl, bdztar, bdztarl,
57 btar, btarl, bdnztar-, bdnztarl-, bdnztar+, bdnztarl+, bdztar-,
58 bdztarl-, bdztar+, bdztarl+, bgetar, bnltar, bgetarl, bnltarl,
59 bletar, bngtar, bletarl, bngtarl, bnetar, bnetarl, bnstar, bnutar,
60 bnstarl, bnutarl, bgetar-, bnltar-, bgetarl-, bnltarl-, bletar-,
61 bngtar-, bletarl-, bngtarl-, bnetar-, bnetarl-, bnstar-, bnutar-,
62 bnstarl-, bnutarl-, bgetar+, bnltar+, bgetarl+, bnltarl+, bletar+,
63 bngtar+, bletarl+, bngtarl+, bnetar+, bnetarl+, bnstar+, bnutar+,
64 bnstarl+, bnutarl+, blttar, blttarl, bgttar, bgttarl, beqtar,
65 beqtarl, bsotar, buntar, bsotarl, buntarl, blttar-, blttarl-,
66 bgttar-, bgttarl-, beqtar-, beqtarl-, bsotar-, buntar-, bsotarl-,
67 buntarl-, blttar+, blttarl+, bgttar+, bgttarl+, beqtar+, beqtarl+,
68 bsotar+, buntar+, bsotarl+, buntarl+, bdnzftar, bdnzftarl, bdzftar,
69 bdzftarl, bftar, bftarl, bftar-, bftarl-, bftar+, bftarl+, bdnzttar,
70 bdnzttarl, bdzttar, bdzttarl, bttar, bttarl, bttar-, bttarl-, bttar+,
71 bttarl+): Add tests of extended mnemonics.
72 * testsuite/gas/ppc/power8.d: Likewise. Update previous bctar tests
73 to expect new extended mnemonics.
74 * testsuite/gas/ppc/a2.s: <bc, bc-, bc+, bcl, bcl-, bcl+>: Update test
75 to not use illegal BO value. Use a more convenient BI value.
76 * testsuite/gas/ppc/a2.d: Update tests for new expect output.
77
78 2019-04-03 Max Filippov <jcmvbkbc@gmail.com>
79
80 * config/tc-xtensa.c (convert_frag_immed): Drop
81 convert_frag_immed_finish_loop invocation.
82 (convert_frag_immed_finish_loop): Drop declaration and
83 definition.
84 * config/xtensa-relax.c (widen_spec_list): Replace loop
85 widening that uses addi/addmi with widening that uses l32r
86 and const16.
87
88 2019-04-01 Andre Vieira <andre.simoesdiasvieira@arm.com>
89
90 * config/tc-arm.c (arm_ext_table): New struct type.
91 (arm_arch_option_table): Add new 'arm_ext_table' field.
92 (ARM_EXT,ARM_ADD,ARM_REMOVE, ALL_FP): New macros.
93 (armv5te_ext_table, armv7ve_ext_table, armv7a_ext_table,
94 armv7r_ext_table, armv7em_ext_table, armv8a_ext_table,
95 armv81a_ext_table, armv82a_ext_table, armv84a_ext_table,
96 armv85a_ext_table, armv8m_main_ext_table,
97 armv8r_ext_table): New architecture extension tables.
98 (ARM_ARCH_OPT): Add new default field.
99 (ARM_ARCH_OPT2): New macro.
100 (arm_archs): Extend some architectures with the new architecture
101 extension tables mentioned above.
102 (arm_extensions): Add DEPRECATED comment with instructions to
103 use new table.
104 (arm_parse_extension): Change to use new extension tables.
105 (arm_parse_cpu): Don't change existing behavior.
106 (arm_parse_arch): Change to use new extension tables.
107 * doc/c-arm.texi: Document new architecture extensions.
108 * testsuite/gas/arm/attr-mfpu-neon-fp16.d: Change test to use new
109 extension option rather than -mfpu and change expected behaviour to
110 sane outputs.
111 * testsuite/gas/arm/armv8-2-fp16-scalar-bad-ext.d: New.
112 * testsuite/gas/arm/armv8-2-fp16-scalar-ext.d: New.
113 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb-ext.d: New.
114 * testsuite/gas/arm/armv8-2-fp16-simd-ext.d: New.
115 * testsuite/gas/arm/armv8-2-fp16-simd-thumb-ext.d: New.
116 * testsuite/gas/arm/armv8-2-fp16-simd-warning-ext.d: New.
117 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb-ext.d: New.
118 * testsuite/gas/arm/armv8_2+rdma-ext.d: New.
119 * testsuite/gas/arm/armv8_2-a-fp16-thumb2-ext.d: New.
120 * testsuite/gas/arm/armv8_2-a-fp16_ext.d: New.
121 * testsuite/gas/arm/armv8_3-a-fp-bad-ext.d: New.
122 * testsuite/gas/arm/armv8_3-a-fp-ext.d: New.
123 * testsuite/gas/arm/armv8_3-a-fp16-ext.d: New.
124 * testsuite/gas/arm/armv8_3-a-simd-bad-ext.d: New.
125 * testsuite/gas/arm/armv8_4-a-fp16-ext.d: New.
126 * testsuite/gas/arm/armv8m.main+fp.d: New.
127 * testsuite/gas/arm/armv8m.main+fp.dp.d: New.
128 * testsuite/gas/arm/attr-ext-fpv5-d16.d: New.
129 * testsuite/gas/arm/attr-ext-fpv5.d: New.
130 * testsuite/gas/arm/attr-ext-idiv.d: New.
131 * testsuite/gas/arm/attr-ext-mp.d: New.
132 * testsuite/gas/arm/attr-ext-neon-fp16.d: New.
133 * testsuite/gas/arm/attr-ext-neon-vfpv3.d: New.
134 * testsuite/gas/arm/attr-ext-neon-vfpv4.d: New.
135 * testsuite/gas/arm/attr-ext-sec.d: New.
136 * testsuite/gas/arm/attr-ext-vfpv3-d16-fp16.d: New.
137 * testsuite/gas/arm/attr-ext-vfpv3-d16.d: New.
138 * testsuite/gas/arm/attr-ext-vfpv3-fp16.d: New.
139 * testsuite/gas/arm/attr-ext-vfpv3.d: New.
140 * testsuite/gas/arm/attr-ext-vfpv3xd-fp.d: New.
141 * testsuite/gas/arm/attr-ext-vfpv3xd.d: New.
142 * testsuite/gas/arm/attr-ext-vfpv4-d16.d: New.
143 * testsuite/gas/arm/attr-ext-vfpv4-sp-d16.d: New.
144 * testsuite/gas/arm/attr-ext-vfpv4.d: New.
145 * testsuite/gas/arm/dotprod-mandatory-ext.d: New.
146 * testsuite/gas/arm/fpv5-d16.s: New.
147 * testsuite/gas/arm/fpv5-sp-d16.s: New.
148
149 2019-03-28 Alan Modra <amodra@gmail.com>
150
151 PR 24390
152 * testsuite/gas/ppc/476.d: Update mtfsb*.
153 * testsuite/gas/ppc/a2.d: Likewise.
154
155 2019-03-21 Alan Modra <amodra@gmail.com>
156
157 * emul.h (struct emulation): Delete strip_underscore.
158 * emul-target.h (emul_strip_underscore): Don't define.
159 (emul_struct_name): Update initialization.
160
161 2019-03-21 Alan Modra <amodra@gmail.com>
162
163 * config/tc-d10v.c (md_apply_fix): Apply BFD_RELOC_8.
164 * config/tc-pdp11.c (md_apply_fix): Likewise.
165 * config/tc-d30v.c (md_apply_fix): Don't emit errors for BFD_RELOC_8,
166 BFD_RELOC_16, and BFD_RELOC_64.
167 * testsuite/gas/all/gas.exp: Move target exclusions for forward
168 test, but not cr16, to..
169 * testsuite/gas/all/forward.d: ..here, with explanation. Remove
170 d10v, d30v, and pdp11 xfails.
171
172 2019-03-19 H.J. Lu <hongjiu.lu@intel.com>
173
174 * config/tc-i386.c (optimize_encoding): Don't check AVX for
175 EVEX vector load/store optimization. Check both operands for
176 ZMM register. Update EVEX vector load/store opcode check.
177 Choose EVEX Disp8 over VEX Disp32.
178 * testsuite/gas/i386/optimize-1.d: Updated.
179 * testsuite/gas/i386/optimize-1a.d: Likewise.
180 * testsuite/gas/i386/optimize-2.d: Likewise.
181 * testsuite/gas/i386/optimize-4.d: Likewise.
182 * testsuite/gas/i386/optimize-5.d: Likewise.
183 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
184 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
185 * testsuite/gas/i386/x86-64-optimize-2b.d: Likewise.
186 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
187 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
188 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
189 * testsuite/gas/i386/optimize-1.s: Add ZMM register load
190 test.
191 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
192
193 2019-03-19 H.J. Lu <hongjiu.lu@intel.com>
194
195 PR gas/24352
196 * config/tc-i386.c (optimize_encoding): Check only
197 cpu_arch_flags.bitfield.cpuavx512vl.
198 * testsuite/gas/i386/i386.exp: Run x86-64-optimize-2b.
199 * testsuite/gas/i386/x86-64-optimize-2.d: Revert the last
200 change.
201 * testsuite/gas/i386/x86-64-optimize-2b.d: New file.
202 * testsuite/gas/i386/x86-64-optimize-2b.s: Likewise.
203
204 2019-03-19 H.J. Lu <hongjiu.lu@intel.com>
205
206 PR gas/24359
207 * testsuite/gas/i386/i386.exp: Change optimize-6a, optimize-7,
208 x86-64-optimize-7a and x86-64-optimize-8 tests to run_list_test.
209 Remove optimize-6c and x86-64-optimize-7c tests.
210 * testsuite/gas/i386/noavx-3.l: Updated.
211 * testsuite/gas/i386/noavx-4.d: Likewise.
212 * testsuite/gas/i386/noavx-5.d: Likewise.
213 * testsuite/gas/i386/noavx-3.s: Add AVX512F tests.
214 * testsuite/gas/i386/noavx-4.s: Remove AVX512F tests.
215 * testsuite/gas/i386/nosse-5.s: Likewise.
216 * testsuite/gas/i386/optimize-6a.d: Removed.
217 * testsuite/gas/i386/optimize-6c.d: Likewise.
218 * testsuite/gas/i386/optimize-7.d: Likewise.
219 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
220 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
221 * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
222 * testsuite/gas/i386/optimize-6a.l: New file.
223 * testsuite/gas/i386/optimize-6a.s: Likewise.
224 * testsuite/gas/i386/optimize-7.l: Likewise.
225 * testsuite/gas/i386/x86-64-optimize-7a.l: Likewise.
226 * testsuite/gas/i386/x86-64-optimize-7a.s: Likewise.
227 * testsuite/gas/i386/x86-64-optimize-8.l: Likewise.
228
229 2019-03-18 Alan Modra <amodra@gmail.com>
230
231 * config/m68k-parse.y (yylex): Use temp_ilp and restore_ilp.
232 * as.c (macro_expr): Likewise.
233 * macro.c (buffer_and_nest): Likewise.
234 * read.c (temp_ilp): Remove FIXME.
235
236 2019-03-18 H.J. Lu <hongjiu.lu@intel.com>
237
238 * testsuite/gas/i386/att-regs.d: Pass -O0 to assembler.
239 * testsuite/gas/i386/avx512bw-intel.d: Likewise.
240 * testsuite/gas/i386/avx512bw.d: Likewise.
241 * testsuite/gas/i386/avx512f-intel.d: Likewise.
242 * testsuite/gas/i386/avx512f.d: Likewise.
243 * testsuite/gas/i386/disp32.d: Likewise.
244 * testsuite/gas/i386/intel-regs.d: Likewise.
245 * testsuite/gas/i386/pseudos.d: Likewise.
246 * testsuite/gas/i386/x86-64-disp32.d: Likewise.
247 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
248
249 2019-03-18 H.J. Lu <hongjiu.lu@intel.com>
250
251 PR gas/24348
252 * config/tc-i386.c (optimize_encoding): Encode 128-bit and
253 256-bit EVEX vector register load/store instructions as VEX
254 vector register load/store instructions for -O1.
255 * doc/c-i386.texi: Update -O1 documentation.
256 * testsuite/gas/i386/i386.exp: Run PR gas/24348 tests.
257 * testsuite/gas/i386/optimize-1.s: Add tests for EVEX vector
258 load/store instructions.
259 * testsuite/gas/i386/optimize-2.s: Likewise.
260 * testsuite/gas/i386/optimize-3.s: Likewise.
261 * testsuite/gas/i386/optimize-5.s: Likewise.
262 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
263 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
264 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
265 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
266 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
267 * testsuite/gas/i386/optimize-1.d: Updated.
268 * testsuite/gas/i386/optimize-2.d: Likewise.
269 * testsuite/gas/i386/optimize-3.d: Likewise.
270 * testsuite/gas/i386/optimize-4.d: Likewise.
271 * testsuite/gas/i386/optimize-5.d: Likewise.
272 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
273 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
274 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
275 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
276 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
277 * testsuite/gas/i386/optimize-7.d: New file.
278 * testsuite/gas/i386/optimize-7.s: Likewise.
279 * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
280 * testsuite/gas/i386/x86-64-optimize-8.s: Likewise.
281
282 2019-03-18 H.J. Lu <hongjiu.lu@intel.com>
283
284 * config/tc-i386.c (optimize_encoding): Encode 256-bit/512-bit
285 VEX/EVEX vector register clearing instructions with 128-bit VEX
286 vector register clearing instructions at -O1.
287 * doc/c-i386.texi: Update -O1 and -O2 documentation.
288 * testsuite/gas/i386/i386.exp: Run optimize-1a and
289 x86-64-optimize-2a.
290 * testsuite/gas/i386/optimize-1a.d: New file.
291 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
292
293 2019-03-17 H.J. Lu <hongjiu.lu@intel.com>
294
295 PR gas/24353
296 * config/tc-i386.c: Include <limits.h> if it exists and try
297 including <sys/param.h> if we have it.
298 (INT_MAX): Define if not defined.
299 (md_parse_option): Set optimize to INT_MAX for -Os.
300 * testsuite/gas/i386/optimize-2.s: Add a test.
301 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
302 * testsuite/gas/i386/optimize-2.d: Updated.
303 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
304
305 2019-03-17 H.J. Lu <hongjiu.lu@intel.com>
306
307 PR gas/24352
308 * config/tc-i386.c (optimize_encoding): Encode 512-bit EVEX
309 with 128-bit VEX encoding only when AVX is enabled and with
310 128-bit EVEX encoding only when AVX512VL is enabled.
311 * testsuite/gas/i386/i386.exp: Run PR gas/24352 tests.
312 * testsuite/gas/i386/optimize-6.s: New file.
313 * testsuite/gas/i386/optimize-6a.d: Likewise.
314 * testsuite/gas/i386/optimize-6b.d: Likewise.
315 * testsuite/gas/i386/optimize-6c.d: Likewise.
316 * testsuite/gas/i386/x86-64-optimize-7.s: Likewise.
317 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
318 * testsuite/gas/i386/x86-64-optimize-7b.d: Likewise.
319 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
320 * testsuite/gas/i386/x86-64-optimize-2.d: Updated.
321
322 2019-03-15 Li Hao <li.hao296@zte.com.cn>
323
324 PR 24308
325 * config/tc-i386.c (parse_insn): Check mnemp before using it to
326 determine if a suffix can be trimmed.
327
328 2019-03-13 Christian Eggers <ceggers@gmx.de>
329
330 * dwarf2dbg.c (out_set_addr): Align relocation within .debug_line.
331
332 2019-03-13 Christian Eggers <ceggers@gmx.de>
333
334 * dwarf2dbg.c (out_debug_line): Pad size of .debug_line section.
335
336 2019-03-13 Christian Eggers <ceggers@gmx.de>
337
338 * dwarf2dbg.c (out_debug_str): Use octets for .debug_string pointers.
339
340 2019-03-13 Christian Eggers <ceggers@gmx.de>
341
342 * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
343
344 2019-03-13 Christian Eggers <ceggers@gmx.de>
345
346 * dwarf2dbg.c (out_debug_line): Use octets for dwarf2 headers.
347 (out_debug_aranges, out_debug_info): Likewise.
348
349 2019-03-13 Christian Eggers <ceggers@gmx.de>
350
351 * symbols.h (symbol_temp_new_now_octets): Declare.
352 (symbol_set_value_now_octets, symbol_octets_p): Declare.
353 * symbols.c (struct symbol_flags): New member sy_octets.
354 (symbol_temp_new_now_octets): New function.
355 (resolve_symbol_value): Return octets instead of bytes if
356 sy_octets is set.
357 (symbol_set_value_now_octets): New function.
358 (symbol_octets_p): New function.
359
360 2019-03-13 Christian Eggers <ceggers@gmx.de>
361
362 * dwarf2dbg.c (dwarf2_emit_insn): Fix calculation of line info offset.
363
364 2019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
365
366 * testsuite/gas/s390/zarch-arch13.s: Adjust testcase to optable changes.
367 * testsuite/gas/s390/zarch-arch13.d: Likewise.
368
369 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
370
371 * testsuite/gas/aarch64/dotproduct.d: Use multiple "as" lines.
372 * testsuite/gas/aarch64/dotproduct_armv8_4.d: Remove.
373 * testsuite/gas/aarch64/dotproduct_armv8_4.s: Remove.
374 * testsuite/gas/aarch64/illegal-dotproduct.d: Use multiple "as"
375 lines.
376 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: Remove.
377 * testsuite/gas/aarch64/ldst-rcpc.d: Use multiple "as" lines.
378
379 2019-02-24 Alan Modra <amodra@gmail.com>
380
381 * config/tc-ppc.c (parse_tls_arg): Wrap in #ifdef OBJ_ELF.
382
383 2019-02-24 Alan Modra <amodra@gmail.com>
384
385 PR 24144
386 * config/obj-aout.c (obj_aout_frob_file_before_fix): Write to end
387 of section to ensure file contents cover aligned section size.
388
389 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
390
391 * config/tc-arm.c (arm_cpus): Add neoverse-n1.
392 * doc/c-arm.texi (-mcpu): Document neoverse-n1 value.
393
394 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
395
396 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-e1.
397 * doc/c-aarch64.texi (-mcpu): Document neoverse-e1 value.
398
399 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
400
401 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n1.
402 * doc/c-aarch64.texi (-mcpu): Document neoverse-n1 value.
403
404 2019-02-19 Paul Hua <paul.hua.gm@gmail.com>
405
406 * NEWS: Mention -m[no-]fix-loongson3-llsc.
407 * configure.ac: Add --enable-mips-fix-loongson3-llsc.
408 Define DEFAULT_MIPS_FIX_LOONGSON3_LLSC.
409 * config.in: Regenerated.
410 * configure: Likewise.
411 * config/tc-mips.c (sync_insn, mips_fix_loongson3_llsc):
412 New variables.
413 (options): New OPTION_FIX_LOONGSON3_LLSC,
414 OPTION_NO_FIX_LOONGSON3_LLSC.
415 (md_longopts): Add -m[no-]fix-loongson3-llsc.
416 (md_begin): Initialize sync insn.
417 (fix_loongson3_llsc): New.
418 (append_insn): Call fix_loongson3_llsc.
419 (md_parse_option): Handle OPTION_FIX_LOONGSON3_LLSC,
420 OPTION_NO_FIX_LOONGSON3_LLSC.
421 (md_show_usage): Display -m[no-]fix-loongson3-llsc.
422 * doc/c-mips.texi: Document -m[no-]fix-loongson3-llsc,
423 --enable-mips-fix-loongson3-llsc=[yes|no].
424
425 2019-02-10 H.J. Lu <hongjiu.lu@intel.com>
426
427 PR gas/24165
428 * frags.c (frag_var_init): Pass max_chars to TC_FRAG_INIT as
429 max_bytes.
430 * config/tc-aarch64.h (TC_FRAG_INIT): Add and pass max_bytes to
431 aarch64_init_frag.
432 * /config/tc-arm.h (TC_FRAG_INIT): And and pass max_bytes to
433 arm_init_frag.
434 * config/tc-avr.h (TC_FRAG_INIT): And and ignore max_bytes.
435 * config/tc-ia64.h (TC_FRAG_INIT): Likewise.
436 * config/tc-mmix.h (TC_FRAG_INIT): Likewise.
437 * config/tc-nds32.h (TC_FRAG_INIT): Likewise.
438 * config/tc-ns32k.h (TC_FRAG_INIT): Likewise.
439 * config/tc-rl78.h (TC_FRAG_INIT): Likewise.
440 * config/tc-rx.h (TC_FRAG_INIT): Likewise.
441 * config/tc-score.h (TC_FRAG_INIT): Likewise.
442 * config/tc-tic54x.h (TC_FRAG_INIT): Likewise.
443 * config/tc-tic6x.h (TC_FRAG_INIT): Likewise.
444 * config/tc-xtensa.h (TC_FRAG_INIT): Likewise.
445 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Set to
446 (alignment ? ((1 << alignment) - 1) : 1)
447 (i386_tc_frag_data): Add max_bytes.
448 (TC_FRAG_INIT): Add and track max_bytes.
449 (HANDLE_ALIGN): Replace MAX_MEM_FOR_RS_ALIGN_CODE with
450 fragP->tc_frag_data.max_bytes.
451 * doc/internals.texi: Update TC_FRAG_TYPE with max_bytes.
452
453 2019-02-08 Jim Wilson <jimw@sifive.com>
454
455 * config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support.
456 (riscv_ip) <'C'>: Add 'z' support.
457
458 2019-02-07 Tamar Christina <tamar.christina@arm.com>
459
460 * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for
461 hlt to armv1.
462 * testsuite/gas/arm/armv8a-automatic-hlt.d: Update TAGs
463 * testsuite/gas/arm/hlt.d: New test.
464 * testsuite/gas/arm/hlt.s: New test.
465
466 2019-02-07 Tamar Christina <tamar.christina@arm.com>
467
468 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.d: New test.
469 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.s: New test.
470
471 2019-02-07 Tamar Christina <tamar.christina@arm.com>
472
473 PR binutils/23212
474 * testsuite/gas/aarch64/undefined_by_elem_sz_l.s: New test.
475 * testsuite/gas/aarch64/undefined_by_elem_sz_l.d: New test.
476
477 2019-02-07 Eric Botcazou <ebotcazou@adacore.com>
478
479 * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on
480 64-bit boundaries for the GR6.
481 * testsuite/gas/visium/allinsn_gr6.s: Tweak.
482 * testsuite/gas/visium/allinsn_gr6.d: Likewise.
483 * testsuite/gas/visium/bra-1.d: New test.
484 * testsuite/gas/visium/bra-1.s: Likewise.
485 * testsuite/gas/visium/visium.exp: Run bra-1 test.
486
487 2019-01-31 John Darrington <john@darrington.wattle.id.au>
488
489 * config/tc-s12z.c (lex_imm): Add new argument exp_o.
490 (emit_reloc): New function.
491 (md_apply_fix): [BFD_RELOC_S12Z_OPR] Recognise that it
492 can be either 2 bytes or 3 bytes long.
493 * testsuite/gas/s12z/mov-imm-reloc.d: New file.
494 * testsuite/gas/s12z/mov-imm-reloc.s: New file.
495 * testsuite/gas/s12z/s12z.exp: Add them.
496
497 2019-01-31 John Darrington <john@darrington.wattle.id.au>
498
499 * config/tc-s12z.c (md_apply_fix): Fix incorrect limits.
500 * testsuite/gas/s12z/pc-rel-bad.d: New file.
501 * testsuite/gas/s12z/pc-rel-bad.l: New file.
502 * testsuite/gas/s12z/pc-rel-bad.s: New file.
503 * testsuite/gas/s12z/pc-rel-good.d: New file.
504 * testsuite/gas/s12z/pc-rel-good.s: New file.
505 * testsuite/gas/s12z/s12z.exp: Add them.
506
507 2019-01-31 John Darrington <john@darrington.wattle.id.au>
508
509 * config/tc-s12z.c (tfr): Emit warning if operands are the same.
510 * testsuite/gas/s12z/exg.d: New test case.
511 * testsuite/gas/s12z/exg.l: New file.
512
513 2019-01-31 John Darrington <john@darrington.wattle.id.au>
514
515 * config/tc-s12z.c (lex_opr): Add a parameter to indicate whether
516 immediate mode operands should be permitted.
517 * testsuite/s12z/imm-dest.d: New file.
518 * testsuite/s12z/imm-dest.l: New file.
519 * testsuite/s12z/imm-dest.s: New file.
520 * testsuite/s12z/s12z.exp: Add them.
521
522 2019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
523
524 * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
525 * doc/c-s390.texi: Document arch13 march option.
526 * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
527 * testsuite/gas/s390/zarch-arch13.d: New test.
528 * testsuite/gas/s390/zarch-arch13.s: New test.
529 * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
530 also for z13.
531
532 2019-01-31 Alan Modra <amodra@gmail.com>
533
534 * config/tc-alpha.c (md_apply_fix): Correct range checks for
535 BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
536 * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
537 * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
538
539 2019-01-28 Max Filippov <jcmvbkbc@gmail.com>
540
541 * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
542 symbols as done in md_apply_fix.
543 * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
544
545 2019-01-28 Nick Clifton <nickc@redhat.com>
546
547 * po/fr.po: Updated French translation.
548 * po/ru.po: Updated Russian translation.
549
550 2019-01-28 Alan Modra <amodra@gmail.com>
551
552 * configure.ac (ac_checking): Set from bfd/development.sh
553 development variable.
554 * configure: Regenerate.
555
556 2019-01-25 Sudakshina Das <sudi.das@arm.com>
557
558 * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
559 stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
560 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
561 stg, stzg, st2g and stz2g.
562 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
563 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
564 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
565
566 2019-01-25 Sudakshina Das <sudi.das@arm.com>
567
568 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
569 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
570 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
571 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
572
573 2019-01-25 Sudakshina Das <sudi.das@arm.com>
574 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
575
576 * config/tc-aarch64.c (parse_address_main): Remove support for
577 [base]! address expression.
578 (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
579 (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
580 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
581 and stgv.
582 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
583 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
584 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
585
586 2019-01-25 Wu Heng <wu.heng@zte.com.cn>
587
588 PR gas/23940
589 * macro.c (getstring): Check array bound before accessing.
590
591 2019-01-25 Alan Modra <amodra@gmail.com>
592
593 PR 20902
594 PR 24125
595 * read.c (stringer): Delete assertion.
596
597 2019-01-21 Nick Clifton <nickc@redhat.com>
598
599 * po/uk.po: Updated Ukranian translation.
600
601 2019-01-19 Nick Clifton <nickc@redhat.com>
602
603 * config.in: Regenerate.
604 * configure: Regenerate.
605 * po/gas.pot: Regenerate.
606
607 2018-06-24 Nick Clifton <nickc@redhat.com>
608
609 2.32 branch created.
610
611 2019-01-17 Tamar Christina <tamar.christina@arm.com>
612
613 * testsuite/gas/arm/archv6t2-1-pe.d: New test.
614 * testsuite/gas/arm/archv6t2-1.d: Skip pe.
615 * testsuite/gas/arm/csdb.d: Skip pe.
616 * testsuite/gas/arm/sb-thumb1-pe.d: New test.
617 * testsuite/gas/arm/sb-thumb1.d: Skip pe.
618 * testsuite/gas/arm/sb-thumb2-pe.d: New test.
619 * testsuite/gas/arm/sb-thumb2.d: Skip pe.
620 * testsuite/gas/arm/udf.d: Skip pe.
621
622 2019-01-16 Kito Cheng <kito@andestech.com>
623
624 * testsuite/gas/riscv/attribute-empty.d: New.
625
626 2019-01-16 Kito Cheng <kito@andestech.com>
627 Nelson Chu <nelson@andestech.com>
628
629 * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
630 (riscv_set_options): Add `arch_attr` field.
631 (riscv_opts): Set default value for arch_attr.
632 (riscv_write_out_arch_attr): New.
633 (riscv_set_public_attributes): Likewise.
634 (riscv_md_end): Likewise.
635 (riscv_convert_symbolic_attribute): Likewise.
636 (s_riscv_attribute): Likewise.
637 (explicit_arch_attr): Likewise.
638 (riscv_pseudo_table): Add .attribute to the table.
639 (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
640 enumeration constants.
641 (md_longopts): Add `march-attr' and `mno-arch-attr' options.
642 (md_parse_option): Handle the new options.
643 (md_show_usage): Document the `march-attr' option.
644 * config/tc-riscv.h (md_end): Define as riscv_md_end
645 (riscv_md_end): Declare.
646 (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
647 riscv_convert_symbolic_attribute.
648 (riscv_convert_symbolic_attribute): Declare.
649 (start_assemble): Declare.
650 * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
651 * testsuite/gas/elf/section2.e-riscv: New.
652 * testsuite/gas/riscv/attribute-01.d: New test
653 * testsuite/gas/riscv/attribute-02.d: Likewise.
654 * testsuite/gas/riscv/attribute-03.d: Likewise.
655 * testsuite/gas/riscv/attribute-04.d: Likewise.
656 * testsuite/gas/riscv/attribute-04.s: Likewise.
657 * testsuite/gas/riscv/attribute-05.d: Likewise.
658 * testsuite/gas/riscv/attribute-05.s: Likewise.
659 * testsuite/gas/riscv/attribute-06.d: Likewise.
660 * testsuite/gas/riscv/attribute-06.s: Likewise.
661 * testsuite/gas/riscv/attribute-07.d: Likewise.
662 * testsuite/gas/riscv/attribute-07.s: Likewise.
663 * testsuite/gas/riscv/attribute-08.d: Likewise.
664 * testsuite/gas/riscv/attribute-08.s: Likewise.
665 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
666 * testsuite/gas/riscv/attribute-unknown.s: Likewise.
667 * testsuite/gas/riscv/empty.l: Likewise.
668 * doc/c-riscv.texi (.attribute): Add documentation.
669 * configure.ac (--enable-default-riscv-attribute): New options.
670 * configure: Re-generate.
671 * config.in: Re-generate.
672
673 2019-01-16 John Darrington <john@darrington.wattle.id.au>
674
675 * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
676 before the contents.
677 * testsuite/gas/s12z/labels.d: New file.
678 * testsuite/gas/s12z/labels.s: New file.
679 * testsuite/gas/s12z/s12z.exp: Add them.
680 * config/tc-s12z.c (tfr): Change as_bad to as_warn.
681 Also fix message typo and semantics.
682 * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
683 BFD_RELOC_24.
684 * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
685 of R_S12Z_EXT24.
686
687 2019-01-14 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
688
689 * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
690 (insns) [ARM_VARIANT]: Modified.
691 (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
692 in ARMv6T2 as well.
693 * testsuite/gas/arm/archv6t2-1.d: New test.
694 * testsuite/gas/arm/archv6t2-1.s: Likewise.
695 * testsuite/gas/arm/archv6t2-2.d: Likewise.
696
697 2019-01-11 Alan Modra <amodra@gmail.com>
698
699 PR 23963
700 * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
701 * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
702
703 2019-01-10 Nick Clifton <nickc@redhat.com>
704
705 PR 23963
706 * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
707 fact that control characters are now displayed as escape
708 sequences.
709 * testsuite/gas/mips/mips16-e.d: Likewise.
710 * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
711 * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
712 * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
713 * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
714 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
715 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
716 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
717 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
718 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
719 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
720 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
721 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
722 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
723 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
724 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
725 Likewise.
726 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
727 Likewise.
728 * testsuite/gas/mips/mipsel16-e.d: Likewise.
729 * testsuite/gas/mips/mipsr6@msa.d: Likewise.
730 * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
731 * testsuite/gas/mips/r6-64-n32.d: Likewise.
732 * testsuite/gas/mips/r6-64-n64.d: Likewise.
733 * testsuite/gas/mips/r6-n32.d: Likewise.
734 * testsuite/gas/mips/r6-n64.d: Likewise.
735 * testsuite/gas/mips/r6.d: Likewise.
736 * testsuite/gas/mips/tmips16-e.d: Likewise.
737 * testsuite/gas/mips/tmipsel16-e.d: Likewise.
738 * testsuite/gas/mn10300/relax.d: Likewise.
739
740 2019-01-09 John Darrington <john@darrington.wattle.id.au>
741
742 * testsuite/gas/s12z/jsr.s: New case.
743 * testsuite/gas/s12z/jsr.d: New case.
744
745 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
746
747 * configure: Regenerate.
748
749 2019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
750
751 * config/tc-aarch64.c (aarch64_cpus): Add ares.
752 * doc/c-aarch64.texi (-mcpu): Document ares value.
753
754 2019-01-08 Alan Modra <amodra@gmail.com>
755
756 * testsuite/gas/rx/rx.exp: Create generated test source in
757 current directory.
758 * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
759 * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
760 * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
761 * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
762 * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
763 * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
764 * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
765 * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
766 * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
767 * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
768 * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
769 * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
770 * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
771 * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
772 * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
773 * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
774 * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
775 * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
776 * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
777 * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
778 * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
779 * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
780 * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
781 * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
782 * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
783 * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
784 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
785 * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
786 * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
787 * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
788 * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
789 * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
790 * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
791 * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
792 * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
793 * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
794 * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
795 * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
796 * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
797 * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
798 * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
799 * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
800 * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
801 * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
802 * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
803 * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
804 * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
805 * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
806 * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
807 * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
808 * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
809 * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
810 * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
811 * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
812 * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
813 * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
814 * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
815 * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
816 * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
817 * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
818 * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
819 * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
820 * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
821 * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
822 * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
823 * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
824 * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
825 * testsuite/gas/rx/xor.d: Add #source line.
826
827 2019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
828
829 * config/tc-arm.c (arm_cpus): Add ares.
830 * doc/c-arm.texi (-mcpu): Document ares value.
831
832 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
833
834 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
835 (rx_bfield): Add prototype.
836 (rx_post): Likewise.
837 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
838 (DSIZE): Define.
839 (POST): Define.
840 (rx_check_v3): New. check v3 type.
841 (rx_check_dfpu): New. check have double support.
842 (double_condition_table): New. dcmp<cond> contiditon.
843 (check_condition): Multiple condition support.
844 (rx_lex): RXv3 instructions support.
845 Add parse dcmp<cond> instruction and Double FPU registers.
846 (immediate): Disable optimize in dmov #imm case.
847 (displacement): Add double displacement in dmov instraction.
848 * config/tc-rx.c (rx_use_conventional_section_names):
849 Invert default value in rx-*-linux target.
850 (cpu_type): Add additional ELF flags.
851 (cpu_type_list): Add RXv3.
852 (md_parse_option): Refer elf_flags from cpu_type_list.
853 (md_show_usage): Add rxv3 and rxv3-dfpu.
854 (rx_bytesT): Add post byte.
855 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
856 (rx_post): New. Set instruction post byte.
857 (md_assemble): Add post byte.
858 doc/c-rx.texi: Add cpu types.
859 * testsuite/gas/rx/Xtod.d: New.
860 * testsuite/gas/rx/Xtod.sm: New.
861 * testsuite/gas/rx/bfmov.d: New.
862 * testsuite/gas/rx/bfmov.sm: New.
863 * testsuite/gas/rx/dabs.d: New.
864 * testsuite/gas/rx/dabs.sm: New.
865 * testsuite/gas/rx/dadd.d: New.
866 * testsuite/gas/rx/dadd.sm: New.
867 * testsuite/gas/rx/dcmp.d: New.
868 * testsuite/gas/rx/dcmp.sm: New.
869 * testsuite/gas/rx/ddiv.d: New.
870 * testsuite/gas/rx/ddiv.sm: New.
871 * testsuite/gas/rx/dmov.d: New.
872 * testsuite/gas/rx/dmov.sm: New.
873 * testsuite/gas/rx/dmul.d: New.
874 * testsuite/gas/rx/dmul.sm: New.
875 * testsuite/gas/rx/dneg.d: New.
876 * testsuite/gas/rx/dneg.sm: New.
877 * testsuite/gas/rx/dpopm.d: New.
878 * testsuite/gas/rx/dpopm.sm: New.
879 * testsuite/gas/rx/dpushm.d: New.
880 * testsuite/gas/rx/dpushm.sm: New.
881 * testsuite/gas/rx/dround.d: New.
882 * testsuite/gas/rx/dround.sm: New.
883 * testsuite/gas/rx/dsqrt.d: New.
884 * testsuite/gas/rx/dsqrt.sm: New.
885 * testsuite/gas/rx/dsub.d: New.
886 * testsuite/gas/rx/dsub.sm: New.
887 * testsuite/gas/rx/dtoX.d: New.
888 * testsuite/gas/rx/dtoX.sm: New.
889 * testsuite/gas/rx/macros.inc: Add double FPU registers.
890 * testsuite/gas/rx/mvfdc.d: New.
891 * testsuite/gas/rx/mvfdc.sm: New.
892 * testsuite/gas/rx/mvfdr.d: New.
893 * testsuite/gas/rx/mvfdr.sm: New.
894 * testsuite/gas/rx/mvtdc.d: New.
895 * testsuite/gas/rx/mvtdc.sm: New.
896 * testsuite/gas/rx/rstr.d: New.
897 * testsuite/gas/rx/rstr.sm: New.
898 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
899 * testsuite/gas/rx/save.d: New.
900 * testsuite/gas/rx/save.sm: New.
901 * testsuite/gas/rx/xor.d: New.
902 * testsuite/gas/rx/xor.sm: Add pattern.
903
904 2019-01-04 Wu Heng <wu.heng@zte.com.cn>
905
906 PR 24010
907 * macro.c (get_any_string): Check for end of input whilst scanning
908 for separators.
909
910 2019-01-04 Wu Heng <wu.heng@zte.com.cn>
911
912 PR 24009
913 * read.c (stringer): Fix handling of missing '>' character at end
914 of <...> sequence.
915
916 2019-01-01 Alan Modra <amodra@gmail.com>
917
918 Update year range in copyright notice of all files.
919
920 For older changes see ChangeLog-2018
921 \f
922 Copyright (C) 2019 Free Software Foundation, Inc.
923
924 Copying and distribution of this file, with or without modification,
925 are permitted in any medium without royalty provided the copyright
926 notice and this notice are preserved.
927
928 Local Variables:
929 mode: change-log
930 left-margin: 8
931 fill-column: 74
932 version-control: never
933 End:
This page took 0.080262 seconds and 4 git commands to generate.