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