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