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