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