AArch64: Add negative tests for Armv8.3-a complex number instructions instructions.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2019-02-07 Tamar Christina <tamar.christina@arm.com>
2
3 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.d: New test.
4 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.s: New test.
5
6 2019-02-07 Tamar Christina <tamar.christina@arm.com>
7
8 PR binutils/23212
9 * testsuite/gas/aarch64/undefined_by_elem_sz_l.s: New test.
10 * testsuite/gas/aarch64/undefined_by_elem_sz_l.d: New test.
11
12 2019-02-07 Eric Botcazou <ebotcazou@adacore.com>
13
14 * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on
15 64-bit boundaries for the GR6.
16 * testsuite/gas/visium/allinsn_gr6.s: Tweak.
17 * testsuite/gas/visium/allinsn_gr6.d: Likewise.
18 * testsuite/gas/visium/bra-1.d: New test.
19 * testsuite/gas/visium/bra-1.s: Likewise.
20 * testsuite/gas/visium/visium.exp: Run bra-1 test.
21
22 2019-01-31 John Darrington <john@darrington.wattle.id.au>
23
24 * config/tc-s12z.c (lex_imm): Add new argument exp_o.
25 (emit_reloc): New function.
26 (md_apply_fix): [BFD_RELOC_S12Z_OPR] Recognise that it
27 can be either 2 bytes or 3 bytes long.
28 * testsuite/gas/s12z/mov-imm-reloc.d: New file.
29 * testsuite/gas/s12z/mov-imm-reloc.s: New file.
30 * testsuite/gas/s12z/s12z.exp: Add them.
31
32 2019-01-31 John Darrington <john@darrington.wattle.id.au>
33
34 * config/tc-s12z.c (md_apply_fix): Fix incorrect limits.
35 * testsuite/gas/s12z/pc-rel-bad.d: New file.
36 * testsuite/gas/s12z/pc-rel-bad.l: New file.
37 * testsuite/gas/s12z/pc-rel-bad.s: New file.
38 * testsuite/gas/s12z/pc-rel-good.d: New file.
39 * testsuite/gas/s12z/pc-rel-good.s: New file.
40 * testsuite/gas/s12z/s12z.exp: Add them.
41
42 2019-01-31 John Darrington <john@darrington.wattle.id.au>
43
44 * config/tc-s12z.c (tfr): Emit warning if operands are the same.
45 * testsuite/gas/s12z/exg.d: New test case.
46 * testsuite/gas/s12z/exg.l: New file.
47
48 2019-01-31 John Darrington <john@darrington.wattle.id.au>
49
50 * config/tc-s12z.c (lex_opr): Add a parameter to indicate whether
51 immediate mode operands should be permitted.
52 * testsuite/s12z/imm-dest.d: New file.
53 * testsuite/s12z/imm-dest.l: New file.
54 * testsuite/s12z/imm-dest.s: New file.
55 * testsuite/s12z/s12z.exp: Add them.
56
57 2019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
58
59 * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
60 * doc/c-s390.texi: Document arch13 march option.
61 * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
62 * testsuite/gas/s390/zarch-arch13.d: New test.
63 * testsuite/gas/s390/zarch-arch13.s: New test.
64 * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
65 also for z13.
66
67 2019-01-31 Alan Modra <amodra@gmail.com>
68
69 * config/tc-alpha.c (md_apply_fix): Correct range checks for
70 BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
71 * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
72 * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
73
74 2019-01-28 Max Filippov <jcmvbkbc@gmail.com>
75
76 * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
77 symbols as done in md_apply_fix.
78 * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
79
80 2019-01-28 Nick Clifton <nickc@redhat.com>
81
82 * po/fr.po: Updated French translation.
83 * po/ru.po: Updated Russian translation.
84
85 2019-01-28 Alan Modra <amodra@gmail.com>
86
87 * configure.ac (ac_checking): Set from bfd/development.sh
88 development variable.
89 * configure: Regenerate.
90
91 2019-01-25 Sudakshina Das <sudi.das@arm.com>
92
93 * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
94 stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
95 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
96 stg, stzg, st2g and stz2g.
97 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
98 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
99 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
100
101 2019-01-25 Sudakshina Das <sudi.das@arm.com>
102
103 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
104 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
105 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
106 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
107
108 2019-01-25 Sudakshina Das <sudi.das@arm.com>
109 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
110
111 * config/tc-aarch64.c (parse_address_main): Remove support for
112 [base]! address expression.
113 (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
114 (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
115 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
116 and stgv.
117 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
118 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
119 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
120
121 2019-01-25 Wu Heng <wu.heng@zte.com.cn>
122
123 PR gas/23940
124 * macro.c (getstring): Check array bound before accessing.
125
126 2019-01-25 Alan Modra <amodra@gmail.com>
127
128 PR 20902
129 PR 24125
130 * read.c (stringer): Delete assertion.
131
132 2019-01-21 Nick Clifton <nickc@redhat.com>
133
134 * po/uk.po: Updated Ukranian translation.
135
136 2019-01-19 Nick Clifton <nickc@redhat.com>
137
138 * config.in: Regenerate.
139 * configure: Regenerate.
140 * po/gas.pot: Regenerate.
141
142 2018-06-24 Nick Clifton <nickc@redhat.com>
143
144 2.32 branch created.
145
146 2019-01-17 Tamar Christina <tamar.christina@arm.com>
147
148 * testsuite/gas/arm/archv6t2-1-pe.d: New test.
149 * testsuite/gas/arm/archv6t2-1.d: Skip pe.
150 * testsuite/gas/arm/csdb.d: Skip pe.
151 * testsuite/gas/arm/sb-thumb1-pe.d: New test.
152 * testsuite/gas/arm/sb-thumb1.d: Skip pe.
153 * testsuite/gas/arm/sb-thumb2-pe.d: New test.
154 * testsuite/gas/arm/sb-thumb2.d: Skip pe.
155 * testsuite/gas/arm/udf.d: Skip pe.
156
157 2019-01-16 Kito Cheng <kito@andestech.com>
158
159 * testsuite/gas/riscv/attribute-empty.d: New.
160
161 2019-01-16 Kito Cheng <kito@andestech.com>
162 Nelson Chu <nelson@andestech.com>
163
164 * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
165 (riscv_set_options): Add `arch_attr` field.
166 (riscv_opts): Set default value for arch_attr.
167 (riscv_write_out_arch_attr): New.
168 (riscv_set_public_attributes): Likewise.
169 (riscv_md_end): Likewise.
170 (riscv_convert_symbolic_attribute): Likewise.
171 (s_riscv_attribute): Likewise.
172 (explicit_arch_attr): Likewise.
173 (riscv_pseudo_table): Add .attribute to the table.
174 (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
175 enumeration constants.
176 (md_longopts): Add `march-attr' and `mno-arch-attr' options.
177 (md_parse_option): Handle the new options.
178 (md_show_usage): Document the `march-attr' option.
179 * config/tc-riscv.h (md_end): Define as riscv_md_end
180 (riscv_md_end): Declare.
181 (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
182 riscv_convert_symbolic_attribute.
183 (riscv_convert_symbolic_attribute): Declare.
184 (start_assemble): Declare.
185 * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
186 * testsuite/gas/elf/section2.e-riscv: New.
187 * testsuite/gas/riscv/attribute-01.d: New test
188 * testsuite/gas/riscv/attribute-02.d: Likewise.
189 * testsuite/gas/riscv/attribute-03.d: Likewise.
190 * testsuite/gas/riscv/attribute-04.d: Likewise.
191 * testsuite/gas/riscv/attribute-04.s: Likewise.
192 * testsuite/gas/riscv/attribute-05.d: Likewise.
193 * testsuite/gas/riscv/attribute-05.s: Likewise.
194 * testsuite/gas/riscv/attribute-06.d: Likewise.
195 * testsuite/gas/riscv/attribute-06.s: Likewise.
196 * testsuite/gas/riscv/attribute-07.d: Likewise.
197 * testsuite/gas/riscv/attribute-07.s: Likewise.
198 * testsuite/gas/riscv/attribute-08.d: Likewise.
199 * testsuite/gas/riscv/attribute-08.s: Likewise.
200 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
201 * testsuite/gas/riscv/attribute-unknown.s: Likewise.
202 * testsuite/gas/riscv/empty.l: Likewise.
203 * doc/c-riscv.texi (.attribute): Add documentation.
204 * configure.ac (--enable-default-riscv-attribute): New options.
205 * configure: Re-generate.
206 * config.in: Re-generate.
207
208 2019-01-16 John Darrington <john@darrington.wattle.id.au>
209
210 * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
211 before the contents.
212 * testsuite/gas/s12z/labels.d: New file.
213 * testsuite/gas/s12z/labels.s: New file.
214 * testsuite/gas/s12z/s12z.exp: Add them.
215 * config/tc-s12z.c (tfr): Change as_bad to as_warn.
216 Also fix message typo and semantics.
217 * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
218 BFD_RELOC_24.
219 * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
220 of R_S12Z_EXT24.
221
222 2019-01-14 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
223
224 * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
225 (insns) [ARM_VARIANT]: Modified.
226 (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
227 in ARMv6T2 as well.
228 * testsuite/gas/arm/archv6t2-1.d: New test.
229 * testsuite/gas/arm/archv6t2-1.s: Likewise.
230 * testsuite/gas/arm/archv6t2-2.d: Likewise.
231
232 2019-01-11 Alan Modra <amodra@gmail.com>
233
234 PR 23963
235 * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
236 * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
237
238 2019-01-10 Nick Clifton <nickc@redhat.com>
239
240 PR 23963
241 * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
242 fact that control characters are now displayed as escape
243 sequences.
244 * testsuite/gas/mips/mips16-e.d: Likewise.
245 * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
246 * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
247 * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
248 * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
249 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
250 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
251 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
252 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
253 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
254 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
255 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
256 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
257 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
258 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
259 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
260 Likewise.
261 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
262 Likewise.
263 * testsuite/gas/mips/mipsel16-e.d: Likewise.
264 * testsuite/gas/mips/mipsr6@msa.d: Likewise.
265 * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
266 * testsuite/gas/mips/r6-64-n32.d: Likewise.
267 * testsuite/gas/mips/r6-64-n64.d: Likewise.
268 * testsuite/gas/mips/r6-n32.d: Likewise.
269 * testsuite/gas/mips/r6-n64.d: Likewise.
270 * testsuite/gas/mips/r6.d: Likewise.
271 * testsuite/gas/mips/tmips16-e.d: Likewise.
272 * testsuite/gas/mips/tmipsel16-e.d: Likewise.
273 * testsuite/gas/mn10300/relax.d: Likewise.
274
275 2019-01-09 John Darrington <john@darrington.wattle.id.au>
276
277 * testsuite/gas/s12z/jsr.s: New case.
278 * testsuite/gas/s12z/jsr.d: New case.
279
280 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
281
282 * configure: Regenerate.
283
284 2019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
285
286 * config/tc-aarch64.c (aarch64_cpus): Add ares.
287 * doc/c-aarch64.texi (-mcpu): Document ares value.
288
289 2019-01-08 Alan Modra <amodra@gmail.com>
290
291 * testsuite/gas/rx/rx.exp: Create generated test source in
292 current directory.
293 * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
294 * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
295 * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
296 * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
297 * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
298 * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
299 * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
300 * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
301 * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
302 * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
303 * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
304 * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
305 * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
306 * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
307 * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
308 * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
309 * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
310 * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
311 * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
312 * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
313 * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
314 * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
315 * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
316 * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
317 * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
318 * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
319 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
320 * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
321 * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
322 * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
323 * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
324 * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
325 * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
326 * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
327 * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
328 * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
329 * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
330 * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
331 * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
332 * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
333 * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
334 * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
335 * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
336 * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
337 * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
338 * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
339 * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
340 * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
341 * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
342 * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
343 * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
344 * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
345 * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
346 * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
347 * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
348 * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
349 * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
350 * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
351 * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
352 * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
353 * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
354 * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
355 * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
356 * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
357 * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
358 * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
359 * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
360 * testsuite/gas/rx/xor.d: Add #source line.
361
362 2019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
363
364 * config/tc-arm.c (arm_cpus): Add ares.
365 * doc/c-arm.texi (-mcpu): Document ares value.
366
367 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
368
369 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
370 (rx_bfield): Add prototype.
371 (rx_post): Likewise.
372 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
373 (DSIZE): Define.
374 (POST): Define.
375 (rx_check_v3): New. check v3 type.
376 (rx_check_dfpu): New. check have double support.
377 (double_condition_table): New. dcmp<cond> contiditon.
378 (check_condition): Multiple condition support.
379 (rx_lex): RXv3 instructions support.
380 Add parse dcmp<cond> instruction and Double FPU registers.
381 (immediate): Disable optimize in dmov #imm case.
382 (displacement): Add double displacement in dmov instraction.
383 * config/tc-rx.c (rx_use_conventional_section_names):
384 Invert default value in rx-*-linux target.
385 (cpu_type): Add additional ELF flags.
386 (cpu_type_list): Add RXv3.
387 (md_parse_option): Refer elf_flags from cpu_type_list.
388 (md_show_usage): Add rxv3 and rxv3-dfpu.
389 (rx_bytesT): Add post byte.
390 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
391 (rx_post): New. Set instruction post byte.
392 (md_assemble): Add post byte.
393 doc/c-rx.texi: Add cpu types.
394 * testsuite/gas/rx/Xtod.d: New.
395 * testsuite/gas/rx/Xtod.sm: New.
396 * testsuite/gas/rx/bfmov.d: New.
397 * testsuite/gas/rx/bfmov.sm: New.
398 * testsuite/gas/rx/dabs.d: New.
399 * testsuite/gas/rx/dabs.sm: New.
400 * testsuite/gas/rx/dadd.d: New.
401 * testsuite/gas/rx/dadd.sm: New.
402 * testsuite/gas/rx/dcmp.d: New.
403 * testsuite/gas/rx/dcmp.sm: New.
404 * testsuite/gas/rx/ddiv.d: New.
405 * testsuite/gas/rx/ddiv.sm: New.
406 * testsuite/gas/rx/dmov.d: New.
407 * testsuite/gas/rx/dmov.sm: New.
408 * testsuite/gas/rx/dmul.d: New.
409 * testsuite/gas/rx/dmul.sm: New.
410 * testsuite/gas/rx/dneg.d: New.
411 * testsuite/gas/rx/dneg.sm: New.
412 * testsuite/gas/rx/dpopm.d: New.
413 * testsuite/gas/rx/dpopm.sm: New.
414 * testsuite/gas/rx/dpushm.d: New.
415 * testsuite/gas/rx/dpushm.sm: New.
416 * testsuite/gas/rx/dround.d: New.
417 * testsuite/gas/rx/dround.sm: New.
418 * testsuite/gas/rx/dsqrt.d: New.
419 * testsuite/gas/rx/dsqrt.sm: New.
420 * testsuite/gas/rx/dsub.d: New.
421 * testsuite/gas/rx/dsub.sm: New.
422 * testsuite/gas/rx/dtoX.d: New.
423 * testsuite/gas/rx/dtoX.sm: New.
424 * testsuite/gas/rx/macros.inc: Add double FPU registers.
425 * testsuite/gas/rx/mvfdc.d: New.
426 * testsuite/gas/rx/mvfdc.sm: New.
427 * testsuite/gas/rx/mvfdr.d: New.
428 * testsuite/gas/rx/mvfdr.sm: New.
429 * testsuite/gas/rx/mvtdc.d: New.
430 * testsuite/gas/rx/mvtdc.sm: New.
431 * testsuite/gas/rx/rstr.d: New.
432 * testsuite/gas/rx/rstr.sm: New.
433 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
434 * testsuite/gas/rx/save.d: New.
435 * testsuite/gas/rx/save.sm: New.
436 * testsuite/gas/rx/xor.d: New.
437 * testsuite/gas/rx/xor.sm: Add pattern.
438
439 2019-01-04 Wu Heng <wu.heng@zte.com.cn>
440
441 PR 24010
442 * macro.c (get_any_string): Check for end of input whilst scanning
443 for separators.
444
445 2019-01-04 Wu Heng <wu.heng@zte.com.cn>
446
447 PR 24009
448 * read.c (stringer): Fix handling of missing '>' character at end
449 of <...> sequence.
450
451 2019-01-01 Alan Modra <amodra@gmail.com>
452
453 Update year range in copyright notice of all files.
454
455 For older changes see ChangeLog-2018
456 \f
457 Copyright (C) 2019 Free Software Foundation, Inc.
458
459 Copying and distribution of this file, with or without modification,
460 are permitted in any medium without royalty provided the copyright
461 notice and this notice are preserved.
462
463 Local Variables:
464 mode: change-log
465 left-margin: 8
466 fill-column: 74
467 version-control: never
468 End:
This page took 0.052872 seconds and 4 git commands to generate.