PR22714, Assembler preprocessor loses track of \@
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-01-31 Alan Modra <amodra@gmail.com>
2
3 PR 22714
4 * app.c (last_char): New static var.
5 (struct app_save): Add last_char field.
6 (app_push, app_pop): Handle it.
7 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
8
9 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
10
11 PR gas/22738
12 * config/tc-sparc.h (sparc_mach): Declare.
13 (TARGET_MACH): Define to above.
14 * config/tc-sparc.c (sparc_mach): New function.
15 (sparc_md_end): Minor tweak.
16
17 2018-01-29 Nick Clifton <nickc@redhat.com>
18
19 * po/ru.po: Updated Russian translation.
20
21 2018-01-26 Maciej W. Rozycki <macro@mips.com>
22
23 * configure.tgt: Use generic emulation for `mips-*-windiss',
24 overriding the blanket choice made for `*-*-windiss'.
25
26 2018-01-26 Maciej W. Rozycki <macro@mips.com>
27
28 * configure.tgt: Use `mips-*-sysv4*' rather than
29 `mips-*-sysv4*MP*'.
30
31 2018-01-24 Renlin Li <renlin.li@arm.com>
32
33 * config/tc-aarch64.c (reloc_table): add entries for
34 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
35 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
36 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
37 BFD_RELOC_AARCH64_MOVW_PREL_G3.
38 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
39 (md_apply_fix): Likewise
40 * testsuite/gas/aarch64/prel_g0.s: New.
41 * testsuite/gas/aarch64/prel_g0.d: New.
42 * testsuite/gas/aarch64/prel_g0_nc.s: New.
43 * testsuite/gas/aarch64/prel_g0_nc.d: New.
44 * testsuite/gas/aarch64/prel_g1.s: New.
45 * testsuite/gas/aarch64/prel_g1.d: New.
46 * testsuite/gas/aarch64/prel_g1_nc.s: New.
47 * testsuite/gas/aarch64/prel_g1_nc.d: New.
48 * testsuite/gas/aarch64/prel_g2.s: New.
49 * testsuite/gas/aarch64/prel_g2.d: New.
50 * testsuite/gas/aarch64/prel_g2_nc.s: New.
51 * testsuite/gas/aarch64/prel_g2_nc.d: New.
52 * testsuite/gas/aarch64/prel_g3.s: New.
53 * testsuite/gas/aarch64/prel_g3.d: New.
54
55 2018-01-23 Maciej W. Rozycki <macro@mips.com>
56
57 * configure.ac: Also set `mips_default_abi' to N32_ABI for
58 `mips64*-ps2-elf*'.
59 * configure: Regenerate.
60
61 2018-01-23 Maciej W. Rozycki <macro@mips.com>
62
63 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
64 enum value.
65
66 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
67
68 * config/tc-i386.c (cpu_arch): Add .pconfig.
69 * doc/c-i386.texi: Document .pconfig.
70 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
71 * testsuite/gas/i386/pconfig-intel.d: New test.
72 * testsuite/gas/i386/pconfig.d: Likewise.
73 * testsuite/gas/i386/pconfig.s: Likewise.
74 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
75 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
76 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
77
78 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
79
80 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
81 * doc/c-i386.texi: Document .wbnoinvd.
82 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
83 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
84 * testsuite/gas/i386/wbnoinvd.d: Likewise.
85 * testsuite/gas/i386/wbnoinvd.s: Likewise.
86 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
87 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
88 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
89
90 2018-01-23 Maciej W. Rozycki <macro@mips.com>
91
92 * config/tc-mips.c (md_show_usage): Correctly indicate the
93 configuration-specific default ABI.
94
95 2018-01-23 Maciej W. Rozycki <macro@mips.com>
96
97 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
98 `-mno-mips16e2' options.
99
100 2018-01-22 Maciej W. Rozycki <macro@mips.com>
101
102 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
103 Correct syntax of the `.set nomips16e2' directive description.
104
105 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
106
107 PR 22737
108 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
109 * testsuite/gas/rx/pr22737.s: New test.
110 * testsuite/gas/rx/pr22737.d: Likewise.
111 * testsuite/gas/rx/rx.exp: Run the new test.
112
113 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
114
115 * config/tc-arm.c (ToC macro): Remove spurious comment.
116 (ToU macro): Likewise.
117
118 2018-01-17 Jim Wilson <jimw@sifive.com>
119
120 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
121 (riscv_ip) <'z'>: New.
122
123 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
124
125 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
126 (cpu_noarch): Add noibt, noshstk.
127 (parse_insn): Change cpucet to cpuibt.
128 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
129 * testsuite/gas/i386/cet-ibt-inval.l: New test.
130 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
131 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
132 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
133 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
134 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
135 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
136 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
137
138 2018-01-16 Nick Clifton <nickc@redhat.com>
139
140 * po/fr.po: Updated French translation.
141
142 2018-01-15 Jim Wilson <jimw@sifive.com>
143
144 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
145 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
146
147 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
148
149 * config/tc-arm.c (ToC): Define macro.
150 (ToU): Likewise.
151 (insns): Make use of above macros for new instructions introduced in
152 Armv8-M.
153
154 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
155
156 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
157 and vlstm conditionally executable and reindent parameters.
158 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
159 aforementionned instructions.
160
161 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
162
163 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
164 profile architecture or if in autodetection mode. Clarify that
165 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
166 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
167 message.
168 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
169 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
170 * testsuite/gas/arm/udf.l: Likewise.
171 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
172
173 2018-01-15 Nick Clifton <nickc@redhat.com>
174
175 * po/uk.po: Updated Ukranian translation.
176
177 2018-01-13 Nick Clifton <nickc@redhat.com>
178
179 * po/gas.pot: Regenerated.
180
181 2018-01-13 Nick Clifton <nickc@redhat.com>
182
183 * configure: Regenerate.
184
185 2018-01-13 Nick Clifton <nickc@redhat.com>
186
187 2.30 branch created.
188 * NEWS: Add marker for 2.30.
189
190 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
191
192 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
193 define to 0 and 1. Remove a dangling reference to "AMD 29000"
194 in a comment.
195
196 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
197
198 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
199 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
200 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
201 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
202 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
203 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
204 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
205 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
206 tests.
207 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
208 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
209 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
210 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
211 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
212 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
213 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
214 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
215
216 2018-01-11 Alan Modra <amodra@gmail.com>
217
218 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
219 positive "‘profile’ may be used uninitialized".
220
221 2018-01-10 Jan Beulich <jbeulich@suse.com>
222
223 * testsuite/gas/i386/avx512_4fmaps.s,
224 testsuite/gas/i386/avx512_4fmaps_vl.s,
225 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
226 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
227 Disp8 forms (and the transition happening at the right
228 boundary).
229 * testsuite/gas/i386/avx512_4fmaps.d,
230 testsuite/gas/i386/avx512_4fmaps-intel.d,
231 testsuite/gas/i386/avx512_4fmaps_vl.d,
232 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
233 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
234 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
235 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
236 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
237 expectations.
238
239 2018-01-10 Jan Beulich <jbeulich@suse.com>
240
241 * testsuite/gas/i386/avx512bw.s,
242 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
243 operands.
244 * testsuite/gas/i386/avx512bw-intel.d,
245 testsuite/gas/i386/avx512bw.d,
246 testsuite/gas/i386/avx512bw_vl-intel.d.
247 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
248
249 2018-01-09 Jim Wilson <jimw@sifive.com>
250
251 * testsuite/gas/riscv/auipc-x0.d: New.
252 * testsuite/gas/riscv/auipc-x0.s: New.
253
254 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
255
256 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
257 in Arm execution state, and Armv6T2 and above in Thumb execution
258 state.
259 * testsuite/gas/arm/csdb.s: New.
260 * testsuite/gas/arm/csdb.d: New.
261 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
262 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
263
264 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
265
266 * testsuite/gas/aarch64/system.d: Update expected results to expect
267 CSDB for hint 0x14.
268
269 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
270
271 PR gas/22681
272 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
273 x86-64-movd-intel.
274 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
275 * testsuite/gas/i386/x86-64-movd.d: Likewise.
276 * testsuite/gas/i386/x86-64-movd.s: Likewise.
277
278 2018-01-08 Nick Clifton <nickc@redhat.com>
279
280 PR 22553
281 * doc/c-i386.texi (i386-Directives): Document the .largecomm
282 directive.
283
284 2018-01-04 Jim Wilson <jimw@sifive.com>
285
286 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
287 * testsuite/gas/riscv/priv-reg.d: Likewise.
288
289 2018-01-03 Alan Modra <amodra@gmail.com>
290
291 Update year range in copyright notice of all files.
292
293 2018-01-02 Nick Clifton <nickc@redhat.com>
294
295 PR 18119
296 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
297 version of ARM MRS instruction.
298
299 For older changes see ChangeLog-2017
300 \f
301 Copyright (C) 2018 Free Software Foundation, Inc.
302
303 Copying and distribution of this file, with or without modification,
304 are permitted in any medium without royalty provided the copyright
305 notice and this notice are preserved.
306
307 Local Variables:
308 mode: change-log
309 left-margin: 8
310 fill-column: 74
311 version-control: never
312 End:
This page took 0.039068 seconds and 5 git commands to generate.