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