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