x86-64: assert sane internal state for REX conversions
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
3f93af61
JB
12020-01-09 Jan Beulich <jbeulich@suse.com>
2
3 * config/tc-i386.c (md_assemble): Check RegRex is clear during
4 REX transformations. Correct comment indentation.
5
7697afb6
JB
62020-01-09 Jan Beulich <jbeulich@suse.com>
7
8 * config/tc-i386.c (optimize_encoding): Generalize register
9 transformation for TEST optimization.
10
d835a58b
JB
112020-01-09 Jan Beulich <jbeulich@suse.com>
12
13 * testsuite/gas/i386/x86-64-sysenter-amd.s,
14 testsuite/gas/i386/x86-64-sysenter-amd.d,
15 testsuite/gas/i386/x86-64-sysenter-amd.l,
16 testsuite/gas/i386/x86-64-sysenter-intel.d,
17 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
18 * testsuite/gas/i386/i386.exp: Run new tests.
19
915808f6
NC
202020-01-08 Nick Clifton <nickc@redhat.com>
21
22 PR 25284
23 * doc/as.texi (Align): Document the fact that all arguments can be
24 omitted.
25 (Balign): Likewise.
26 (P2align): Likewise.
27
f1f28025
NC
282020-01-08 Nick Clifton <nickc@redhat.com>
29
30 PR 14891
31 * config/obj-elf.c (obj_elf_section): Fail if the section name is
32 already defined as a different symbol type.
33 * testsuite/gas/elf/pr14891.s: New test source file.
34 * testsuite/gas/elf/pr14891.d: New test driver.
35 * testsuite/gas/elf/pr14891.s: New test expected error output.
36 * testsuite/gas/elf/elf.exp: Run the new test.
37
030a2e78
AM
382020-01-08 Alan Modra <amodra@gmail.com>
39
40 * config/tc-z8k.c (md_begin): Make idx unsigned.
41 (get_specific): Likewise for this_index.
42
2a1ebfb2
CZ
432020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
44
45 * onfig/tc-arc.c (parse_reloc_symbol): New function.
46 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
47 (md_operand): Set X_md to absent.
48 (arc_parse_name): Check for X_md.
49
16d87673
SB
502020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
51
52 PR 25311
53 * as.h (TC_STRING_ESCAPES): Provide a default definition.
54 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
55 NO_STRING_ESCAPES.
56 * read.c (next_char_of_string): Likewise.
57 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
58 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
59
a2322019
NC
602020-01-03 Nick Clifton <nickc@redhat.com>
61
62 * po/sv.po: Updated Swedish translation.
63
5437a02a
JB
642020-01-03 Jan Beulich <jbeulich@suse.com>
65
66 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
67 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
68
567dfba2
JB
692020-01-03 Jan Beulich <jbeulich@suse.com>
70
71 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
72 by-element usdot. Add 64-bit form tests for by-element sudot.
73 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
74
8c45011a
JB
752020-01-03 Jan Beulich <jbeulich@suse.com>
76
77 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
78 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
79
f4950f76
JB
802020-01-03 Jan Beulich <jbeulich@suse.com>
81
82 * testsuite/gas/aarch64/f64mm.d,
83 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
84
6655dba2
SB
852020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
86
87 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
88 support for assembler code generated by SDCC. Add new relocation
89 types. Add z80-elf target support.
90 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
91 labels. Local labels starts from ".L".
92 * NEWS: Mention the new support.
93 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
94 * testsuite/gas/all/fwdexp.s: Likewise.
95 * testsuite/gas/all/cond.l: Likewise.
96 * testsuite/gas/all/cond.s: Likewise.
97 * testsuite/gas/all/fwdexp.d: Likewise.
98 * testsuite/gas/all/fwdexp.s: Likewise.
99 * testsuite/gas/elf/section2.e-mips: Likewise.
100 * testsuite/gas/elf/section2.l: Likewise.
101 * testsuite/gas/elf/section2.s: Likewise.
102 * testsuite/gas/macros/app1.d: Likewise.
103 * testsuite/gas/macros/app1.s: Likewise.
104 * testsuite/gas/macros/app2.d: Likewise.
105 * testsuite/gas/macros/app2.s: Likewise.
106 * testsuite/gas/macros/app3.d: Likewise.
107 * testsuite/gas/macros/app3.s: Likewise.
108 * testsuite/gas/macros/app4.d: Likewise.
109 * testsuite/gas/macros/app4.s: Likewise.
110 * testsuite/gas/macros/app4b.s: Likewise.
111 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
112 * testsuite/gas/z80/z80.exp: Add new tests
113 * testsuite/gas/z80/dollar.d: New file.
114 * testsuite/gas/z80/dollar.s: New file.
115 * testsuite/gas/z80/ez80_adl_all.d: New file.
116 * testsuite/gas/z80/ez80_adl_all.s: New file.
117 * testsuite/gas/z80/ez80_adl_suf.d: New file.
118 * testsuite/gas/z80/ez80_isuf.s: New file.
119 * testsuite/gas/z80/ez80_z80_all.d: New file.
120 * testsuite/gas/z80/ez80_z80_all.s: New file.
121 * testsuite/gas/z80/ez80_z80_suf.d: New file.
122 * testsuite/gas/z80/r800_extra.d: New file.
123 * testsuite/gas/z80/r800_extra.s: New file.
124 * testsuite/gas/z80/r800_ii8.d: New file.
125 * testsuite/gas/z80/r800_z80_doc.d: New file.
126 * testsuite/gas/z80/z180.d: New file.
127 * testsuite/gas/z80/z180.s: New file.
128 * testsuite/gas/z80/z180_z80_doc.d: New file.
129 * testsuite/gas/z80/z80_doc.d: New file.
130 * testsuite/gas/z80/z80_doc.s: New file.
131 * testsuite/gas/z80/z80_ii8.d: New file.
132 * testsuite/gas/z80/z80_ii8.s: New file.
133 * testsuite/gas/z80/z80_in_f_c.d: New file.
134 * testsuite/gas/z80/z80_in_f_c.s: New file.
135 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
136 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
137 * testsuite/gas/z80/z80_out_c_0.d: New file.
138 * testsuite/gas/z80/z80_out_c_0.s: New file.
139 * testsuite/gas/z80/z80_reloc.d: New file.
140 * testsuite/gas/z80/z80_reloc.s: New file.
141 * testsuite/gas/z80/z80_sli.d: New file.
142 * testsuite/gas/z80/z80_sli.s: New file.
143
a65b5de6
SN
1442020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
145
146 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
147 REGLIST_RN.
148
b14ce8bf
AM
1492020-01-01 Alan Modra <amodra@gmail.com>
150
151 Update year range in copyright notice of all files.
152
0b114740 153For older changes see ChangeLog-2019
3499769a 154\f
0b114740 155Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
156
157Copying and distribution of this file, with or without modification,
158are permitted in any medium without royalty provided the copyright
159notice and this notice are preserved.
160
161Local Variables:
162mode: change-log
163left-margin: 8
164fill-column: 74
165version-control: never
166End:
This page took 0.261021 seconds and 4 git commands to generate.