x86/Intel: correct disassembly of fsub*/fdiv*
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-03-08 Jan Beulich <jbeulich@suse.com>
2
3 * testsuite/gas/i386/intel-intel.d: New.
4 * testsuite/gas/i386/i386.exp: Run new test.
5
6 2018-03-08 Jan Beulich <jbeulich@suse.com>
7
8 * config/tc-i386.c (process_operands): Access operands only
9 after operand count assertion. Sanitize warning text. Fix
10 indentation.
11 * testsuite/gas/i386/avx512_4fmaps-warn.l,
12 gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
13
14 2018-03-08 Jan Beulich <jbeulich@suse.com>
15
16 * testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
17 * testsuite/gas/i386/x86-64-movd.d,
18 testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.
19
20 2018-03-08 Jan Beulich <jbeulich@suse.com>
21
22 * config/tc-i386.c (operand_type_and_not): New.
23 (build_modrm_byte): Use it to prevent clearing unrelated bits.
24
25 2018-03-08 Alan Modra <amodra@gmail.com>
26
27 * config/tc-ppc.c (ppc_handle_align): Correct last patch. Really
28 don't emit a group terminating nop for power9. Simplify cpu
29 tests.
30
31 2018-03-08 Alan Modra <amodra@gmail.com>
32
33 * config/tc-ppc.c (ppc_handle_align): Don't emit a group
34 terminating nop for power9.
35
36 2018-03-07 H.J. Lu <hongjiu.lu@intel.com>
37
38 PR gas/22874
39 * config/tc-i386.c (f32_5): Removed.
40 (f32_8): Likewise.
41 (f32_9): Likewise.
42 (f32_10): Likewise.
43 (f32_11): Likewise.
44 (f32_12): Likewise.
45 (f32_13): Likewise.
46 (f32_14): Likewise.
47 (f16_5): Likewise.
48 (f16_6): Likewise.
49 (f16_7): Likewise.
50 (f16_8): Likewise.
51 (jump_31): Likewise.
52 (alt64_11): Likewise.
53 (alt64_patt): Likewise.
54 (jump_disp8): New.
55 (jump32_disp32): Likewise.
56 (jump16_disp32): Likewise.
57 (alt_11): Likewise.
58 (f32_patt): Updated.
59 (f16_patt): Likewise.
60 (alt_patt): Add alt_11.
61 (i386_align_code): Merged with ...
62 (i386_generate_nops): This. Rewritten.
63 (fits_in_imm7): Moved before i386_generate_nops.
64 (fits_in_imm31): Likewise.
65 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Updated to
66 4095.
67 (i386_align_code): Removed.
68 (HANDLE_ALIGN): Rewritten with i386_generate_nops.
69 * doc/as.texinfo: Update limits of control byte for x86 .nops
70 directive.
71 * testsuite/gas/i386/i386.exp: Run nops-7 and x86-64-nops-7.
72 * gas/testsuite/gas/i386/noavx-3.l: Updated.
73 * gas/testsuite/gas/i386/nop-1.d: Likewise.
74 * gas/testsuite/gas/i386/nop-1.s: Likewise.
75 * gas/testsuite/gas/i386/nop-2.d: Likewise.
76 * gas/testsuite/gas/i386/nop-2.s: Likewise.
77 * gas/testsuite/gas/i386/nop-3.d: Likewise.
78 * gas/testsuite/gas/i386/nop-4.d: Likewise.
79 * gas/testsuite/gas/i386/nop-5.d: Likewise.
80 * gas/testsuite/gas/i386/nop-5.s: Likewise.
81 * gas/testsuite/gas/i386/nop-6.d: Likewise.
82 * gas/testsuite/gas/i386/nop-bad-1.l: Likewise.
83 * gas/testsuite/gas/i386/nops-1-core2.d: Likewise.
84 * gas/testsuite/gas/i386/nops-1-i386-i686.d: Likewise.
85 * gas/testsuite/gas/i386/nops-1-i386.d: Likewise.
86 * gas/testsuite/gas/i386/nops-1-i686.d: Likewise.
87 * gas/testsuite/gas/i386/nops-1-k8.d: Likewise.
88 * gas/testsuite/gas/i386/nops-1.d: Likewise.
89 * gas/testsuite/gas/i386/nops-2-core2.d: Likewise.
90 * gas/testsuite/gas/i386/nops-2-i386.d: Likewise.
91 * gas/testsuite/gas/i386/nops-2.d: Likewise.
92 * gas/testsuite/gas/i386/nops-3-i386.d: Likewise.
93 * gas/testsuite/gas/i386/nops-3-i686.d: Likewise.
94 * gas/testsuite/gas/i386/nops-3.d: Likewise.
95 * gas/testsuite/gas/i386/nops-4-i386.d: Likewise.
96 * gas/testsuite/gas/i386/nops-4-i686.d: Likewise.
97 * gas/testsuite/gas/i386/nops-4.d: Likewise.
98 * gas/testsuite/gas/i386/nops-4a-i686.d: Likewise.
99 * gas/testsuite/gas/i386/nops-5-i686.d: Likewise.
100 * gas/testsuite/gas/i386/nops-5.d: Likewise.
101 * gas/testsuite/gas/i386/nops-6.d: Likewise.
102 * gas/testsuite/gas/i386/nops16-1.d: Likewise.
103 * gas/testsuite/gas/i386/x86-64-nop-1.d: Likewise.
104 * gas/testsuite/gas/i386/x86-64-nop-2.d: Likewise.
105 * gas/testsuite/gas/i386/x86-64-nop-5.d: Likewise.
106 * gas/testsuite/gas/i386/x86-64-nops-1-core2.d: Likewise.
107 * gas/testsuite/gas/i386/x86-64-nops-1-g64.d: Likewise.
108 * gas/testsuite/gas/i386/x86-64-nops-1-k8.d: Likewise.
109 * gas/testsuite/gas/i386/x86-64-nops-1-pentium.d: Likewise.
110 * gas/testsuite/gas/i386/x86-64-nops-1.d: Likewise.
111 * gas/testsuite/gas/i386/x86-64-nops-2.d: Likewise.
112 * gas/testsuite/gas/i386/x86-64-nops-3.d: Likewise.
113 * gas/testsuite/gas/i386/x86-64-nops-4-core2.d: Likewise.
114 * gas/testsuite/gas/i386/x86-64-nops-4-k8.d: Likewise.
115 * gas/testsuite/gas/i386/x86-64-nops-4.d: Likewise.
116 * gas/testsuite/gas/i386/x86-64-nops-5-k8.d: Likewise.
117 * gas/testsuite/gas/i386/x86-64-nops-5.d: Likewise.
118 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
119 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
120 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d: Likewise.
121 * gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d: Likewise.
122 * gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d: Likewise.
123 * gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d: Likewise.
124 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
125 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
126 * gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d: Likewise.
127 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
128 * gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d: Likewise.
129 * gas/testsuite/gas/i386/nops-7.d: New file.
130 * gas/testsuite/gas/i386/nops-7.s: Likewise.
131 * gas/testsuite/gas/i386/x86-64-nops-7.d: Likewise.
132
133 2018-03-07 Alan Modra <amodra@gmail.com>
134
135 * testsuite/gas/ppc/aix.exp: Run for rs6000 too.
136 * testsuite/gas/ppc/ppc.exp: Run more tests for non-ELF targets.
137 * testsuite/gas/ppc/machine.d: Don't run for PE targets.
138
139 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
140
141 * config/tc-arm.c (md_begin): Add NULL pointer check before
142 dereferencing march_ext_opt.
143
144 2018-03-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
145
146 * config/tc-arm.c (cpu_variant, arm_arch_used, thumb_arch_used,
147 legacy_cpu, legacy_fpu, mcpu_cpu_opt, dyn_mcpu_ext_opt,
148 mcpu_fpu_opt, march_cpu_opt, dyn_march_ext_opt, march_fpu_opt,
149 mfpu_opt, object_arch, selected_cpu): Comment meaning of variables.
150 (dyn_mcpu_ext_opt): Also rename into ...
151 (mcpu_ext_opt): This.
152 (dyn_march_ext_opt): Also rename into ...
153 (march_ext_opt): This.
154 (object_arch): Also rename into ...
155 (selected_object_arch): This and make it a plain arm_feature_set
156 structure.
157 (selected_arch, selected_ext, selected_fpu): New static variables.
158 (mark_feature_used): Fix comments, feature is marked as used iff it is
159 currently allowed.
160 (do_bx): Adapt to change in name and type of object_arch.
161 (md_begin): Set selected_arch rather than mcpu_cpu_opt, selected_ext
162 rather than dyn_mcpu_ext_opt and selected_fpu rather than mfpu_opt.
163 Remove dead code to set default FPU if architecture version is greater
164 than 5. Set all CPU bits of cpu_variant directly in autodection
165 leaving mcpu_cpu_opt, selected_arch and selected_cpu unset.
166 (arm_parse_extension): Take extension feature set pointer parameter by
167 value rather than by pointer. Remove allocation code. Adapt code
168 accordingly.
169 (arm_parse_cpu): Adapt to variable renaming and changes in
170 arm_parse_extension () signature.
171 (arm_parse_arch): Likewise.
172 (aeabi_set_public_attributes): Also set selected_arch and selected_ext
173 in addition to selected_cpu. Set flags_arch and flags_ext from them
174 instead of selected_cpu. Adapt to variables renaming and type change.
175 (arm_md_post_relax): Adapt to variable renaming.
176 (s_arm_cpu): Set selcted_cpu_cpu and selected_ext instead of
177 mcpu_cpu_opt and dyn_mcpu_ext_opt. Set selected_cpu from them and
178 cpu_variant from selected_cpu and selected_fpu.
179 (s_arm_arch): Likewise.
180 (s_arm_object_arch): Adapt to variable renaming.
181 (s_arm_arch_extension): Use ARM_CPU_IS_ANY instead of checking feature
182 set against arm_any. Check selected_arch rather than *mcpu_cpu_opt.
183 Set selected_ext rather than *dyn_mcpu_ext_opt and remove allocation
184 code.
185 (s_arm_fpu): Set selected_fpu instead of mfpu_opt. Set all CPU feature
186 bits if in autodetection mode.
187
188 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
189
190 * config/tc-i386.c (optimize_encoding): Optimize AVX256 and
191 AVX512 vpsub[bwdq] instructions.
192 * testsuite/gas/i386/optimize-1.s: Add tests for AVX256 and
193 AVX512 vpsub[bwdq] instructions.
194 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
195 * testsuite/gas/i386/optimize-1.d: Updated.
196 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
197
198 2018-03-01 Alan Modra <amodra@gmail.com>
199
200 * configure.ac (ALL_LINGUAS): Add uk. Sort.
201 * configure: Regenerate.
202
203 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
204
205 * NEWS: Rename .nop to .nops.
206 * doc/as.texinfo: Likewise.
207 * read.c (potable): Add "nops". Remove "nop".
208 (s_nop): Renamed to ...
209 (s_nops): This.
210 * read.h (s_nop): Renamed to ...
211 (s_nops): This.
212 * write.c (cvt_frag_to_fill): Rename .nop to .nops.
213 (md_generate_nops): Likewise.
214 (relax_segment): Likewise.
215 * testsuite/gas/i386/nop-1.d: Updated.
216 * testsuite/gas/i386/nop-1.s: Likewise.
217 * testsuite/gas/i386/nop-2.d: Likewise.
218 * testsuite/gas/i386/nop-2.s: Likewise.
219 * testsuite/gas/i386/nop-3.d: Likewise.
220 * testsuite/gas/i386/nop-3.s: Likewise.
221 * testsuite/gas/i386/nop-4.d: Likewise.
222 * testsuite/gas/i386/nop-4.s: Likewise.
223 * testsuite/gas/i386/nop-5.d: Likewise.
224 * testsuite/gas/i386/nop-5.s: Likewise.
225 * testsuite/gas/i386/nop-6.d: Likewise.
226 * testsuite/gas/i386/nop-6.s: Likewise.
227 * testsuite/gas/i386/nop-bad-1.l: Likewise.
228 * testsuite/gas/i386/nop-bad-1.s: Likewise.
229 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
230 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
231 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
232 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
233 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
234 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
235
236 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
237
238 PR gas/22871
239 * NEWS: Mention -O[2|s].
240 * config/tc-i386.c (_i386_insn): Add no_optimize.
241 (optimize): New.
242 (optimize_for_space): Likewise.
243 (fits_in_imm7): New function.
244 (fits_in_imm31): Likewise.
245 (optimize_encoding): Likewise.
246 (md_assemble): Call optimize_encoding to optimize encoding.
247 (parse_insn): Handle {nooptimize}.
248 (md_shortopts): Append "O::".
249 (md_parse_option): Handle -On.
250 * doc/c-i386.texi: Document -O0, -O, -O1, -O2 and -Os as well
251 as {nooptimize}.
252 * testsuite/gas/cfi/cfi-x86_64.d: Pass -O0 to assembler.
253 * testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d: Likewise.
254 * testsuite/gas/i386/i386.exp: Run optimize-1, optimize-2,
255 optimize-3, x86-64-optimize-1, x86-64-optimize-2,
256 x86-64-optimize-3 and x86-64-optimize-4.
257 * testsuite/gas/i386/optimize-1.d: New file.
258 * testsuite/gas/i386/optimize-1.s: Likewise.
259 * testsuite/gas/i386/optimize-2.d: Likewise.
260 * testsuite/gas/i386/optimize-2.s: Likewise.
261 * testsuite/gas/i386/optimize-3.d: Likewise.
262 * testsuite/gas/i386/optimize-3.s: Likewise.
263 * testsuite/gas/i386/x86-64-optimize-1.s: Likewise.
264 * testsuite/gas/i386/x86-64-optimize-1.d: Likewise.
265 * testsuite/gas/i386/x86-64-optimize-2.d: Likewise.
266 * testsuite/gas/i386/x86-64-optimize-2.s: Likewise.
267 * testsuite/gas/i386/x86-64-optimize-3.d: Likewise.
268 * testsuite/gas/i386/x86-64-optimize-3.s: Likewise.
269 * testsuite/gas/i386/x86-64-optimize-4.d: Likewise.
270 * testsuite/gas/i386/x86-64-optimize-4.s: Likewise.
271
272 2018-02-27 Nick Clifton <nickc@redhat.com>
273
274 * po/ru.po: Updated Russian translation.
275
276 2018-02-26 Maciej W. Rozycki <macro@mips.com>
277
278 * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
279 descriptions.
280
281 2018-02-26 Nick Clifton <nickc@redhat.com>
282
283 * doc/as.texinfo (Dc): Fix typo.
284
285 2018-02-26 Alan Modra <amodra@gmail.com>
286
287 * testsuite/gas/mips/reginfo-2.l: Update.
288
289 2018-02-23 Alan Modra <amodra@gmail.com>
290
291 * testsuite/gas/mips/reginfo-2.l: Update.
292
293 2018-02-23 Nick Clifton <nickc@redhat.com>
294
295 * doc/as.texinfo (Pseudo Ops): Add nodes for .dc, .dcb and .ds.
296
297 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
298
299 * config/tc-nds32.c (ict_model): New function. Hook new
300 directive .ict_model.
301 (nds32_insert_relax_entry): Tag the bits of entry relocation
302 for .ict_model.
303
304 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
305
306 * config/tc-i386.c (_i386_insn): Add rex_encoding.
307 (md_assemble): When i.rex_encoding is true, generate a REX byte
308 if possible.
309 (parse_insn): Set i.rex_encoding for {rex}.
310 * doc/c-i386.texi: Document {rex}.
311 * testsuite/gas/i386/x86-64-pseudos.s: Add {rex} tests.
312 * testsuite/gas/i386/x86-64-pseudos.d: Updated.
313
314 2018-02-22 A. Wilcox <awilfox@adelielinux.org>
315
316 PR 22014
317 * config/tc-mips.c (mips_lookup_insn): Use memmove to strip the
318 instruction size suffix.
319
320 2018-02-20 Maciej W. Rozycki <macro@mips.com>
321
322 * testsuite/gas/mips/mips16-branch-reloc-4.d: New test.
323 * testsuite/gas/mips/mips16-branch-reloc-5.d: New test.
324 * testsuite/gas/mips/mips16-branch-reloc-4.s: New test source.
325 * testsuite/gas/mips/mips16-branch-reloc-5.s: New test source.
326 * testsuite/gas/mips/mips.exp: Run the new tests.
327
328 2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
329
330 * config/tc-xtensa.c (struct litpool_frag): Add new field
331 literal_count.
332 (MAX_AUTO_POOL_LITERALS, MAX_EXPLICIT_POOL_LITERALS)
333 (MAX_POOL_LITERALS): New macro definitions.
334 (auto_litpool_limit): Initialize to 0.
335 (md_parse_option): Set auto_litpool_limit in the presence of
336 --auto-litpools option.
337 (xtensa_maybe_create_literal_pool_frag): Zero-initialize
338 literal_count field.
339 (xg_find_litpool): New function. Make sure that found literal
340 pool size is within the limit.
341 (xtensa_move_literals): Extract literal pool search code into
342 the new function.
343 * testsuite/gas/xtensa/all.exp: Add auto-litpools-2 test.
344 * testsuite/gas/xtensa/auto-litpools-2.d: New file.
345 * testsuite/gas/xtensa/auto-litpools-2.s: New file.
346 * testsuite/gas/xtensa/auto-litpools.d: Fix up changed
347 addresses.
348 * testsuite/gas/xtensa/auto-litpools.s: Change literal value so
349 that objdump doesn't get out of sync.
350
351 2018-02-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
352
353 * doc/c-arm.texi (.arch_extension): Mention extensions it accepts are
354 also the same as -march.
355
356 2018-02-17 H.J. Lu <hongjiu.lu@intel.com>
357
358 * NEWS: Mention .nop directive.
359 * as.h (_relax_state): Add rs_space_nop and rs_fill_nop.
360 * read.c (potable): Add .nop.
361 (s_nop): New function.
362 * read.h (s_nop): New prototype.
363 * write.c (cvt_frag_to_fill): Handle rs_space_nop and
364 rs_fill_nop.
365 (md_generate_nops): New function.
366 (relax_segment): Likewise.
367 (write_contents): Use md_generate_nops for rs_fill_nop.
368 * config/tc-i386.c (alt64_11): New.
369 (alt64_patt): Likewise.
370 (md_convert_frag): Handle rs_space_nop.
371 (i386_output_nops): New function.
372 (i386_generate_nops): Likewise.
373 (i386_align_code): Call i386_output_nops.
374 * config/tc-i386.h (i386_generate_nops): New.
375 (md_generate_nops): Likewise.
376 * doc/as.texinfo: Document .nop directive.
377 * testsuite/gas/i386/i386.exp: Run .nop directive tests.
378 * testsuite/gas/i386/nop-1.d: New file.
379 * testsuite/gas/i386/nop-1.s: Likewise.
380 * testsuite/gas/i386/nop-2.d: Likewise.
381 * testsuite/gas/i386/nop-2.s: Likewise.
382 * testsuite/gas/i386/nop-3.d: Likewise.
383 * testsuite/gas/i386/nop-3.s: Likewise.
384 * testsuite/gas/i386/nop-4.d: Likewise.
385 * testsuite/gas/i386/nop-4.s: Likewise.
386 * testsuite/gas/i386/nop-5.d: Likewise.
387 * testsuite/gas/i386/nop-5.s: Likewise.
388 * testsuite/gas/i386/nop-6.d: Likewise.
389 * testsuite/gas/i386/nop-6.s: Likewise.
390 * testsuite/gas/i386/nop-bad-1.l: Likewise.
391 * testsuite/gas/i386/nop-bad-1.s: Likewise.
392 * testsuite/gas/i386/x86-64-nop-1.d: Likewise.
393 * testsuite/gas/i386/x86-64-nop-2.d: Likewise.
394 * testsuite/gas/i386/x86-64-nop-3.d: Likewise.
395 * testsuite/gas/i386/x86-64-nop-4.d: Likewise.
396 * testsuite/gas/i386/x86-64-nop-5.d: Likewise.
397 * testsuite/gas/i386/x86-64-nop-6.d: Likewise.
398
399 2018-02-15 Tamar Christina <tamar.christina@arm.com>
400
401 * config/tc-arm.c (cpu_arch_ver): Renumber ARM_ARCH_V8_4A.
402 * testsuite/gas/arm/attr-march-armv8_4-a.d: New.
403
404 2018-02-13 Max Filippov <jcmvbkbc@gmail.com>
405
406 * config/tc-xtensa.c (xg_find_best_trampoline): Skip trampoline
407 frag that contains source address.
408
409 2018-02-13 Nick Clifton <nickc@redhat.com>
410
411 PR 22773
412 * config/tc-arm.c (md_apply_fix): Test Rn field of Thumb ORR
413 instruction before assuming that it is a MOV instruction.
414 * testsuite/gas/arm/pr22773.s: New test.
415 * testsuite/gas/arm/pr22773.d: New test driver.
416 * testsuite/gas/arm/pr22773.l: New expected output.
417
418 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
419
420 PR gas/22791
421 * config/tc-i386.c (need_plt32_p): New function.
422 (output_jump): Generate BFD_RELOC_X86_64_PLT32 if possible.
423 (md_estimate_size_before_relax): Likewise.
424 * testsuite/gas/i386/reloc64.d: Updated.
425 * testsuite/gas/i386/x86-64-jump.d: Likewise.
426 * testsuite/gas/i386/x86-64-mpx-branch-1.d: Likewise.
427 * testsuite/gas/i386/x86-64-mpx-branch-2.d: Likewise.
428 * testsuite/gas/i386/x86-64-relax-2.d: Likewise.
429 * testsuite/gas/i386/x86-64-relax-3.d: Likewise.
430 * testsuite/gas/i386/ilp32/reloc64.d: Likewise.
431 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
432
433 2018-02-13 Maciej W. Rozycki <macro@mips.com>
434
435 * testsuite/gas/mips/loongson-3a-2.d: Rename test.
436
437 2018-02-13 Nick Clifton <nickc@redhat.com>
438
439 PR 22823
440 * config/obj-elf.c (elf_pseudo_table): Remove now redundant
441 casts.
442 (obj_elf_vtable_inherit): Rename to obj_elf_get_vtable_inherit.
443 (obj_elf_vtable_inherit): New stub function that calls
444 obj_elf_get_vtable_inherit.
445 (obj_elf_vtable_entry): Rename to obj_elf_get_vtable_entry.
446 (obj_elf_vtable_entry): New stub function that calls
447 obj_elf_get_vtable_entry.
448 * config/obj-elf.h (obj_elf_vtable_inherit): Update prototype.
449 (obj_elf_vtable_entry) Likewise.
450 (obj_elf_get_vtable_inherit) Likewise.
451 (obj_elf_get_vtable_entry) Likewise.
452 * config/tc-arm.c (md_pseudo_table): Remove now redundant cast.
453 * config/tc-i386c (md_pseudo_table): Likewise.
454 * config/tc-hppa.c (pa_vtable_entry): Call
455 obj_elf_get_vtable_entry.
456 (pa_vtable_inherit): Call obj_elf_get_vtable_inherit.
457 * config/tc-mips.c (s_mips_file): Replace call to dwarf2_get_file
458 with call to dwarf2_get_filename.
459 * dwarf2dbg.c (dwarf2_directive_file): Rename to
460 dwarf2_directive_filename.
461 (dwarf2_directive_file): New stub function that calls
462 dwarf2_directive_filename.
463 * dwarf2dbg.h: Prototype dwarf2_directive_filename.
464
465 2018-02-12 Maciej W. Rozycki <macro@mips.com>
466
467 * testsuite/gas/mips/reginfo-2-n32.d: Add `--no-pad-sections' to
468 `as' flags.
469
470 2018-02-12 Henry Wong <henry@stuffedcow.net>
471
472 * testsuite/gas/mips/r6.d: Update for "sigrie" encoding fix.
473 * testsuite/gas/mips/r6-n32.d: Likewise.
474 * testsuite/gas/mips/r6-n64.d: Likewise.
475
476 2018-02-12 Nick Clifton <nickc@redhat.com>
477
478 * po/ru.po: Updated Russian translation.
479
480 2018-02-08 Alan Modra <amodra@gmail.com>
481
482 PR 22819
483 * config/tc-ppc.c (md_assemble): Rewrite insn alignment checking.
484 (ppc_frag_check): Likewise.
485 * testsuite/gas/ppc/misalign.d,
486 * testsuite/gas/ppc/misalign.l,
487 * testsuite/gas/ppc/misalign.s: New test.
488 * testsuite/gas/ppc/misalign2.d,
489 * testsuite/gas/ppc/misalign2.s: New test.
490 * testsuite/gas/ppc/ppc.exp: Run them.
491
492 2018-02-05 Maciej W. Rozycki <macro@mips.com>
493
494 * config/tc-riscv.c (riscv_handle_implicit_zero_offset): Rename
495 `expr' parameter to `ep'.
496
497 2018-02-05 Maciej W. Rozycki <macro@mips.com>
498
499 * testsuite/gas/mips/reginfo-2.d: New test.
500 * testsuite/gas/mips/reginfo-2-n32.d: New test.
501 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
502 * testsuite/gas/mips/reginfo-2.s: New test source.
503 * testsuite/gas/mips/mips.exp: Run the new tests.
504
505 2018-02-05 Nick Clifton <nickc@redhat.com>
506
507 * po/ru.po: Updated Russian translation.
508
509 2018-01-31 Alan Modra <amodra@gmail.com>
510
511 PR 22714
512 * app.c (last_char): New static var.
513 (struct app_save): Add last_char field.
514 (app_push, app_pop): Handle it.
515 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
516
517 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
518
519 PR gas/22738
520 * config/tc-sparc.h (sparc_mach): Declare.
521 (TARGET_MACH): Define to above.
522 * config/tc-sparc.c (sparc_mach): New function.
523 (sparc_md_end): Minor tweak.
524
525 2018-01-29 Nick Clifton <nickc@redhat.com>
526
527 * po/ru.po: Updated Russian translation.
528
529 2018-01-26 Maciej W. Rozycki <macro@mips.com>
530
531 * configure.tgt: Use generic emulation for `mips-*-windiss',
532 overriding the blanket choice made for `*-*-windiss'.
533
534 2018-01-26 Maciej W. Rozycki <macro@mips.com>
535
536 * configure.tgt: Use `mips-*-sysv4*' rather than
537 `mips-*-sysv4*MP*'.
538
539 2018-01-24 Renlin Li <renlin.li@arm.com>
540
541 * config/tc-aarch64.c (reloc_table): add entries for
542 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
543 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
544 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
545 BFD_RELOC_AARCH64_MOVW_PREL_G3.
546 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
547 (md_apply_fix): Likewise
548 * testsuite/gas/aarch64/prel_g0.s: New.
549 * testsuite/gas/aarch64/prel_g0.d: New.
550 * testsuite/gas/aarch64/prel_g0_nc.s: New.
551 * testsuite/gas/aarch64/prel_g0_nc.d: New.
552 * testsuite/gas/aarch64/prel_g1.s: New.
553 * testsuite/gas/aarch64/prel_g1.d: New.
554 * testsuite/gas/aarch64/prel_g1_nc.s: New.
555 * testsuite/gas/aarch64/prel_g1_nc.d: New.
556 * testsuite/gas/aarch64/prel_g2.s: New.
557 * testsuite/gas/aarch64/prel_g2.d: New.
558 * testsuite/gas/aarch64/prel_g2_nc.s: New.
559 * testsuite/gas/aarch64/prel_g2_nc.d: New.
560 * testsuite/gas/aarch64/prel_g3.s: New.
561 * testsuite/gas/aarch64/prel_g3.d: New.
562
563 2018-01-23 Maciej W. Rozycki <macro@mips.com>
564
565 * configure.ac: Also set `mips_default_abi' to N32_ABI for
566 `mips64*-ps2-elf*'.
567 * configure: Regenerate.
568
569 2018-01-23 Maciej W. Rozycki <macro@mips.com>
570
571 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
572 enum value.
573
574 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
575
576 * config/tc-i386.c (cpu_arch): Add .pconfig.
577 * doc/c-i386.texi: Document .pconfig.
578 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
579 * testsuite/gas/i386/pconfig-intel.d: New test.
580 * testsuite/gas/i386/pconfig.d: Likewise.
581 * testsuite/gas/i386/pconfig.s: Likewise.
582 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
583 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
584 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
585
586 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
587
588 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
589 * doc/c-i386.texi: Document .wbnoinvd.
590 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
591 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
592 * testsuite/gas/i386/wbnoinvd.d: Likewise.
593 * testsuite/gas/i386/wbnoinvd.s: Likewise.
594 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
595 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
596 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
597
598 2018-01-23 Maciej W. Rozycki <macro@mips.com>
599
600 * config/tc-mips.c (md_show_usage): Correctly indicate the
601 configuration-specific default ABI.
602
603 2018-01-23 Maciej W. Rozycki <macro@mips.com>
604
605 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
606 `-mno-mips16e2' options.
607
608 2018-01-22 Maciej W. Rozycki <macro@mips.com>
609
610 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
611 Correct syntax of the `.set nomips16e2' directive description.
612
613 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
614
615 PR 22737
616 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
617 * testsuite/gas/rx/pr22737.s: New test.
618 * testsuite/gas/rx/pr22737.d: Likewise.
619 * testsuite/gas/rx/rx.exp: Run the new test.
620
621 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
622
623 * config/tc-arm.c (ToC macro): Remove spurious comment.
624 (ToU macro): Likewise.
625
626 2018-01-17 Jim Wilson <jimw@sifive.com>
627
628 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
629 (riscv_ip) <'z'>: New.
630
631 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
632
633 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
634 (cpu_noarch): Add noibt, noshstk.
635 (parse_insn): Change cpucet to cpuibt.
636 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
637 * testsuite/gas/i386/cet-ibt-inval.l: New test.
638 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
639 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
640 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
641 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
642 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
643 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
644 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
645
646 2018-01-16 Nick Clifton <nickc@redhat.com>
647
648 * po/fr.po: Updated French translation.
649
650 2018-01-15 Jim Wilson <jimw@sifive.com>
651
652 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
653 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
654
655 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
656
657 * config/tc-arm.c (ToC): Define macro.
658 (ToU): Likewise.
659 (insns): Make use of above macros for new instructions introduced in
660 Armv8-M.
661
662 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
663
664 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
665 and vlstm conditionally executable and reindent parameters.
666 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
667 aforementionned instructions.
668
669 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
670
671 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
672 profile architecture or if in autodetection mode. Clarify that
673 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
674 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
675 message.
676 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
677 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
678 * testsuite/gas/arm/udf.l: Likewise.
679 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
680
681 2018-01-15 Nick Clifton <nickc@redhat.com>
682
683 * po/uk.po: Updated Ukranian translation.
684
685 2018-01-13 Nick Clifton <nickc@redhat.com>
686
687 * po/gas.pot: Regenerated.
688
689 2018-01-13 Nick Clifton <nickc@redhat.com>
690
691 * configure: Regenerate.
692
693 2018-01-13 Nick Clifton <nickc@redhat.com>
694
695 2.30 branch created.
696 * NEWS: Add marker for 2.30.
697
698 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
699
700 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
701 define to 0 and 1. Remove a dangling reference to "AMD 29000"
702 in a comment.
703
704 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
705
706 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
707 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
708 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
709 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
710 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
711 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
712 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
713 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
714 tests.
715 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
716 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
717 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
718 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
719 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
720 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
721 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
722 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
723
724 2018-01-11 Alan Modra <amodra@gmail.com>
725
726 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
727 positive "‘profile’ may be used uninitialized".
728
729 2018-01-10 Jan Beulich <jbeulich@suse.com>
730
731 * testsuite/gas/i386/avx512_4fmaps.s,
732 testsuite/gas/i386/avx512_4fmaps_vl.s,
733 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
734 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
735 Disp8 forms (and the transition happening at the right
736 boundary).
737 * testsuite/gas/i386/avx512_4fmaps.d,
738 testsuite/gas/i386/avx512_4fmaps-intel.d,
739 testsuite/gas/i386/avx512_4fmaps_vl.d,
740 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
741 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
742 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
743 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
744 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
745 expectations.
746
747 2018-01-10 Jan Beulich <jbeulich@suse.com>
748
749 * testsuite/gas/i386/avx512bw.s,
750 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
751 operands.
752 * testsuite/gas/i386/avx512bw-intel.d,
753 testsuite/gas/i386/avx512bw.d,
754 testsuite/gas/i386/avx512bw_vl-intel.d.
755 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
756
757 2018-01-09 Jim Wilson <jimw@sifive.com>
758
759 * testsuite/gas/riscv/auipc-x0.d: New.
760 * testsuite/gas/riscv/auipc-x0.s: New.
761
762 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
763
764 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
765 in Arm execution state, and Armv6T2 and above in Thumb execution
766 state.
767 * testsuite/gas/arm/csdb.s: New.
768 * testsuite/gas/arm/csdb.d: New.
769 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
770 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
771
772 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
773
774 * testsuite/gas/aarch64/system.d: Update expected results to expect
775 CSDB for hint 0x14.
776
777 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
778
779 PR gas/22681
780 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
781 x86-64-movd-intel.
782 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
783 * testsuite/gas/i386/x86-64-movd.d: Likewise.
784 * testsuite/gas/i386/x86-64-movd.s: Likewise.
785
786 2018-01-08 Nick Clifton <nickc@redhat.com>
787
788 PR 22553
789 * doc/c-i386.texi (i386-Directives): Document the .largecomm
790 directive.
791
792 2018-01-04 Jim Wilson <jimw@sifive.com>
793
794 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
795 * testsuite/gas/riscv/priv-reg.d: Likewise.
796
797 2018-01-03 Alan Modra <amodra@gmail.com>
798
799 Update year range in copyright notice of all files.
800
801 2018-01-02 Nick Clifton <nickc@redhat.com>
802
803 PR 18119
804 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
805 version of ARM MRS instruction.
806
807 For older changes see ChangeLog-2017
808 \f
809 Copyright (C) 2018 Free Software Foundation, Inc.
810
811 Copying and distribution of this file, with or without modification,
812 are permitted in any medium without royalty provided the copyright
813 notice and this notice are preserved.
814
815 Local Variables:
816 mode: change-log
817 left-margin: 8
818 fill-column: 74
819 version-control: never
820 End:
This page took 0.046959 seconds and 4 git commands to generate.