various i386-aout and i386-coff target removal
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-04-18 Alan Modra <amodra@gmail.com>
2
3 * Makefile.am: Remove support for assorted i386 aout and coff targets.
4 * config/obj-elf.c: Likewise.
5 * config/tc-i386.h: Likewise.
6 * configure.ac: Likewise.
7 * configure.tgt: Likewise.
8 * config/te-dynix.h: Delete.
9 * config/te-i386aix.h: Delete.
10 * config/te-mach.h: Delete.
11 * Makefile.in: Regenerate.
12 * config.in: Regenerate.
13 * configure: Regenerate.
14 * po/POTFILES.in: Regenerate.
15
16 2018-04-18 Alan Modra <amodra@gmail.com>
17
18 * configure.tgt: Remove *-*-bsd* entry.
19
20 2018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
21
22 Microblaze Target: PIC data text relative
23
24 * gas/config/tc-microblaze.c (Handle new relocs directives in
25 assembler): Handle new relocs from compiler output.
26 (imm_types): add new imm types for data text relative addressing
27 TEXT_OFFSET, TEXT_PC_OFFSET
28 (md_convert_frag): conversion for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
29 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
30 (md_apply_fix): apply fix for BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
31 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
32 (md_estimate_size_before_relax): estimate size for
33 BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
34 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
35 (tc_gen_reloc): generate relocations for
36 BFD_RELOC_MICROBLAZE_64_TEXTPCREL,
37 BFD_RELOC_MICROBLAZE_64_TEXTPCREL
38
39 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
40
41 * testsuite/gas/i386/nops.s: Revert back deleted lines and
42 change encoding to 0x0f1c /1 to map to NOP.
43 * testsuite/gas/i386/x86-64-nops.s: Likewise.
44 * testsuite/gas/i386/nops.d: Likewise.
45 * testsuite/gas/i386/x86-64-nops.d: Likewise.
46 * testsuite/gas/i386/ilp32/x86-64-nops.d: Likewis.
47
48 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
49
50 * config/tc-i386.c (cpu_arch): Add .cldemote.
51 * doc/c-i386.texi: Document cldemote/.cldemote.
52 * testsuite/gas/i386/cldemote-intel.d: New.
53 * testsuite/gas/i386/cldemote.d: Likewise.
54 * testsuite/gas/i386/cldemote.s: Likewise.
55 * testsuite/gas/i386/i386.exp: Run new tests.
56 * testsuite/gas/i386/x86-64-cldemote-intel.d: New.
57 * testsuite/gas/i386/x86-64-cldemote.d: Likewise.
58 * testsuite/gas/i386/x86-64-cldemote.s: Likewise.
59 * testsuite/gas/i386/ilp32/x86-64-nops.d: Remove 0x0f1c
60 NOP encoding that maps to cldemote.
61 * testsuite/gas/i386/nops.d: Likewise.
62 * testsuite/gas/i386/nops.s: Likewise.
63 * testsuite/gas/i386/x86-64-nops.d: Likewise.
64 * testsuite/gas/i386/x86-64-nops.s: Likewise.
65
66 2018-04-16 Nick Clifton <nickc@redhat.com>
67
68 PR 23054
69 * cond.c (s_ifsef): Replace use of obstack_copy with obstack_alloc
70 followed by memcpy.
71 (s_if, s_ifb, s_ifc, s_ifeqs): Likewise.
72 * obj-elf.c (elf_adjust_symtab): Check for local symbols before
73 attempting to dereference the sy_next field of a symbol.
74 * stabs.c (get_stab_string_offset): Fail if there is no string
75 following the stab directive.
76
77 2018-04-16 Alan Modra <amodra@gmail.com>
78
79 * Makefile.am: Remove arm-epoc-pe support.
80 * config/tc-arm.h: Likewise.
81 * configure.tgt: Likewise.
82 * testsuite/gas/all/gas.exp: Likewise.
83 * testsuite/gas/arm/local_label_coff.d: Likewise.
84 * testsuite/gas/arm/undefined.d: Likewise.
85 * testsuite/gas/arm/undefined_coff.d: Likewise.
86 * config/te-epoc-pe.h: Delete.
87 * Makefile.in: Regenerate.
88 * po/POTFILES.in: Regenerate.
89
90 2018-04-16 Alan Modra <amodra@gmail.com>
91
92 * Makefile.am: Remove sparc-aout and sparc-coff support.
93 * config/obj-coff.h: Likewise.
94 * config/tc-sparc.c: Likewise.
95 * config/tc-sparc.h: Likewise.
96 * configure.tgt: Likewise.
97 * config/te-sparcaout.h: Delete.
98 * testsuite/gas/sun4/addend.d: Delete.
99 * testsuite/gas/sun4/addend.exp: Delete.
100 * testsuite/gas/sun4/addend.s: Delete.
101 * Makefile.in: Regenerate.
102 * po/POTFILES.in: Regenerate.
103
104 2018-04-16 Alan Modra <amodra@gmail.com>
105
106 * Makefile.am: Remove m68k-aout and m68k-coff support.
107 * config/tc-m68k.c: Likewise.
108 * config/tc-m68k.h: Likewise.
109 * configure.ac: Likewise.
110 * configure.tgt: Likewise.
111 * testsuite/gas/all/weakref1u.d: Likewise.
112 * testsuite/gas/m68k/all.exp: Likewise.
113 * testsuite/gas/m68k/br-isaa.d: Likewise.
114 * testsuite/gas/m68k/br-isab.d: Likewise.
115 * testsuite/gas/m68k/br-isac.d: Likewise.
116 * config/te-psos.h: Delete.
117 * config/te-sun3.h: Delete.
118 * testsuite/gas/m68k-coff/gas.exp: Delete.
119 * testsuite/gas/m68k-coff/p2389.s: Delete.
120 * testsuite/gas/m68k-coff/p2389a.s: Delete.
121 * testsuite/gas/m68k-coff/p2430.s: Delete.
122 * testsuite/gas/m68k-coff/p2430a.s: Delete.
123 * testsuite/gas/m68k-coff/t1.s: Delete.
124 * testsuite/gas/m68k/p3041.d: Delete.
125 * testsuite/gas/m68k/p3041.s: Delete.
126 * testsuite/gas/m68k/p3041data.d: Delete.
127 * testsuite/gas/m68k/p3041data.s: Delete.
128 * testsuite/gas/m68k/p3041pcrel.d: Delete.
129 * testsuite/gas/m68k/p3041pcrel.s: Delete.
130 * testsuite/gas/m68k/t2.d: Delete.
131 * Makefile.in: Regenerate.
132 * config.in: Regenerate.
133 * configure: Regenerate.
134 * po/POTFILES.in: Regenerate.
135
136 2018-04-16 Alan Modra <amodra@gmail.com>
137
138 * Makefile.am: Remove sh5 and sh64 support.
139 * config/tc-sh.c: Likewise.
140 * configure.tgt: Likewise.
141 * doc/Makefile.am: Likewise.
142 * doc/as.texinfo: Likewise.
143 * testsuite/gas/cfi/cfi.exp: Likewise.
144 * testsuite/gas/sh/basic.exp: Likewise.
145 * config/tc-sh64.c: Delete.
146 * config/tc-sh64.h: Delete.
147 * doc/c-sh64.texi: Delete.
148 * testsuite/gas/sh/sh64/abi-32.d: Delete.
149 * testsuite/gas/sh/sh64/abi-32.s: Delete.
150 * testsuite/gas/sh/sh64/abi-64.d: Delete.
151 * testsuite/gas/sh/sh64/abi-64.s: Delete.
152 * testsuite/gas/sh/sh64/basic-1.d: Delete.
153 * testsuite/gas/sh/sh64/basic-1.s: Delete.
154 * testsuite/gas/sh/sh64/case-1.d: Delete.
155 * testsuite/gas/sh/sh64/case-1.s: Delete.
156 * testsuite/gas/sh/sh64/case-noexp-1.d: Delete.
157 * testsuite/gas/sh/sh64/crange1-1.d: Delete.
158 * testsuite/gas/sh/sh64/crange1-2.d: Delete.
159 * testsuite/gas/sh/sh64/crange1.s: Delete.
160 * testsuite/gas/sh/sh64/crange2-1.d: Delete.
161 * testsuite/gas/sh/sh64/crange2-2.d: Delete.
162 * testsuite/gas/sh/sh64/crange2-noexp-1.d: Delete.
163 * testsuite/gas/sh/sh64/crange2.s: Delete.
164 * testsuite/gas/sh/sh64/crange3-1.d: Delete.
165 * testsuite/gas/sh/sh64/crange3.s: Delete.
166 * testsuite/gas/sh/sh64/crange4-1.d: Delete.
167 * testsuite/gas/sh/sh64/crange4.s: Delete.
168 * testsuite/gas/sh/sh64/crange5-1.d: Delete.
169 * testsuite/gas/sh/sh64/crange5.s: Delete.
170 * testsuite/gas/sh/sh64/creg-1.d: Delete.
171 * testsuite/gas/sh/sh64/creg-1.s: Delete.
172 * testsuite/gas/sh/sh64/creg-2.d: Delete.
173 * testsuite/gas/sh/sh64/creg-2.s: Delete.
174 * testsuite/gas/sh/sh64/datal-1.s: Delete.
175 * testsuite/gas/sh/sh64/datal-2.d: Delete.
176 * testsuite/gas/sh/sh64/datal-2.s: Delete.
177 * testsuite/gas/sh/sh64/datal-3.s: Delete.
178 * testsuite/gas/sh/sh64/datal32-1.d: Delete.
179 * testsuite/gas/sh/sh64/datal32-3.d: Delete.
180 * testsuite/gas/sh/sh64/datal64-1.d: Delete.
181 * testsuite/gas/sh/sh64/datal64-3.d: Delete.
182 * testsuite/gas/sh/sh64/eh-1.d: Delete.
183 * testsuite/gas/sh/sh64/eh-1.s: Delete.
184 * testsuite/gas/sh/sh64/endian-1.d: Delete.
185 * testsuite/gas/sh/sh64/endian-1.s: Delete.
186 * testsuite/gas/sh/sh64/endian-2.d: Delete.
187 * testsuite/gas/sh/sh64/endian-2.s: Delete.
188 * testsuite/gas/sh/sh64/err-1.s: Delete.
189 * testsuite/gas/sh/sh64/err-2.s: Delete.
190 * testsuite/gas/sh/sh64/err-3.s: Delete.
191 * testsuite/gas/sh/sh64/err-4.s: Delete.
192 * testsuite/gas/sh/sh64/err-abi-32.s: Delete.
193 * testsuite/gas/sh/sh64/err-abi-64.s: Delete.
194 * testsuite/gas/sh/sh64/err-dsp.s: Delete.
195 * testsuite/gas/sh/sh64/err-movi-noexp-1.s: Delete.
196 * testsuite/gas/sh/sh64/err-noexp-cmd1.s: Delete.
197 * testsuite/gas/sh/sh64/err-pt-1.s: Delete.
198 * testsuite/gas/sh/sh64/err-pt32-cmd1.s: Delete.
199 * testsuite/gas/sh/sh64/err-pt32-cmd2.s: Delete.
200 * testsuite/gas/sh/sh64/err-pt32-cmd3.s: Delete.
201 * testsuite/gas/sh/sh64/err-ptb-1.s: Delete.
202 * testsuite/gas/sh/sh64/err-ptb-2.s: Delete.
203 * testsuite/gas/sh/sh64/err.exp: Delete.
204 * testsuite/gas/sh/sh64/immexpr1.s: Delete.
205 * testsuite/gas/sh/sh64/immexpr2.s: Delete.
206 * testsuite/gas/sh/sh64/immexpr32-1.d: Delete.
207 * testsuite/gas/sh/sh64/immexpr32-2.d: Delete.
208 * testsuite/gas/sh/sh64/immexpr64-1.d: Delete.
209 * testsuite/gas/sh/sh64/immexpr64-2.d: Delete.
210 * testsuite/gas/sh/sh64/lineno.d: Delete.
211 * testsuite/gas/sh/sh64/lineno.s: Delete.
212 * testsuite/gas/sh/sh64/localcom-1.d: Delete.
213 * testsuite/gas/sh/sh64/localcom-1.s: Delete.
214 * testsuite/gas/sh/sh64/mix-1.d: Delete.
215 * testsuite/gas/sh/sh64/mix-1.s: Delete.
216 * testsuite/gas/sh/sh64/mix-noexp-1.d: Delete.
217 * testsuite/gas/sh/sh64/movi-1.s: Delete.
218 * testsuite/gas/sh/sh64/movi-2.s: Delete.
219 * testsuite/gas/sh/sh64/movi-3.d: Delete.
220 * testsuite/gas/sh/sh64/movi-3.s: Delete.
221 * testsuite/gas/sh/sh64/movi32-1.d: Delete.
222 * testsuite/gas/sh/sh64/movi32-2.d: Delete.
223 * testsuite/gas/sh/sh64/movi32-noexp-2.d: Delete.
224 * testsuite/gas/sh/sh64/movi64-1.d: Delete.
225 * testsuite/gas/sh/sh64/movi64-2.d: Delete.
226 * testsuite/gas/sh/sh64/movi64-2.s: Delete.
227 * testsuite/gas/sh/sh64/movi64-3.d: Delete.
228 * testsuite/gas/sh/sh64/movi64-noexp-2.d: Delete.
229 * testsuite/gas/sh/sh64/pt-1.d: Delete.
230 * testsuite/gas/sh/sh64/pt-1.s: Delete.
231 * testsuite/gas/sh/sh64/pt-2.s: Delete.
232 * testsuite/gas/sh/sh64/pt-noexp-1.d: Delete.
233 * testsuite/gas/sh/sh64/pt32-1.d: Delete.
234 * testsuite/gas/sh/sh64/pt32-noexp-2.d: Delete.
235 * testsuite/gas/sh/sh64/pt64-1.d: Delete.
236 * testsuite/gas/sh/sh64/pt64-32-1.d: Delete.
237 * testsuite/gas/sh/sh64/pt64-32-2.d: Delete.
238 * testsuite/gas/sh/sh64/pt64-noexp-2.d: Delete.
239 * testsuite/gas/sh/sh64/ptc-1.s: Delete.
240 * testsuite/gas/sh/sh64/ptc32-1.d: Delete.
241 * testsuite/gas/sh/sh64/ptc32-noexp-1.d: Delete.
242 * testsuite/gas/sh/sh64/ptc64-1.d: Delete.
243 * testsuite/gas/sh/sh64/ptc64-32-1.d: Delete.
244 * testsuite/gas/sh/sh64/ptc64-noexp-1.d: Delete.
245 * testsuite/gas/sh/sh64/ptext-1.s: Delete.
246 * testsuite/gas/sh/sh64/ptext32-1.d: Delete.
247 * testsuite/gas/sh/sh64/ptext32-noexp-1.d: Delete.
248 * testsuite/gas/sh/sh64/ptext64-1.d: Delete.
249 * testsuite/gas/sh/sh64/ptext64-32-1.d: Delete.
250 * testsuite/gas/sh/sh64/ptext64-noexp-1.d: Delete.
251 * testsuite/gas/sh/sh64/rel-1.s: Delete.
252 * testsuite/gas/sh/sh64/rel-2.s: Delete.
253 * testsuite/gas/sh/sh64/rel-3.s: Delete.
254 * testsuite/gas/sh/sh64/rel-4.s: Delete.
255 * testsuite/gas/sh/sh64/rel-5.s: Delete.
256 * testsuite/gas/sh/sh64/rel32-1.d: Delete.
257 * testsuite/gas/sh/sh64/rel32-2.d: Delete.
258 * testsuite/gas/sh/sh64/rel32-3.d: Delete.
259 * testsuite/gas/sh/sh64/rel32-4.d: Delete.
260 * testsuite/gas/sh/sh64/rel32-5.d: Delete.
261 * testsuite/gas/sh/sh64/rel64-1.d: Delete.
262 * testsuite/gas/sh/sh64/rel64-2.d: Delete.
263 * testsuite/gas/sh/sh64/rel64-3.d: Delete.
264 * testsuite/gas/sh/sh64/rel64-4.d: Delete.
265 * testsuite/gas/sh/sh64/rel64-5.d: Delete.
266 * testsuite/gas/sh/sh64/relax-1.d: Delete.
267 * testsuite/gas/sh/sh64/relax-1.s: Delete.
268 * testsuite/gas/sh/sh64/relax-2.d: Delete.
269 * testsuite/gas/sh/sh64/relax-2.s: Delete.
270 * testsuite/gas/sh/sh64/relax-3.d: Delete.
271 * testsuite/gas/sh/sh64/relax-3.s: Delete.
272 * testsuite/gas/sh/sh64/sh64.exp: Delete.
273 * testsuite/gas/sh/sh64/shift-1.s: Delete.
274 * testsuite/gas/sh/sh64/shift-2.s: Delete.
275 * testsuite/gas/sh/sh64/shift-3.s: Delete.
276 * testsuite/gas/sh/sh64/shift32-1.d: Delete.
277 * testsuite/gas/sh/sh64/shift32-3.d: Delete.
278 * testsuite/gas/sh/sh64/shift32-noexp-3.d: Delete.
279 * testsuite/gas/sh/sh64/shift64-1.d: Delete.
280 * testsuite/gas/sh/sh64/shift64-2.d: Delete.
281 * testsuite/gas/sh/sh64/shift64-3.d: Delete.
282 * testsuite/gas/sh/sh64/shift64-noexp-3.d: Delete.
283 * testsuite/gas/sh/sh64/syntax-1.d: Delete.
284 * testsuite/gas/sh/sh64/syntax-1.s: Delete.
285 * testsuite/gas/sh/sh64/syntax-2.d: Delete.
286 * testsuite/gas/sh/sh64/syntax-2.s: Delete.
287 * testsuite/gas/sh/sh64/ua-1.s: Delete.
288 * testsuite/gas/sh/sh64/ua32-1.d: Delete.
289 * testsuite/gas/sh/sh64/ua64-1.d: Delete.
290 * Makefile.in: Regenerate.
291 * doc/Makefile.in: Regenerate.
292 * po/POTFILES.in: Regenerate.
293
294 2018-04-16 Alan Modra <amodra@gmail.com>
295
296 * config/tc-sh.c: Remove sh-symbianelf support.
297 * config/tc-sh.h: Likewise.
298 * configure.ac: Likewise.
299 * configure.tgt: Likewise.
300 * testsuite/gas/sh/reg-prefix.d: Likewise.
301 * testsuite/gas/sh/sh2a-pic.d: Likewise.
302 * config.in: Regenerate.
303 * configure: Regenerate.
304
305 2018-04-16 Alan Modra <amodra@gmail.com>
306
307 * configure.ac: Remove m88k support.
308 * config.in: Regenerate.
309 * configure: Regenerate.
310
311 2018-04-16 Alan Modra <amodra@gmail.com>
312
313 * Makefile.am: Remove i370 support.
314 * app.c: Likewise.
315 * config/obj-elf.c: Likewise.
316 * configure.tgt: Likewise.
317 * doc/Makefile.am: Likewise.
318 * doc/as.texinfo: Likewise.
319 * testsuite/gas/all/gas.exp: Likewise.
320 * testsuite/gas/elf/warn-2.s: Likewise.
321 * testsuite/gas/lns/lns.exp: Likewise.
322 * config/tc-i370.c: Delete.
323 * config/tc-i370.h: Delete.
324 * doc/c-i370.texi: Delete.
325 * Makefile.in: Regenerate.
326 * doc/Makefile.in: Regenerate.
327 * po/POTFILES.in: Regenerate.
328
329 2018-04-16 Alan Modra <amodra@gmail.com>
330
331 * config/obj-coff.h: Remove h8500 support.
332
333 2018-04-16 Alan Modra <amodra@gmail.com>
334
335 * config/obj-coff.h: Remove h8300-coff support.
336 * config/tc-h8300.c: Likewise.
337 * config/tc-h8300.h: Likewise.
338 * testsuite/gas/h8300/h8300.exp: Likewise.
339 * testsuite/gas/h8300/branch-coff.s: Delete.
340 * testsuite/gas/h8300/branchh-coff.s: Delete.
341 * testsuite/gas/h8300/branchs-coff.s: Delete.
342 * testsuite/gas/h8300/ffxx1-coff.d: Delete.
343 * testsuite/gas/h8300/ffxx1-coff.s: Delete.
344 * testsuite/gas/h8300/h8300-coff.exp: Delete.
345
346 2018-04-16 Alan Modra <amodra@gmail.com>
347
348 * app.c: Remove IEEE 695 support.
349 * symbols.c: Likewise.
350
351 2018-04-16 Alan Modra <amodra@gmail.com>
352
353 * Makefile.am: Remove netware support.
354 * config/tc-i386.c: Likewise.
355 * configure.tgt: Likewise.
356 * config/te-netware.h: Delete.
357 * Makefile.in: Regenerate.
358 * po/POTFILES.in: Regenerate.
359
360 2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
361
362 * testsuite/gas/i386/x86-64-waitpkg.s: Add 32-bit registers
363 tests for tpause and umwait.
364 * testsuite/gas/i386/x86-64-waitpkg-intel.d: Updated.
365 * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
366
367 2018-04-12 John Darrington <john@darrington.wattle.id.au>
368
369 * as.c (main): Fail if the output is the same as one of the input
370 files.
371 * testsuite/gas/all/gas.exp: Test the new feature.
372
373 2018-04-12 Nick Clifton <nickc@redhat.com>
374
375 * po/es.po: Updated Spanish translation.
376 * po/ru.po: Updated Russian translation.
377
378 2018-04-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
379
380 * config/tc-i386.c (cpu_arch): Add WAITPKG.
381 (cpu_noarch): Likewise.
382 * doc/c-i386.texi: Document WAITPKG.
383 * i386/i386.exp: Run WAITPKG tests.
384 * testsuite/gas/i386/waitpkg-intel.d: New test.
385 * testsuite/gas/i386/waitpkg.d: Likewise.
386 * testsuite/gas/i386/waitpkg.s: Likewise.
387 * testsuite/gas/i386/x86-64-waitpkg-intel.d: Likewise.
388 * testsuite/gas/i386/x86-64-waitpkg.d: Likewise.
389 * testsuite/gas/i386/x86-64-waitpkg.s: Likewise.
390
391 2018-04-11 Alan Modra <amodra@gmail.com>
392
393 * config/aout_gnu.h: Delete.
394 * config/tc-i860.c: Delete.
395 * config/tc-i860.h: Delete.
396 * config/tc-i960.c: Delete.
397 * config/tc-i960.h: Delete.
398 * doc/c-i860.texi: Delete.
399 * doc/c-i960.texi: Delete.
400 * testsuite/gas/i860/README.i860: Delete.
401 * testsuite/gas/i860/bitwise.d: Delete.
402 * testsuite/gas/i860/bitwise.s: Delete.
403 * testsuite/gas/i860/branch.d: Delete.
404 * testsuite/gas/i860/branch.s: Delete.
405 * testsuite/gas/i860/bte.d: Delete.
406 * testsuite/gas/i860/bte.s: Delete.
407 * testsuite/gas/i860/dir-align01.d: Delete.
408 * testsuite/gas/i860/dir-align01.s: Delete.
409 * testsuite/gas/i860/dir-intel01.d: Delete.
410 * testsuite/gas/i860/dir-intel01.s: Delete.
411 * testsuite/gas/i860/dir-intel02.d: Delete.
412 * testsuite/gas/i860/dir-intel02.s: Delete.
413 * testsuite/gas/i860/dir-intel03-err.l: Delete.
414 * testsuite/gas/i860/dir-intel03-err.s: Delete.
415 * testsuite/gas/i860/dual01.d: Delete.
416 * testsuite/gas/i860/dual01.s: Delete.
417 * testsuite/gas/i860/dual02-err.l: Delete.
418 * testsuite/gas/i860/dual02-err.s: Delete.
419 * testsuite/gas/i860/dual03.d: Delete.
420 * testsuite/gas/i860/dual03.s: Delete.
421 * testsuite/gas/i860/fldst01.d: Delete.
422 * testsuite/gas/i860/fldst01.s: Delete.
423 * testsuite/gas/i860/fldst02.d: Delete.
424 * testsuite/gas/i860/fldst02.s: Delete.
425 * testsuite/gas/i860/fldst03.d: Delete.
426 * testsuite/gas/i860/fldst03.s: Delete.
427 * testsuite/gas/i860/fldst04.d: Delete.
428 * testsuite/gas/i860/fldst04.s: Delete.
429 * testsuite/gas/i860/fldst05.d: Delete.
430 * testsuite/gas/i860/fldst05.s: Delete.
431 * testsuite/gas/i860/fldst06.d: Delete.
432 * testsuite/gas/i860/fldst06.s: Delete.
433 * testsuite/gas/i860/fldst07.d: Delete.
434 * testsuite/gas/i860/fldst07.s: Delete.
435 * testsuite/gas/i860/fldst08.d: Delete.
436 * testsuite/gas/i860/fldst08.s: Delete.
437 * testsuite/gas/i860/float01.d: Delete.
438 * testsuite/gas/i860/float01.s: Delete.
439 * testsuite/gas/i860/float02.d: Delete.
440 * testsuite/gas/i860/float02.s: Delete.
441 * testsuite/gas/i860/float03.d: Delete.
442 * testsuite/gas/i860/float03.s: Delete.
443 * testsuite/gas/i860/float04.d: Delete.
444 * testsuite/gas/i860/float04.s: Delete.
445 * testsuite/gas/i860/form.d: Delete.
446 * testsuite/gas/i860/form.s: Delete.
447 * testsuite/gas/i860/i860.exp: Delete.
448 * testsuite/gas/i860/iarith.d: Delete.
449 * testsuite/gas/i860/iarith.s: Delete.
450 * testsuite/gas/i860/ldst01.d: Delete.
451 * testsuite/gas/i860/ldst01.s: Delete.
452 * testsuite/gas/i860/ldst02.d: Delete.
453 * testsuite/gas/i860/ldst02.s: Delete.
454 * testsuite/gas/i860/ldst03.d: Delete.
455 * testsuite/gas/i860/ldst03.s: Delete.
456 * testsuite/gas/i860/ldst04.d: Delete.
457 * testsuite/gas/i860/ldst04.s: Delete.
458 * testsuite/gas/i860/ldst05.d: Delete.
459 * testsuite/gas/i860/ldst05.s: Delete.
460 * testsuite/gas/i860/ldst06.d: Delete.
461 * testsuite/gas/i860/ldst06.s: Delete.
462 * testsuite/gas/i860/pfam.d: Delete.
463 * testsuite/gas/i860/pfam.s: Delete.
464 * testsuite/gas/i860/pfmam.d: Delete.
465 * testsuite/gas/i860/pfmam.s: Delete.
466 * testsuite/gas/i860/pfmsm.d: Delete.
467 * testsuite/gas/i860/pfmsm.s: Delete.
468 * testsuite/gas/i860/pfsm.d: Delete.
469 * testsuite/gas/i860/pfsm.s: Delete.
470 * testsuite/gas/i860/pseudo-ops01.d: Delete.
471 * testsuite/gas/i860/pseudo-ops01.s: Delete.
472 * testsuite/gas/i860/regress01.d: Delete.
473 * testsuite/gas/i860/regress01.s: Delete.
474 * testsuite/gas/i860/shift.d: Delete.
475 * testsuite/gas/i860/shift.s: Delete.
476 * testsuite/gas/i860/simd.d: Delete.
477 * testsuite/gas/i860/simd.s: Delete.
478 * testsuite/gas/i860/system.d: Delete.
479 * testsuite/gas/i860/system.s: Delete.
480 * testsuite/gas/i860/xp.d: Delete.
481 * testsuite/gas/i860/xp.s: Delete.
482 * Makefile.am: Remove i860 and i960 support.
483 * configure.tgt: Likewise.
484 * doc/Makefile.am: Likewise.
485 * doc/all.texi: Likewise.
486 * testsuite/gas/all/gas.exp
487 * config/obj-coff.h: Remove i960 support.
488 * doc/internals.texi: Likewise.
489 * expr.c: Likewise.
490 * read.c: Likewise.
491 * write.c: Likewise.
492 * write.h: Likewise.
493 * testsuite/gas/lns/lns.exp: Likewise.
494 * testsuite/gas/symver/symver.exp: Likewise.
495 * config/tc-m68k.c: Remove BOUT support.
496 * config/tc-score.c: Likewise.
497 * config/tc-score7.c: Likewise.
498 * config/tc-sparc.c: Likewise.
499 * symbols.c: Likewise.
500 * doc/h8.texi: Likewise.
501 * configure.ac: Remove BOUT and i860 support.
502 * doc/as.texinfo: Remove BOUT, i860 and i960 support
503 * Makefile.in: Regenerate.
504 * config.in: Regenerate.
505 * configure: Regenerate.
506 * doc/Makefile.in: Regenerate.
507 * po/POTFILES.in: Regenerate.
508
509 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
510
511 PR gas/22318
512 * configure: Regenerated.
513
514 2018-04-04 H.J. Lu <hongjiu.lu@intel.com>
515
516 PR binutils/23025
517 * testsuite/gas/i386/prefix.s: Add tests for vcvtpd2dq with
518 VEX and EVEX prefixes.
519 * testsuite/gas/i386/prefix.d: Updated.
520
521 2018-03-30 Peter Bergner <bergner@vnet.ibm.com>
522
523 PR binutils/23013
524 * config/tc-ppc.c (ppc_set_cpu): Select appropriate cpu when ppc_obj64
525 and little endian.
526
527 2018-03-28 Renlin Li <renlin.li@arm.com>
528
529 PR ld/22970
530 * config/tc-aarch64.c (reloc_table): Update entry for tprel_lo12 and
531 tprel_lo12_nc with pseudo relocations.
532 (ldst_lo12_determine_real_reloc_type): Add new relocations support.
533 (parse_operands): Handle BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12 and
534 BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC pseudo relocations.
535 (md_apply_fix): Add handling for new relocation.
536 (aarch64_force_relocation): Likewise.
537 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.d: New.
538 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.s: New.
539 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.d: New.
540 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.s: New.
541 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.d: New.
542 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.s: New.
543 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.d: New.
544 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.s: New.
545 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.d: New.
546 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.s: New.
547 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.d: New.
548 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.s: New.
549 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.d: New.
550 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.s: New.
551 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.d: New.
552 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.s: New.
553 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16-ilp32.d: New.
554 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32-ilp32.d: New.
555 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64-ilp32.d: New.
556 * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8-ilp32.d: New.
557 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16-ilp32.d: New.
558 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32-ilp32.d: New.
559 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64-ilp32.d: New.
560 * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8-ilp32.d: New.
561
562 2018-03-28 Jan Beulich <jbeulich@suse.com>
563
564 * config/tc-i386.c (check_VecOperands): Replace uses of
565 .vecesize. Always initialize op.
566 * testsuite/gas/i386/avx512_vpopcntdq.s,
567 testsuite/gas/i386/avx512bitalg_vl.s: Add Intel syntax vpopcnt
568 broadcast cases with explicit operand size.
569 * testsuite/gas/i386/avx512_vpopcntdq.d,
570 testsuite/gas/i386/avx512_vpopcntdq-intel.d,
571 testsuite/gas/i386/avx512bitalg_vl.d
572 testsuite/gas/i386/avx512bitalg_vl-intel.d: Adjust expectations.
573
574 2018-03-28 Jan Beulich <jbeulich@suse.com>
575
576 * config/tc-i386.c (struct Broadcast_Operation): Adjust comment.
577 (check_VecOperands): Re-write broadcast validation code.
578 (check_VecOperations): Replace BROADCAST_1TO* uses.
579 * testsuite/gas/i386/inval-avx512f.s: Add various broadcast
580 cases.
581 * testsuite/gas/i386/inval-avx512f.l: Adjust expectations.
582
583 2018-03-28 Jan Beulich <jbeulich@suse.com>
584
585 * config/tc-i386.c (process_suffix): Check .todword/.toqword
586 before zapping suffix.
587
588 2018-03-28 Jan Beulich <jbeulich@suse.com>
589
590 * testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
591 testsuite/gas/i386/x86-64-simd-suffix.d: Drop q suffix from
592 cvt*2si.
593
594 2018-03-28 Nick Clifton <nickc@redhat.com>
595
596 PR 22988
597 * config/tc-aarch64.c (parse_operands): Add code to handle
598 AARCH64_OPN_SVE_ADDR_R.
599 * testsuite/gas/aarch64/sve.s: Add tests for LDFF1xx instructions
600 with an assumed XZR offset address register.
601 * testsuite/gas/aarch64/sve.d: Update expected disassembly.
602
603 2018-03-22 Jan Beulich <jbeulich@suse.com>
604
605 * config/tc-i386.c (check_VecOperands): Latch
606 i.broadcast->operand into op.
607
608 2018-03-22 Jan Beulich <jbeulich@suse.com>
609
610 * config/tc-i386.c (match_template): Special case base opcode
611 0xa0 with HLE prefix.
612 * testsuite/gas/i386/hle.s: Add mov-accumulator-to-disp cases.
613 * testsuite/gas/i386/hle.d, testsuite/gas/i386/hle-intel.d:
614 Adjust expectations.
615
616 2018-03-22 Jan Beulich <jbeulich@suse.com>
617
618 * testsuite/gas/i386/opts.s: Add bndmov cases.
619 * testsuite/gas/i386/opts.d, testsuite/gas/i386/opts-intel.d,
620 testsuite/gas/i386/sse2avx-opts.d,
621 testsuite/gas/i386/sse2avx-opts-intel.d: Adjust expectations.
622
623 2018-03-22 Jan Beulich <jbeulich@suse.com>
624
625 * config/tc-i386.c (match_mem_size): Extend sub-xmmword
626 exceptions.
627 * testsuite/gas/i386/xmmword.l, testsuite/gas/i386/xmmword.s:
628 New.
629 * testsuite/gas/i386/i386.exp: Run new test.
630
631 2018-03-22 Jan Beulich <jbeulich@suse.com>
632
633 * config/tc-i386.c (match_template): Also match 2nd and 4th
634 operand's register sizes.
635 * testsuite/gas/i386/unspec.l, testsuite/gas/i386/unspec.s: New.
636 * testsuite/gas/i386/i386.exp: Run new test.
637
638 2018-03-19 Nick Clifton <nickc@redhat.com>
639
640 * po/uk.po: Updated Ukranian translation.
641
642 2018-03-16 Jim Wilson <jimw@sifive.com>
643
644 * config/tc-riscv.c (check_absolute_expr): Expand comment. New
645 parameter maybe_csr. If maybe_csr and O_symbol, print CSR name.
646 (riscv_ip): Add new argument to check_absolute_expr calls.
647 * testsuite/gas/riscv/bad-csr.d: New.
648 * testsuite/gas/riscv/bad-csr.l: New.
649 * testsuite/gas/riscv/bad-csr.s: New.
650
651 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
652
653 * config/tc-riscv.c (opcode_name_list): New.
654 (opcode_names_hash): Likewise.
655 (init_opcode_names_hash): Likewise.
656 (opcode_name_lookup): Likewise.
657 (validate_riscv_insn): New argument length, and add new format
658 which used in .insn directive.
659 (md_begin): Refine hash table initialization logic into
660 init_opcode_hash.
661 (init_opcode_hash): New.
662 (my_getOpcodeExpression): Parse opcode name for .insn.
663 (riscv_ip): New argument hash, able to handle .insn directive.
664 (s_riscv_insn): Handler for .insn directive.
665 (riscv_pseudo_table): New entry for .insn.
666 * doc/c-riscv.texi: Add documentation for .insn directive.
667 * testsuite/gas/riscv/insn.d: Add testcase for .insn directive.
668 * testsuite/gas/riscv/insn.s: Likewise.
669
670 2018-03-13 Nick Clifton <nickc@redhat.com>
671
672 * po/ru.po: Updated Russian translation.
673
674 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
675
676 * config/tc-i386.c (optimize_encoding): Encode EVEX instructions
677 with VEX128 if EVEX encoding isn't required.
678 * testsuite/gas/i386/optimize-1.d: Updated.
679 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
680
681 2018-03-09 H.J. Lu <hongjiu.lu@intel.com>
682
683 * config/tc-i386.c (check_VecOperations): Strip whitespace.
684 * testsuite/gas/i386/optimize-1.s: Add whitespaces before
685 {%k7} and {z},
686 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
687
688 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
689
690 * config/tc-i386.c (set_cpu_arch): Set cpu_arch_isa_flags.
691 (md_parse_option): Likewise.
692 (optimize_encoding): Check i.tm.cpu_flags and cpu_arch_isa_flags
693 for cpuavx512vl instead of cpu_arch_flags. Optimize EVEX with
694 EVEX128 when EVEX encoding is required.
695 * testsuite/gas/i386/i386.exp: Run optimize-4, optimize-5,
696 x86-64-optimize-5 and x86-64-optimize-6.
697 * testsuite/gas/i386/optimize-1.d: Updated.
698 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
699 * testsuite/gas/i386/optimize-4.d: New file.
700 * testsuite/gas/i386/optimize-4.s: Likewise.
701 * testsuite/gas/i386/optimize-5.d: Likewise.
702 * testsuite/gas/i386/optimize-5.s: Likewise.
703 * testsuite/gas/i386/x86-64-optimize-5.d: Likewise.
704 * testsuite/gas/i386/x86-64-optimize-5.s: Likewise.
705 * testsuite/gas/i386/x86-64-optimize-6.d: Likewise.
706 * testsuite/gas/i386/x86-64-optimize-6.s: Likewise.
707
708 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
709
710 * config/tc-i386.c (optimize_encoding): Also encode "clr reg64"
711 as "xor reg32, reg32".
712 * testsuite/gas/i386/x86-64-optimize-1.s: Add "clr reg64" tests.
713 * testsuite/gas/i386/x86-64-optimize-1.d: Updated.
714
715 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
716
717 * NEWS: Mention -mold-gcc removal.
718 * config/tc-i386.c (i386_error): Remove old_gcc_only.
719 (old_gcc): Removed.
720 (match_template): Remove old gcc support.
721 (OPTION_MOLD_GCC): Removed.
722 (OPTION_MRELAX_RELOCATIONS): Updated.
723 (md_longopts): Remove OPTION_MOLD_GCC.
724 (md_parse_option): Likewise.
725 (md_show_usage): Remove -mold-gcc.
726 * testsuite/gas/i386/general.s: Convert fsub/fdiv tests for old
727 (<= 2.8.1) versions of gcc.
728 * testsuite/gas/i386/intel.s: Likewise.
729 * testsuite/gas/i386/general.l: Updated.
730 * testsuite/gas/i386/intel-intel.d: Likewise.
731 * testsuite/gas/i386/intel.d: Likewise.
732 * testsuite/gas/i386/intel.e: Likewise.
733 * testsuite/gas/i386/i386.exp: Don't pass -mold-gcc to general.
734
735 2018-03-08 Jan Beulich <jbeulich@suse.com>
736
737 * config/tc-i386.c (is_evex_encoding): New.
738 (optimize_encoding, md_assemble, md_assemble,
739 VEX_check_operands, build_modrm_byte): Use is_evex_encoding.
740 (build_evex_prefix): Derive EVEX length field from actual
741 operands if the template allows multiple ones.
742
743 2018-03-08 Jan Beulich <jbeulich@suse.com>
744
745 * config/tc-i386.c (build_modrm_byte): Make VexNDD handling cope
746 with 3rd (immediate) operand.
747
748 2018-03-08 Jan Beulich <jbeulich@suse.com>
749
750 * config/tc-i386.c (XMMWORD_MNEM_SUFFIX, YMMWORD_MNEM_SUFFIX,
751 ZMMWORD_MNEM_SUFFIX): Delete.
752 (process_suffix): Drop their uses. Re-arrange final part of
753 logic into a switch() statement. Drop special casing of
754 cmpxchg8b.
755
756 2018-03-08 Jan Beulich <jbeulich@suse.com>
757
758 * config/tc-i386.c (match_template): Also match register
759 operands 0 and 2 for 3-operand forms.
760 * testsuite/gas/i386/unspec64.l, testsuite/gas/i386/unspec64.s:
761 New.
762 * testsuite/gas/i386/i386.exp: Run new test.
763
764 2018-03-08 Jan Beulich <jbeulich@suse.com>
765
766 * config/tc-i386.c (process_suffix): Do common part of register
767 checks first.
768
769 2018-03-08 Jan Beulich <jbeulich@suse.com>
770
771 * config/tc-i386.c (parse_insn): Move success return up. Combine
772 failure returns.
773
774 2018-03-08 Jan Beulich <jbeulich@suse.com>
775
776 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
777 logic. Add respective logic for AVX512F.
778 * testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
779 testsuite/gas/i386/arch-avx-1.d,
780 testsuite/gas/i386/arch-avx-1-1.l,
781 testsuite/gas/i386/arch-avx-1-2.l,
782 testsuite/gas/i386/arch-avx-1-3.l,
783 testsuite/gas/i386/arch-avx-1-4.l,
784 testsuite/gas/i386/arch-avx-1-5.l,
785 testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
786 * testsuite/gas/i386/arch-avx-1-7.l,
787 testsuite/gas/i386/arch-avx-1-7.s,
788 testsuite/gas/i386/arch-avx-1-8.l,
789 testsuite/gas/i386/arch-avx-1-8.s,
790 testsuite/gas/i386/avx512f-plain.l,
791 testsuite/gas/i386/avx512f-plain.s,
792 testsuite/gas/i386/avx512vl-plain.l,
793 testsuite/gas/i386/avx512vl-plain.s: New.
794 * testsuite/gas/i386/i386.exp: Run new tests.
795
796 2018-03-08 Jan Beulich <jbeulich@suse.com>
797
798 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
799
800 2018-03-08 Jan Beulich <jbeulich@suse.com>
801
802 * config/tc-i386.c (CPU_FLAGS_32BIT_MATCH): Delete.
803 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
804 CPU_FLAGS_32BIT_MATCH.
805
806 2018-03-08 Jan Beulich <jbeulich@suse.com>
807
808 * config/tc-i386.c (CPU_FLAGS_AES_MATCH, CPU_FLAGS_AVX_MATCH,
809 CPU_FLAGS_PCLMUL_MATCH): Delete.
810 (CPU_FLAGS_32BIT_MATCH): Drop uses of deleted CPU_FLAGS_*_MATCH.
811 (cpu_flags_match): Combine AVX checks into
812 single if().
813
814 2018-03-08 Jan Beulich <jbeulich@suse.com>
815
816 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
817 setting CPU_FLAGS_ARCH_MATCH.
818
819 2018-03-08 Jan Beulich <jbeulich@suse.com>
820
821 * config/tc-i386.c (md_assemble): Extend SSE check conditional.
822 * testsuite/gas/i386/ilp32/x86-64-sse-check-none.d,
823 testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d,
824 testsuite/gas/i386/ilp32/x86-64-sse-check.d,
825 testsuite/gas/i386/sse-check-none.d,
826 testsuite/gas/i386/sse-check-warn.d,
827 testsuite/gas/i386/x86-64-sse-check.d,
828 testsuite/gas/i386/x86-64-sse-check-none.d,
829 testsuite/gas/i386/x86-64-sse-check-warn.d: Refer to sse-check.d.
830 * testsuite/gas/i386/sse-check.s: Add AES, GFNI, and PCLMUL
831 tests.
832 * testsuite/gas/i386/sse-check-none.s: Replace code by inclusion
833 of sse-check.s.
834 * testsuite/gas/i386/sse-check.d: Adjust expectations.
835 * testsuite/gas/i386/sse-check-error.l,
836 testsuite/gas/i386/x86-64-sse-check-error.l: Likewise.
837 * testsuite/gas/i386/sse-check-warn.e: Likewise.
838
839 2018-03-08 Jan Beulich <jbeulich@suse.com>
840
841 * config/tc-i386.c (operand_size_match): Drop / replace uses of
842 .floatd.
843
844 2018-03-08 Jan Beulich <jbeulich@suse.com>
845
846 * testsuite/gas/i386/intel-intel.d: New.
847 * testsuite/gas/i386/i386.exp: Run new test.
848
849 2018-03-08 Jan Beulich <jbeulich@suse.com>
850
851 * config/tc-i386.c (process_operands): Access operands only
852 after operand count assertion. Sanitize warning text. Fix
853 indentation.
854 * testsuite/gas/i386/avx512_4fmaps-warn.l,
855 gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
856
857 2018-03-08 Jan Beulich <jbeulich@suse.com>
858
859 * testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
860 * testsuite/gas/i386/x86-64-movd.d,
861 testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
862
863 2018-03-08 Jan Beulich <jbeulich@suse.com>
864
865 * config/tc-i386.c (operand_type_and_not): New.
866 (build_modrm_byte): Use it to prevent clearing unrelated bits.
867
868 2018-03-08 Alan Modra <amodra@gmail.com>
869
870 * config/tc-ppc.c (ppc_handle_align): Correct last patch. Really
871 don't emit a group terminating nop for power9. Simplify cpu
872 tests.
873
874 2018-03-08 Alan Modra <amodra@gmail.com>
875
876 * config/tc-ppc.c (ppc_handle_align): Don't emit a group
877 terminating nop for power9.
878
879 2018-03-07 H.J. Lu <hongjiu.lu@intel.com>
880
881 PR gas/22874
882 * config/tc-i386.c (f32_5): Removed.
883 (f32_8): Likewise.
884 (f32_9): Likewise.
885 (f32_10): Likewise.
886 (f32_11): Likewise.
887 (f32_12): Likewise.
888 (f32_13): Likewise.
889 (f32_14): Likewise.
890 (f16_5): Likewise.
891 (f16_6): Likewise.
892 (f16_7): Likewise.
893 (f16_8): Likewise.
894 (jump_31): Likewise.
895 (alt64_11): Likewise.
896 (alt64_patt): Likewise.
897 (jump_disp8): New.
898 (jump32_disp32): Likewise.
899 (jump16_disp32): Likewise.
900 (alt_11): Likewise.
901 (f32_patt): Updated.
902 (f16_patt): Likewise.
903 (alt_patt): Add alt_11.
904 (i386_align_code): Merged with ...
905 (i386_generate_nops): This. Rewritten.
906 (fits_in_imm7): Moved before i386_generate_nops.
907 (fits_in_imm31): Likewise.
908 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
909 4095.
910 (i386_align_code): Removed.
911 (HANDLE_ALIGN): Rewritten with i386_generate_nops.
912 * doc/as.texinfo: Update limits of control byte for x86 .nops
913 directive.
914 * testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
915 * gas/testsuite/gas/i386/noavx-3.l: Updated.
916 * gas/testsuite/gas/i386/nop-1.d: Likewise.
917 * gas/testsuite/gas/i386/nop-1.s: Likewise.
918 * gas/testsuite/gas/i386/nop-2.d: Likewise.
919 * gas/testsuite/gas/i386/nop-2.s: Likewise.
920 * gas/testsuite/gas/i386/nop-3.d: Likewise.
921 * gas/testsuite/gas/i386/nop-4.d: Likewise.
922 * gas/testsuite/gas/i386/nop-5.d: Likewise.
923 * gas/testsuite/gas/i386/nop-5.s: Likewise.
924 * gas/testsuite/gas/i386/nop-6.d: Likewise.
925 * gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
926 * gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
927 * gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
928 * gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
929 * gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
930 * gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
931 * gas/testsuite/gas/i386/nops-1.d: Likewise.
932 * gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
933 * gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
934 * gas/testsuite/gas/i386/nops-2.d: Likewise.
935 * gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
936 * gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
937 * gas/testsuite/gas/i386/nops-3.d: Likewise.
938 * gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
939 * gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
940 * gas/testsuite/gas/i386/nops-4.d: Likewise.
941 * gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
942 * gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
943 * gas/testsuite/gas/i386/nops-5.d: Likewise.
944 * gas/testsuite/gas/i386/nops-6.d: Likewise.
945 * gas/testsuite/gas/i386/nops16-1.d: Likewise.
946 * gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
947 * gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
948 * gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
949 * gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
950 * gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
951 * gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
952 * gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
953 * gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
954 * gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
955 * gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
956 * gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
957 * gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
958 * gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
959 * gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
960 * gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
961 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
962 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
963 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
964 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
965 * gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
966 * gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
967 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
968 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
969 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
970 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
971 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
972 * gas/testsuite/gas/i386/nops-7.d: New file.
973 * gas/testsuite/gas/i386/nops-7.s: Likewise.
974 * gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
975
976 2018-03-07 Alan Modra <amodra@gmail.com>
977
978 * testsuite/gas/ppc/aix.exp: Run for rs6000 too.
979 * testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
980 * testsuite/gas/ppc/machine.d: Don't run for PE targets.
981
982 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
983
984 * config/tc-arm.c (md_begin): Add NULL pointer check before
985 dereferencing march_ext_opt.
986
987 2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
988
989 * config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
990 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
991 mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
992 mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
993 (dyn_mcpu_ext_opt): Also rename into ...
994 (mcpu_ext_opt): This.
995 (dyn_march_ext_opt): Also rename into ...
996 (march_ext_opt): This.
997 (object_arch): Also rename into ...
998 (selected_object_arch): This and make it a plain arm_feature_set
999 structure.
1000 (selected_arch, selected_ext, selected_fpu): New static variables.
1001 (mark_feature_used): Fix comments, feature is marked as used iff it is
1002 currently allowed.
1003 (do_bx): Adapt to change in name and type of object_arch.
1004 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
1005 rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
1006 Remove dead code to set default FPU if architecture version is greater
1007 than 5. Set all CPU bits of cpu_variant directly in autodection
1008 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
1009 (arm_parse_extension): Take extension feature set pointer parameter by
1010 value rather than by pointer. Remove allocation code. Adapt code
1011 accordingly.
1012 (arm_parse_cpu): Adapt to variable renaming and changes in
1013 arm_parse_extension () signature.
1014 (arm_parse_arch): Likewise.
1015 (aeabi_set_public_attributes): Also set selected_arch and selected_ext
1016 in addition to selected_cpu. Set flags_arch and flags_ext from them
1017 instead of selected_cpu. Adapt to variables renaming and type change.
1018 (arm_md_post_relax): Adapt to variable renaming.
1019 (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
1020 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
1021 cpu_variant from selected_cpu and selected_fpu.
1022 (s_arm_arch): Likewise.
1023 (s_arm_object_arch): Adapt to variable renaming.
1024 (s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
1025 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
1026 Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
1027 code.
1028 (s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
1029 bits if in autodetection mode.
1030
1031 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 * config/tc-i386.c (optimize_encoding): Optimize AVX256 and
1034 AVX512 vpsub[bwdq] instructions.
1035 * testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
1036 AVX512 vpsub[bwdq] instructions.
1037 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
1038 * testsuite/gas/i386/optimize-1.d: Updated.
1039 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1040
1041 2018-03-01 Alan Modra <amodra@gmail.com>
1042
1043 * configure.ac (ALL_LINGUAS): Add uk. Sort.
1044 * configure: Regenerate.
1045
1046 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1047
1048 * NEWS: Rename .nop to .nops.
1049 * doc/as.texinfo: Likewise.
1050 * read.c (potable): Add "nops". Remove "nop".
1051 (s_nop): Renamed to ...
1052 (s_nops): This.
1053 * read.h (s_nop): Renamed to ...
1054 (s_nops): This.
1055 * write.c (cvt_frag_to_fill): Rename .nop to .nops.
1056 (md_generate_nops): Likewise.
1057 (relax_segment): Likewise.
1058 * testsuite/gas/i386/nop-1.d: Updated.
1059 * testsuite/gas/i386/nop-1.s: Likewise.
1060 * testsuite/gas/i386/nop-2.d: Likewise.
1061 * testsuite/gas/i386/nop-2.s: Likewise.
1062 * testsuite/gas/i386/nop-3.d: Likewise.
1063 * testsuite/gas/i386/nop-3.s: Likewise.
1064 * testsuite/gas/i386/nop-4.d: Likewise.
1065 * testsuite/gas/i386/nop-4.s: Likewise.
1066 * testsuite/gas/i386/nop-5.d: Likewise.
1067 * testsuite/gas/i386/nop-5.s: Likewise.
1068 * testsuite/gas/i386/nop-6.d: Likewise.
1069 * testsuite/gas/i386/nop-6.s: Likewise.
1070 * testsuite/gas/i386/nop-bad-1.l: Likewise.
1071 * testsuite/gas/i386/nop-bad-1.s: Likewise.
1072 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
1073 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
1074 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
1075 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
1076 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
1077 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
1078
1079 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 PR gas/22871
1082 * NEWS: Mention -O[2|s].
1083 * config/tc-i386.c (_i386_insn): Add no_optimize.
1084 (optimize): New.
1085 (optimize_for_space): Likewise.
1086 (fits_in_imm7): New function.
1087 (fits_in_imm31): Likewise.
1088 (optimize_encoding): Likewise.
1089 (md_assemble): Call optimize_encoding to optimize encoding.
1090 (parse_insn): Handle {nooptimize}.
1091 (md_shortopts): Append "O::".
1092 (md_parse_option): Handle -On.
1093 * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
1094 as {nooptimize}.
1095 * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
1096 * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
1097 * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
1098 optimize-3, x86-64-optimize-1, x86-64-optimize-2,
1099 x86-64-optimize-3 and x86-64-optimize-4.
1100 * testsuite/gas/i386/optimize-1.d: New file.
1101 * testsuite/gas/i386/optimize-1.s: Likewise.
1102 * testsuite/gas/i386/optimize-2.d: Likewise.
1103 * testsuite/gas/i386/optimize-2.s: Likewise.
1104 * testsuite/gas/i386/optimize-3.d: Likewise.
1105 * testsuite/gas/i386/optimize-3.s: Likewise.
1106 * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
1107 * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
1108 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
1109 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
1110 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
1111 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
1112 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
1113 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
1114
1115 2018-02-27 Nick Clifton <nickc@redhat.com>
1116
1117 * po/ru.po: Updated Russian translation.
1118
1119 2018-02-26 Maciej W. Rozycki <macro@mips.com>
1120
1121 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
1122 descriptions.
1123
1124 2018-02-26 Nick Clifton <nickc@redhat.com>
1125
1126 * doc/as.texinfo (Dc): Fix typo.
1127
1128 2018-02-26 Alan Modra <amodra@gmail.com>
1129
1130 * testsuite/gas/mips/reginfo-2.l: Update.
1131
1132 2018-02-23 Alan Modra <amodra@gmail.com>
1133
1134 * testsuite/gas/mips/reginfo-2.l: Update.
1135
1136 2018-02-23 Nick Clifton <nickc@redhat.com>
1137
1138 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
1139
1140 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1141
1142 * config/tc-nds32.c (ict_model): New function. Hook new
1143 directive .ict_model.
1144 (nds32_insert_relax_entry): Tag the bits of entry relocation
1145 for .ict_model.
1146
1147 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
1148
1149 * config/tc-i386.c (_i386_insn): Add rex_encoding.
1150 (md_assemble): When i.rex_encoding is true, generate a REX byte
1151 if possible.
1152 (parse_insn): Set i.rex_encoding for {rex}.
1153 * doc/c-i386.texi: Document {rex}.
1154 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
1155 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
1156
1157 2018-02-22 A. Wilcox <awilfox@adelielinux.org>
1158
1159 PR 22014
1160 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
1161 instruction size suffix.
1162
1163 2018-02-20 Maciej W. Rozycki <macro@mips.com>
1164
1165 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
1166 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
1167 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
1168 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
1169 * testsuite/gas/mips/mips.exp: Run the new tests.
1170
1171 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
1172
1173 * config/tc-xtensa.c (struct litpool_frag): Add new field
1174 literal_count.
1175 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
1176 (MAX_POOL_LITERALS): New macro definitions.
1177 (auto_litpool_limit): Initialize to 0.
1178 (md_parse_option): Set auto_litpool_limit in the presence of
1179 --auto-litpools option.
1180 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
1181 literal_count field.
1182 (xg_find_litpool): New function. Make sure that found literal
1183 pool size is within the limit.
1184 (xtensa_move_literals): Extract literal pool search code into
1185 the new function.
1186 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
1187 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
1188 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
1189 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
1190 addresses.
1191 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
1192 that objdump doesn't get out of sync.
1193
1194 2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
1195
1196 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
1197 also the same as -march.
1198
1199 2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
1200
1201 * NEWS: Mention .nop directive.
1202 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
1203 * read.c (potable): Add .nop.
1204 (s_nop): New function.
1205 * read.h (s_nop): New prototype.
1206 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
1207 rs_fill_nop.
1208 (md_generate_nops): New function.
1209 (relax_segment): Likewise.
1210 (write_contents): Use md_generate_nops for rs_fill_nop.
1211 * config/tc-i386.c (alt64_11): New.
1212 (alt64_patt): Likewise.
1213 (md_convert_frag): Handle rs_space_nop.
1214 (i386_output_nops): New function.
1215 (i386_generate_nops): Likewise.
1216 (i386_align_code): Call i386_output_nops.
1217 * config/tc-i386.h (i386_generate_nops): New.
1218 (md_generate_nops): Likewise.
1219 * doc/as.texinfo: Document .nop directive.
1220 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
1221 * testsuite/gas/i386/nop-1.d: New file.
1222 * testsuite/gas/i386/nop-1.s: Likewise.
1223 * testsuite/gas/i386/nop-2.d: Likewise.
1224 * testsuite/gas/i386/nop-2.s: Likewise.
1225 * testsuite/gas/i386/nop-3.d: Likewise.
1226 * testsuite/gas/i386/nop-3.s: Likewise.
1227 * testsuite/gas/i386/nop-4.d: Likewise.
1228 * testsuite/gas/i386/nop-4.s: Likewise.
1229 * testsuite/gas/i386/nop-5.d: Likewise.
1230 * testsuite/gas/i386/nop-5.s: Likewise.
1231 * testsuite/gas/i386/nop-6.d: Likewise.
1232 * testsuite/gas/i386/nop-6.s: Likewise.
1233 * testsuite/gas/i386/nop-bad-1.l: Likewise.
1234 * testsuite/gas/i386/nop-bad-1.s: Likewise.
1235 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
1236 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
1237 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
1238 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
1239 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
1240 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
1241
1242 2018-02-15 Tamar Christina <tamar.christina@arm.com>
1243
1244 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
1245 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
1246
1247 2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
1248
1249 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
1250 frag that contains source address.
1251
1252 2018-02-13 Nick Clifton <nickc@redhat.com>
1253
1254 PR 22773
1255 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
1256 instruction before assuming that it is a MOV instruction.
1257 * testsuite/gas/arm/pr22773.s: New test.
1258 * testsuite/gas/arm/pr22773.d: New test driver.
1259 * testsuite/gas/arm/pr22773.l: New expected output.
1260
1261 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
1262
1263 PR gas/22791
1264 * config/tc-i386.c (need_plt32_p): New function.
1265 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
1266 (md_estimate_size_before_relax): Likewise.
1267 * testsuite/gas/i386/reloc64.d: Updated.
1268 * testsuite/gas/i386/x86-64-jump.d: Likewise.
1269 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
1270 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
1271 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
1272 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
1273 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
1274 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
1275
1276 2018-02-13 Maciej W. Rozycki <macro@mips.com>
1277
1278 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
1279
1280 2018-02-13 Nick Clifton <nickc@redhat.com>
1281
1282 PR 22823
1283 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
1284 casts.
1285 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
1286 (obj_elf_vtable_inherit): New stub function that calls
1287 obj_elf_get_vtable_inherit.
1288 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
1289 (obj_elf_vtable_entry): New stub function that calls
1290 obj_elf_get_vtable_entry.
1291 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
1292 (obj_elf_vtable_entry) Likewise.
1293 (obj_elf_get_vtable_inherit) Likewise.
1294 (obj_elf_get_vtable_entry) Likewise.
1295 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
1296 * config/tc-i386c (md_pseudo_table): Likewise.
1297 * config/tc-hppa.c (pa_vtable_entry): Call
1298 obj_elf_get_vtable_entry.
1299 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
1300 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
1301 with call to dwarf2_get_filename.
1302 * dwarf2dbg.c (dwarf2_directive_file): Rename to
1303 dwarf2_directive_filename.
1304 (dwarf2_directive_file): New stub function that calls
1305 dwarf2_directive_filename.
1306 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
1307
1308 2018-02-12 Maciej W. Rozycki <macro@mips.com>
1309
1310 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
1311 `as' flags.
1312
1313 2018-02-12 Henry Wong <henry@stuffedcow.net>
1314
1315 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
1316 * testsuite/gas/mips/r6-n32.d: Likewise.
1317 * testsuite/gas/mips/r6-n64.d: Likewise.
1318
1319 2018-02-12 Nick Clifton <nickc@redhat.com>
1320
1321 * po/ru.po: Updated Russian translation.
1322
1323 2018-02-08 Alan Modra <amodra@gmail.com>
1324
1325 PR 22819
1326 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
1327 (ppc_frag_check): Likewise.
1328 * testsuite/gas/ppc/misalign.d,
1329 * testsuite/gas/ppc/misalign.l,
1330 * testsuite/gas/ppc/misalign.s: New test.
1331 * testsuite/gas/ppc/misalign2.d,
1332 * testsuite/gas/ppc/misalign2.s: New test.
1333 * testsuite/gas/ppc/ppc.exp: Run them.
1334
1335 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1336
1337 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
1338 `expr' parameter to `ep'.
1339
1340 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1341
1342 * testsuite/gas/mips/reginfo-2.d: New test.
1343 * testsuite/gas/mips/reginfo-2-n32.d: New test.
1344 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
1345 * testsuite/gas/mips/reginfo-2.s: New test source.
1346 * testsuite/gas/mips/mips.exp: Run the new tests.
1347
1348 2018-02-05 Nick Clifton <nickc@redhat.com>
1349
1350 * po/ru.po: Updated Russian translation.
1351
1352 2018-01-31 Alan Modra <amodra@gmail.com>
1353
1354 PR 22714
1355 * app.c (last_char): New static var.
1356 (struct app_save): Add last_char field.
1357 (app_push, app_pop): Handle it.
1358 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
1359
1360 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
1361
1362 PR gas/22738
1363 * config/tc-sparc.h (sparc_mach): Declare.
1364 (TARGET_MACH): Define to above.
1365 * config/tc-sparc.c (sparc_mach): New function.
1366 (sparc_md_end): Minor tweak.
1367
1368 2018-01-29 Nick Clifton <nickc@redhat.com>
1369
1370 * po/ru.po: Updated Russian translation.
1371
1372 2018-01-26 Maciej W. Rozycki <macro@mips.com>
1373
1374 * configure.tgt: Use generic emulation for `mips-*-windiss',
1375 overriding the blanket choice made for `*-*-windiss'.
1376
1377 2018-01-26 Maciej W. Rozycki <macro@mips.com>
1378
1379 * configure.tgt: Use `mips-*-sysv4*' rather than
1380 `mips-*-sysv4*MP*'.
1381
1382 2018-01-24 Renlin Li <renlin.li@arm.com>
1383
1384 * config/tc-aarch64.c (reloc_table): add entries for
1385 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
1386 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
1387 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
1388 BFD_RELOC_AARCH64_MOVW_PREL_G3.
1389 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
1390 (md_apply_fix): Likewise
1391 * testsuite/gas/aarch64/prel_g0.s: New.
1392 * testsuite/gas/aarch64/prel_g0.d: New.
1393 * testsuite/gas/aarch64/prel_g0_nc.s: New.
1394 * testsuite/gas/aarch64/prel_g0_nc.d: New.
1395 * testsuite/gas/aarch64/prel_g1.s: New.
1396 * testsuite/gas/aarch64/prel_g1.d: New.
1397 * testsuite/gas/aarch64/prel_g1_nc.s: New.
1398 * testsuite/gas/aarch64/prel_g1_nc.d: New.
1399 * testsuite/gas/aarch64/prel_g2.s: New.
1400 * testsuite/gas/aarch64/prel_g2.d: New.
1401 * testsuite/gas/aarch64/prel_g2_nc.s: New.
1402 * testsuite/gas/aarch64/prel_g2_nc.d: New.
1403 * testsuite/gas/aarch64/prel_g3.s: New.
1404 * testsuite/gas/aarch64/prel_g3.d: New.
1405
1406 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1407
1408 * configure.ac: Also set `mips_default_abi' to N32_ABI for
1409 `mips64*-ps2-elf*'.
1410 * configure: Regenerate.
1411
1412 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1413
1414 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
1415 enum value.
1416
1417 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1418
1419 * config/tc-i386.c (cpu_arch): Add .pconfig.
1420 * doc/c-i386.texi: Document .pconfig.
1421 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
1422 * testsuite/gas/i386/pconfig-intel.d: New test.
1423 * testsuite/gas/i386/pconfig.d: Likewise.
1424 * testsuite/gas/i386/pconfig.s: Likewise.
1425 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
1426 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
1427 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
1428
1429 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1430
1431 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
1432 * doc/c-i386.texi: Document .wbnoinvd.
1433 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
1434 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
1435 * testsuite/gas/i386/wbnoinvd.d: Likewise.
1436 * testsuite/gas/i386/wbnoinvd.s: Likewise.
1437 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
1438 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
1439 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
1440
1441 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1442
1443 * config/tc-mips.c (md_show_usage): Correctly indicate the
1444 configuration-specific default ABI.
1445
1446 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1447
1448 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
1449 `-mno-mips16e2' options.
1450
1451 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1452
1453 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
1454 Correct syntax of the `.set nomips16e2' directive description.
1455
1456 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
1457
1458 PR 22737
1459 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
1460 * testsuite/gas/rx/pr22737.s: New test.
1461 * testsuite/gas/rx/pr22737.d: Likewise.
1462 * testsuite/gas/rx/rx.exp: Run the new test.
1463
1464 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
1465
1466 * config/tc-arm.c (ToC macro): Remove spurious comment.
1467 (ToU macro): Likewise.
1468
1469 2018-01-17 Jim Wilson <jimw@sifive.com>
1470
1471 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
1472 (riscv_ip) <'z'>: New.
1473
1474 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1475
1476 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
1477 (cpu_noarch): Add noibt, noshstk.
1478 (parse_insn): Change cpucet to cpuibt.
1479 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
1480 * testsuite/gas/i386/cet-ibt-inval.l: New test.
1481 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
1482 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
1483 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
1484 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
1485 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
1486 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
1487 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
1488
1489 2018-01-16 Nick Clifton <nickc@redhat.com>
1490
1491 * po/fr.po: Updated French translation.
1492
1493 2018-01-15 Jim Wilson <jimw@sifive.com>
1494
1495 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
1496 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
1497
1498 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1499
1500 * config/tc-arm.c (ToC): Define macro.
1501 (ToU): Likewise.
1502 (insns): Make use of above macros for new instructions introduced in
1503 Armv8-M.
1504
1505 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1506
1507 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
1508 and vlstm conditionally executable and reindent parameters.
1509 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
1510 aforementionned instructions.
1511
1512 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1513
1514 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
1515 profile architecture or if in autodetection mode. Clarify that
1516 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
1517 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
1518 message.
1519 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
1520 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
1521 * testsuite/gas/arm/udf.l: Likewise.
1522 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
1523
1524 2018-01-15 Nick Clifton <nickc@redhat.com>
1525
1526 * po/uk.po: Updated Ukranian translation.
1527
1528 2018-01-13 Nick Clifton <nickc@redhat.com>
1529
1530 * po/gas.pot: Regenerated.
1531
1532 2018-01-13 Nick Clifton <nickc@redhat.com>
1533
1534 * configure: Regenerate.
1535
1536 2018-01-13 Nick Clifton <nickc@redhat.com>
1537
1538 2.30 branch created.
1539 * NEWS: Add marker for 2.30.
1540
1541 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
1542
1543 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
1544 define to 0 and 1. Remove a dangling reference to "AMD 29000"
1545 in a comment.
1546
1547 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1548
1549 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
1550 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
1551 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
1552 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
1553 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
1554 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
1555 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
1556 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
1557 tests.
1558 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
1559 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
1560 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
1561 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
1562 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
1563 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
1564 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
1565 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
1566
1567 2018-01-11 Alan Modra <amodra@gmail.com>
1568
1569 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
1570 positive "‘profile’ may be used uninitialized".
1571
1572 2018-01-10 Jan Beulich <jbeulich@suse.com>
1573
1574 * testsuite/gas/i386/avx512_4fmaps.s,
1575 testsuite/gas/i386/avx512_4fmaps_vl.s,
1576 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
1577 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
1578 Disp8 forms (and the transition happening at the right
1579 boundary).
1580 * testsuite/gas/i386/avx512_4fmaps.d,
1581 testsuite/gas/i386/avx512_4fmaps-intel.d,
1582 testsuite/gas/i386/avx512_4fmaps_vl.d,
1583 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
1584 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
1585 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
1586 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
1587 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
1588 expectations.
1589
1590 2018-01-10 Jan Beulich <jbeulich@suse.com>
1591
1592 * testsuite/gas/i386/avx512bw.s,
1593 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
1594 operands.
1595 * testsuite/gas/i386/avx512bw-intel.d,
1596 testsuite/gas/i386/avx512bw.d,
1597 testsuite/gas/i386/avx512bw_vl-intel.d.
1598 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
1599
1600 2018-01-09 Jim Wilson <jimw@sifive.com>
1601
1602 * testsuite/gas/riscv/auipc-x0.d: New.
1603 * testsuite/gas/riscv/auipc-x0.s: New.
1604
1605 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
1606
1607 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
1608 in Arm execution state, and Armv6T2 and above in Thumb execution
1609 state.
1610 * testsuite/gas/arm/csdb.s: New.
1611 * testsuite/gas/arm/csdb.d: New.
1612 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
1613 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
1614
1615 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
1616
1617 * testsuite/gas/aarch64/system.d: Update expected results to expect
1618 CSDB for hint 0x14.
1619
1620 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
1621
1622 PR gas/22681
1623 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
1624 x86-64-movd-intel.
1625 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
1626 * testsuite/gas/i386/x86-64-movd.d: Likewise.
1627 * testsuite/gas/i386/x86-64-movd.s: Likewise.
1628
1629 2018-01-08 Nick Clifton <nickc@redhat.com>
1630
1631 PR 22553
1632 * doc/c-i386.texi (i386-Directives): Document the .largecomm
1633 directive.
1634
1635 2018-01-04 Jim Wilson <jimw@sifive.com>
1636
1637 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
1638 * testsuite/gas/riscv/priv-reg.d: Likewise.
1639
1640 2018-01-03 Alan Modra <amodra@gmail.com>
1641
1642 Update year range in copyright notice of all files.
1643
1644 2018-01-02 Nick Clifton <nickc@redhat.com>
1645
1646 PR 18119
1647 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
1648 version of ARM MRS instruction.
1649
1650 For older changes see ChangeLog-2017
1651 \f
1652 Copyright (C) 2018 Free Software Foundation, Inc.
1653
1654 Copying and distribution of this file, with or without modification,
1655 are permitted in any medium without royalty provided the copyright
1656 notice and this notice are preserved.
1657
1658 Local Variables:
1659 mode: change-log
1660 left-margin: 8
1661 fill-column: 74
1662 version-control: never
1663 End:
This page took 0.070615 seconds and 5 git commands to generate.