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