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