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