x86: Updated align branch tests for Darwin and i686-pc-elf
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-14 Lili Cui <lili.cui@intel.com>
2
3 * testsuite/gas/i386/align-branch-1a.d: Updated for Darwin.
4 * testsuite/gas/i386/align-branch-1b.d: Likewise.
5 * testsuite/gas/i386/align-branch-1c.d: Likewise.
6 * testsuite/gas/i386/align-branch-1d.d: Likewise.
7 * testsuite/gas/i386/align-branch-1e.d: Likewise.
8 * testsuite/gas/i386/align-branch-1f.d: Likewise.
9 * testsuite/gas/i386/align-branch-1g.d: Likewise.
10 * testsuite/gas/i386/align-branch-1h.d: Likewise.
11 * testsuite/gas/i386/align-branch-1i.d: Likewise.
12 * testsuite/gas/i386/align-branch-5.d: Likewise.
13 * testsuite/gas/i386/x86-64-align-branch-1a.d: Likewise.
14 * testsuite/gas/i386/x86-64-align-branch-1b.d: Likewise.
15 * testsuite/gas/i386/x86-64-align-branch-1c.d: Likewise.
16 * testsuite/gas/i386/x86-64-align-branch-1d.d: Likewise.
17 * testsuite/gas/i386/x86-64-align-branch-1e.d: Likewise.
18 * testsuite/gas/i386/x86-64-align-branch-1f.d: Likewise.
19 * testsuite/gas/i386/x86-64-align-branch-1g.d: Likewise.
20 * testsuite/gas/i386/x86-64-align-branch-1h.d: Likewise.
21 * testsuite/gas/i386/x86-64-align-branch-1i.d: Likewise.
22 * testsuite/gas/i386/x86-64-align-branch-5.d: Likewise.
23 * testsuite/gas/i386/i386.exp: Skip x86-64-align-branch-2a,
24 x86-64-align-branch-2b and x86-64-align-branch-2c on Darwin.
25
26 2020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
27
28 PR 25377
29 * config/tc-z80.c: Add support for half precision, single
30 precision and double precision floating point values.
31 * config/tc-z80.h b/gas/config/tc-z80.h: Disable string escapes.
32 * doc/as.texi: Add new z80 command line options.
33 * doc/c-z80.texi: Document new z80 command line options.
34 * testsuite/gas/z80/ez80_pref_dis.s: New test.
35 * testsuite/gas/z80/ez80_pref_dis.d: New test driver.
36 * testsuite/gas/z80/z80.exp: Run the new test.
37 * testsuite/gas/z80/fp_math48.d: Use correct command line option.
38 * testsuite/gas/z80/fp_zeda32.d: Likewise.
39 * testsuite/gas/z80/strings.d: Update expected output.
40
41 2020-01-13 Matthew Malcomson <matthew.malcomson@arm.com>
42
43 * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature
44 dependency.
45
46 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
47
48 * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change
49 the CPU.
50 * config/tc-arc.h: Add header if/defs.
51 * testsuite/gas/arc/pseudos.d: Improve matching pattern.
52
53 2020-01-13 Alan Modra <amodra@gmail.com>
54
55 * testsuite/gas/wasm32/allinsn.d: Update expected output.
56
57 2020-01-13 Alan Modra <amodra@gmail.com>
58
59 * config/tc-tic4x.c (tic4x_operands_match): Correct tic3x trap
60 insertion.
61
62 2020-01-10 Alan Modra <amodra@gmail.com>
63
64 * testsuite/gas/elf/pr14891.s: Don't start directives in first column.
65 * testsuite/gas/elf/pr21661.d: Don't run on hpux.
66
67 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
68
69 PR 25224
70 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
71 opcode byte values.
72 (emit_ld_r_r): Likewise.
73 (emit_ld_rr_m): Likewise.
74 (emit_ld_rr_nn): Likewise.
75
76 2020-01-09 Jan Beulich <jbeulich@suse.com>
77
78 * config/tc-i386.c (optimize_encoding): Add
79 is_any_vex_encoding() invocations. Drop respective
80 i.tm.extension_opcode == None checks.
81
82 2020-01-09 Jan Beulich <jbeulich@suse.com>
83
84 * config/tc-i386.c (md_assemble): Check RegRex is clear during
85 REX transformations. Correct comment indentation.
86
87 2020-01-09 Jan Beulich <jbeulich@suse.com>
88
89 * config/tc-i386.c (optimize_encoding): Generalize register
90 transformation for TEST optimization.
91
92 2020-01-09 Jan Beulich <jbeulich@suse.com>
93
94 * testsuite/gas/i386/x86-64-sysenter-amd.s,
95 testsuite/gas/i386/x86-64-sysenter-amd.d,
96 testsuite/gas/i386/x86-64-sysenter-amd.l,
97 testsuite/gas/i386/x86-64-sysenter-intel.d,
98 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
99 * testsuite/gas/i386/i386.exp: Run new tests.
100
101 2020-01-08 Nick Clifton <nickc@redhat.com>
102
103 PR 25284
104 * doc/as.texi (Align): Document the fact that all arguments can be
105 omitted.
106 (Balign): Likewise.
107 (P2align): Likewise.
108
109 2020-01-08 Nick Clifton <nickc@redhat.com>
110
111 PR 14891
112 * config/obj-elf.c (obj_elf_section): Fail if the section name is
113 already defined as a different symbol type.
114 * testsuite/gas/elf/pr14891.s: New test source file.
115 * testsuite/gas/elf/pr14891.d: New test driver.
116 * testsuite/gas/elf/pr14891.s: New test expected error output.
117 * testsuite/gas/elf/elf.exp: Run the new test.
118
119 2020-01-08 Alan Modra <amodra@gmail.com>
120
121 * config/tc-z8k.c (md_begin): Make idx unsigned.
122 (get_specific): Likewise for this_index.
123
124 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
125
126 * onfig/tc-arc.c (parse_reloc_symbol): New function.
127 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
128 (md_operand): Set X_md to absent.
129 (arc_parse_name): Check for X_md.
130
131 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
132
133 PR 25311
134 * as.h (TC_STRING_ESCAPES): Provide a default definition.
135 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
136 NO_STRING_ESCAPES.
137 * read.c (next_char_of_string): Likewise.
138 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
139 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
140
141 2020-01-03 Nick Clifton <nickc@redhat.com>
142
143 * po/sv.po: Updated Swedish translation.
144
145 2020-01-03 Jan Beulich <jbeulich@suse.com>
146
147 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
148 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
149
150 2020-01-03 Jan Beulich <jbeulich@suse.com>
151
152 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
153 by-element usdot. Add 64-bit form tests for by-element sudot.
154 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
155
156 2020-01-03 Jan Beulich <jbeulich@suse.com>
157
158 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
159 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
160
161 2020-01-03 Jan Beulich <jbeulich@suse.com>
162
163 * testsuite/gas/aarch64/f64mm.d,
164 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
165
166 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
167
168 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
169 support for assembler code generated by SDCC. Add new relocation
170 types. Add z80-elf target support.
171 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
172 labels. Local labels starts from ".L".
173 * NEWS: Mention the new support.
174 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
175 * testsuite/gas/all/fwdexp.s: Likewise.
176 * testsuite/gas/all/cond.l: Likewise.
177 * testsuite/gas/all/cond.s: Likewise.
178 * testsuite/gas/all/fwdexp.d: Likewise.
179 * testsuite/gas/all/fwdexp.s: Likewise.
180 * testsuite/gas/elf/section2.e-mips: Likewise.
181 * testsuite/gas/elf/section2.l: Likewise.
182 * testsuite/gas/elf/section2.s: Likewise.
183 * testsuite/gas/macros/app1.d: Likewise.
184 * testsuite/gas/macros/app1.s: Likewise.
185 * testsuite/gas/macros/app2.d: Likewise.
186 * testsuite/gas/macros/app2.s: Likewise.
187 * testsuite/gas/macros/app3.d: Likewise.
188 * testsuite/gas/macros/app3.s: Likewise.
189 * testsuite/gas/macros/app4.d: Likewise.
190 * testsuite/gas/macros/app4.s: Likewise.
191 * testsuite/gas/macros/app4b.s: Likewise.
192 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
193 * testsuite/gas/z80/z80.exp: Add new tests
194 * testsuite/gas/z80/dollar.d: New file.
195 * testsuite/gas/z80/dollar.s: New file.
196 * testsuite/gas/z80/ez80_adl_all.d: New file.
197 * testsuite/gas/z80/ez80_adl_all.s: New file.
198 * testsuite/gas/z80/ez80_adl_suf.d: New file.
199 * testsuite/gas/z80/ez80_isuf.s: New file.
200 * testsuite/gas/z80/ez80_z80_all.d: New file.
201 * testsuite/gas/z80/ez80_z80_all.s: New file.
202 * testsuite/gas/z80/ez80_z80_suf.d: New file.
203 * testsuite/gas/z80/r800_extra.d: New file.
204 * testsuite/gas/z80/r800_extra.s: New file.
205 * testsuite/gas/z80/r800_ii8.d: New file.
206 * testsuite/gas/z80/r800_z80_doc.d: New file.
207 * testsuite/gas/z80/z180.d: New file.
208 * testsuite/gas/z80/z180.s: New file.
209 * testsuite/gas/z80/z180_z80_doc.d: New file.
210 * testsuite/gas/z80/z80_doc.d: New file.
211 * testsuite/gas/z80/z80_doc.s: New file.
212 * testsuite/gas/z80/z80_ii8.d: New file.
213 * testsuite/gas/z80/z80_ii8.s: New file.
214 * testsuite/gas/z80/z80_in_f_c.d: New file.
215 * testsuite/gas/z80/z80_in_f_c.s: New file.
216 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
217 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
218 * testsuite/gas/z80/z80_out_c_0.d: New file.
219 * testsuite/gas/z80/z80_out_c_0.s: New file.
220 * testsuite/gas/z80/z80_reloc.d: New file.
221 * testsuite/gas/z80/z80_reloc.s: New file.
222 * testsuite/gas/z80/z80_sli.d: New file.
223 * testsuite/gas/z80/z80_sli.s: New file.
224
225 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
226
227 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
228 REGLIST_RN.
229
230 2020-01-01 Alan Modra <amodra@gmail.com>
231
232 Update year range in copyright notice of all files.
233
234 For older changes see ChangeLog-2019
235 \f
236 Copyright (C) 2020 Free Software Foundation, Inc.
237
238 Copying and distribution of this file, with or without modification,
239 are permitted in any medium without royalty provided the copyright
240 notice and this notice are preserved.
241
242 Local Variables:
243 mode: change-log
244 left-margin: 8
245 fill-column: 74
246 version-control: never
247 End:
This page took 0.036499 seconds and 5 git commands to generate.