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