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