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