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