Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
aae9718e
PB
12019-04-04 Peter Bergner <bergner@linux.ibm.com>
2
3 PR gas/24349
4 * testsuite/gas/ppc/power8.s: (bdnztar, bdnztarl, bdztar, bdztarl,
5 btar, btarl, bdnztar-, bdnztarl-, bdnztar+, bdnztarl+, bdztar-,
6 bdztarl-, bdztar+, bdztarl+, bgetar, bnltar, bgetarl, bnltarl,
7 bletar, bngtar, bletarl, bngtarl, bnetar, bnetarl, bnstar, bnutar,
8 bnstarl, bnutarl, bgetar-, bnltar-, bgetarl-, bnltarl-, bletar-,
9 bngtar-, bletarl-, bngtarl-, bnetar-, bnetarl-, bnstar-, bnutar-,
10 bnstarl-, bnutarl-, bgetar+, bnltar+, bgetarl+, bnltarl+, bletar+,
11 bngtar+, bletarl+, bngtarl+, bnetar+, bnetarl+, bnstar+, bnutar+,
12 bnstarl+, bnutarl+, blttar, blttarl, bgttar, bgttarl, beqtar,
13 beqtarl, bsotar, buntar, bsotarl, buntarl, blttar-, blttarl-,
14 bgttar-, bgttarl-, beqtar-, beqtarl-, bsotar-, buntar-, bsotarl-,
15 buntarl-, blttar+, blttarl+, bgttar+, bgttarl+, beqtar+, beqtarl+,
16 bsotar+, buntar+, bsotarl+, buntarl+, bdnzftar, bdnzftarl, bdzftar,
17 bdzftarl, bftar, bftarl, bftar-, bftarl-, bftar+, bftarl+, bdnzttar,
18 bdnzttarl, bdzttar, bdzttarl, bttar, bttarl, bttar-, bttarl-, bttar+,
19 bttarl+): Add tests of extended mnemonics.
20 * testsuite/gas/ppc/power8.d: Likewise. Update previous bctar tests
21 to expect new extended mnemonics.
22 * testsuite/gas/ppc/a2.s: <bc, bc-, bc+, bcl, bcl-, bcl+>: Update test
23 to not use illegal BO value. Use a more convenient BI value.
24 * testsuite/gas/ppc/a2.d: Update tests for new expect output.
25
403b0b61
MF
262019-04-03 Max Filippov <jcmvbkbc@gmail.com>
27
28 * config/tc-xtensa.c (convert_frag_immed): Drop
29 convert_frag_immed_finish_loop invocation.
30 (convert_frag_immed_finish_loop): Drop declaration and
31 definition.
32 * config/xtensa-relax.c (widen_spec_list): Replace loop
33 widening that uses addi/addmi with widening that uses l32r
34 and const16.
35
34ef62f4
AV
362019-04-01 Andre Vieira <andre.simoesdiasvieira@arm.com>
37
38 * config/tc-arm.c (arm_ext_table): New struct type.
39 (arm_arch_option_table): Add new 'arm_ext_table' field.
40 (ARM_EXT,ARM_ADD,ARM_REMOVE, ALL_FP): New macros.
41 (armv5te_ext_table, armv7ve_ext_table, armv7a_ext_table,
42 armv7r_ext_table, armv7em_ext_table, armv8a_ext_table,
43 armv81a_ext_table, armv82a_ext_table, armv84a_ext_table,
44 armv85a_ext_table, armv8m_main_ext_table,
45 armv8r_ext_table): New architecture extension tables.
46 (ARM_ARCH_OPT): Add new default field.
47 (ARM_ARCH_OPT2): New macro.
48 (arm_archs): Extend some architectures with the new architecture
49 extension tables mentioned above.
50 (arm_extensions): Add DEPRECATED comment with instructions to
51 use new table.
52 (arm_parse_extension): Change to use new extension tables.
53 (arm_parse_cpu): Don't change existing behavior.
54 (arm_parse_arch): Change to use new extension tables.
55 * doc/c-arm.texi: Document new architecture extensions.
56 * testsuite/gas/arm/attr-mfpu-neon-fp16.d: Change test to use new
57 extension option rather than -mfpu and change expected behaviour to
58 sane outputs.
59 * testsuite/gas/arm/armv8-2-fp16-scalar-bad-ext.d: New.
60 * testsuite/gas/arm/armv8-2-fp16-scalar-ext.d: New.
61 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb-ext.d: New.
62 * testsuite/gas/arm/armv8-2-fp16-simd-ext.d: New.
63 * testsuite/gas/arm/armv8-2-fp16-simd-thumb-ext.d: New.
64 * testsuite/gas/arm/armv8-2-fp16-simd-warning-ext.d: New.
65 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb-ext.d: New.
66 * testsuite/gas/arm/armv8_2+rdma-ext.d: New.
67 * testsuite/gas/arm/armv8_2-a-fp16-thumb2-ext.d: New.
68 * testsuite/gas/arm/armv8_2-a-fp16_ext.d: New.
69 * testsuite/gas/arm/armv8_3-a-fp-bad-ext.d: New.
70 * testsuite/gas/arm/armv8_3-a-fp-ext.d: New.
71 * testsuite/gas/arm/armv8_3-a-fp16-ext.d: New.
72 * testsuite/gas/arm/armv8_3-a-simd-bad-ext.d: New.
73 * testsuite/gas/arm/armv8_4-a-fp16-ext.d: New.
74 * testsuite/gas/arm/armv8m.main+fp.d: New.
75 * testsuite/gas/arm/armv8m.main+fp.dp.d: New.
76 * testsuite/gas/arm/attr-ext-fpv5-d16.d: New.
77 * testsuite/gas/arm/attr-ext-fpv5.d: New.
78 * testsuite/gas/arm/attr-ext-idiv.d: New.
79 * testsuite/gas/arm/attr-ext-mp.d: New.
80 * testsuite/gas/arm/attr-ext-neon-fp16.d: New.
81 * testsuite/gas/arm/attr-ext-neon-vfpv3.d: New.
82 * testsuite/gas/arm/attr-ext-neon-vfpv4.d: New.
83 * testsuite/gas/arm/attr-ext-sec.d: New.
84 * testsuite/gas/arm/attr-ext-vfpv3-d16-fp16.d: New.
85 * testsuite/gas/arm/attr-ext-vfpv3-d16.d: New.
86 * testsuite/gas/arm/attr-ext-vfpv3-fp16.d: New.
87 * testsuite/gas/arm/attr-ext-vfpv3.d: New.
88 * testsuite/gas/arm/attr-ext-vfpv3xd-fp.d: New.
89 * testsuite/gas/arm/attr-ext-vfpv3xd.d: New.
90 * testsuite/gas/arm/attr-ext-vfpv4-d16.d: New.
91 * testsuite/gas/arm/attr-ext-vfpv4-sp-d16.d: New.
92 * testsuite/gas/arm/attr-ext-vfpv4.d: New.
93 * testsuite/gas/arm/dotprod-mandatory-ext.d: New.
94 * testsuite/gas/arm/fpv5-d16.s: New.
95 * testsuite/gas/arm/fpv5-sp-d16.s: New.
96
96a86c01
AM
972019-03-28 Alan Modra <amodra@gmail.com>
98
99 PR 24390
100 * testsuite/gas/ppc/476.d: Update mtfsb*.
101 * testsuite/gas/ppc/a2.d: Likewise.
102
86b0c8dd
AM
1032019-03-21 Alan Modra <amodra@gmail.com>
104
105 * emul.h (struct emulation): Delete strip_underscore.
106 * emul-target.h (emul_strip_underscore): Don't define.
107 (emul_struct_name): Update initialization.
108
7553c869
AM
1092019-03-21 Alan Modra <amodra@gmail.com>
110
111 * config/tc-d10v.c (md_apply_fix): Apply BFD_RELOC_8.
112 * config/tc-pdp11.c (md_apply_fix): Likewise.
113 * config/tc-d30v.c (md_apply_fix): Don't emit errors for BFD_RELOC_8,
114 BFD_RELOC_16, and BFD_RELOC_64.
115 * testsuite/gas/all/gas.exp: Move target exclusions for forward
116 test, but not cr16, to..
117 * testsuite/gas/all/forward.d: ..here, with explanation. Remove
118 d10v, d30v, and pdp11 xfails.
119
392a5972
L
1202019-03-19 H.J. Lu <hongjiu.lu@intel.com>
121
122 * config/tc-i386.c (optimize_encoding): Don't check AVX for
123 EVEX vector load/store optimization. Check both operands for
124 ZMM register. Update EVEX vector load/store opcode check.
125 Choose EVEX Disp8 over VEX Disp32.
126 * testsuite/gas/i386/optimize-1.d: Updated.
127 * testsuite/gas/i386/optimize-1a.d: Likewise.
128 * testsuite/gas/i386/optimize-2.d: Likewise.
129 * testsuite/gas/i386/optimize-4.d: Likewise.
130 * testsuite/gas/i386/optimize-5.d: Likewise.
131 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
132 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
133 * testsuite/gas/i386/x86-64-optimize-2b.d: Likewise.
134 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
135 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
136 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
137 * testsuite/gas/i386/optimize-1.s: Add ZMM register load
138 test.
139 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
140
7b1d7ca1
L
1412019-03-19 H.J. Lu <hongjiu.lu@intel.com>
142
143 PR gas/24352
144 * config/tc-i386.c (optimize_encoding): Check only
145 cpu_arch_flags.bitfield.cpuavx512vl.
146 * testsuite/gas/i386/i386.exp: Run x86-64-optimize-2b.
147 * testsuite/gas/i386/x86-64-optimize-2.d: Revert the last
148 change.
149 * testsuite/gas/i386/x86-64-optimize-2b.d: New file.
150 * testsuite/gas/i386/x86-64-optimize-2b.s: Likewise.
151
89199bb5
L
1522019-03-19 H.J. Lu <hongjiu.lu@intel.com>
153
154 PR gas/24359
155 * testsuite/gas/i386/i386.exp: Change optimize-6a, optimize-7,
156 x86-64-optimize-7a and x86-64-optimize-8 tests to run_list_test.
157 Remove optimize-6c and x86-64-optimize-7c tests.
158 * testsuite/gas/i386/noavx-3.l: Updated.
159 * testsuite/gas/i386/noavx-4.d: Likewise.
160 * testsuite/gas/i386/noavx-5.d: Likewise.
161 * testsuite/gas/i386/noavx-3.s: Add AVX512F tests.
162 * testsuite/gas/i386/noavx-4.s: Remove AVX512F tests.
163 * testsuite/gas/i386/nosse-5.s: Likewise.
164 * testsuite/gas/i386/optimize-6a.d: Removed.
165 * testsuite/gas/i386/optimize-6c.d: Likewise.
166 * testsuite/gas/i386/optimize-7.d: Likewise.
167 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
168 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
169 * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
170 * testsuite/gas/i386/optimize-6a.l: New file.
171 * testsuite/gas/i386/optimize-6a.s: Likewise.
172 * testsuite/gas/i386/optimize-7.l: Likewise.
173 * testsuite/gas/i386/x86-64-optimize-7a.l: Likewise.
174 * testsuite/gas/i386/x86-64-optimize-7a.s: Likewise.
175 * testsuite/gas/i386/x86-64-optimize-8.l: Likewise.
176
c6cdff46
AM
1772019-03-18 Alan Modra <amodra@gmail.com>
178
179 * config/m68k-parse.y (yylex): Use temp_ilp and restore_ilp.
af60449c
AM
180 * as.c (macro_expr): Likewise.
181 * macro.c (buffer_and_nest): Likewise.
182 * read.c (temp_ilp): Remove FIXME.
c6cdff46 183
a716e60c
L
1842019-03-18 H.J. Lu <hongjiu.lu@intel.com>
185
186 * testsuite/gas/i386/att-regs.d: Pass -O0 to assembler.
187 * testsuite/gas/i386/avx512bw-intel.d: Likewise.
188 * testsuite/gas/i386/avx512bw.d: Likewise.
189 * testsuite/gas/i386/avx512f-intel.d: Likewise.
190 * testsuite/gas/i386/avx512f.d: Likewise.
191 * testsuite/gas/i386/disp32.d: Likewise.
192 * testsuite/gas/i386/intel-regs.d: Likewise.
193 * testsuite/gas/i386/pseudos.d: Likewise.
194 * testsuite/gas/i386/x86-64-disp32.d: Likewise.
195 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
196
97ed31ae
L
1972019-03-18 H.J. Lu <hongjiu.lu@intel.com>
198
199 PR gas/24348
200 * config/tc-i386.c (optimize_encoding): Encode 128-bit and
201 256-bit EVEX vector register load/store instructions as VEX
202 vector register load/store instructions for -O1.
203 * doc/c-i386.texi: Update -O1 documentation.
204 * testsuite/gas/i386/i386.exp: Run PR gas/24348 tests.
205 * testsuite/gas/i386/optimize-1.s: Add tests for EVEX vector
206 load/store instructions.
207 * testsuite/gas/i386/optimize-2.s: Likewise.
208 * testsuite/gas/i386/optimize-3.s: Likewise.
209 * testsuite/gas/i386/optimize-5.s: Likewise.
210 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
211 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
212 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
213 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
214 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
215 * testsuite/gas/i386/optimize-1.d: Updated.
216 * testsuite/gas/i386/optimize-2.d: Likewise.
217 * testsuite/gas/i386/optimize-3.d: Likewise.
218 * testsuite/gas/i386/optimize-4.d: Likewise.
219 * testsuite/gas/i386/optimize-5.d: Likewise.
220 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
221 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
222 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
223 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
224 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
225 * testsuite/gas/i386/optimize-7.d: New file.
226 * testsuite/gas/i386/optimize-7.s: Likewise.
227 * testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
228 * testsuite/gas/i386/x86-64-optimize-8.s: Likewise.
229
99112332
L
2302019-03-18 H.J. Lu <hongjiu.lu@intel.com>
231
232 * config/tc-i386.c (optimize_encoding): Encode 256-bit/512-bit
233 VEX/EVEX vector register clearing instructions with 128-bit VEX
234 vector register clearing instructions at -O1.
235 * doc/c-i386.texi: Update -O1 and -O2 documentation.
236 * testsuite/gas/i386/i386.exp: Run optimize-1a and
237 x86-64-optimize-2a.
238 * testsuite/gas/i386/optimize-1a.d: New file.
239 * testsuite/gas/i386/x86-64-optimize-2a.d: Likewise.
240
41fd2579
L
2412019-03-17 H.J. Lu <hongjiu.lu@intel.com>
242
243 PR gas/24353
244 * config/tc-i386.c: Include <limits.h> if it exists and try
245 including <sys/param.h> if we have it.
246 (INT_MAX): Define if not defined.
247 (md_parse_option): Set optimize to INT_MAX for -Os.
248 * testsuite/gas/i386/optimize-2.s: Add a test.
249 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
250 * testsuite/gas/i386/optimize-2.d: Updated.
251 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
252
dd22218c
L
2532019-03-17 H.J. Lu <hongjiu.lu@intel.com>
254
255 PR gas/24352
256 * config/tc-i386.c (optimize_encoding): Encode 512-bit EVEX
257 with 128-bit VEX encoding only when AVX is enabled and with
258 128-bit EVEX encoding only when AVX512VL is enabled.
259 * testsuite/gas/i386/i386.exp: Run PR gas/24352 tests.
260 * testsuite/gas/i386/optimize-6.s: New file.
261 * testsuite/gas/i386/optimize-6a.d: Likewise.
262 * testsuite/gas/i386/optimize-6b.d: Likewise.
263 * testsuite/gas/i386/optimize-6c.d: Likewise.
264 * testsuite/gas/i386/x86-64-optimize-7.s: Likewise.
265 * testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
266 * testsuite/gas/i386/x86-64-optimize-7b.d: Likewise.
267 * testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
268 * testsuite/gas/i386/x86-64-optimize-2.d: Updated.
269
1c529385
LH
2702019-03-15 Li Hao <li.hao296@zte.com.cn>
271
272 PR 24308
273 * config/tc-i386.c (parse_insn): Check mnemp before using it to
274 determine if a suffix can be trimmed.
275
204f543c
CE
2762019-03-13 Christian Eggers <ceggers@gmx.de>
277
278 * dwarf2dbg.c (out_set_addr): Align relocation within .debug_line.
279
145c4477
CE
2802019-03-13 Christian Eggers <ceggers@gmx.de>
281
282 * dwarf2dbg.c (out_debug_line): Pad size of .debug_line section.
283
5c4e5fe6
CE
2842019-03-13 Christian Eggers <ceggers@gmx.de>
285
286 * dwarf2dbg.c (out_debug_str): Use octets for .debug_string pointers.
287
38c24f42
CE
2882019-03-13 Christian Eggers <ceggers@gmx.de>
289
290 * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
291
72354279
CE
2922019-03-13 Christian Eggers <ceggers@gmx.de>
293
294 * dwarf2dbg.c (out_debug_line): Use octets for dwarf2 headers.
295 (out_debug_aranges, out_debug_info): Likewise.
296
d18d1999
CE
2972019-03-13 Christian Eggers <ceggers@gmx.de>
298
299 * symbols.h (symbol_temp_new_now_octets): Declare.
300 (symbol_set_value_now_octets, symbol_octets_p): Declare.
301 * symbols.c (struct symbol_flags): New member sy_octets.
302 (symbol_temp_new_now_octets): New function.
303 (resolve_symbol_value): Return octets instead of bytes if
304 sy_octets is set.
305 (symbol_set_value_now_octets): New function.
306 (symbol_octets_p): New function.
307
71250b94
CE
3082019-03-13 Christian Eggers <ceggers@gmx.de>
309
310 * dwarf2dbg.c (dwarf2_emit_insn): Fix calculation of line info offset.
311
0919bfe9
AK
3122019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
313
314 * testsuite/gas/s390/zarch-arch13.s: Adjust testcase to optable changes.
315 * testsuite/gas/s390/zarch-arch13.d: Likewise.
316
52d6f3ee
MM
3172019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
318
319 * testsuite/gas/aarch64/dotproduct.d: Use multiple "as" lines.
320 * testsuite/gas/aarch64/dotproduct_armv8_4.d: Remove.
321 * testsuite/gas/aarch64/dotproduct_armv8_4.s: Remove.
322 * testsuite/gas/aarch64/illegal-dotproduct.d: Use multiple "as"
323 lines.
324 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: Remove.
325 * testsuite/gas/aarch64/ldst-rcpc.d: Use multiple "as" lines.
326
a894d76a
AM
3272019-02-24 Alan Modra <amodra@gmail.com>
328
329 * config/tc-ppc.c (parse_tls_arg): Wrap in #ifdef OBJ_ELF.
330
f616c36b
AM
3312019-02-24 Alan Modra <amodra@gmail.com>
332
333 PR 24144
334 * config/obj-aout.c (obj_aout_frob_file_before_fix): Write to end
335 of section to ensure file contents cover aligned section size.
336
83f43c83
KT
3372019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
338
339 * config/tc-arm.c (arm_cpus): Add neoverse-n1.
340 * doc/c-arm.texi (-mcpu): Document neoverse-n1 value.
341
516dbc44
KT
3422019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
343
344 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-e1.
345 * doc/c-aarch64.texi (-mcpu): Document neoverse-e1 value.
346
38e75bf2
KT
3472019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
348
349 * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n1.
350 * doc/c-aarch64.texi (-mcpu): Document neoverse-n1 value.
351
6f2117ba
PH
3522019-02-19 Paul Hua <paul.hua.gm@gmail.com>
353
354 * NEWS: Mention -m[no-]fix-loongson3-llsc.
355 * configure.ac: Add --enable-mips-fix-loongson3-llsc.
356 Define DEFAULT_MIPS_FIX_LOONGSON3_LLSC.
357 * config.in: Regenerated.
358 * configure: Likewise.
359 * config/tc-mips.c (sync_insn, mips_fix_loongson3_llsc):
360 New variables.
361 (options): New OPTION_FIX_LOONGSON3_LLSC,
362 OPTION_NO_FIX_LOONGSON3_LLSC.
363 (md_longopts): Add -m[no-]fix-loongson3-llsc.
364 (md_begin): Initialize sync insn.
365 (fix_loongson3_llsc): New.
366 (append_insn): Call fix_loongson3_llsc.
367 (md_parse_option): Handle OPTION_FIX_LOONGSON3_LLSC,
368 OPTION_NO_FIX_LOONGSON3_LLSC.
369 (md_show_usage): Display -m[no-]fix-loongson3-llsc.
370 * doc/c-mips.texi: Document -m[no-]fix-loongson3-llsc,
371 --enable-mips-fix-loongson3-llsc=[yes|no].
372
db222310
L
3732019-02-10 H.J. Lu <hongjiu.lu@intel.com>
374
375 PR gas/24165
376 * frags.c (frag_var_init): Pass max_chars to TC_FRAG_INIT as
377 max_bytes.
378 * config/tc-aarch64.h (TC_FRAG_INIT): Add and pass max_bytes to
379 aarch64_init_frag.
380 * /config/tc-arm.h (TC_FRAG_INIT): And and pass max_bytes to
381 arm_init_frag.
382 * config/tc-avr.h (TC_FRAG_INIT): And and ignore max_bytes.
383 * config/tc-ia64.h (TC_FRAG_INIT): Likewise.
384 * config/tc-mmix.h (TC_FRAG_INIT): Likewise.
385 * config/tc-nds32.h (TC_FRAG_INIT): Likewise.
386 * config/tc-ns32k.h (TC_FRAG_INIT): Likewise.
387 * config/tc-rl78.h (TC_FRAG_INIT): Likewise.
388 * config/tc-rx.h (TC_FRAG_INIT): Likewise.
389 * config/tc-score.h (TC_FRAG_INIT): Likewise.
390 * config/tc-tic54x.h (TC_FRAG_INIT): Likewise.
391 * config/tc-tic6x.h (TC_FRAG_INIT): Likewise.
392 * config/tc-xtensa.h (TC_FRAG_INIT): Likewise.
393 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Set to
394 (alignment ? ((1 << alignment) - 1) : 1)
395 (i386_tc_frag_data): Add max_bytes.
396 (TC_FRAG_INIT): Add and track max_bytes.
397 (HANDLE_ALIGN): Replace MAX_MEM_FOR_RS_ALIGN_CODE with
398 fragP->tc_frag_data.max_bytes.
399 * doc/internals.texi: Update TC_FRAG_TYPE with max_bytes.
400
21820ebe
JW
4012019-02-08 Jim Wilson <jimw@sifive.com>
402
403 * config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support.
404 (riscv_ip) <'C'>: Add 'z' support.
405
f7dd2fb2
TC
4062019-02-07 Tamar Christina <tamar.christina@arm.com>
407
408 * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for
409 hlt to armv1.
410 * testsuite/gas/arm/armv8a-automatic-hlt.d: Update TAGs
411 * testsuite/gas/arm/hlt.d: New test.
412 * testsuite/gas/arm/hlt.s: New test.
413
bd756351
TC
4142019-02-07 Tamar Christina <tamar.christina@arm.com>
415
416 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.d: New test.
417 * testsuite/gas/aarch64/undefined_advsimd_armv8_3.s: New test.
418
6456d318
TC
4192019-02-07 Tamar Christina <tamar.christina@arm.com>
420
421 PR binutils/23212
422 * testsuite/gas/aarch64/undefined_by_elem_sz_l.s: New test.
423 * testsuite/gas/aarch64/undefined_by_elem_sz_l.d: New test.
424
0e7e9601
EB
4252019-02-07 Eric Botcazou <ebotcazou@adacore.com>
426
427 * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on
428 64-bit boundaries for the GR6.
429 * testsuite/gas/visium/allinsn_gr6.s: Tweak.
430 * testsuite/gas/visium/allinsn_gr6.d: Likewise.
431 * testsuite/gas/visium/bra-1.d: New test.
432 * testsuite/gas/visium/bra-1.s: Likewise.
433 * testsuite/gas/visium/visium.exp: Run bra-1 test.
434
c6f14c0d
JD
4352019-01-31 John Darrington <john@darrington.wattle.id.au>
436
437 * config/tc-s12z.c (lex_imm): Add new argument exp_o.
438 (emit_reloc): New function.
439 (md_apply_fix): [BFD_RELOC_S12Z_OPR] Recognise that it
440 can be either 2 bytes or 3 bytes long.
441 * testsuite/gas/s12z/mov-imm-reloc.d: New file.
442 * testsuite/gas/s12z/mov-imm-reloc.s: New file.
443 * testsuite/gas/s12z/s12z.exp: Add them.
444
91bae991
JD
4452019-01-31 John Darrington <john@darrington.wattle.id.au>
446
447 * config/tc-s12z.c (md_apply_fix): Fix incorrect limits.
448 * testsuite/gas/s12z/pc-rel-bad.d: New file.
449 * testsuite/gas/s12z/pc-rel-bad.l: New file.
450 * testsuite/gas/s12z/pc-rel-bad.s: New file.
451 * testsuite/gas/s12z/pc-rel-good.d: New file.
452 * testsuite/gas/s12z/pc-rel-good.s: New file.
453 * testsuite/gas/s12z/s12z.exp: Add them.
454
1d4d8669
JD
4552019-01-31 John Darrington <john@darrington.wattle.id.au>
456
457 * config/tc-s12z.c (tfr): Emit warning if operands are the same.
458 * testsuite/gas/s12z/exg.d: New test case.
459 * testsuite/gas/s12z/exg.l: New file.
460
8b3a46f9
JD
4612019-01-31 John Darrington <john@darrington.wattle.id.au>
462
463 * config/tc-s12z.c (lex_opr): Add a parameter to indicate whether
464 immediate mode operands should be permitted.
465 * testsuite/s12z/imm-dest.d: New file.
466 * testsuite/s12z/imm-dest.l: New file.
467 * testsuite/s12z/imm-dest.s: New file.
468 * testsuite/s12z/s12z.exp: Add them.
469
fc60b8c8
AK
4702019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
471
472 * config/tc-s390.c (s390_parse_cpu): New entry for arch13.
473 * doc/c-s390.texi: Document arch13 march option.
474 * testsuite/gas/s390/s390.exp: Run the arch13 related tests.
475 * testsuite/gas/s390/zarch-arch13.d: New test.
476 * testsuite/gas/s390/zarch-arch13.s: New test.
477 * testsuite/gas/s390/zarch-z13.d: Expect the renamed mnemonics
478 also for z13.
479
3ca4a8ec
AM
4802019-01-31 Alan Modra <amodra@gmail.com>
481
482 * config/tc-alpha.c (md_apply_fix): Correct range checks for
483 BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BSR.
484 * config/tc-arm.c (md_apply_fix): Use llabs rather than abs.
485 * config/tc-csky.c (get_macro_reg_vals): Pass s to csky_show_error.
486
75c1c971
MF
4872019-01-28 Max Filippov <jcmvbkbc@gmail.com>
488
489 * config/tc-xtensa.c (md_apply_fix): Mark fixups for constant
490 symbols as done in md_apply_fix.
491 * testsuite/gas/all/forward.d: Don't XFAIL for xtensa.
492
2d151af7
NC
4932019-01-28 Nick Clifton <nickc@redhat.com>
494
495 * po/fr.po: Updated French translation.
496 * po/ru.po: Updated Russian translation.
497
e044973b
AM
4982019-01-28 Alan Modra <amodra@gmail.com>
499
500 * configure.ac (ac_checking): Set from bfd/development.sh
501 development variable.
502 * configure: Regenerate.
503
e10620d3
TC
5042019-01-25 Sudakshina Das <sudi.das@arm.com>
505
506 * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
507 stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
508 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
509 stg, stzg, st2g and stz2g.
510 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
511 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
512 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
513
20a4ca55
SD
5142019-01-25 Sudakshina Das <sudi.das@arm.com>
515
516 * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
517 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
518 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
519 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
520
550fd7bf
SD
5212019-01-25 Sudakshina Das <sudi.das@arm.com>
522 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
523
524 * config/tc-aarch64.c (parse_address_main): Remove support for
525 [base]! address expression.
526 (parse_operands): Remove support for AARCH64_OPND_ADDR_SIMPLE_2.
527 (warn_unpredictable_ldst): Remove support for ldstgv_indexed.
528 * testsuite/gas/aarch64/armv8_5-a-memtag.d: Remove tests for ldgv
529 and stgv.
530 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
531 * testsuite/gas/aarch64/illegal-memtag.l: Likewise.
532 * testsuite/gas/aarch64/illegal-memtag.s: Likewise.
533
10c172ba
WH
5342019-01-25 Wu Heng <wu.heng@zte.com.cn>
535
536 PR gas/23940
537 * macro.c (getstring): Check array bound before accessing.
538
0c56b5cf
AM
5392019-01-25 Alan Modra <amodra@gmail.com>
540
541 PR 20902
542 PR 24125
543 * read.c (stringer): Delete assertion.
544
375cd423
NC
5452019-01-21 Nick Clifton <nickc@redhat.com>
546
547 * po/uk.po: Updated Ukranian translation.
548
f48dfe41
NC
5492019-01-19 Nick Clifton <nickc@redhat.com>
550
551 * config.in: Regenerate.
552 * configure: Regenerate.
553 * po/gas.pot: Regenerate.
554
f974f26c
NC
5552018-06-24 Nick Clifton <nickc@redhat.com>
556
557 2.32 branch created.
558
dee3ee22
TC
5592019-01-17 Tamar Christina <tamar.christina@arm.com>
560
561 * testsuite/gas/arm/archv6t2-1-pe.d: New test.
562 * testsuite/gas/arm/archv6t2-1.d: Skip pe.
563 * testsuite/gas/arm/csdb.d: Skip pe.
564 * testsuite/gas/arm/sb-thumb1-pe.d: New test.
565 * testsuite/gas/arm/sb-thumb1.d: Skip pe.
566 * testsuite/gas/arm/sb-thumb2-pe.d: New test.
567 * testsuite/gas/arm/sb-thumb2.d: Skip pe.
568 * testsuite/gas/arm/udf.d: Skip pe.
569
a4bf3d07
JW
5702019-01-16 Kito Cheng <kito@andestech.com>
571
572 * testsuite/gas/riscv/attribute-empty.d: New.
573
2dc8dd17
JW
5742019-01-16 Kito Cheng <kito@andestech.com>
575 Nelson Chu <nelson@andestech.com>
576
577 * config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
578 (riscv_set_options): Add `arch_attr` field.
579 (riscv_opts): Set default value for arch_attr.
580 (riscv_write_out_arch_attr): New.
581 (riscv_set_public_attributes): Likewise.
582 (riscv_md_end): Likewise.
583 (riscv_convert_symbolic_attribute): Likewise.
584 (s_riscv_attribute): Likewise.
585 (explicit_arch_attr): Likewise.
586 (riscv_pseudo_table): Add .attribute to the table.
587 (options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
588 enumeration constants.
589 (md_longopts): Add `march-attr' and `mno-arch-attr' options.
590 (md_parse_option): Handle the new options.
591 (md_show_usage): Document the `march-attr' option.
592 * config/tc-riscv.h (md_end): Define as riscv_md_end
593 (riscv_md_end): Declare.
594 (CONVERT_SYMBOLIC_ATTRIBUTE): Define as
595 riscv_convert_symbolic_attribute.
596 (riscv_convert_symbolic_attribute): Declare.
597 (start_assemble): Declare.
598 * testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
599 * testsuite/gas/elf/section2.e-riscv: New.
600 * testsuite/gas/riscv/attribute-01.d: New test
601 * testsuite/gas/riscv/attribute-02.d: Likewise.
602 * testsuite/gas/riscv/attribute-03.d: Likewise.
603 * testsuite/gas/riscv/attribute-04.d: Likewise.
604 * testsuite/gas/riscv/attribute-04.s: Likewise.
605 * testsuite/gas/riscv/attribute-05.d: Likewise.
606 * testsuite/gas/riscv/attribute-05.s: Likewise.
607 * testsuite/gas/riscv/attribute-06.d: Likewise.
608 * testsuite/gas/riscv/attribute-06.s: Likewise.
609 * testsuite/gas/riscv/attribute-07.d: Likewise.
610 * testsuite/gas/riscv/attribute-07.s: Likewise.
611 * testsuite/gas/riscv/attribute-08.d: Likewise.
612 * testsuite/gas/riscv/attribute-08.s: Likewise.
613 * testsuite/gas/riscv/attribute-unknown.d: Likewise.
614 * testsuite/gas/riscv/attribute-unknown.s: Likewise.
615 * testsuite/gas/riscv/empty.l: Likewise.
616 * doc/c-riscv.texi (.attribute): Add documentation.
617 * configure.ac (--enable-default-riscv-attribute): New options.
618 * configure: Re-generate.
619 * config.in: Re-generate.
620
d5dcaf1b
JD
6212019-01-16 John Darrington <john@darrington.wattle.id.au>
622
e7b47f2e
JD
623 * config/tc-s12z.c (lex_reg_name): Compare the length of the strings
624 before the contents.
625 * testsuite/gas/s12z/labels.d: New file.
626 * testsuite/gas/s12z/labels.s: New file.
627 * testsuite/gas/s12z/s12z.exp: Add them.
628 * config/tc-s12z.c (tfr): Change as_bad to as_warn.
77fdb0e0 629 Also fix message typo and semantics.
e7b47f2e 630 * config/tc-s12z.c (emit_opr): Emit BFD_RELOC_S12Z_OPR instead of
d5dcaf1b
JD
631 BFD_RELOC_24.
632 * testsuite/gas/s12z/opr-indirect-expr.d: Expect R_S12Z_OPR instead
633 of R_S12Z_EXT24.
634
55e8aae7
SP
6352019-01-14 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
636
637 * config/tc-arm.c (arm_ext_v6k_v6t2): Define.
638 (insns) [ARM_VARIANT]: Modified.
639 (insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
640 in ARMv6T2 as well.
641 * testsuite/gas/arm/archv6t2-1.d: New test.
642 * testsuite/gas/arm/archv6t2-1.s: Likewise.
643 * testsuite/gas/arm/archv6t2-2.d: Likewise.
644
c7af41ec
AM
6452019-01-11 Alan Modra <amodra@gmail.com>
646
647 PR 23963
648 * testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
649 * testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
650
12add40e
NC
6512019-01-10 Nick Clifton <nickc@redhat.com>
652
653 PR 23963
59aa9b0b
NC
654 * testsuite/gas/mips/mips16-branch-absolute-1.d: Adjust for the
655 fact that control characters are now displayed as escape
656 sequences.
12add40e
NC
657 * testsuite/gas/mips/mips16-e.d: Likewise.
658 * testsuite/gas/mips/mips16-pcrel-0.d: Likewise.
659 * testsuite/gas/mips/mips16-pcrel-1.d: Likewise.
660 * testsuite/gas/mips/mips16-pcrel-delay-0.d: Likewise.
661 * testsuite/gas/mips/mips16-pcrel-delay-1.d: Likewise.
662 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
663 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
664 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
665 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
666 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: Likewise.
667 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: Likewise.
668 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: Likewise.
669 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: Likewise.
670 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: Likewise.
671 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: Likewise.
672 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d:
673 Likewise.
674 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d:
675 Likewise.
676 * testsuite/gas/mips/mipsel16-e.d: Likewise.
677 * testsuite/gas/mips/mipsr6@msa.d: Likewise.
678 * testsuite/gas/mips/mipsr6@relax-swap3.d: Likewise.
679 * testsuite/gas/mips/r6-64-n32.d: Likewise.
680 * testsuite/gas/mips/r6-64-n64.d: Likewise.
681 * testsuite/gas/mips/r6-n32.d: Likewise.
682 * testsuite/gas/mips/r6-n64.d: Likewise.
683 * testsuite/gas/mips/r6.d: Likewise.
684 * testsuite/gas/mips/tmips16-e.d: Likewise.
685 * testsuite/gas/mips/tmipsel16-e.d: Likewise.
686 * testsuite/gas/mn10300/relax.d: Likewise.
687
39f286cd
JD
6882019-01-09 John Darrington <john@darrington.wattle.id.au>
689
690 * testsuite/gas/s12z/jsr.s: New case.
691 * testsuite/gas/s12z/jsr.d: New case.
692
3107326d
AP
6932019-01-09 Andrew Paprocki <andrew@ishiboo.com>
694
695 * configure: Regenerate.
696
c8fcc360
KT
6972019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
698
699 * config/tc-aarch64.c (aarch64_cpus): Add ares.
700 * doc/c-aarch64.texi (-mcpu): Document ares value.
701
171b8e19
AM
7022019-01-08 Alan Modra <amodra@gmail.com>
703
704 * testsuite/gas/rx/rx.exp: Create generated test source in
705 current directory.
706 * testsuite/gas/rx/Xtod.d, * testsuite/gas/rx/abs.d,
707 * testsuite/gas/rx/adc.d, * testsuite/gas/rx/add.d,
708 * testsuite/gas/rx/and.d, * testsuite/gas/rx/bclr.d,
709 * testsuite/gas/rx/bcnd.d, * testsuite/gas/rx/bfmov.d,
710 * testsuite/gas/rx/bmcnd.d, * testsuite/gas/rx/bnot.d,
711 * testsuite/gas/rx/bra.d, * testsuite/gas/rx/brk.d,
712 * testsuite/gas/rx/bset.d, * testsuite/gas/rx/bsr.d,
713 * testsuite/gas/rx/btst.d, * testsuite/gas/rx/clrpsw.d,
714 * testsuite/gas/rx/cmp.d, * testsuite/gas/rx/dabs.d,
715 * testsuite/gas/rx/dadd.d, * testsuite/gas/rx/dbt.d,
716 * testsuite/gas/rx/dcmp.d, * testsuite/gas/rx/ddiv.d,
717 * testsuite/gas/rx/div.d, * testsuite/gas/rx/divu.d,
718 * testsuite/gas/rx/dmov.d, * testsuite/gas/rx/dmul.d,
719 * testsuite/gas/rx/dneg.d, * testsuite/gas/rx/dpopm.d,
720 * testsuite/gas/rx/dpushm.d, * testsuite/gas/rx/dround.d,
721 * testsuite/gas/rx/dsqrt.d, * testsuite/gas/rx/dsub.d,
722 * testsuite/gas/rx/dtoX.d, * testsuite/gas/rx/emaca.d,
723 * testsuite/gas/rx/emsba.d, * testsuite/gas/rx/emul.d,
724 * testsuite/gas/rx/emula.d, * testsuite/gas/rx/emulu.d,
725 * testsuite/gas/rx/fadd.d, * testsuite/gas/rx/fcmp.d,
726 * testsuite/gas/rx/fdiv.d, * testsuite/gas/rx/fmul.d,
727 * testsuite/gas/rx/fsqrt.d, * testsuite/gas/rx/fsub.d,
728 * testsuite/gas/rx/ftoi.d, * testsuite/gas/rx/ftou.d,
729 * testsuite/gas/rx/gprel.d, * testsuite/gas/rx/int.d,
730 * testsuite/gas/rx/itof.d, * testsuite/gas/rx/jmp.d,
731 * testsuite/gas/rx/jsr.d, * testsuite/gas/rx/machi.d,
732 * testsuite/gas/rx/maclh.d, * testsuite/gas/rx/maclo.d,
733 * testsuite/gas/rx/max.d, * testsuite/gas/rx/min.d,
734 * testsuite/gas/rx/mov.d, * testsuite/gas/rx/movco.d,
735 * testsuite/gas/rx/movli.d, * testsuite/gas/rx/movu.d,
736 * testsuite/gas/rx/msbhi.d, * testsuite/gas/rx/msblh.d,
737 * testsuite/gas/rx/msblo.d, * testsuite/gas/rx/mul.d,
738 * testsuite/gas/rx/mulhi.d, * testsuite/gas/rx/mullh.d,
739 * testsuite/gas/rx/mullo.d, * testsuite/gas/rx/mvfacgu.d,
740 * testsuite/gas/rx/mvfachi.d, * testsuite/gas/rx/mvfaclo.d,
741 * testsuite/gas/rx/mvfacmi.d, * testsuite/gas/rx/mvfc.d,
742 * testsuite/gas/rx/mvfcp.d, * testsuite/gas/rx/mvfdc.d,
743 * testsuite/gas/rx/mvfdr.d, * testsuite/gas/rx/mvtacgu.d,
744 * testsuite/gas/rx/mvtachi.d, * testsuite/gas/rx/mvtaclo.d,
745 * testsuite/gas/rx/mvtc.d, * testsuite/gas/rx/mvtcp.d,
746 * testsuite/gas/rx/mvtdc.d, * testsuite/gas/rx/neg.d,
747 * testsuite/gas/rx/nop.d, * testsuite/gas/rx/not.d,
748 * testsuite/gas/rx/opecp.d, * testsuite/gas/rx/or.d,
749 * testsuite/gas/rx/pop.d, * testsuite/gas/rx/popc.d,
750 * testsuite/gas/rx/popm.d, * testsuite/gas/rx/push.d,
751 * testsuite/gas/rx/pushc.d, * testsuite/gas/rx/pushm.d,
752 * testsuite/gas/rx/r-bcc.d, * testsuite/gas/rx/r-bra.d,
753 * testsuite/gas/rx/racl.d, * testsuite/gas/rx/racw.d,
754 * testsuite/gas/rx/rdacl.d, * testsuite/gas/rx/rdacw.d,
755 * testsuite/gas/rx/revl.d, * testsuite/gas/rx/revw.d,
756 * testsuite/gas/rx/rmpa.d, * testsuite/gas/rx/rolc.d,
757 * testsuite/gas/rx/rorc.d, * testsuite/gas/rx/rotl.d,
758 * testsuite/gas/rx/rotr.d, * testsuite/gas/rx/round.d,
759 * testsuite/gas/rx/rstr.d, * testsuite/gas/rx/rte.d,
760 * testsuite/gas/rx/rtfi.d, * testsuite/gas/rx/rts.d,
761 * testsuite/gas/rx/rtsd.d, * testsuite/gas/rx/sat.d,
762 * testsuite/gas/rx/satr.d, * testsuite/gas/rx/save.d,
763 * testsuite/gas/rx/sbb.d, * testsuite/gas/rx/sccnd.d,
764 * testsuite/gas/rx/scmpu.d, * testsuite/gas/rx/setpsw.d,
765 * testsuite/gas/rx/shar.d, * testsuite/gas/rx/shll.d,
766 * testsuite/gas/rx/shlr.d, * testsuite/gas/rx/smovb.d,
767 * testsuite/gas/rx/smovf.d, * testsuite/gas/rx/smovu.d,
768 * testsuite/gas/rx/sstr.d, * testsuite/gas/rx/stnz.d,
769 * testsuite/gas/rx/stz.d, * testsuite/gas/rx/sub.d,
770 * testsuite/gas/rx/suntil.d, * testsuite/gas/rx/swhile.d,
771 * testsuite/gas/rx/tst.d, * testsuite/gas/rx/utof.d,
772 * testsuite/gas/rx/wait.d, * testsuite/gas/rx/xchg.d,
773 * testsuite/gas/rx/xor.d: Add #source line.
774
ef8df4ca
KT
7752019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
776
777 * config/tc-arm.c (arm_cpus): Add ares.
778 * doc/c-arm.texi (-mcpu): Document ares value.
779
6a25bee8
YS
7802019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
781
782 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
783 (rx_bfield): Add prototype.
784 (rx_post): Likewise.
785 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
786 (DSIZE): Define.
787 (POST): Define.
788 (rx_check_v3): New. check v3 type.
789 (rx_check_dfpu): New. check have double support.
790 (double_condition_table): New. dcmp<cond> contiditon.
791 (check_condition): Multiple condition support.
792 (rx_lex): RXv3 instructions support.
793 Add parse dcmp<cond> instruction and Double FPU registers.
794 (immediate): Disable optimize in dmov #imm case.
795 (displacement): Add double displacement in dmov instraction.
796 * config/tc-rx.c (rx_use_conventional_section_names):
797 Invert default value in rx-*-linux target.
798 (cpu_type): Add additional ELF flags.
799 (cpu_type_list): Add RXv3.
800 (md_parse_option): Refer elf_flags from cpu_type_list.
801 (md_show_usage): Add rxv3 and rxv3-dfpu.
802 (rx_bytesT): Add post byte.
803 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
804 (rx_post): New. Set instruction post byte.
805 (md_assemble): Add post byte.
806 doc/c-rx.texi: Add cpu types.
807 * testsuite/gas/rx/Xtod.d: New.
808 * testsuite/gas/rx/Xtod.sm: New.
809 * testsuite/gas/rx/bfmov.d: New.
810 * testsuite/gas/rx/bfmov.sm: New.
811 * testsuite/gas/rx/dabs.d: New.
812 * testsuite/gas/rx/dabs.sm: New.
813 * testsuite/gas/rx/dadd.d: New.
814 * testsuite/gas/rx/dadd.sm: New.
815 * testsuite/gas/rx/dcmp.d: New.
816 * testsuite/gas/rx/dcmp.sm: New.
817 * testsuite/gas/rx/ddiv.d: New.
818 * testsuite/gas/rx/ddiv.sm: New.
819 * testsuite/gas/rx/dmov.d: New.
820 * testsuite/gas/rx/dmov.sm: New.
821 * testsuite/gas/rx/dmul.d: New.
822 * testsuite/gas/rx/dmul.sm: New.
823 * testsuite/gas/rx/dneg.d: New.
824 * testsuite/gas/rx/dneg.sm: New.
825 * testsuite/gas/rx/dpopm.d: New.
826 * testsuite/gas/rx/dpopm.sm: New.
827 * testsuite/gas/rx/dpushm.d: New.
828 * testsuite/gas/rx/dpushm.sm: New.
829 * testsuite/gas/rx/dround.d: New.
830 * testsuite/gas/rx/dround.sm: New.
831 * testsuite/gas/rx/dsqrt.d: New.
832 * testsuite/gas/rx/dsqrt.sm: New.
833 * testsuite/gas/rx/dsub.d: New.
834 * testsuite/gas/rx/dsub.sm: New.
835 * testsuite/gas/rx/dtoX.d: New.
836 * testsuite/gas/rx/dtoX.sm: New.
837 * testsuite/gas/rx/macros.inc: Add double FPU registers.
838 * testsuite/gas/rx/mvfdc.d: New.
839 * testsuite/gas/rx/mvfdc.sm: New.
840 * testsuite/gas/rx/mvfdr.d: New.
841 * testsuite/gas/rx/mvfdr.sm: New.
842 * testsuite/gas/rx/mvtdc.d: New.
843 * testsuite/gas/rx/mvtdc.sm: New.
844 * testsuite/gas/rx/rstr.d: New.
845 * testsuite/gas/rx/rstr.sm: New.
846 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
847 * testsuite/gas/rx/save.d: New.
848 * testsuite/gas/rx/save.sm: New.
849 * testsuite/gas/rx/xor.d: New.
850 * testsuite/gas/rx/xor.sm: Add pattern.
851
1b2ed39c
WH
8522019-01-04 Wu Heng <wu.heng@zte.com.cn>
853
854 PR 24010
855 * macro.c (get_any_string): Check for end of input whilst scanning
856 for separators.
857
bdfb4455
WH
8582019-01-04 Wu Heng <wu.heng@zte.com.cn>
859
860 PR 24009
861 * read.c (stringer): Fix handling of missing '>' character at end
862 of <...> sequence.
863
82704155
AM
8642019-01-01 Alan Modra <amodra@gmail.com>
865
866 Update year range in copyright notice of all files.
867
d5c04e1b 868For older changes see ChangeLog-2018
3499769a 869\f
d5c04e1b 870Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
871
872Copying and distribution of this file, with or without modification,
873are permitted in any medium without royalty provided the copyright
874notice and this notice are preserved.
875
876Local Variables:
877mode: change-log
878left-margin: 8
879fill-column: 74
880version-control: never
881End:
This page took 0.222598 seconds and 4 git commands to generate.