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