Remove useless NULL check in python.c
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
a7e12755
L
12020-02-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (output_insn): Mark cvtpi2ps and cvtpi2pd
4 with GNU_PROPERTY_X86_FEATURE_2_MMX.
5 * testsuite/gas/i386/i386.exp: Run property-3 and
6 x86-64-property-3.
7 * testsuite/gas/i386/property-3.d: New file.
8 * testsuite/gas/i386/property-3.s: Likewise.
9 * testsuite/gas/i386/x86-64-property-3.d: Likewise.
10
272a84b1
L
112020-02-17 H.J. Lu <hongjiu.lu@intel.com>
12
13 * config/tc-i386.c (cpu_arch): Add .popcnt.
14 * doc/c-i386.texi: Remove abm and .abm. Add popcnt and .popcnt.
15 Add a tab before @samp{.sse4a}.
16
c8f8eebc
JB
172020-02-17 Jan Beulich <jbeulich@suse.com>
18
19 * config/tc-i386.c (process_suffix): Don't try to guess a suffix
20 for AddrPrefixOpReg templates. Combine the two pieces of
21 addrprefixopreg handling. Reject 16-bit address reg in 64-bit
22 mode.
23
eedb0f2c
JB
242020-02-17 Jan Beulich <jbeulich@suse.com>
25
26 PR gas/14439
27 * config/tc-i386.c (md_assemble): Also suppress operand
28 swapping for MONITOR{,X} and MWAIT{,X}.
29 * testsuite/gas/i386/sse3.s, testsuite/gas/i386/x86-64-sse3.s:
30 Add Intel syntax monitor/mwait tests.
31 * testsuite/gas/i386/sse3.d, testsuite/gas/i386/x86-64-sse3.d:
32 Adjust expectations.
33 *testsuite/gas/i386/sse3-intel.d,
34 testsuite/gas/i386/x86-64-sse3-intel.d: New.
35 * testsuite/gas/i386/i386.exp: Run new tests.
36
b9915cbc
JB
372020-02-17 Jan Beulich <jbeulich@suse.com>
38
39 PR gas/6518
40 * config/tc-i386.c (process_suffix): Re-work Intel-syntax
41 [XYZ]MMWord memory operand ambiguity recognition logic (largely
42 re-indentation).
43 * testsuite/gas/i386/avx512dq-inval.s: Add vcvtqq2ps/vcvtuqq2ps
44 cases.
45 * testsuite/gas/i386/inval-avx512f.s: Also test vcvtneps2bf16.
46 * testsuite/gas/i386/avx512dq-inval.l,
47 testsuite/gas/i386/inval-avx.l,
48 testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
49 * testsuite/gas/i386/avx512vl-ambig.s,
50 testsuite/gas/i386/avx512vl-ambig.l: New.
51 * testsuite/gas/i386/i386.exp: Run new test.
52
af5c13b0
L
532020-02-16 H.J. Lu <hongjiu.lu@intel.com>
54
55 * config/tc-i386.c (cpu_arch): Add .sse4a and nosse4a. Restore
56 nosse4.
57 * doc/c-i386.texi: Document sse4a and nosse4a.
58
07d98387
L
592020-02-14 H.J. Lu <hongjiu.lu@intel.com>
60
61 * doc/c-i386.texi: Remove the old movsx and movzx documentation
62 for AT&T syntax.
63
65fca059
JB
642020-02-14 Jan Beulich <jbeulich@suse.com>
65
66 PR gas/25438
67 * config/tc-i386.c (md_assemble): Move movsx/movzx special
68 casing ...
69 (process_suffix): ... here. Consider just the first operand
70 initially.
71 (check_long_reg): Drop opcode 0x63 special case again.
72 * testsuite/gas/i386/i386.s, testsuite/gas/i386/iamcu-1.s,
73 testsuite/gas/i386/ilp32/x86-64.s, testsuite/gas/i386/x86_64.s:
74 Move ambiguous operand size tests ...
75 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
76 testsuite/gas/i386/noreg64.s: ... here.
77 * testsuite/gas/i386/i386.d, testsuite/gas/i386/i386-intel.d
78 testsuite/gas/i386/iamcu-1.d, testsuite/gas/i386/ilp32/x86-64.d,
79 testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
80 testsuite/gas/i386/movx16.l, testsuite/gas/i386/movx32.l,
81 testsuite/gas/i386/movx64.l, testsuite/gas/i386/noreg16.d,
82 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
83 testsuite/gas/i386/x86-64-movsxd.d,
84 testsuite/gas/i386/x86-64-movsxd-intel.d,
85 testsuite/gas/i386/x86_64.d, testsuite/gas/i386/x86_64-intel.d:
86 Adjust expectations.
87 * testsuite/gas/i386/movx16.s, testsuite/gas/i386/movx16.l,
88 testsuite/gas/i386/movx32.s, testsuite/gas/i386/movx32.l,
89 testsuite/gas/i386/movx64.s, testsuite/gas/i386/movx64.l: New.
90 * testsuite/gas/i386/i386.exp: Run new tests.
91
b6773884
JB
922020-02-14 Jan Beulich <jbeulich@suse.com>
93
94 * config/tc-i386.c (process_operands): Also skip segment
95 override prefix emission if it matches an already present one.
96 * testsuite/gas/i386/prefix32.s: Add double segment override
97 cases.
98 * testsuite/gas/i386/prefix32.l: Adjust expectations.
99
92334ad2
JB
1002020-02-14 Jan Beulich <jbeulich@suse.com>
101
102 * config/tc-i386.c (process_operands): Drop ineffectual segment
103 overrides when optimizing.
104 * testsuite/gas/i386/lea-optimize.d: New.
105 * testsuite/gas/i386/i386.exp: Run new test.
106
1072020-02-14 Jan Beulich <jbeulich@suse.com>
514a8bb0
JB
108
109 * config/tc-i386.c (process_operands): Also check insn prefix
110 for ineffectual segment override warning. Don't cover possible
111 VEX/EVEX encoded insns there.
112 * testsuite/gas/i386/lea.s, testsuite/gas/i386/lea.d,
113 testsuite/gas/i386/lea.e: New.
114 * testsuite/gas/i386/i386.exp: Run new test.
115
0e6724de
L
1162020-02-14 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR gas/25438
119 * doc/c-i386.texi: Document movsx, movsxd and movzx for AT&T
120 syntax.
121
292676c1
L
1222020-02-13 Fangrui Song <maskray@google.com>
123 H.J. Lu <hongjiu.lu@intel.com>
124
125 PR gas/25551
126 * config/tc-i386.c (tc_i386_fix_adjustable): Don't check
127 BFD_RELOC_386_PLT32 nor BFD_RELOC_X86_64_PLT32.
128 * testsuite/gas/i386/i386.exp: Run relax-5 and x86-64-relax-4.
129 * testsuite/gas/i386/relax-5.d: New file.
130 * testsuite/gas/i386/relax-5.s: Likewise.
131 * testsuite/gas/i386/x86-64-relax-4.d: Likewise.
132 * testsuite/gas/i386/x86-64-relax-4.s: Likewise.
133
7deea9aa
JB
1342020-02-13 Jan Beulich <jbeulich@suse.com>
135
136 * config/tc-i386.c (cpu_noarch): Use CPU_ANY_SSE4_FLAGS in
137 "nosse4" entry.
138
6c0946d0
JB
1392020-02-12 Jan Beulich <jbeulich@suse.com>
140
141 * config/tc-i386.c (avx512): New (at file scope), moved from
142 (check_VecOperands): ... here.
143 (process_suffix): Add [XYZ]MMword operand size handling.
144 * testsuite/gas/i386/avx512dq-inval.s: Add VFPCLASS tests.
145 * testsuite/gas/i386/noavx512-2.s: Add Intel syntax VFPCLASS
146 tests.
147 * testsuite/gas/i386/avx512dq-inval.l,
148 testsuite/gas/i386/noavx512-2.l: Adjust expectations.
149
5990e377
JB
1502020-02-12 Jan Beulich <jbeulich@suse.com>
151
152 PR gas/24546
153 * config/tc-i386.c (match_template): Apply AMD64 check to 64-bit
154 code only.
155 * config/tc-i386-intel.c (i386_intel_operand): Also handle
156 CALL/JMP in O_tbyte_ptr case.
157 * doc/c-i386.texi: Mention far call and full pointer load ISA
158 differences.
159 * testsuite/gas/i386/x86-64-branch-3.s,
160 testsuite/gas/i386/x86-64-intel64.s: Add 64-bit far call cases.
161 * testsuite/gas/i386/x86-64-branch-3.d,
162 testsuite/gas/i386/x86-64-intel64.d: Adjust expectations.
163 * testsuite/gas/i386/x86-64-branch-5.l,
164 testsuite/gas/i386/x86-64-branch-5.s: New.
165 * testsuite/gas/i386/i386.exp: Run new test.
166
9706160a
JB
1672020-02-12 Jan Beulich <jbeulich@suse.com>
168
169 PR gas/25438
170 * config/tc-i386.c (REGISTER_WARNINGS): Delete.
171 (check_byte_reg): Skip only source operand of CRC32. Drop Non-
172 64-bit-only warning.
173 (check_word_reg): Consistently error on mismatching register
174 size and suffix.
175 * testsuite/gas/i386/general.s: Replace dword GPR with word one
176 for movw. Replace suffix / GPR for orb.
177 * testsuite/gas/i386/inval.s: Add tests for movw with dword and
178 byte GPRs as well as ones for inb/outb with a word accumulator.
179 * testsuite/gas/i386/general.l, testsuite/gas/i386/intelbad.l,
180 testsuite/gas/i386/inval.l: Adjust expectations.
181
5de4d9ef
JB
1822020-02-12 Jan Beulich <jbeulich@suse.com>
183
184 * config/tc-i386.c (operand_type_register_match): Also fall
185 through initial two if()-s when the template allows for a GPR
186 operand. Adjust comment.
187
50128d0c
JB
1882020-02-11 Jan Beulich <jbeulich@suse.com>
189
190 (struct _i386_insn): New field "short_form".
191 (optimize_encoding): Drop setting of shortform field.
192 (process_suffix): Set i.short_form. Replace shortform use.
193 (process_operands): Replace shortform use.
194
1ed818b4
MM
1952020-02-11 Matthew Malcomson <matthew.malcomson@arm.com>
196
197 * config/tc-arm.c (vcx_handle_register_arguments): Remove `for`
198 loop initial declaration.
199
5aae9ae9
MM
2002020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
201
202 * config/tc-arm.c (NEON_MAX_TYPE_ELS): Increment to account for
203 instructions that can have 5 arguments.
204 (enum operand_parse_code): Add new operands.
205 (parse_operands): Account for new operands.
206 (S5): New macro.
207 (enum neon_shape_el): Introduce P suffixes for coprocessor.
208 (neon_select_shape): Account for P suffix.
209 (LOW1): Move macro to global position.
210 (HI4): Move macro to global position.
211 (vcx_assign_vec_d): New.
212 (vcx_assign_vec_m): New.
213 (vcx_assign_vec_n): New.
214 (enum vcx_reg_type): New.
215 (vcx_get_reg_type): New.
216 (vcx_size_pos): New.
217 (vcx_vec_pos): New.
218 (vcx_handle_shape): New.
219 (vcx_ensure_register_in_range): New.
220 (vcx_handle_register_arguments): New.
221 (vcx_handle_insn_block): New.
222 (vcx_handle_common_checks): New.
223 (do_vcx1): New.
224 (do_vcx2): New.
225 (do_vcx3): New.
226 * testsuite/gas/arm/cde-missing-fp.d: New test.
227 * testsuite/gas/arm/cde-missing-fp.l: New test.
228 * testsuite/gas/arm/cde-missing-mve.d: New test.
229 * testsuite/gas/arm/cde-missing-mve.l: New test.
230 * testsuite/gas/arm/cde-mve-or-neon.d: New test.
231 * testsuite/gas/arm/cde-mve-or-neon.s: New test.
232 * testsuite/gas/arm/cde-mve.s: New test.
233 * testsuite/gas/arm/cde-warnings.l:
234 * testsuite/gas/arm/cde-warnings.s:
235 * testsuite/gas/arm/cde.d:
236 * testsuite/gas/arm/cde.s:
237
4934a27c
MM
2382020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
239 Matthew Malcomson <matthew.malcomson@arm.com>
240
241 * config/tc-arm.c (arm_ext_cde*): New feature sets for each
242 CDE coprocessor that can be enabled.
243 (enum pred_instruction_type): New pred type.
244 (BAD_NO_VPT): New error message.
245 (BAD_CDE): New error message.
246 (BAD_CDE_COPROC): New error message.
247 (enum operand_parse_code): Add new immediate operands.
248 (parse_operands): Account for new immediate operands.
249 (check_cde_operand): New.
250 (cde_coproc_enabled): New.
251 (cde_coproc_pos): New.
252 (cde_handle_coproc): New.
253 (cxn_handle_predication): New.
254 (do_custom_instruction_1): New.
255 (do_custom_instruction_2): New.
256 (do_custom_instruction_3): New.
257 (do_cx1): New.
258 (do_cx1a): New.
259 (do_cx1d): New.
260 (do_cx1da): New.
261 (do_cx2): New.
262 (do_cx2a): New.
263 (do_cx2d): New.
264 (do_cx2da): New.
265 (do_cx3): New.
266 (do_cx3a): New.
267 (do_cx3d): New.
268 (do_cx3da): New.
269 (handle_pred_state): Define new IT block behaviour.
270 (insns): Add newn CX*{,d}{,a} instructions.
271 (CDE_EXTENSIONS,armv8m_main_ext_table,armv8_1m_main_ext_table):
272 Define new cdecp extension strings.
273 * doc/c-arm.texi: Document new cdecp extension arguments.
274 * testsuite/gas/arm/cde-scalar.d: New test.
275 * testsuite/gas/arm/cde-scalar.s: New test.
276 * testsuite/gas/arm/cde-warnings.d: New test.
277 * testsuite/gas/arm/cde-warnings.l: New test.
278 * testsuite/gas/arm/cde-warnings.s: New test.
279 * testsuite/gas/arm/cde.d: New test.
280 * testsuite/gas/arm/cde.s: New test.
281
4b5aaf5f
L
2822020-02-10 H.J. Lu <hongjiu.lu@intel.com>
283
284 PR gas/25516
285 * config/tc-i386.c (intel64): Renamed to ...
286 (isa64): This.
287 (match_template): Accept Intel64 only instruction by default.
288 (i386_displacement): Updated.
289 (md_parse_option): Updated.
290 * c-i386.texi: Update -mamd64/-mintel64 documentation.
291 * testsuite/gas/i386/i386.exp: Run x86-64-sysenter. Pass
292 -mamd64 to x86-64-sysenter-amd.
293 * testsuite/gas/i386/x86-64-sysenter.d: New file.
294
33176d91
AM
2952020-02-10 Alan Modra <amodra@gmail.com>
296
297 * config/obj-elf.c (obj_elf_change_section): Error for section
298 type, attr or entsize changes in assembly.
299 * testsuite/gas/elf/elf.exp: Pass -Z to gas for section5 test.
300 * testsuite/gas/elf/section5.l: Update.
301
82194874
AM
3022020-02-10 Alan Modra <amodra@gmail.com>
303
304 * output-file.c (output_file_close): Do a normal close when
305 flag_always_generate_output.
306 * write.c (write_object_file): Don't stop output when
307 flag_always_generate_output.
308
9fc0b501
SB
3092020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
310
311 PR 25469
312 * config/tc-z80.c: Add -gbz80 command line option to generate code
313 for the GameBoy Z80. Add support for generating DWARF.
314 * config/tc-z80.h: Add support for DWARF debug information
315 generation.
316 * doc/c-z80.texi: Document new command line option.
317 * testsuite/gas/z80/gbz80_all.d: New file.
318 * testsuite/gas/z80/gbz80_all.s: New file.
319 * testsuite/gas/z80/z80.exp: Run the new tests.
320 * testsuite/gas/z80/z80n_all.d: New file.
321 * testsuite/gas/z80/z80n_all.s: New file.
322 * testsuite/gas/z80/z80n_reloc.d: New file.
323
b7d07216
L
3242020-02-06 H.J. Lu <hongjiu.lu@intel.com>
325
326 PR gas/25381
327 * config/obj-elf.c (get_section): Also check
328 linked_to_symbol_name.
329 (obj_elf_change_section): Also set map_head.linked_to_symbol_name.
330 (obj_elf_parse_section_letters): Handle the 'o' flag.
331 (build_group_lists): Renamed to ...
332 (build_additional_section_info): This. Set elf_linked_to_section
333 from map_head.linked_to_symbol_name.
334 (elf_adjust_symtab): Updated.
335 * config/obj-elf.h (elf_section_match): Add linked_to_symbol_name.
336 * doc/as.texi: Document the 'o' flag.
337 * testsuite/gas/elf/elf.exp: Run PR gas/25381 tests.
338 * testsuite/gas/elf/section18.d: New file.
339 * testsuite/gas/elf/section18.s: Likewise.
340 * testsuite/gas/elf/section19.d: Likewise.
341 * testsuite/gas/elf/section19.s: Likewise.
342 * testsuite/gas/elf/section20.d: Likewise.
343 * testsuite/gas/elf/section20.s: Likewise.
344 * testsuite/gas/elf/section21.d: Likewise.
345 * testsuite/gas/elf/section21.l: Likewise.
346 * testsuite/gas/elf/section21.s: Likewise.
347
5eb617a7
L
3482020-02-06 H.J. Lu <hongjiu.lu@intel.com>
349
350 * NEWS: Mention x86 assembler options to align branches for
351 binutils 2.34.
352
986ac314
L
3532020-02-06 H.J. Lu <hongjiu.lu@intel.com>
354
355 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique
356 only for ELF targets.
357 * testsuite/gas/i386/unique.d: Don't xfail.
358 * testsuite/gas/i386/x86-64-unique.d: Likewise.
359
19234a6d
AM
3602020-02-06 Alan Modra <amodra@gmail.com>
361
362 * testsuite/gas/i386/unique.d: xfail for non-elf targets.
363 * testsuite/gas/i386/x86-64-unique.d: Likewise.
364
02e0be69
AM
3652020-02-06 Alan Modra <amodra@gmail.com>
366
367 * testsuite/gas/elf/section12a.d: Use supports_gnu_osabi in
368 xfail, and rename test.
369 * testsuite/gas/elf/section12b.d: Likewise.
370 * testsuite/gas/elf/section16a.d: Likewise.
371 * testsuite/gas/elf/section16b.d: Likewise.
372
a8c4d40b
L
3732020-02-02 H.J. Lu <hongjiu.lu@intel.com>
374
375 PR gas/25380
376 * config/obj-elf.c (section_match): Removed.
377 (get_section): Also match SEC_ASSEMBLER_SECTION_ID and
378 section_id.
379 (obj_elf_change_section): Replace info and group_name arguments
380 with match_p. Also update the section ID and flags from match_p.
381 (obj_elf_section): Handle "unique,N". Update call to
382 obj_elf_change_section.
383 * config/obj-elf.h (elf_section_match): New.
384 (obj_elf_change_section): Updated.
385 * config/tc-arm.c (start_unwind_section): Update call to
386 obj_elf_change_section.
387 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
388 * config/tc-microblaze.c (microblaze_s_data): Likewise.
389 (microblaze_s_sdata): Likewise.
390 (microblaze_s_rdata): Likewise.
391 (microblaze_s_bss): Likewise.
392 * config/tc-mips.c (s_change_section): Likewise.
393 * config/tc-msp430.c (msp430_profiler): Likewise.
394 * config/tc-rx.c (parse_rx_section): Likewise.
395 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
396 * doc/as.texi: Document "unique,N" in .section directive.
397 * testsuite/gas/elf/elf.exp: Run "unique,N" tests.
398 * testsuite/gas/elf/section15.d: New file.
399 * testsuite/gas/elf/section15.s: Likewise.
400 * testsuite/gas/elf/section16.s: Likewise.
401 * testsuite/gas/elf/section16a.d: Likewise.
402 * testsuite/gas/elf/section16b.d: Likewise.
403 * testsuite/gas/elf/section17.d: Likewise.
404 * testsuite/gas/elf/section17.l: Likewise.
405 * testsuite/gas/elf/section17.s: Likewise.
406 * testsuite/gas/i386/unique.d: Likewise.
407 * testsuite/gas/i386/unique.s: Likewise.
408 * testsuite/gas/i386/x86-64-unique.d: Likewise.
409 * testsuite/gas/i386/i386.exp: Run unique and x86-64-unique.
410
575d37ae
L
4112020-02-02 H.J. Lu <hongjiu.lu@intel.com>
412
413 * testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
414
2384096c
G
4152020-02-01 Anthony Green <green@moxielogic.com>
416
417 * config/tc-moxie.c (md_begin): Don't force big-endian mode.
418
95441c43
SL
4192020-01-31 Sandra Loosemore <sandra@codesourcery.com>
420
421 * config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
422 %tls_ldo.
423
d465d695
AV
4242020-01-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
425
426 PR gas/25472
427 * config/tc-arm.c (armv8m_main_ext_table): Refactored +dsp adding.
428 (armv8_1m_main_ext_table): Refactored +dsp adding and enabled dsp for
429 +mve.
430 * testsuite/gas/arm/mve_dsp.d: New test.
431
d26cc8a9
NC
4322020-01-31 Nick Clifton <nickc@redhat.com>
433
434 * config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
435 rather than BFD_RELOC_NONE.
436
90e9955a
SP
4372020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
438
439 * config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
440 to support VLDMIA instruction for MVE.
441 (fldmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VLDMDB
442 instruction for MVE.
443 (fstmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMIA
444 instruction for MVE.
445 (fstmdbs): Moved inside "THUMB_VARIANT & arm_ext_v6t2" to support VSTMDB
446 instruction for MVE.
447 * testsuite/gas/arm/mve-ldst.d: New test.
448 * testsuite/gas/arm/mve-ldst.s: Likewise.
449
53943f32
NC
4502020-01-31 Nick Clifton <nickc@redhat.com>
451
452 * po/fr.po: Updated French translation.
453 * po/ru.po: Updated Russian translation.
454
c3036ed0
RS
4552020-01-31 Richard Sandiford <richard.sandiford@arm.com>
456
457 * testsuite/gas/aarch64/sve-bfloat-movprfx.s: Use .h rather than
458 .s for the movprfx.
459 * testsuite/gas/aarch64/sve-bfloat-movprfx.d: Update accordingly.
460 * testsuite/gas/aarch64/sve-movprfx_28.d,
461 * testsuite/gas/aarch64/sve-movprfx_28.l,
462 * testsuite/gas/aarch64/sve-movprfx_28.s: New test.
463
2ae4c703
JB
4642020-01-30 Jan Beulich <jbeulich@suse.com>
465
466 * config/tc-i386.c (output_disp): Tighten base_opcode check.
467 * testsuite/gas/i386/got.s: Add LSL, MOVLPS, and BNDCN cases.
468 * testsuite/gas/i386/got-no-relax.d, testsuite/gas/i386/got.d:
469 Adjust expectations.
470
bd434cc4
JM
4712020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
472
473 * testsuite/gas/bpf/alu.d: Update expected opcode for `neg'.
474 * testsuite/gas/bpf/alu-be.d: Likewise.
475 * testsuite/gas/bpf/alu32.d: Likewise for `neg32'.
476 * testsuite/gas/bpf/alu32-be.d: Likewise.
477
aeab2b26
JB
4782020-01-30 Jan Beulich <jbeulich@suse.com>
479
480 * testsuite/gas/i386/x86-64-branch-2.s,
481 testsuite/gas/i386/x86-64-branch-4.s,
482 testsuite/gas/i386/x86-64-branch.s: Add RETW cases.
483 * testsuite/gas/i386/ilp32/x86-64-branch.d,
484 testsuite/gas/i386/x86-64-branch-2.d,
485 testsuite/gas/i386/x86-64-branch-4.l,
486 testsuite/gas/i386/x86-64-branch.d: Adjust expectations.
487
873494c8
JB
4882020-01-30 Jan Beulich <jbeulich@suse.com>
489
490 * config/tc-i386.c (process_suffix): .
491 testsuite/gas/i386/noreg64.s: Add IRET and LRET cases.
492 testsuite/gas/i386/x86-64-opcode.s: Add suffix to IRET and LRET.
493 Add LRETQ case.
494 testsuite/gas/i386/x86-64-suffix.s: Drop IRET case without
495 suffix.
496 testsuite/gas/i386/x86_64.s: Add RETF cases.
497 * testsuite/gas/i386/k1om.d, testsuite/gas/i386/l1om.d,
498 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l,
499 testsuite/gas/i386/x86-64-opcode.d,
500 testsuite/gas/i386/x86-64-suffix-intel.d,
501 testsuite/gas/i386/x86-64-suffix.d,
502 testsuite/gas/i386/x86_64-intel.d
503 testsuite/gas/i386/x86_64.d: Adjust expectations.
504 * testsuite/gas/i386/x86-64-suffix.e,
505 testsuite/gas/i386/x86_64.e: New.
506
62b3f548
JB
5072020-01-30 Jan Beulich <jbeulich@suse.com>
508
509 * config/tc-i386.c (process_suffix): Redo and move FLDENV et al
510 special case.
511
bc31405e
L
5122020-01-27 H.J. Lu <hongjiu.lu@intel.com>
513
514 PR binutils/25445
515 * config/tc-i386.c (check_long_reg): Also convert to QWORD for
516 movsxd.
517 * doc/c-i386.texi: Add a node for AMD64 vs. Intel64 ISA
518 differences. Document movslq and movsxd.
519 * testsuite/gas/i386/i386.exp: Run PR binutils/25445 tests.
520 * testsuite/gas/i386/x86-64-movsxd-intel.d: New file.
521 * testsuite/gas/i386/x86-64-movsxd-intel64-intel.d: Likewise.
522 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.l: Likewise.
523 * testsuite/gas/i386/x86-64-movsxd-intel64-inval.s: Likewise.
524 * testsuite/gas/i386/x86-64-movsxd-intel64.d: Likewise.
525 * testsuite/gas/i386/x86-64-movsxd-intel64.s: Likewise.
526 * testsuite/gas/i386/x86-64-movsxd-inval.l: Likewise.
527 * testsuite/gas/i386/x86-64-movsxd-inval.s: Likewise.
528 * testsuite/gas/i386/x86-64-movsxd.d: Likewise.
529 * testsuite/gas/i386/x86-64-movsxd.s: Likewise.
530
e3696f67
AM
5312020-01-27 Alan Modra <amodra@gmail.com>
532
533 * testsuite/gas/all/gas.exp: Replace case statements with switch
534 statements.
535 * testsuite/gas/elf/elf.exp: Likewise.
536 * testsuite/gas/macros/macros.exp: Likewise.
537 * testsuite/lib/gas-defs.exp: Likewise.
538
7568c93b
TC
5392020-01-27 Tamar Christina <tamar.christina@arm.com>
540
541 PR 25403
542 * testsuite/gas/aarch64/armv8_4-a.d: Add cfinv.
543 * testsuite/gas/aarch64/armv8_4-a.s: Likewise.
544
403d1bd9
JW
5452020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
546
547 * testsuite/gas/riscv/march-ok-s.d: sx is no longer valid and
548 s exts must be known, so rename *ok* to *fail*.
549 * testsuite/gas/riscv/march-ok-sx.d: Likewise.
550 * testsuite/gas/riscv/march-ok-s-with-version: Likewise.
551 * testsuite/gas/riscv/march-fail-s.l: Expected error messages for
552 above change.
553 * testsuite/gas/riscv/march-fail-sx.l: Likewise.
554 * testsuite/gas/riscv/march-fail-sx-with-version.l: Likewise.
555
be4c5e58
L
5562020-01-22 H.J. Lu <hongjiu.lu@intel.com>
557
558 PR gas/25438
559 * config/tc-i386.c (check_long_reg): Always disallow double word
560 suffix in mnemonic with word general register.
561 * testsuite/gas/i386/general.s: Replace word general register
562 with double word general register for movl.
563 * testsuite/gas/i386/inval.s: Add tests for movl with word general
564 register.
565 * testsuite/gas/i386/general.l: Updated.
566 * testsuite/gas/i386/inval.l: Likewise.
567
9e7028aa
AM
5682020-01-22 Alan Modra <amodra@gmail.com>
569
570 * config/tc-ppc.c (parse_tls_arg): Handle tls arg for
571 __tls_get_addr_desc and __tls_get_addr_opt.
572
e3ed17f3
JB
5732020-01-21 Jan Beulich <jbeulich@suse.com>
574
575 * testsuite/gas/i386/inval-crc32.s,
576 testsuite/gas/i386/x86-64-inval-crc32.s: Add alignment directive.
577 * testsuite/gas/i386/inval-crc32.l,
578 testsuite/gas/i386/x86-64-inval-crc32.l: Adjust expectations.
579
1a035124
JB
5802020-01-21 Jan Beulich <jbeulich@suse.com>
581
582 * config/tc-i386.c (process_suffix): Merge CRC32 handling into
583 generic code path. Deal with No_lSuf being set in a template.
584 * testsuite/gas/i386/inval-crc32.l,
585 testsuite/gas/i386/x86-64-inval-crc32.l: Expect warning(s)
586 instead of error(s) when operand size is ambiguous.
587 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
588 testsuite/gas/i386/noreg64.s: Add CRC32 tests.
589 * testsuite/gas/i386/noreg16.d, testsuite/gas/i386/noreg16.l,
590 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg32.l,
591 testsuite/gas/i386/noreg64.d, testsuite/gas/i386/noreg64.l:
592 Adjust expectations.
593
c006a730
JB
5942020-01-21 Jan Beulich <jbeulich@suse.com>
595
596 * config/tc-i386.c (process_suffix): Drop SYSRET special case
597 and an intel_syntax check. Re-write lack-of-suffix processing
598 logic.
599 * doc/c-i386.texi: Document operand size defaults for suffix-
600 less AT&T syntax insns.
601 * testsuite/gas/i386/bundle.s, testsuite/gas/i386/lock-1.s,
602 testsuite/gas/i386/opcode.s, testsuite/gas/i386/sse3.s,
603 testsuite/gas/i386/x86-64-avx-scalar.s,
604 testsuite/gas/i386/x86-64-avx.s,
605 testsuite/gas/i386/x86-64-bundle.s,
606 testsuite/gas/i386/x86-64-intel64.s,
607 testsuite/gas/i386/x86-64-lock-1.s,
608 testsuite/gas/i386/x86-64-opcode.s,
609 testsuite/gas/i386/x86-64-sse2avx.s,
610 testsuite/gas/i386/x86-64-sse3.s: Add missing suffixes.
611 * testsuite/gas/i386/nops.s, testsuite/gas/i386/sse-noavx.s,
612 testsuite/gas/i386/x86-64-nops.s,
613 testsuite/gas/i386/x86-64-ptwrite.s,
614 testsuite/gas/i386/x86-64-simd.s,
615 testsuite/gas/i386/x86-64-sse-noavx.s,
616 testsuite/gas/i386/x86-64-suffix.s: Drop bogus suffix-less
617 insns.
618 * testsuite/gas/i386/noreg16.s, testsuite/gas/i386/noreg32.s,
619 testsuite/gas/i386/noreg64.s: Add further tests.
620 * testsuite/gas/i386/ilp32/x86-64-nops.d,
621 testsuite/gas/i386/nops.d, testsuite/gas/i386/noreg16.d,
622 testsuite/gas/i386/noreg32.d, testsuite/gas/i386/noreg64.d,
623 testsuite/gas/i386/sse-noavx.d,
624 testsuite/gas/i386/x86-64-intel64.d,
625 testsuite/gas/i386/x86-64-nops.d,
626 testsuite/gas/i386/x86-64-opcode.d,
627 testsuite/gas/i386/x86-64-ptwrite-intel.d,
628 testsuite/gas/i386/x86-64-ptwrite.d,
629 testsuite/gas/i386/x86-64-simd-intel.d,
630 testsuite/gas/i386/x86-64-simd-suffix.d,
631 testsuite/gas/i386/x86-64-simd.d,
632 testsuite/gas/i386/x86-64-sse-noavx.d
633 testsuite/gas/i386/x86-64-suffix.d,
634 testsuite/gas/i386/x86-64-suffix-intel.d: Adjust expectations.
635 * testsuite/gas/i386/noreg16.l, testsuite/gas/i386/noreg32.l,
636 testsuite/gas/i386/noreg64.l: New.
637 * testsuite/gas/i386/i386.exp: Run new tests.
638
c906a69a
JB
6392020-01-21 Jan Beulich <jbeulich@suse.com>
640
641 * testsuite/gas/i386/avx512_bf16_vl.s,
642 testsuite/gas/i386/x86-64-avx512_bf16_vl.s: Add broadcast forms
643 of VCVTNEPS2BF16{X,Y}. Add operand-size less Intel syntax
644 broadcast forms of VCVTNEPS2BF16.
645 * testsuite/gas/i386/avx512_bf16_vl.d,
646 testsuite/gas/i386/x86-64-avx512_bf16_vl.d: Adjust expectations.
647
26916852
NC
6482020-01-20 Nick Clifton <nickc@redhat.com>
649
650 * po/uk.po: Updated Ukranian translation.
651
14470f07
L
6522020-01-20 H.J. Lu <hongjiu.lu@intel.com>
653
654 PR ld/25416
655 * config/tc-i386.c (output_insn): Add a dummy REX_OPCODE prefix
656 for lea with R_X86_64_GOTPC32_TLSDESC relocation when generating
657 x32 object.
658 * testsuite/gas/i386/ilp32/x32-tls.d: Updated.
659 * testsuite/gas/i386/ilp32/x32-tls.s: Add tests for lea with
660 R_X86_64_GOTPC32_TLSDESC relocation.
661
1b1bb2c6
NC
6622020-01-18 Nick Clifton <nickc@redhat.com>
663
664 * configure: Regenerate.
665 * po/gas.pot: Regenerate.
666
ae774686
NC
6672020-01-18 Nick Clifton <nickc@redhat.com>
668
669 Binutils 2.34 branch created.
670
42e04b36
L
6712020-01-17 H.J. Lu <hongjiu.lu@intel.com>
672
673 * config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
674 with vex_encoding_vex.
675 (parse_insn): Likewise.
676 * doc/c-i386.texi: Replace {vex2} with {vex}. Update {vex}
677 and {vex3} documentation.
678 * testsuite/gas/i386/pseudos.s: Replace 3 {vex2} tests with
679 {vex}.
680 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
681
2da2eaf4
AV
6822020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
683
684 PR 25376
685 * config/tc-arm.c (mve_ext, mve_fp_ext): Use CORE_HIGH.
686 (armv8_1m_main_ext_table): Use CORE_HIGH for mve.
687 * testsuite/arm/armv8_1-m-fpu-mve-1.s: New.
688 * testsuite/arm/armv8_1-m-fpu-mve-1.d: New.
689 * testsuite/arm/armv8_1-m-fpu-mve-2.s: New.
690 * testsuite/arm/armv8_1-m-fpu-mve-2.d: New.
691
45a4bb20
JB
6922020-01-16 Jan Beulich <jbeulich@suse.com>
693
694 * config/tc-i386.c (match_template): Drop found_cpu_match local
695 variable.
696
4814632e
JB
6972020-01-16 Jan Beulich <jbeulich@suse.com>
698
699 * testsuite/gas/i386/avx512dq-inval.l,
700 testsuite/gas/i386/avx512dq-inval.s: New.
701 * testsuite/gas/i386/i386.exp: Run new test.
702
131cb553
JL
7032020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
704
705 * config/tc-msp430.c (CHECK_RELOC_MSP430): Always generate 430X
706 relocations when the target is 430X, except when extracting part of an
707 expression.
708 (msp430_srcoperand): Adjust comment.
709 Initialize the expp member of the msp430_operand_s struct as
710 appropriate.
711 (msp430_dstoperand): Likewise.
712 * testsuite/gas/msp430/msp430.exp: Run new test.
713 * testsuite/gas/msp430/reloc-lo-430x.d: New test.
714 * testsuite/gas/msp430/reloc-lo-430x.s: New test.
715
c24d0e8d
AM
7162020-01-15 Alan Modra <amodra@gmail.com>
717
718 * configure.tgt: Add sparc-*-freebsd case.
719
e44925ae
LC
7202020-01-14 Lili Cui <lili.cui@intel.com>
721
722 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
723 * testsuite/gas/i386/align-branch-1b.d: Likewise.
724 * testsuite/gas/i386/align-branch-1c.d: Likewise.
725 * testsuite/gas/i386/align-branch-1d.d: Likewise.
726 * testsuite/gas/i386/align-branch-1e.d: Likewise.
727 * testsuite/gas/i386/align-branch-1f.d: Likewise.
728 * testsuite/gas/i386/align-branch-1g.d: Likewise.
729 * testsuite/gas/i386/align-branch-1h.d: Likewise.
730 * testsuite/gas/i386/align-branch-1i.d: Likewise.
731 * testsuite/gas/i386/align-branch-5.d: Likewise.
732 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
733 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
734 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
735 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
736 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
737 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
738 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
739 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
740 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
741 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
742 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
743 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
744
7a6bf3be
SB
7452020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
746
747 PR 25377
748 * config/tc-z80.c: Add support for half precision, single
749 precision and double precision floating point values.
750 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
751 * doc/as.texi: Add new z80 command line options.
752 * doc/c-z80.texi: Document new z80 command line options.
753 * testsuite/gas/z80/ez80_pref_dis.s: New test.
754 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
755 * testsuite/gas/z80/z80.exp: Run the new test.
756 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
757 * testsuite/gas/z80/fp_zeda32.d: Likewise.
758 * testsuite/gas/z80/strings.d: Update expected output.
759
82e9597c
MM
7602020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
761
762 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
763 dependency.
764
5e4f7e05
CZ
7652020-01-13 Claudiu Zissulescu <claziss@gmail.com>
766
767 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
768 the CPU.
769 * config/tc-arc.h: Add header if/defs.
770 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
771
febda64f
AM
7722020-01-13 Alan Modra <amodra@gmail.com>
773
774 * testsuite/gas/wasm32/allinsn.d: Update expected output.
775
5496abe1
AM
7762020-01-13 Alan Modra <amodra@gmail.com>
777
778 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
779 insertion.
780
ec4181f2
AM
7812020-01-10 Alan Modra <amodra@gmail.com>
782
783 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
784 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
785
40c75bc8
SB
7862020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
787
788 PR 25224
789 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
790 opcode byte values.
791 (emit_ld_r_r): Likewise.
792 (emit_ld_rr_m): Likewise.
793 (emit_ld_rr_nn): Likewise.
794
72aea328
JB
7952020-01-09 Jan Beulich <jbeulich@suse.com>
796
797 * config/tc-i386.c (optimize_encoding): Add
798 is_any_vex_encoding() invocations. Drop respective
799 i.tm.extension_opcode == None checks.
800
3f93af61
JB
8012020-01-09 Jan Beulich <jbeulich@suse.com>
802
803 * config/tc-i386.c (md_assemble): Check RegRex is clear during
804 REX transformations. Correct comment indentation.
805
7697afb6
JB
8062020-01-09 Jan Beulich <jbeulich@suse.com>
807
808 * config/tc-i386.c (optimize_encoding): Generalize register
809 transformation for TEST optimization.
810
d835a58b
JB
8112020-01-09 Jan Beulich <jbeulich@suse.com>
812
813 * testsuite/gas/i386/x86-64-sysenter-amd.s,
814 testsuite/gas/i386/x86-64-sysenter-amd.d,
815 testsuite/gas/i386/x86-64-sysenter-amd.l,
816 testsuite/gas/i386/x86-64-sysenter-intel.d,
817 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
818 * testsuite/gas/i386/i386.exp: Run new tests.
819
915808f6
NC
8202020-01-08 Nick Clifton <nickc@redhat.com>
821
822 PR 25284
823 * doc/as.texi (Align): Document the fact that all arguments can be
824 omitted.
825 (Balign): Likewise.
826 (P2align): Likewise.
827
f1f28025
NC
8282020-01-08 Nick Clifton <nickc@redhat.com>
829
830 PR 14891
831 * config/obj-elf.c (obj_elf_section): Fail if the section name is
832 already defined as a different symbol type.
833 * testsuite/gas/elf/pr14891.s: New test source file.
834 * testsuite/gas/elf/pr14891.d: New test driver.
835 * testsuite/gas/elf/pr14891.s: New test expected error output.
836 * testsuite/gas/elf/elf.exp: Run the new test.
837
030a2e78
AM
8382020-01-08 Alan Modra <amodra@gmail.com>
839
840 * config/tc-z8k.c (md_begin): Make idx unsigned.
841 (get_specific): Likewise for this_index.
842
2a1ebfb2
CZ
8432020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
844
845 * onfig/tc-arc.c (parse_reloc_symbol): New function.
846 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
847 (md_operand): Set X_md to absent.
848 (arc_parse_name): Check for X_md.
849
16d87673
SB
8502020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
851
852 PR 25311
853 * as.h (TC_STRING_ESCAPES): Provide a default definition.
854 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
855 NO_STRING_ESCAPES.
856 * read.c (next_char_of_string): Likewise.
857 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
858 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
859
a2322019
NC
8602020-01-03 Nick Clifton <nickc@redhat.com>
861
862 * po/sv.po: Updated Swedish translation.
863
5437a02a
JB
8642020-01-03 Jan Beulich <jbeulich@suse.com>
865
866 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
867 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
868
567dfba2
JB
8692020-01-03 Jan Beulich <jbeulich@suse.com>
870
871 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
872 by-element usdot. Add 64-bit form tests for by-element sudot.
873 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
874
8c45011a
JB
8752020-01-03 Jan Beulich <jbeulich@suse.com>
876
877 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
878 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
879
f4950f76
JB
8802020-01-03 Jan Beulich <jbeulich@suse.com>
881
882 * testsuite/gas/aarch64/f64mm.d,
883 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
884
6655dba2
SB
8852020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
886
887 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
888 support for assembler code generated by SDCC. Add new relocation
889 types. Add z80-elf target support.
890 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
891 labels. Local labels starts from ".L".
892 * NEWS: Mention the new support.
893 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
894 * testsuite/gas/all/fwdexp.s: Likewise.
895 * testsuite/gas/all/cond.l: Likewise.
896 * testsuite/gas/all/cond.s: Likewise.
897 * testsuite/gas/all/fwdexp.d: Likewise.
898 * testsuite/gas/all/fwdexp.s: Likewise.
899 * testsuite/gas/elf/section2.e-mips: Likewise.
900 * testsuite/gas/elf/section2.l: Likewise.
901 * testsuite/gas/elf/section2.s: Likewise.
902 * testsuite/gas/macros/app1.d: Likewise.
903 * testsuite/gas/macros/app1.s: Likewise.
904 * testsuite/gas/macros/app2.d: Likewise.
905 * testsuite/gas/macros/app2.s: Likewise.
906 * testsuite/gas/macros/app3.d: Likewise.
907 * testsuite/gas/macros/app3.s: Likewise.
908 * testsuite/gas/macros/app4.d: Likewise.
909 * testsuite/gas/macros/app4.s: Likewise.
910 * testsuite/gas/macros/app4b.s: Likewise.
911 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
912 * testsuite/gas/z80/z80.exp: Add new tests
913 * testsuite/gas/z80/dollar.d: New file.
914 * testsuite/gas/z80/dollar.s: New file.
915 * testsuite/gas/z80/ez80_adl_all.d: New file.
916 * testsuite/gas/z80/ez80_adl_all.s: New file.
917 * testsuite/gas/z80/ez80_adl_suf.d: New file.
918 * testsuite/gas/z80/ez80_isuf.s: New file.
919 * testsuite/gas/z80/ez80_z80_all.d: New file.
920 * testsuite/gas/z80/ez80_z80_all.s: New file.
921 * testsuite/gas/z80/ez80_z80_suf.d: New file.
922 * testsuite/gas/z80/r800_extra.d: New file.
923 * testsuite/gas/z80/r800_extra.s: New file.
924 * testsuite/gas/z80/r800_ii8.d: New file.
925 * testsuite/gas/z80/r800_z80_doc.d: New file.
926 * testsuite/gas/z80/z180.d: New file.
927 * testsuite/gas/z80/z180.s: New file.
928 * testsuite/gas/z80/z180_z80_doc.d: New file.
929 * testsuite/gas/z80/z80_doc.d: New file.
930 * testsuite/gas/z80/z80_doc.s: New file.
931 * testsuite/gas/z80/z80_ii8.d: New file.
932 * testsuite/gas/z80/z80_ii8.s: New file.
933 * testsuite/gas/z80/z80_in_f_c.d: New file.
934 * testsuite/gas/z80/z80_in_f_c.s: New file.
935 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
936 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
937 * testsuite/gas/z80/z80_out_c_0.d: New file.
938 * testsuite/gas/z80/z80_out_c_0.s: New file.
939 * testsuite/gas/z80/z80_reloc.d: New file.
940 * testsuite/gas/z80/z80_reloc.s: New file.
941 * testsuite/gas/z80/z80_sli.d: New file.
942 * testsuite/gas/z80/z80_sli.s: New file.
943
a65b5de6
SN
9442020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
945
946 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
947 REGLIST_RN.
948
b14ce8bf
AM
9492020-01-01 Alan Modra <amodra@gmail.com>
950
951 Update year range in copyright notice of all files.
952
0b114740 953For older changes see ChangeLog-2019
3499769a 954\f
0b114740 955Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
956
957Copying and distribution of this file, with or without modification,
958are permitted in any medium without royalty provided the copyright
959notice and this notice are preserved.
960
961Local Variables:
962mode: change-log
963left-margin: 8
964fill-column: 74
965version-control: never
966End:
This page took 0.365656 seconds and 4 git commands to generate.