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