[ARM] Assembler and disassembler support Dot Product Extension
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-06-28 Jiong Wang <jiong.wang@arm.com>
2
3 * config/tc-arm.c (fpu_neon_ext_dotprod): New variable.
4 (neon_scalar_for_mul): Improve comments.
5 (do_neon_dotproduct): New function to encode Dot Product instructions.
6 (do_neon_dotproduct_s): Wrapper function for signed Dot Product
7 instructions.
8 (do_neon_dotproduct_u): Wrapper function for unsigned Dot Product
9 instructions.
10 (insns): New entries for vsdot and vudot.
11 (arm_extensions): New entry for "dotprod".
12 * doc/c-arm.texi: Document new "dotprod" extension.
13 * testsuite/gas/arm/dotprod.s: New test source.
14 * testsuite/gas/arm/dotprod-illegal.s: New test source.
15 * testsuite/gas/arm/dotprod.d: New test.
16 * testsuite/gas/arm/dotprod-thumb2.d: New test.
17 * testsuite/gas/arm/dotprod-illegal.d: New test.
18 * testsuite/gas/arm/dotprod-legacy-arch.d: New test.
19 * testsuite/gas/arm/dotprod-illegal.l: New error file.
20 * testsuite/gas/arm/dotprod-legacy-arch.l: New error file.
21
22 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
23
24 * testsuite/gas/mips/elf_mach_interaptiv-mr2.d: New test.
25 * testsuite/gas/mips/save-err.d: New test.
26 * testsuite/gas/mips/save-sub.d: New test.
27 * testsuite/gas/mips/interaptiv-mr2@save.d: New test.
28 * testsuite/gas/mips/mips1@save-sub.d: New test.
29 * testsuite/gas/mips/mips2@save-sub.d: New test.
30 * testsuite/gas/mips/mips3@save-sub.d: New test.
31 * testsuite/gas/mips/mips4@save-sub.d: New test.
32 * testsuite/gas/mips/mips5@save-sub.d: New test.
33 * testsuite/gas/mips/mips32@save-sub.d: New test.
34 * testsuite/gas/mips/mips64@save-sub.d: New test.
35 * testsuite/gas/mips/mips16@save-sub.d: New test.
36 * testsuite/gas/mips/mips16e@save-sub.d: New test.
37 * testsuite/gas/mips/r3000@save-sub.d: New test.
38 * testsuite/gas/mips/r3900@save-sub.d: New test.
39 * testsuite/gas/mips/r4000@save-sub.d: New test.
40 * testsuite/gas/mips/vr5400@save-sub.d: New test.
41 * testsuite/gas/mips/interaptiv-mr2@save-sub.d: New test.
42 * testsuite/gas/mips/sb1@save-sub.d: New test.
43 * testsuite/gas/mips/octeon2@save-sub.d: New test.
44 * testsuite/gas/mips/octeon3@save-sub.d: New test.
45 * testsuite/gas/mips/xlr@save-sub.d: New test.
46 * testsuite/gas/mips/r5900@save-sub.d: New test.
47 * testsuite/gas/mips/mips16e2-copy.d: New test.
48 * testsuite/gas/mips/mips16e2-copy-err.d: New test.
49 * testsuite/gas/mips/save.d: Remove `MIPS16e' from the `name'
50 option. Adjust for trailing padding change.
51 * testsuite/gas/mips/mips16e2-copy-err.l: New stderr output.
52 * testsuite/gas/mips/save-sub.s: New test source.
53 * testsuite/gas/mips/mips16e2-copy.s: New test source.
54 * testsuite/gas/mips/mips16e2-copy-err.s: New test source.
55 * testsuite/gas/mips/save.s: Update description, change trailing
56 padding and remove trailing white space.
57 * testsuite/gas/mips/mips.exp: Expand `save' and `save-err'
58 tests across the regular MIPS interAptiv MR2 architecture. Run
59 the new tests.
60
61 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
62
63 * testsuite/gas/mips/mips.exp (interaptiv-mr2): New architecture.
64 (mips16e2-interaptiv-mr2): Likewise.
65 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.d: New
66 test.
67 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.d:
68 New test.
69 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.d:
70 New test.
71 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.d:
72 New test.
73 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.d:
74 New test.
75 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64.d: New
76 test.
77 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.d: New
78 test.
79 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.d: New
80 test.
81 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.d:
82 New test.
83 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
84 New test.
85 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-asmacro.d:
86 New test.
87 * testsuite/gas/mips/interaptiv-mr2@mcu.d: New test.
88 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.d: New test.
89 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.d: New test.
90 * testsuite/gas/mips/attr-gnu-4-5.d: Ignore any number of ASE
91 flag lines present rather than just one.
92 * testsuite/gas/mips/attr-gnu-4-6.d: Likewise.
93 * testsuite/gas/mips/attr-gnu-4-7.d: Likewise.
94 * testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d: Likewise.
95 * testsuite/gas/mips/attr-none-o32-fp64.d: Likewise.
96 * testsuite/gas/mips/attr-none-o32-fpxx.d: Likewise.
97 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.l: New
98 stderr output.
99 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.l:
100 New stderr output.
101 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.l:
102 New stderr output.
103 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.l:
104 New stderr output.
105 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.l:
106 New stderr output.
107 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.l: New
108 stderr output.
109 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.l: New
110 stderr output.
111 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.l:
112 New stderr output.
113 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.l: New stderr
114 output.
115 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.l: New stderr
116 output.
117
118 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
119 Matthew Fortune <matthew.fortune@imgtec.com>
120
121 * config/tc-mips.c (validate_mips_insn): Handle
122 OP_SAVE_RESTORE_LIST specially.
123 (mips_encode_save_restore, mips16_encode_save_restore): New
124 functions.
125 (match_save_restore_list_operand): Factor out SAVE/RESTORE
126 operand insertion into the instruction word or halfword to these
127 new functions.
128 (mips_cpu_info_table): Add "interaptiv-mr2" entry.
129
130 * doc/c-mips.texi (MIPS Options): Add `interaptiv-mr2' to the
131 `-march=' argument list.
132
133 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
134
135 * testsuite/gas/mips/mips16e-save.d: Rename to...
136 * testsuite/gas/mips/save.d: ... this.
137 * testsuite/gas/mips/mips16e-save-err.d: Update the
138 `error-output' option and rename to...
139 * testsuite/gas/mips/save-err.d: ... this.
140 * testsuite/gas/mips/mips16e-save-err.l: Rename to...
141 * testsuite/gas/mips/save-err.l: ... this.
142 * testsuite/gas/mips/mips16e-save.s: Rename to...
143 * testsuite/gas/mips/save.s: ... this.
144 * testsuite/gas/mips/mips16e-save-err.s: Rename to...
145 * testsuite/gas/mips/save-err.s: ... this.
146 * testsuite/gas/mips/mips.exp: Rename `mips16e-save' and
147 `mips16e-save-err' invocations to `save' and `save-err'
148 respectively and reorder these tests away from MIPS16 tests.
149
150 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
151
152 * testsuite/gas/mips/mips16e-save.d: Remove `-mmips:isa32
153 -mmips:16' from `objdump' flags and `-march=mips32 -mips16' from
154 `as' flags.
155 * testsuite/gas/mips/mips16e-save-err.d: Remove `-march=mips32'
156 from `as' flags.
157 * testsuite/gas/mips/mips16e-save.s: Remove the `.set mips16'
158 pseudo-op.
159 * testsuite/gas/mips/mips16e-save-err.s: Likewise.
160 * testsuite/gas/mips/mips.exp: Run SAVE/RESTORE tests across all
161 MIPS16e architectures.
162
163 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
164
165 * testsuite/gas/mips/mips16e-save-err.d: New test.
166 * gas/testsuite/gas/mips/mips.exp: Fold `mips16e-save-err' list
167 test into the new test.
168
169 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
170
171 * testsuite/gas/mips/mips16e-save.d: Capitalize the `name'
172 option.
173
174 2017-06-26 Kuan-Lin Chen <rufus@andestech.com>
175
176 * config/tc-riscv.c (md_apply_fix) [BFD_RELOC_32]: Convert to a
177 R_RISCV_32_PCREL relocation.
178
179 2017-06-26 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR gas/21661
182 * config/obj-elf.c (obj_elf_symver): Don't allow .symver with
183 common symbol.
184 (elf_frob_symbol): Likewise.
185 * testsuite/gas/elf/elf.exp: Run pr21661.
186 * testsuite/gas/elf/pr21661.d: New file.
187 * testsuite/gas/elf/pr21661.s: Likewise.
188
189 2017-06-26 Nick Clifton <nickc@redhat.com>
190
191 * config/tc-arm.c (fpu_any): Only define for ELF based targets.
192
193 2017-06-26 Claudiu Zissulescu <claziss@synopsys.com>
194
195 * /config/tc-arc.c (is_br_jmp_insn_p): Update macro with known
196 instructions to be accounted as jumps.
197 (assemble_insn): Check for limms into the delay slots. Emit an
198 error if so.
199 * testsuite/gas/arc/asm-errors-3.d: New file.
200 * testsuite/gas/arc/asm-errors-3.err: Likewise.
201 * testsuite/gas/arc/asm-errors-3.s: Likewise.
202
203 2017-06-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
204
205 * NEWS: Mention support of ARM Cortex-R52 processor.
206 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-R52 processor.
207 * doc/c-arm.texi: Mention support for -mcpu=cortex-r52.
208
209 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
210
211 * NEWS: Mention support for ARMv8-R architecture.
212 * config/tc-arm.c (arm_archs): Add entry for ARMv8-R.
213 (arm_extensions): Restrict pan, ras and rdma extension to
214 ARMv8-A and make crypto, fp and simd extensions available to
215 ARMv8-R.
216 (cpu_arch_ver): Add entry for ARMv8-R.
217 (aeabi_set_public_attributes): Update gas_assert for Tag_DIV_use
218 logic.
219 * testsuite/gas/arm/armv8-a+fp.s: Rename into ...
220 * testsuite/gas/arm/armv8-ar+fp.s: This. Remove .arch directive.
221 * testsuite/gas/arm/armv8-a+fp.d: Specify source to assemble and
222 architecture to assemble for.
223 * testsuite/gas/arm/armv8-r+fp.d: New.
224 * testsuite/gas/arm/armv8-a+simd.s: Rename into ...
225 * testsuite/gas/arm/armv8-ar+simd.s: This. Remove .arch directive.
226 * testsuite/gas/arm/armv8-a+simd.d: Specify source to assemble and
227 architecture to assemble for.
228 * testsuite/gas/arm/armv8-r+simd.d: New.
229 * testsuite/gas/arm/armv8-a-bad.s: Rename into ...
230 * testsuite/gas/arm/armv8-ar-bad.s: This. Remove .arch directive.
231 * testsuite/gas/arm/armv8-a-bad.l: Rename into ...
232 * testsuite/gas/arm/armv8-ar-bad.l: This. Decrement line number by 1.
233 * testsuite/gas/arm/armv8-a-bad.d: Specify source to assemble,
234 architecture to assemble for and adjust error output file.
235 * testsuite/gas/arm/armv8-r-bad.d: New.
236 * testsuite/gas/arm/armv8-a-barrier.s: Rename into ...
237 * testsuite/gas/arm/armv8-ar-barrier.s: This.
238 * testsuite/gas/arm/armv8-a-barrier-arm.d: Adjust source.
239 * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
240 * testsuite/gas/arm/armv8-r-barrier-arm.d: New.
241 * testsuite/gas/arm/armv8-r-barrier-thumb.d: New.
242 * testsuite/gas/arm/armv8-a-it-bad.s: Rename into ...
243 * testsuite/gas/arm/armv8-ar-it-bad.s: This. Remove .arch directive.
244 * testsuite/gas/arm/armv8-a-it-bad.l: Rename into ...
245 * testsuite/gas/arm/armv8-ar-it-bad.l: This. Decrement line number
246 by 1.
247 * testsuite/gas/arm/armv8-a-it-bad.d: Specify source to assemble,
248 architecture to assemble for and adjust error output file.
249 * testsuite/gas/arm/armv8-r-it-bad.d: New.
250 * testsuite/gas/arm/armv8-a.s: Rename into ...
251 * testsuite/gas/arm/armv8-ar.s: This. Remove .arch directive.
252 * testsuite/gas/arm/armv8-a.d: Specify source to assemble and
253 architecture to assemble for.
254 * testsuite/gas/arm/armv8-r.d: New.
255 * testsuite/gas/arm/attr-march-armv8-r+crypto.d: New.
256 * testsuite/gas/arm/attr-march-armv8-r+fp.d: New.
257 * testsuite/gas/arm/attr-march-armv8-r+simd.d: New.
258 * testsuite/gas/arm/attr-march-armv8-r.d: New.
259 * testsuite/gas/arm/crc32.s: Rename into ...
260 * testsuite/gas/arm/crc32-armv8-ar.s: This.
261 * testsuite/gas/arm/crc32.d: Rename into ...
262 * testsuite/gas/arm/crc32-armv8-a.d: This. Specify source to assemble.
263 * testsuite/gas/arm/crc32-armv8-r.d: New.
264 * testsuite/gas/arm/crc32-bad.s: Rename into ...
265 * testsuite/gas/arm/crc32-armv8-ar-bad.s: This.
266 * testsuite/gas/arm/crc32-bad.d: Rename into ...
267 * testsuite/gas/arm/crc32-armv8-a-bad.d: This. Specify source to
268 assemble.
269 * testsuite/gas/arm/crc32-armv8-r-bad.d: New.
270 * testsuite/gas/arm/mask_1.s: Rename into ...
271 * testsuite/gas/arm/mask_1-armv8-ar.s: This.
272 * testsuite/gas/arm/mask_1.d: Rename into ...
273 * testsuite/gas/arm/mask_1-armv8-a.d: This. Specify source to
274 assemble.
275 * testsuite/gas/arm/mask_1-armv8-r.d: new.
276
277 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
278
279 * config/tc-arm.c (arm_ext_v6m): Delete.
280 (arm_ext_v7m): Delete.
281 (arm_ext_m): Remove ARM_EXT_OS from the set of feature defined M
282 profile.
283 (arm_arch_v6m_only): Delete.
284 (do_t_swi): Remove special case for ARMv6S-M.
285 (md_assemble): Display error message previously in do_t_swi when
286 SVC is not available.
287 (insns): Guard swi and svc by arm_ext_os for Thumb mode.
288 (aeabi_set_public_attributes): Remove special case for ARMv6S-M.
289
290 2017-05-11 Andrew Waterman <andrew@sifive.com>
291
292 * config/tc-riscv.c (riscv_ip): Changes as_warn to as_bad for improper
293 shift amounts.
294
295 2017-06-22 Nick Clifton <nickc@redhat.com>
296
297 * config/tc-arm.c (arm_ext_v7m): Add ATTRIBUTE_UNUSED.
298
299 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
300
301 * config/tc-arm.c (fpu_any): Defined from FPU_ANY.
302 (cpu_arch_ver): Add all architectures and sort by release date.
303 (have_ext_for_needed_feat_p): New.
304 (get_aeabi_cpu_arch_from_fset): New.
305 (aeabi_set_public_attributes): Call above function to determine
306 Tag_CPU_arch and Tag_CPU_arch_profile values. Adapt Tag_ARM_ISA_use
307 and Tag_THUMB_ISA_use selection logic to check absence of feature bit
308 accordingly.
309 * testsuite/gas/arm/attr-march-armv1.d: Fix expected Tag_CPU_arch build
310 attribute value.
311 * testsuite/gas/arm/attr-march-armv2.d: Likewise.
312 * testsuite/gas/arm/attr-march-armv2a.d: Likewise.
313 * testsuite/gas/arm/attr-march-armv2s.d: Likewise.
314 * testsuite/gas/arm/attr-march-armv3.d: Likewise.
315 * testsuite/gas/arm/attr-march-armv3m.d: Likewise.
316 * testsuite/gas/arm/pr12198-2.d: Likewise.
317
318 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
319
320 * testsuite/gas/i386/cet-intel.d: Updated.
321 * testsuite/gas/i386/cet.d: Likewise.
322 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
323 * testsuite/gas/i386/x86-64-cet.d: Likewise.
324 * testsuite/gas/i386/cet.s: Update incsspd and setssbsy tests.
325 * testsuite/gas/i386/x86-64-cet.s: Likewise.
326
327 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
328
329 * testsuite/gas/i386/cet-intel.d: Updated.
330 * testsuite/gas/i386/cet.d: Likewise.
331 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
332 * testsuite/gas/i386/x86-64-cet.d: Likewise.
333 * testsuite/gas/i386/cet.s: Replace savessp with saveprevssp.
334 * testsuite/gas/i386/x86-64-cet.s: Likewise.
335
336 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
337
338 * config/tc-i386.c (md_assemble): Update NOTRACK prefix check.
339 * testsuite/gas/i386/notrack-intel.d: Updated.
340 * testsuite/gas/i386/notrack.d: Likewise.
341 * testsuite/gas/i386/notrackbad.l: Likewise.
342 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
343 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
344 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
345 * testsuite/gas/i386/notrack.s: Add NOTRACK prefix tests with
346 memory indirect branch.
347 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
348 * testsuite/gas/i386/notrackbad.s: Remove memory indirect branch
349 with NOTRACK prefix.
350 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
351
352 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
353
354 * config/tc-arm.c (arm_extensions): New duplicate idiv entry to enable
355 Thumb division for ARMv7 architecture.
356 (arm_parse_extension): Document expected behavior for duplicate
357 entries.
358 (s_arm_arch_extension): Likewise.
359 * testsuite/gas/arm/forbid-armv7-idiv-ext.d: New test.
360 * testsuite/gas/arm/forbid-armv7-idiv-ext.l: New expected output for
361 above test.
362
363 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
364
365 * config/tc-arm.c (aeabi_set_public_attributes): Populate flags from
366 feature bits used or selected_cpu depending on whether a CPU was
367 selected by the user.
368
369 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
370
371 * config/tc-arm.c (aeabi_set_public_attributes): Test *mcpu_ext_opt to
372 decide whether to set Tag_DSP_extension build attribute value. Remove
373 now useless arm_arch variable.
374
375 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
376
377 * config/tc-arm.c (dyn_mcpu_ext_opt): New static variable.
378 (dyn_march_ext_opt): Likewise.
379 (md_begin): Copy extension feature bits alongside architecture ones.
380 Merge extensions feature bits in selected_cpu and cpu_variant if there
381 is some.
382 (arm_parse_extension): Pass architecture and extension feature bits in
383 separate parameters, with architecture bits being read only. Update
384 **opt_p directly rather than *ext_set and initialize it if needed.
385 (arm_parse_cpu): Stop merging architecture and extension feature bits
386 and instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
387 respectively. Adapt to change in parameters of arm_parse_extension.
388 (arm_parse_arch): Adapt to change in parameters of arm_parse_extension.
389 (aeabi_set_attribute_string): Make function static.
390 (arm_md_post_relax): New function.
391 (s_arm_cpu): Stop merging architecture and extension feature bits and
392 instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
393 respectively. Merge extension feature bits in cpu_variant
394 if there is any.
395 (s_arm_arch): Reset extension feature bit. Set selected_cpu from
396 *mcpu_cpu_opt and cpu_variant from selected_cpu and *mfpu_opt for
397 consistency with s_arm_cpu.
398 (s_arm_arch_extension): Update *dyn_mcpu_ext_opt rather than
399 selected_cpu, allocating it before hand if needed. Set selected_cpu
400 from it and then cpu_variant.
401 (s_arm_fpu): Merge *mcpu_ext_opt feature bits if any in cpu_variant.
402 * config/tc-arm.h (md_post_relax_hook): Set to arm_md_post_relax.
403 (aeabi_set_public_attributes): Delete external declaration.
404 (arm_md_post_relax): Declare externally.
405
406 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
407
408 * config/tc-arm.c (struct arm_cpu_option_table): New ext field.
409 (ARM_CPU_OPT): Add parameter to set new ext field and reorder canonical
410 name field just after the name field.
411 (arm_cpus): Move extension feature bit from value field to ext field,
412 reorder parameter according to changes in ARM_CPU_OPT and reindent.
413 (arm_parse_cpu): Point mcpu_cpu_opt to a bitfield merging the value and
414 ext field from the selected arm_cpus entry.
415 (s_arm_cpu): Likewise.
416
417 2017-06-21 James Greenhalgh <james.greenhalgh@arm.com>
418
419 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a55 and cortex-a75.
420 * doc/c-aarch64.texi (-mcpu): Document cortex-a55 and cortex-a75.
421
422 2017-06-15 H.J. Lu <hongjiu.lu@intel.com>
423
424 PR binutils/21594
425 * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd
426 register.
427 * testsuite/gas/i386/x86-64-mpx.s: Likewise.
428 * testsuite/gas/i386/mpx.d: Updated.
429 * testsuite/gas/i386/x86-64-mpx.d: Likewise.
430
431 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
432
433 * config/tc-xtensa.c (density_supported, xtensa_fetch_width,
434 absolute_literals_supported): Leave definitions uninitialized.
435 (directive_state): Leave entries for directive_density and
436 directive_absolute_literals initialized to false.
437 (xg_init_global_config, xtensa_init): New functions.
438 * config/tc-xtensa.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
439 (HOST_SPECIAL_INIT): New definition.
440 (xtensa_init): New declaration.
441
442 2017-06-07 Michael Collison <michael.collison@arm.com>
443
444 * config/tc-aarch64.c (reg_entry_reg_names): Add IP0,
445 IP1, FP, and LR as register aliases of register 16, 17, 29
446 and 30 respectively.
447 * testsuite/gas/aarch64/diagnostic.l: Remove diagnostic
448 prohibiting register 'lr' which is now an alias.
449 * testsuite/gas/aarch64/diagnostic.s: Remove instruction
450 utilizing register 'lr' which is now an alias.
451
452 2017-06-06 Jiong Wang <jiong.wang@arm.com>
453
454 * config/tc-arm.c (reject_bad_reg): Allow REG_SP on ARMv8-A.
455 (parse_operands): Allow REG_SP for OP_oRRnpcsp and OP_RRnpcsp on
456 ARMv8-A.
457 (do_co_reg): Allow REG_SP for Rd on ARMv8-A.
458 (do_t_add_sub): Likewise.
459 (do_t_mov_cmp): Likewise.
460 (do_t_tb): Likewise.
461 * testsuite/gas/arm/ld-sp-warn.l: Delete the warning on REG_SP as Rt for
462 ldrsb.
463 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d: New test.
464 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: New test.
465 * testsuite/gas/arm/sp-pc-validations-bad-t.d: Specifies -march=armv7-a.
466 * testsuite/gas/arm/sp-pc-validations-bad-t.s: Remove ".arch armv7-a".
467 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d: New test.
468 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.l: New test.
469 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v8.d: New test.
470 * testsuite/gas/arm/sp-usage-thumb2-relax.s: New test.
471 * testsuite/gas/arm/strex-bad-t.d: Specifies -march=armv7-a.
472
473 2017-06-05 Jim Wilson <jim.wilson@linaro.org>
474
475 * config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
476 * doc/c-arm.texi (-mcpu): Likewise.
477
478 2017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
479
480 * config/tc-arc.c (cpu_types): Include arc-cpu.def
481
482 2017-05-23 H.J. Lu <hongjiu.lu@intel.com>
483
484 * gas/testsuite/gas/i386/notrackbad.l: Updated for non-ELF
485 targets.
486 * gas/testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
487
488 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
489
490 * config/tc-arc.c (md_apply_fix): Use as_bad_where.
491 (assemble_insn): Use as_bad.
492
493 2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
494
495 * config/tc-i386.c (REX_PREFIX): Changed to 7.
496 (NOTRACK_PREFIX): New.
497 (MAX_PREFIXES): Changed to 8.
498 (_i386_insn): Add notrack_prefix.
499 (PREFIX_GROUP): Add PREFIX_DS.
500 (add_prefix): Return PREFIX_DS for DS_PREFIX_OPCODE.
501 (md_assemble): Check if NOTRACK prefix is supported.
502 (parse_insn): Set notrack_prefix and issue an error for
503 other prefixes after NOTRACK prefix.
504 * testsuite/gas/i386/i386.exp: Run tests for NOTRACK prefix.
505 * testsuite/gas/i386/notrack-intel.d: New file.
506 * testsuite/gas/i386/notrack.d: Likewise.
507 * testsuite/gas/i386/notrack.s: Likewise.
508 * testsuite/gas/i386/notrackbad.l: Likewise.
509 * testsuite/gas/i386/notrackbad.s: Likewise.
510 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
511 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
512 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
513 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
514 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
515
516 2017-05-22 Jiong Wang <jiong.wang@arm.com>
517
518 * configure.tgt: Set "arch" to "aarch64" if ${cpu} equals "aarch64".
519 Recognize the new triplet name aarch64*-linux-gnu_ilp32.
520 * configure.ac: Output DEFAULT_ARCH macro for AArch64.
521 * configure: Regenerate.
522 * config/tc-aarch64.h (aarch64_after_parse_args): New declaration.
523 (md_after_parse_args): New define.
524 * config/tc-aarch64.c (aarch64_abi_type): New enumeration
525 AARCH64_ABI_NONE.
526 (DEFAULT_ARCH): New define.
527 (aarch64_abi): Set default value to AARCH64_ABI_NONE.
528 (aarch64_after_parse_args): New function.
529
530 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
531
532 * config/tc-sparc.c (sparc_arch_table): Entries for `sparc6',
533 `v9m8' and `v8plusm8'.
534 (sparc_md_end): Handle SPARC_OPCODE_ARCH_M8.
535 (get_hwcap_name): Support the M8 hardware capabilities.
536 (sparc_ip): Handle new operand types.
537 * doc/c-sparc.texi (Sparc-Opts): Document -Av9m8, -Av8plusm8 and
538 -Asparc6, and the corresponding -xarch aliases.
539 * testsuite/gas/sparc/sparc6.s: New file.
540 * testsuite/gas/sparc/sparc6.d: Likewise.
541 * testsuite/gas/sparc/sparc6-diag.s: Likewise.
542 * testsuite/gas/sparc/sparc6-diag.l: Likewise.
543 * testsuite/gas/sparc/fpcmpshl.s: Likewise.
544 * testsuite/gas/sparc/fpcmpshl.d: Likewise.
545 * testsuite/gas/sparc/fpcmpshl-diag.s: Likewise.
546 * testsuite/gas/sparc/fpcmpshl-diag.l: Likewise.
547 * testsuite/gas/sparc/ldm-stm.s: Likewise.
548 * testsuite/gas/sparc/ldm-stm.d: Likewise.
549 * testsuite/gas/sparc/ldm-stm-diag.s: Likewise.
550 * testsuite/gas/sparc/ldm-stm-diag.l: Likewise.
551 * testsuite/gas/sparc/ldmf-stmf.s: Likewise.
552 * testsuite/gas/sparc/ldmf-stmf.d: Likewise.
553 * testsuite/gas/sparc/ldmf-stmf-diag.s: Likewise.
554 * testsuite/gas/sparc/ldmf-stmf-diag.l: Likewise.
555 * testsuite/gas/sparc/on.s: Likewise.
556 * testsuite/gas/sparc/on.d: Likewise.
557 * testsuite/gas/sparc/on-diag.s: Likewise.
558 * testsuite/gas/sparc/on-diag.l: Likewise.
559 * testsuite/gas/sparc/rle.s: Likewise.
560 * testsuite/gas/sparc/rle.d: Likewise.
561 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run new tests.
562 * testsuite/gas/sparc/rdasr.s: Add test for RDENTROPY.
563 * testsuite/gas/sparc/rdasr.d: Likewise.
564
565 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
566
567 * testsuite/gas/sparc/call-relax.d: Support 32-bit targets.
568 * testsuite/gas/sparc/sparc.exp (gas_64_check): Use -64 to
569 run asi-bump-warn.
570
571 2017-05-19 Georg-Johann Lay <avr@gjlay.de>
572
573 PR ld/21472
574 * config/tc-avr.c (mcu_types): Add entries for: attiny416,
575 attiny417, attiny816, attiny817.
576
577 2017-05-18 Alan Modra <amodra@gmail.com>
578
579 * config/tc-aarch64.c: Don't compare booleans against TRUE or FALSE.
580 * config/tc-hppa.c: Likewise.
581 * config/tc-mips.c: Likewise.
582 * config/tc-score7.c: Likewise.
583
584 2017-05-16 Alan Modra <amodra@gmail.com>
585
586 * write.c (GENERIC_FORCE_RELOCATION_LOCAL): Define.
587 (TC_FORCE_RELOCATION_LOCAL): Use it.
588 (GENERIC_FORCE_RELOCATION_SUB_SAME): Define.
589 (TC_FORCE_RELOCATION_SUB_SAME): Use it.
590 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL,
591 TC_FORCE_RELOCATION_SUB_SAME): Use GENERIC defines.
592 * config/tc-aarch64.h: Similarly.
593 * config/tc-avr.h: Similarly.
594 * config/tc-cris.h: Similarly.
595 * config/tc-i386.h: Similarly.
596 * config/tc-i960.h: Similarly.
597 * config/tc-ia64.h: Similarly.
598 * config/tc-microblaze.h: Similarly.
599 * config/tc-mips.h: Similarly.
600 * config/tc-msp430.h: Similarly.
601 * config/tc-nds32.h: Similarly.
602 * config/tc-pru.h: Similarly.
603 * config/tc-riscv.h: Similarly.
604 * config/tc-rl78.h: Similarly.
605 * config/tc-s390.h: Similarly.
606 * config/tc-sh.h: Similarly.
607 * config/tc-sh64.h: Similarly.
608 * config/tc-sparc.h: Similarly.
609 * config/tc-xtensa.h: Similarly.
610 * config/tc-mn10300.h: Similarly.
611 (GENERIC_FORCE_RELOCATION_LOCAL): Define.
612 * config/tc-msp430.c (msp430_force_relocation_local): Modify to
613 be addition to rather than replacement of standard
614 TC_FORCE_RELOCATION_LOCAL.
615
616 2017-05-15 Nick Clifton <nickc@redhat.com>
617
618 PR gas/21458
619 * config/tc-arm.c (do_adr): If the ADR involves a thumb function
620 symbol, ensure that the T bit will be set.
621 (do_adrl): Likewise.
622 (do_t_adr): Likewise.
623 * testsuite/gas/arm/pr21458.s: New test.
624 * testsuite/gas/arm/pr21458.d: New test driver.
625
626 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
627
628 * testsuite/gas/mips/mips16-pcrel-1.d: Remove `-mips3' from `as'
629 flags.
630 * testsuite/gas/mips/mips16-pcrel-pic-1.d: Likewise.
631 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
632 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
633 * testsuite/gas/mips/mips16-pcrel-n64-0.d: Likewise.
634 * testsuite/gas/mips/mips16-pcrel-n64-1.d: Likewise.
635 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
636 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
637 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: Likewise.
638 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: Likewise.
639 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Likewise.
640 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Likewise.
641 * testsuite/gas/mips/mips16-pcrel-addend-4.d: Likewise.
642 * testsuite/gas/mips/mips16-pcrel-addend-5.d: Likewise.
643 * testsuite/gas/mips/mips16-pcrel-addend-6.d: Likewise.
644 * testsuite/gas/mips/mips16-pcrel-addend-7.d: Likewise.
645 * testsuite/gas/mips/mips16-pcrel-addend-9.d: Likewise.
646 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: Likewise.
647 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: Likewise.
648 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: Likewise.
649 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d:
650 Likewise.
651 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d:
652 Likewise.
653 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: Likewise.
654 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: Likewise.
655 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: Likewise.
656 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: Likewise.
657 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: Likewise.
658 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: Likewise.
659 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: Likewise.
660 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: Likewise.
661 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: Likewise.
662 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: Likewise.
663 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: Likewise.
664 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d:
665 Likewise.
666 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d:
667 Likewise.
668 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d:
669 Likewise.
670 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d:
671 Likewise.
672 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d:
673 Likewise.
674 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d:
675 Likewise.
676 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
677 Likewise.
678 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
679 Likewise.
680 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: New test.
681 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: New test.
682 * testsuite/gas/mips/mips16e2@mips16-pcrel-2.d: New test.
683 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: New test.
684 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: New test.
685 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d: New
686 test.
687 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d: New
688 test.
689 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: New test.
690 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: New test.
691 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-2.d: New test.
692 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-3.d: New test.
693 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-6.d: New test.
694 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-7.d: New test.
695 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-2.d: New test.
696 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-3.d: New test.
697 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-6.d: New test.
698 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-7.d: New test.
699 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-8.d: New test.
700 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-9.d: New test.
701 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-8.d: New
702 test.
703 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-9.d: New
704 test.
705 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-8.d:
706 New test.
707 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-9.d:
708 New test.
709 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute.d: New test.
710 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-1.d: New
711 test.
712 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-2.d: New
713 test.
714 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-3.d: New
715 test.
716 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-4.d: New
717 test.
718 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-5.d: New
719 test.
720 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-6.d: New
721 test.
722 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-7.d: New
723 test.
724 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-4.d: New
725 test.
726 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-6.d: New
727 test.
728 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-4.d: New
729 test.
730 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-6.d: New
731 test.
732 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-4.d:
733 New test.
734 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-6.d:
735 New test.
736 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-4.d:
737 New test.
738 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-6.d:
739 New test.
740 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-4.d:
741 New test.
742 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-6.d:
743 New test.
744 * testsuite/gas/mips/mips16-pcrel-1.l: Adjust line numbers.
745 * testsuite/gas/mips/mips16-pcrel-1.s: Adjust for alignment
746 preservation between MIPS16 and MIPS16e2 code.
747 * testsuite/gas/mips/mips.exp: Run MIPS16 relaxation tests over
748 all MIPS16 architectures.
749
750 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
751
752 * testsuite/gas/mips/mips16e2.d: New test.
753 * testsuite/gas/mips/mips16e2-mt.d: New test.
754 * testsuite/gas/mips/mips16e2-sub.d: New test.
755 * testsuite/gas/mips/mips16e2@mips16e2-sub.d: New test.
756 * testsuite/gas/mips/mips16e2-mt-sub.d: New test.
757 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: New test.
758 * testsuite/gas/mips/mips16e2-hilo.d: New test.
759 * testsuite/gas/mips/mips16e2-hilo-n32.d: New test.
760 * testsuite/gas/mips/mips16e2-reloc-error.d: New test.
761 * testsuite/gas/mips/mips16e2-imm-error.d: New test.
762 * testsuite/gas/mips/elf_ase_mips16e2.d: New test.
763 * testsuite/gas/mips/elf_ase_mips16e2-2.d: New test.
764 * testsuite/gas/mips/elf-rel9-mips16e2.d: New test.
765 * testsuite/gas/mips/mips16e2-lui.d: New test.
766 * testsuite/gas/mips/mips16e2@mips32r2-sync.d: New test.
767 * testsuite/gas/mips/mips16e2@mips32r2-sync-1.d: New test.
768 * testsuite/gas/mips/mips16e2@lui-2.d: New test.
769 * testsuite/gas/mips/mips16e2-reloc-error.l: New stderr output.
770 * testsuite/gas/mips/mips16e2-imm-error.l: New stderr output.
771 * testsuite/gas/mips/mips16e2@lui-2.l: New stderr output.
772 * testsuite/gas/mips/mips16e2.s: New test source.
773 * testsuite/gas/mips/mips16e2-mt.s: New test source.
774 * testsuite/gas/mips/mips16e2-sub.s: New test source.
775 * testsuite/gas/mips/mips16e2-mt-sub.s: New test source.
776 * testsuite/gas/mips/mips16e2-hilo.s: New test source.
777 * testsuite/gas/mips/mips16e2-reloc-error.s: New test source.
778 * testsuite/gas/mips/mips16e2-imm-error.s: New test source.
779 * testsuite/gas/mips/elf-rel9-mips16e2.s: New test source.
780 * testsuite/gas/mips/mips16e2-lui.s: New test source.
781 * testsuite/gas/mips/mips.exp: Expand `mips32r2-sync',
782 `mips32r2-sync-1', `lui-1' and `lui-2' tests across MIPS16e2
783 architectures. Run the new tests.
784
785 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
786
787 * testsuite/gas/mips/mips.exp (run_dump_test_arch): Add
788 `mips16e2@' prefix.
789 (run_list_test_arch): Likewise.
790 (mips16e2-32, mips16e2-64): New architectures.
791 * testsuite/gas/mips/mips16e2-32@mips16-macro.d: New test.
792 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.d: New test.
793 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.d: New test.
794 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.d: New test.
795 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.d: New test.
796 * testsuite/gas/mips/mips16e2-32@mips16e-64.d: New test.
797 * testsuite/gas/mips/mips16e2-32@mips16-sub.d: New test.
798 * testsuite/gas/mips/mips16e2-32@mips16e-64-sub.d: New test.
799 * testsuite/gas/mips/mips16e2@relax-swap3.d: New test.
800 * testsuite/gas/mips/mips16-32@mips16-asmacro.d: Remove `source'
801 tag. Add `-I$srcdir/$subdir' to `as' flags.
802 * testsuite/gas/mips/mips16-64@mips16-asmacro.d: Likewise.
803 * testsuite/gas/mips/mips16e2-32@mips16-macro.l: New stderr
804 output.
805 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.l: New stderr
806 output.
807 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.l: New stderr
808 output.
809 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.l: New stderr
810 output.
811 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.l: New stderr
812 output.
813 * testsuite/gas/mips/mips16-sub.s: Add `.set nomips16e2'.
814 * testsuite/gas/mips/mips16e-sub.s: Likewise.
815 * testsuite/gas/mips/mips16e-64-sub.s: Likewise.
816 * testsuite/gas/mips/mips16-asmacro.s: Remove `.set mips32'.
817 * testsuite/gas/mips/mips16-32@mips16-asmacro.s: New test
818 source.
819 * testsuite/gas/mips/mips16-64@mips16-asmacro.s: New test
820 source.
821
822 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
823 Matthew Fortune <matthew.fortune@imgtec.com>
824 Andrew Bennett <andrew.bennett@imgtec.com>
825
826 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `e2' flag.
827 (RELAX_MIPS16_E2): New macro.
828 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO)
829 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
830 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
831 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
832 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
833 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
834 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED, RELAX_MIPS16_MACRO)
835 (RELAX_MIPS16_MARK_MACRO, RELAX_MIPS16_CLEAR_MACRO): Shift bits.
836 (mips16_immed_extend): New prototype.
837 (options): Add OPTION_MIPS16E2 and OPTION_NO_MIPS16E2 enum
838 values.
839 (md_longopts): Add "mmips16e2" and "mno-mips16e2" options.
840 (mips_ases): Add "mips16e2" entry.
841 (mips_set_ase): Handle MIPS16e2 ASE.
842 (insn_insert_operand): Explicitly handle immediates with MIPS16
843 instructions that require 32-bit encoding.
844 (is_opcode_valid_16): Pass enabled ASE bitmask on to
845 `opcode_is_member'.
846 (validate_mips_insn): Explicitly handle immediates with MIPS16
847 instructions that require 32-bit encoding.
848 (operand_reg_mask) <OP_REG28>: Add handler.
849 (match_reg28_operand): New function.
850 (match_operand) <OP_REG28>: Add handler.
851 (append_insn): Pass ASE_MIPS16E2 setting to RELAX_MIPS16_ENCODE.
852 (match_mips16_insn): Handle MIPS16 instructions that require
853 32-bit encoding and `V' and `u' operand codes.
854 (mips16_ip): Allow any characters except from `.' in opcodes.
855 (mips16_immed_extend): Handle 9-bit immediates. Do not shuffle
856 immediates whose width is not one of these listed.
857 (md_estimate_size_before_relax): Handle MIPS16e2 relaxation.
858 (mips_relax_frag): Likewise.
859 (md_convert_frag): Likewise.
860 (mips_convert_ase_flags): Handle MIPS16e2 ASE.
861
862 * doc/as.texinfo (Target MIPS options): Add `-mmips16e2' and
863 `-mno-mips16e2' options.
864 (-mmips16e2, -mno-mips16e2): New options.
865 * doc/c-mips.texi (MIPS Options): Add `-mmips16e2' and
866 `-mno-mips16e2' options.
867 (MIPS ASE Instruction Generation Overrides): Add `.set mips16e2'
868 and `.set nomips16e2'.
869
870 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
871
872 * config/tc-mips.c (match_int_operand): Call
873 `match_out_of_range' before returning failure for 0x8000-0xffff
874 values conditionally allowed.
875
876 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
877
878 * config/tc-mips.c (match_int_operand): Call
879 `match_not_constant' before returning failure for a non-constant
880 16-bit immediate conditionally allowed.
881
882 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
883
884 * config/tc-mips.c (match_const_int): Call `match_out_of_range'
885 rather than `match_not_constant' for unrelocated operands
886 retrieved as an `O_big' expression.
887 (match_int_operand): Call `match_out_of_range' for relocatable
888 operands retrieved as an `O_big' expression.
889 (match_mips16_insn): Call `match_out_of_range' for relaxable
890 operands retrieved as an `O_big' expression.
891 * testsuite/gas/mips/addiu-error.d: New test.
892 * testsuite/gas/mips/mips16@addiu-error.d: New test.
893 * testsuite/gas/mips/micromips@addiu-error.d: New test.
894 * testsuite/gas/mips/break-error.d: New test.
895 * testsuite/gas/mips/lui-1.l: Adjust error message.
896 * testsuite/gas/mips/addiu-error.l: New stderr output.
897 * testsuite/gas/mips/mips16@addiu-error.l: New stderr output.
898 * testsuite/gas/mips/micromips@addiu-error.l: New stderr output.
899 * testsuite/gas/mips/break-error.l: New stderr output.
900 * testsuite/gas/mips/addiu-error.s: New test source.
901 * testsuite/gas/mips/break-error.s: New test source.
902 * testsuite/gas/mips/mips.exp: Run the new tests.
903
904 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
905
906 * config/tc-mips.c (match_mips16_insn): Remove the explicit
907 OT_INTEGER check before the `match_expression' call.
908 * testsuite/gas/mips/mips16-insn-e.l: Adjust messages.
909 * testsuite/gas/mips/mips16-32@mips16-insn-e.l: Likewise.
910 * testsuite/gas/mips/mips16-64@mips16-insn-e.l: Likewise.
911 * testsuite/gas/mips/mips16e-32@mips16-insn-e.l: Likewise.
912 * testsuite/gas/mips/mips16-reg-error.d: New test.
913 * testsuite/gas/mips/mips16-reg-error.l: New stderr output.
914 * testsuite/gas/mips/mips16-reg-error.s: New test source.
915 * testsuite/gas/mips/mips.exp: Run the new test.
916
917 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
918
919 * config/tc-mips.c (match_mips16_insn): Call
920 `match_not_constant' for a disallowed relocation operation.
921 * testsuite/gas/mips/mips16-reloc-error.d: New test.
922 * testsuite/gas/mips/mips16-reloc-error.l: New stderr output.
923 * testsuite/gas/mips/mips16-reloc-error.s: New test source.
924 * testsuite/gas/mips/mips.exp: Run the new test.
925
926 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
927
928 * testsuite/gas/mips/lui-1.d: New test.
929 * testsuite/gas/mips/lui-2.d: New test.
930 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
931 into the new tests.
932
933 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
934
935 * config/tc-mips.c (match_const_int): Update description.
936
937 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
938
939 * doc/as.texinfo (-mips16, -no-mips16): Refer to `.module
940 mips16' rather than `.set mips16'.
941 (-mmicromips, -mno-micromips): Refer to `.module micromips' and
942 `.module nomicromips' rather than `.set micromips' and `.set
943 nomicromips'.
944 (-msmartmips, -mno-smartmips): Refer to `.module smartmips'
945 rather than `.set smartmips'.
946 * doc/c-mips.texi (MIPS Options): Refer to `.module mips16',
947 `.module micromips', `.module nomicromips' and `.module
948 smartmips' rather than `.set mips16', `.set micromips', `.set
949 nomicromips' and `.set smartmips' respectively.
950
951 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
952 Matthew Fortune <matthew.fortune@imgtec.com>
953
954 * config/tc-mips.c (mips_percent_op): Add "%gprel".
955 (mips16_percent_op): Add "%gp_rel".
956 * testsuite/gas/mips/elf-rel8.s:: Add `%gprel' forms.
957 * testsuite/gas/mips/elf-rel8-mips16.s: Add `%gp_rel' forms.
958 * testsuite/gas/mips/elf-rel8.d: Adjust accordingly.
959 * testsuite/gas/mips/elf-rel8-mips16.d: Likewise.
960
961 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
962
963 * testsuite/gas/mips/mips16.d: Adjust BREAK disassembly.
964 * testsuite/gas/mips/mips16-64@mips16.d: Likewise.
965 * testsuite/gas/mips/mips16-64.d: Likewise.
966 * testsuite/gas/mips/mips16-64@mips16-64.d: Likewise.
967 * testsuite/gas/mips/mips16-macro.d: Likewise.
968 * testsuite/gas/mips/mips16-64@mips16-macro.d: Likewise.
969 * testsuite/gas/mips/mips16-sub.d: Likewise.
970 * testsuite/gas/mips/mips16-32@mips16-sub.d: Likewise.
971
972 2017-05-11 Maciej W. Rozycki <macro@imgtec.com>
973
974 * testsuite/gas/mips/mips32r2-sync-1.d: New test.
975 * testsuite/gas/mips/micromips@mips32r2-sync-1.d: New test.
976 * testsuite/gas/mips/mips.exp: Run the new tests.
977
978 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
979
980 * testsuite/gas/mips/isa-override-2.d: New test.
981 * testsuite/gas/mips/mips1@isa-override-2.d: New test.
982 * testsuite/gas/mips/r3000@isa-override-2.d: New test.
983 * testsuite/gas/mips/r3900@isa-override-2.d: New test.
984 * testsuite/gas/mips/mips2@isa-override-2.d: New test.
985 * testsuite/gas/mips/mips32@isa-override-2.d: New test.
986 * testsuite/gas/mips/mips32r2@isa-override-2.d: New test.
987 * testsuite/gas/mips/mips32r3@isa-override-2.d: New test.
988 * testsuite/gas/mips/mips32r5@isa-override-2.d: New test.
989 * testsuite/gas/mips/mips32r6@isa-override-2.d: New test.
990 * testsuite/gas/mips/octeon3@isa-override-2.d: New test.
991 * testsuite/gas/mips/r3000@isa-override-2.l: Remove list test.
992 * testsuite/gas/mips/mips1@isa-override-2.s: Remove test source.
993 * testsuite/gas/mips/r3000@isa-override-2.s: Remove test source.
994 * testsuite/gas/mips/r3900@isa-override-2.s: Remove test source.
995 * testsuite/gas/mips/mips2@isa-override-2.s: Remove test source.
996 * testsuite/gas/mips/mips32@isa-override-2.s: Remove test
997 source.
998 * testsuite/gas/mips/mips32r2@isa-override-2.s: Remove test
999 source.
1000 * testsuite/gas/mips/mips32r3@isa-override-2.s: Remove test
1001 source.
1002 * testsuite/gas/mips/mips32r5@isa-override-2.s: Remove test
1003 source.
1004 * testsuite/gas/mips/mips32r6@isa-override-2.s: Remove test
1005 source.
1006 * testsuite/gas/mips/octeon3@isa-override-2.s: Remove test
1007 source.
1008 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
1009 into the new tests.
1010
1011 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1012
1013 * testsuite/gas/mips/mips16e-sub.d: Correct test name.
1014 * testsuite/gas/mips/mips16-32@mips16e-sub.d: Likewise.
1015 * testsuite/gas/mips/mips16-64@mips16e-sub.d: Likewise.
1016 * testsuite/gas/mips/mips16e-64-sub.d: Likewise.
1017 * testsuite/gas/mips/mips16-32@mips16e-64-sub.d: Likewise.
1018 * testsuite/gas/mips/mips16-64@mips16e-64-sub.d: Likewise.
1019 * testsuite/gas/mips/mips16e-32@mips16e-64-sub.d: Likewise.
1020
1021 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1022
1023 * testsuite/gas/mips/mips16-macro.l: Remove list test.
1024
1025 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
1026
1027 * testsuite/gas/mips/r3900@ecoff@ld.d: Remove test.
1028 * testsuite/gas/mips/mips2@ecoff@ld.d: Remove test.
1029 * testsuite/gas/mips/mips32@ecoff@ld.d: Remove test.
1030 * testsuite/gas/mips/mips32r2@ecoff@ld.d: Remove test.
1031 * testsuite/gas/mips/r3900@ecoff@ld-forward.d: Remove test.
1032 * testsuite/gas/mips/mips2@ecoff@ld-forward.d: Remove test.
1033 * testsuite/gas/mips/mips32@ecoff@ld-forward.d: Remove test.
1034 * testsuite/gas/mips/mips32r2@ecoff@ld-forward.d: Remove test.
1035 * testsuite/gas/mips/mips1@ecoff@sd.d: Remove test.
1036 * testsuite/gas/mips/r3000@ecoff@sd.d: Remove test.
1037 * testsuite/gas/mips/r3900@ecoff@sd.d: Remove test.
1038 * testsuite/gas/mips/mips2@ecoff@sd.d: Remove test.
1039 * testsuite/gas/mips/mips32@ecoff@sd.d: Remove test.
1040 * testsuite/gas/mips/mips32r2@ecoff@sd.d: Remove test.
1041 * testsuite/gas/mips/mips1@ecoff@sd-forward.d: Remove test.
1042 * testsuite/gas/mips/r3000@ecoff@sd-forward.d: Remove test.
1043 * testsuite/gas/mips/r3900@ecoff@sd-forward.d: Remove test.
1044 * testsuite/gas/mips/mips2@ecoff@sd-forward.d: Remove test.
1045 * testsuite/gas/mips/mips32@ecoff@sd-forward.d: Remove test.
1046 * testsuite/gas/mips/mips32r2@ecoff@sd-forward.d: Remove test.
1047
1048 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
1049
1050 * testsuite/gas/arc/attr-arc600.d: New file.
1051 * testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
1052 * testsuite/gas/arc/attr-arc600_norm.d: Likewise.
1053 * testsuite/gas/arc/attr-arc601.d: Likewise.
1054 * testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
1055 * testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
1056 * testsuite/gas/arc/attr-arc601_norm.d: Likewise.
1057 * testsuite/gas/arc/attr-arc700.d: Likewise.
1058 * testsuite/gas/arc/attr-arcem.d: Likewise.
1059 * testsuite/gas/arc/attr-archs.d: Likewise.
1060 * testsuite/gas/arc/attr-autodetect-1.d: Likewise.
1061 * testsuite/gas/arc/attr-autodetect-1.s: Likewise.
1062 * testsuite/gas/arc/attr-cpu-a601.d: Likewise.
1063 * testsuite/gas/arc/attr-cpu-a601.s: Likewise.
1064 * testsuite/gas/arc/attr-cpu-a700.d: Likewise.
1065 * testsuite/gas/arc/attr-cpu-a700.s: Likewise.
1066 * testsuite/gas/arc/attr-cpu-em.d: Likewise.
1067 * testsuite/gas/arc/attr-cpu-em.s: Likewise.
1068 * testsuite/gas/arc/attr-cpu-hs.d: Likewise.
1069 * testsuite/gas/arc/attr-cpu-hs.s: Likewise.
1070 * testsuite/gas/arc/attr-em.d: Likewise.
1071 * testsuite/gas/arc/attr-em4.d: Likewise.
1072 * testsuite/gas/arc/attr-em4_dmips.d: Likewise.
1073 * testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
1074 * testsuite/gas/arc/attr-em4_fpus.d: Likewise.
1075 * testsuite/gas/arc/attr-hs.d: Likewise.
1076 * testsuite/gas/arc/attr-hs34.d: Likewise.
1077 * testsuite/gas/arc/attr-hs38.d: Likewise.
1078 * testsuite/gas/arc/attr-hs38_linux.d: Likewise.
1079 * testsuite/gas/arc/attr-mul64.d: Likewise.
1080 * testsuite/gas/arc/attr-name.d: Likewise.
1081 * testsuite/gas/arc/attr-name.s: Likewise.
1082 * testsuite/gas/arc/attr-nps400.d: Likewise.
1083 * testsuite/gas/arc/attr-override-mcpu.d: Likewise.
1084 * testsuite/gas/arc/attr-override-mcpu.s
1085 * testsuite/gas/arc/attr-quarkse_em.d: Likewise.
1086 * testsuite/gas/arc/blank.s: Likewise.
1087 * testsuite/gas/elf/section2.e-arc: Likewise.
1088 * testsuite/gas/arc/cpu-pseudop-1.d: Update test.
1089 * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
1090 * testsuite/gas/arc/nps400-0.d: Likewise.
1091 * testsuite/gas/elf/elf.exp: Set target_machine for ARC.
1092 * config/tc-arc.c (opcode/arc-attrs.h): Include.
1093 (ARC_GET_FLAG, ARC_SET_FLAG, streq): Define.
1094 (arc_attribute): Declare new function.
1095 (md_pseudo_table): Add arc_attribute.
1096 (cpu_types): Rename default cpu features.
1097 (selected_cpu): Set the default OSABI flag.
1098 (mpy_option): New variable.
1099 (pic_option): Likewise.
1100 (sda_option): Likewise.
1101 (tls_option): Likewise.
1102 (feature_type, feature_list): Remove.
1103 (arc_initial_eflag): Likewise.
1104 (attributes_set_explicitly): New variable.
1105 (arc_check_feature): Check also for the conflicting features.
1106 (arc_select_cpu): Refactor assignment of selected_cpu.eflags.
1107 (arc_option): Remove setting of private flags and architecture.
1108 (check_cpu_feature): Refactor feature names.
1109 (autodetect_attributes): New function.
1110 (assemble_tokens): Use above function.
1111 (md_parse_option): Refactor feature names.
1112 (arc_attribute): New function.
1113 (arc_set_attribute_int): Likewise.
1114 (arc_set_attribute_string): Likewise.
1115 (arc_stralloc): Likewise.
1116 (arc_set_public_attributes): Likewise.
1117 (arc_md_end): Likewise.
1118 (arc_copy_symbol_attributes): Likewise.
1119 (rc_convert_symbolic_attribute): Likewise.
1120 * config/tc-arc.h (md_end): Define.
1121 (CONVERT_SYMBOLIC_ATTRIBUTE): Likewise.
1122 (TC_COPY_SYMBOL_ATTRIBUTES): Likewise.
1123 * doc/c-arc.texi: Document ARC object attributes.
1124
1125 2017-05-03 Maciej W. Rozycki <macro@imgtec.com>
1126
1127 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `pic', `sym32' and
1128 `nomacro' flags.
1129 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO):
1130 New macros.
1131 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
1132 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
1133 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
1134 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
1135 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
1136 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): Shift bits.
1137 (RELAX_MIPS16_MACRO, RELAX_MIPS16_MARK_MACRO)
1138 (RELAX_MIPS16_CLEAR_MACRO): New macros.
1139 (append_insn): Pass `mips_pic', HAVE_32BIT_SYMBOLS and
1140 `mips_opts.warn_about_macros' settings to RELAX_MIPS16_ENCODE.
1141 (mips16_macro_frag): New function.
1142 (md_estimate_size_before_relax): Handle HI16/LO16 relaxation.
1143 (mips_relax_frag): Likewise.
1144 (md_convert_frag): Likewise.
1145
1146 * testsuite/gas/mips/mips16@relax-swap3.d: Remove error output,
1147 add dump patterns.
1148 * testsuite/gas/mips/mips16e@relax-swap3.d: New test
1149 subarchitecture.
1150 * testsuite/gas/mips/micromips@relax-swap3.d: Remove trailing
1151 NOP padding.
1152 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: Remove error
1153 output, add dump patterns.
1154 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: Remove error
1155 output, add dump patterns.
1156 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Remove error
1157 output, add dump patterns.
1158 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Remove error
1159 output, add dump patterns.
1160 * testsuite/gas/mips/mips16-pcrel-addend-2.d: Remove error
1161 output, add dump patterns.
1162 * testsuite/gas/mips/mips16-pcrel-addend-3.d: Remove error
1163 output, add dump patterns.
1164 * testsuite/gas/mips/mips16-pcrel-absolute.d: Remove error
1165 output, add dump patterns.
1166 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: Remove error
1167 output, add dump patterns.
1168 * testsuite/gas/mips/mips16@relax-swap3.l: Remove file.
1169 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: Remove file.
1170 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: Remove file.
1171 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: Remove file.
1172 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: Remove file.
1173 * testsuite/gas/mips/mips16-pcrel-addend-2.l: Remove file.
1174 * testsuite/gas/mips/mips16-pcrel-addend-3.l: Remove file.
1175 * testsuite/gas/mips/mips16-pcrel-absolute.l: Remove file.
1176 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: Remove file.
1177 * testsuite/gas/mips/relax-swap3.s: Adjust trailing padding.
1178
1179 * testsuite/gas/mips/mips16-pcrel-0.d: New test.
1180 * testsuite/gas/mips/mips16-pcrel-1.d: New test.
1181 * testsuite/gas/mips/mips16-pcrel-2.d: New test.
1182 * testsuite/gas/mips/mips16-pcrel-3.d: New test.
1183 * testsuite/gas/mips/mips16-pcrel-4.d: New test.
1184 * testsuite/gas/mips/mips16-pcrel-5.d: New test.
1185 * testsuite/gas/mips/mips16-pcrel-pic-0.d: New test.
1186 * testsuite/gas/mips/mips16-pcrel-pic-1.d: New test.
1187 * testsuite/gas/mips/mips16-pcrel-n32-0.d: New test.
1188 * testsuite/gas/mips/mips16-pcrel-n32-1.d: New test.
1189 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: New test.
1190 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: New test.
1191 * testsuite/gas/mips/mips16-pcrel-n64-0.d: New test.
1192 * testsuite/gas/mips/mips16-pcrel-n64-1.d: New test.
1193 * testsuite/gas/mips/mips16-pcrel-delay-0.d: New test.
1194 * testsuite/gas/mips/mips16-pcrel-delay-1.d: New test.
1195 * testsuite/gas/mips/mips16-pcrel-addend-4.d: New test.
1196 * testsuite/gas/mips/mips16-pcrel-addend-5.d: New test.
1197 * testsuite/gas/mips/mips16-pcrel-addend-6.d: New test.
1198 * testsuite/gas/mips/mips16-pcrel-addend-7.d: New test.
1199 * testsuite/gas/mips/mips16-pcrel-addend-8.d: New test.
1200 * testsuite/gas/mips/mips16-pcrel-addend-9.d: New test.
1201 * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d: New test.
1202 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: New test.
1203 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: New test.
1204 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: New test.
1205 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d: New test.
1206 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d: New test.
1207 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: New test.
1208 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: New test.
1209 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: New test.
1210 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: New test.
1211 * testsuite/gas/mips/mips16-pcrel-absolute-4.d: New test.
1212 * testsuite/gas/mips/mips16-pcrel-absolute-5.d: New test.
1213 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: New test.
1214 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: New test.
1215 * testsuite/gas/mips/mips16-pcrel-absolute-pic-4.d: New test.
1216 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: New test.
1217 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: New test.
1218 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: New test.
1219 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: New test.
1220 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: New test.
1221 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d: New
1222 test.
1223 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d: New
1224 test.
1225 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d: New
1226 test.
1227 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d: New
1228 test.
1229 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d: New
1230 test.
1231 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d: New
1232 test.
1233 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
1234 New test.
1235 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
1236 New test.
1237 * testsuite/gas/mips/mips16-pcrel-0.l: New stderr output.
1238 * testsuite/gas/mips/mips16-pcrel-1.l: New stderr output.
1239 * testsuite/gas/mips/mips16-pcrel-2.l: New stderr output.
1240 * testsuite/gas/mips/mips16-pcrel-3.l: New stderr output.
1241 * testsuite/gas/mips/mips16-pcrel-4.l: New stderr output.
1242 * testsuite/gas/mips/mips16-pcrel-5.l: New stderr output.
1243 * testsuite/gas/mips/mips16-pcrel-delay-0.l: New stderr output.
1244 * testsuite/gas/mips/mips16-pcrel-delay-1.l: New stderr output.
1245 * testsuite/gas/mips/mips16-pcrel-addend-8.l: New stderr output.
1246 * testsuite/gas/mips/mips16-pcrel-addend-9.l: New stderr output.
1247 * testsuite/gas/mips/mips16-pcrel-absolute-4.l: New stderr
1248 output.
1249 * testsuite/gas/mips/mips16-pcrel-absolute-6.l: New stderr
1250 output.
1251 * testsuite/gas/mips/mips16-pcrel-0.s: New test source.
1252 * testsuite/gas/mips/mips16-pcrel-1.s: New test source.
1253 * testsuite/gas/mips/mips16-pcrel-2.s: New test source.
1254 * testsuite/gas/mips/mips16-pcrel-3.s: New test source.
1255 * testsuite/gas/mips/mips16-pcrel-4.s: New test source.
1256 * testsuite/gas/mips/mips16-pcrel-5.s: New test source.
1257 * testsuite/gas/mips/mips16-pcrel-delay-0.s: New test source.
1258 * testsuite/gas/mips/mips16-pcrel-delay-1.s: New test source.
1259 * testsuite/gas/mips/mips16-pcrel-addend-4.s: New test source.
1260 * testsuite/gas/mips/mips16-pcrel-addend-5.s: New test source.
1261 * testsuite/gas/mips/mips16-pcrel-addend-6.s: New test source.
1262 * testsuite/gas/mips/mips16-pcrel-addend-7.s: New test source.
1263 * testsuite/gas/mips/mips16-pcrel-addend-8.s: New test source.
1264 * testsuite/gas/mips/mips16-pcrel-addend-9.s: New test source.
1265 * testsuite/gas/mips/mips16-pcrel-absolute-2.s: New test.
1266 * testsuite/gas/mips/mips16-pcrel-absolute-3.s: New test.
1267 * testsuite/gas/mips/mips16-pcrel-absolute-4.s: New test.
1268 * testsuite/gas/mips/mips16-pcrel-absolute-5.s: New test.
1269 * testsuite/gas/mips/mips16-pcrel-absolute-6.s: New test.
1270 * testsuite/gas/mips/mips16-pcrel-absolute-7.s: New test.
1271 * testsuite/gas/mips/mips.exp: Run the new tests.
1272
1273 2017-05-03 Nick Clifton <nickc@redhat.com>
1274
1275 PR gas/20941
1276 * symbols.c (snapshot_symbol): Handle the case where
1277 resolve_expression returns a local symbol.
1278
1279 2017-05-02 Maciej W. Rozycki <macro@imgtec.com>
1280
1281 * config/tc-mips.c (append_insn): Call `symbol_append' for any
1282 expression symbol created for MIPS16 relaxation.
1283 (match_mips16_insn): Don't encode a constant value as an
1284 immediate with a PC-relative operand.
1285
1286 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: New test.
1287 * testsuite/gas/mips/mips16-branch-absolute-1.d: New test.
1288 * testsuite/gas/mips/mips16-branch-absolute-2.d: New test.
1289 * testsuite/gas/mips/mips16-branch-absolute-addend-1.d: New
1290 test.
1291 * testsuite/gas/mips/mips16-branch-absolute-n32-1.d: New test.
1292 * testsuite/gas/mips/mips16-branch-absolute-n32-2.d: New test.
1293 * testsuite/gas/mips/mips16-branch-absolute-addend-n32-1.d: New
1294 test.
1295 * testsuite/gas/mips/mips16-branch-absolute-n64-1.d: New test.
1296 * testsuite/gas/mips/mips16-branch-absolute-n64-2.d: New test.
1297 * testsuite/gas/mips/mips16-branch-absolute-addend-n64-1.d: New
1298 test.
1299 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: New stderr
1300 output.
1301 * testsuite/gas/mips/mips16-pcrel-absolute-1.s: New test source.
1302 * testsuite/gas/mips/mips16-branch-absolute-1.s: New test
1303 source.
1304 * testsuite/gas/mips/mips16-branch-absolute-2.s: New test
1305 source.
1306 * testsuite/gas/mips/mips16-branch-absolute-addend-1.s: New test
1307 source.
1308 * testsuite/gas/mips/mips.exp: Run the new tests.
1309
1310 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
1311
1312 * config/tc-mips.c (mips16_pcrel_val): New function, factored
1313 out from...
1314 (mips16_extended_frag): ... here.
1315 (md_convert_frag): Use `mips16_pcrel_val' rather than repeated
1316 code in MIPS16 relaxation, with `stretch' hardcoded to 0.
1317
1318 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
1319
1320 * config/tc-mips.c (RELAX_MIPS16_LONG_BRANCH): Rename to...
1321 (RELAX_MIPS16_ALWAYS_EXTENDED): ... this.
1322 (RELAX_MIPS16_MARK_LONG_BRANCH): Rename to...
1323 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED): ... this.
1324 (RELAX_MIPS16_CLEAR_LONG_BRANCH): Rename to...
1325 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): ... this.
1326 (mips16_extended_frag): Adjust accordingly.
1327
1328 2017-04-27 Alan Modra <amodra@gmail.com>
1329
1330 * symbols.c (S_FORCE_RELOC): Separate section and symbol tests.
1331
1332 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
1333
1334 * config/tc-mips.c (RELAX_ENCODE): Add `PIC' flag.
1335 (RELAX_PIC): New macro.
1336 (RELAX_USE_SECOND, RELAX_SECOND_LONGER, RELAX_NOMACRO)
1337 (RELAX_DELAY_SLOT, RELAX_DELAY_SLOT_16BIT)
1338 (RELAX_DELAY_SLOT_SIZE_FIRST, RELAX_DELAY_SLOT_SIZE_SECOND):
1339 Shift bits.
1340 (RELAX_BRANCH_ENCODE): Add `pic' flag.
1341 (RELAX_BRANCH_UNCOND, RELAX_BRANCH_LIKELY, RELAX_BRANCH_LINK)
1342 (RELAX_BRANCH_TOOFAR): Shift bits.
1343 (RELAX_BRANCH_PIC): New macro.
1344 (RELAX_MICROMIPS_ENCODE): Add `pic' flag.
1345 (RELAX_MICROMIPS_PIC): New macro.
1346 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
1347 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_NODS)
1348 (RELAX_MICROMIPS_RELAX32): Shift bits.
1349 (relax_close_frag): Pass `mips_pic' setting to RELAX_ENCODE.
1350 (append_insn): Pass `mips_pic' setting to RELAX_BRANCH_ENCODE
1351 and RELAX_MICROMIPS_ENCODE, and record it in `fx_tcbit2' of the
1352 first fixup created.
1353 (md_apply_fix) <BFD_RELOC_16_PCREL_S2>: Use `fx_tcbit2' of the
1354 fixup processed rather than `mips_pic' in choosing to relax an
1355 out of range branch to a jump.
1356 (relaxed_branch_length): Use the `pic' flag of the relaxed frag
1357 rather than `mips_pic'.
1358 (relaxed_micromips_32bit_branch_length): Likewise.
1359 (md_estimate_size_before_relax): Likewise.
1360 (md_convert_frag): Likewise.
1361
1362 * testsuite/gas/mips/option-pic-relax-0.d: New test.
1363 * testsuite/gas/mips/option-pic-relax-1.d: New test.
1364 * testsuite/gas/mips/option-pic-relax-2.d: New test.
1365 * testsuite/gas/mips/option-pic-relax-3.d: New test.
1366 * testsuite/gas/mips/option-pic-relax-3a.d: New test.
1367 * testsuite/gas/mips/option-pic-relax-4.d: New test.
1368 * testsuite/gas/mips/option-pic-relax-5.d: New test.
1369 * testsuite/gas/mips/option-pic-relax-2.l: New stderr output.
1370 * testsuite/gas/mips/option-pic-relax-3.l: New stderr output.
1371 * testsuite/gas/mips/option-pic-relax-4.l: New stderr output.
1372 * testsuite/gas/mips/option-pic-relax-5.l: New stderr output.
1373 * testsuite/gas/mips/option-pic-relax-0.s: New test source.
1374 * testsuite/gas/mips/option-pic-relax-1.s: New test source.
1375 * testsuite/gas/mips/option-pic-relax-2.s: New test source.
1376 * testsuite/gas/mips/option-pic-relax-3.s: New test source.
1377 * testsuite/gas/mips/option-pic-relax-4.s: New test source.
1378 * testsuite/gas/mips/option-pic-relax-5.s: New test source.
1379 * testsuite/gas/mips/mips.exp: Run the new tests.
1380
1381 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1382
1383 * testsuite/gas/arc/leave_enter.d: Update test.
1384 * testsuite/gas/arc/leave_enter.s: Likewise.
1385
1386 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1387
1388 * testsuite/gas/arc/b.d: Update test.
1389 * testsuite/gas/arc/noargs_hs.d: Likewise.
1390
1391 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
1392
1393 * config/tc-mips.c (md_convert_frag): Correct
1394 BFD_RELOC_MIPS16_16_PCREL_S1 fixup size.
1395 * testsuite/gas/mips/mips16-branch-addend-4.d: New test.
1396 * testsuite/gas/mips/mips16-branch-addend-5.d: New test.
1397 * testsuite/gas/mips/mips16-branch-addend-5.l: New stderr
1398 output.
1399 * testsuite/gas/mips/mips16-branch-addend-4.s: New test source.
1400 * testsuite/gas/mips/mips16-branch-addend-5.s: New test source.
1401 * testsuite/gas/mips/mips.exp: Run the new tests.
1402
1403 2017-04-25 Jose E. Marchesi <jose.marchesi@oracle.com>
1404
1405 PR gas/21407
1406 * config/tc-sparc.c (md_apply_fix): Do not transform `call'
1407 instructions into branch instructions in fixups generating
1408 additional relocations.
1409 * testsuite/gas/sparc/call-relax.s: New file.
1410 * testsuite/gas/sparc/call-relax.d: Likewise.
1411 * testsuite/gas/sparc/call-relax-aout.d: Likewise.
1412 * testsuite/gas/sparc/sparc.exp: Test call-relax and call-relax-aout.
1413
1414 2017-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1415
1416 * config/tc-arm.c (move_or_literal_pool): Remove code generating MOVS.
1417 Forbid MOV.W and MOVW if destination is SP or PC.
1418 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.s: Explain
1419 expectation of LDR not generating a MOVS for low registers and small
1420 constants. Add tests of MOVW generation.
1421 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update
1422 expected disassembly.
1423
1424 2017-04-22 Alan Modra <amodra@gmail.com>
1425
1426 * testsuite/gas/ppc/vle.s: Format. Add se_rfgi and e_sc.
1427 * testsuite/gas/ppc/vle.d: Update.
1428
1429 2017-04-21 Nick Clifton <nickc@redhat.com>
1430
1431 PR binutils/21380
1432 * testsuite/gas/aarch64/illegal-3.s: New file.
1433 * testsuite/gas/aarch64/illegal-3.d: New file.
1434
1435 2017-04-11 Alan Modra <amodra@gmail.com>
1436
1437 * config/tc-ppc.c (md_show_usage): Delete mention of -mhtm.
1438 * testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8.
1439
1440 2017-04-10 Max Filippov <jcmvbkbc@gmail.com>
1441
1442 * config/tc-xtensa.c (xtensa_maybe_create_literal_pool_frag):
1443 Initialize lps->frag_count with auto_litpool_limit.
1444 (xg_promote_candidate_litpool): New function.
1445 (xtensa_move_literals): Extract candidate litpool promotion code
1446 into separate function. Call it for all possible found
1447 candidates.
1448 (xtensa_switch_to_literal_fragment): Drop 'recursive' flag and
1449 call to xtensa_mark_literal_pool_location that it guards.
1450 Replace it with call to xtensa_maybe_create_literal_pool_frag.
1451 Initialize pool_location with created literal pool candidate.
1452 * testsuite/gas/xtensa/all.exp: Add new tests.
1453 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
1454 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
1455 * testsuite/gas/xtensa/auto-litpools-first2.d: New test results.
1456 * testsuite/gas/xtensa/auto-litpools-first2.s: New test.
1457 * testsuite/gas/xtensa/auto-litpools.d: Fix offsets changed due
1458 to additional jump instruction.
1459
1460 2017-04-07 Alan Modra <amodra@gmail.com>
1461
1462 * testsuite/gas/ppc/altivec2.s: Delete E6500 vector insns.
1463 * testsuite/gas/ppc/altivec2.d: Adjust to suit.
1464
1465 2017-04-07 Alan Modra <amodra@gmail.com>
1466
1467 * testsuite/gas/elf/section12a.d: Don't expect alignment of 1
1468 for .mbind.text.
1469
1470 2017-04-06 Pip Cet <pipcet@gmail.com>
1471
1472 * testsuite/gas/wasm32/allinsn.d: Adjust test for disassembler
1473 changes.
1474 * testsuite/gas/wasm32/disass.d: New test.
1475 * testsuite/gas/wasm32/disass.s: New test.
1476 * testsuite/gas/wasm32/disass-2.d: New test.
1477 * testsuite/gas/wasm32/disass-2.s: New test.
1478 * testsuite/gas/wasm32/reloc.d: Adjust test for changed reloc
1479 names.
1480 * testsuite/gas/wasm32/reloc.s: Update test for changed assembler
1481 syntax.
1482 * testsuite/gas/wasm32/wasm32.exp: Run new tests. Expect allinsn
1483 test to succeed.
1484
1485 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
1486
1487 * NEWS: Mention support for ELF SHF_GNU_MBIND.
1488 * config/obj-elf.c (section_match): New.
1489 (get_section): Match both sh_info and group name.
1490 (obj_elf_change_section): Add argument for sh_info. Pass both
1491 sh_info and group name to get_section. Issue an error for
1492 SHF_GNU_MBIND section without SHF_ALLOC. Set sh_info.
1493 (obj_elf_parse_section_letters): Set SHF_GNU_MBIND for 'd'.
1494 (obj_elf_section): Support SHF_GNU_MBIND section info.
1495 * config/obj-elf.h (obj_elf_change_section): Add argument for
1496 sh_info.
1497 * config/tc-arm.c (start_unwind_section): Pass 0 as sh_info to
1498 obj_elf_change_section.
1499 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
1500 * config/tc-microblaze.c (microblaze_s_data): Likewise.
1501 (microblaze_s_sdata): Likewise.
1502 (microblaze_s_rdata): Likewise.
1503 (microblaze_s_bss): Likewise.
1504 * config/tc-mips.c (s_change_section): Likewise.
1505 * config/tc-msp430.c (msp430_profiler): Likewise.
1506 * config/tc-rx.c (parse_rx_section): Likewise.
1507 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
1508 * doc/as.texinfo: Document 'd' for SHF_GNU_MBIND.
1509 * testsuite/gas/elf/elf.exp: Run section12a, section12b and
1510 section13.
1511 * testsuite/gas/elf/section10.d: Updated.
1512 * testsuite/gas/elf/section10.s: Likewise.
1513 * testsuite/gas/elf/section12.s: New file.
1514 * testsuite/gas/elf/section12a.d: Likewise.
1515 * testsuite/gas/elf/section12b.d: Likewise.
1516 * testsuite/gas/elf/section13.l: Likewise.
1517 * testsuite/gas/elf/section13.d: Likewise.
1518 * testsuite/gas/elf/section13.s: Likewise.
1519
1520 2017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
1521
1522 * config/tc-riscv.c (riscv_clear_subsets): Cast argument to free to
1523 avoid const warnings.
1524
1525 2017-03-30 Palmer Dabbelt <palmer@dabbelt.com>
1526
1527 * config/tc-riscv.c (riscv_clear_subsets): New function.
1528 (riscv_add_subset): Call riscv_clear_subsets and riscv_set_rvc to
1529 clear RVC when it's been previously set.
1530
1531 2017-03-31 Nick Clifton <nickc@redhat.com>
1532
1533 PR gas/21333
1534 * config/tc-s390.c (tc_s390_fix_adjustable): Allow non pc-relative
1535 fixups in mergeable sections to be adjusted.
1536
1537 2017-03-30 Pip Cet <pipcet@gmail.com>
1538
1539 * config/tc-wasm32.h: New file: Add WebAssembly assembler target.
1540 * config/tc-wasm32.c: New file: Add WebAssembly assembler target.
1541 * Makefile.am: Add WebAssembly assembler target.
1542 * configure.tgt: Add WebAssembly assembler target.
1543 * doc/c-wasm32.texi: New file: Start documenting WebAssembly
1544 assembler.
1545 * doc/all.texi: Define WASM32.
1546 * doc/as.texinfo: Add WebAssembly entries.
1547 * NEWS: Mention the new support.
1548 * Makefile.in: Regenerate.
1549 * po/gas.pot: Regenerate.
1550 * po/POTFILES.in: Regenerate.
1551 * testsuite/gas/wasm32: New directory.
1552 * testsuite/gas/wasm32/allinsn.d: New file.
1553 * testsuite/gas/wasm32/allinsn.s: New file.
1554 * testsuite/gas/wasm32/illegal.l: New file.
1555 * testsuite/gas/wasm32/illegal.s: New file.
1556 * testsuite/gas/wasm32/illegal-2.l: New file.
1557 * testsuite/gas/wasm32/illegal-2.s: New file.
1558 * testsuite/gas/wasm32/illegal-3.l: New file.
1559 * testsuite/gas/wasm32/illegal-3.s: New file.
1560 * testsuite/gas/wasm32/illegal-4.l: New file.
1561 * testsuite/gas/wasm32/illegal-4.s: New file.
1562 * testsuite/gas/wasm32/illegal-5.l: New file.
1563 * testsuite/gas/wasm32/illegal-5.s: New file.
1564 * testsuite/gas/wasm32/illegal-6.l: New file.
1565 * testsuite/gas/wasm32/illegal-6.s: New file.
1566 * testsuite/gas/wasm32/illegal-7.l: New file.
1567 * testsuite/gas/wasm32/illegal-7.s: New file.
1568 * testsuite/gas/wasm32/illegal-8.l: New file.
1569 * testsuite/gas/wasm32/illegal-8.s: New file.
1570 * testsuite/gas/wasm32/illegal-9.l: New file.
1571 * testsuite/gas/wasm32/illegal-9.s: New file.
1572 * testsuite/gas/wasm32/illegal-10.l: New file.
1573 * testsuite/gas/wasm32/illegal-10.s: New file.
1574 * testsuite/gas/wasm32/illegal-11.l: New file.
1575 * testsuite/gas/wasm32/illegal-11.s: New file.
1576 * testsuite/gas/wasm32/illegal-12.l: New file.
1577 * testsuite/gas/wasm32/illegal-12.s: New file.
1578 * testsuite/gas/wasm32/illegal-13.l: New file.
1579 * testsuite/gas/wasm32/illegal-13.s: New file.
1580 * testsuite/gas/wasm32/illegal-14.l: New file.
1581 * testsuite/gas/wasm32/illegal-14.s: New file.
1582 * testsuite/gas/wasm32/illegal-15.l: New file.
1583 * testsuite/gas/wasm32/illegal-15.s: New file.
1584 * testsuite/gas/wasm32/illegal-16.l: New file.
1585 * testsuite/gas/wasm32/illegal-16.s: New file.
1586 * testsuite/gas/wasm32/illegal-17.l: New file.
1587 * testsuite/gas/wasm32/illegal-17.s: New file.
1588 * testsuite/gas/wasm32/illegal-18.l: New file.
1589 * testsuite/gas/wasm32/illegal-18.s: New file.
1590 * testsuite/gas/wasm32/illegal-19.l: New file.
1591 * testsuite/gas/wasm32/illegal-19.s: New file.
1592 * testsuite/gas/wasm32/illegal-20.l: New file.
1593 * testsuite/gas/wasm32/illegal-20.s: New file.
1594 * testsuite/gas/wasm32/illegal-21.l: New file.
1595 * testsuite/gas/wasm32/illegal-21.s: New file.
1596 * testsuite/gas/wasm32/illegal-22.l: New file.
1597 * testsuite/gas/wasm32/illegal-22.s: New file.
1598 * testsuite/gas/wasm32/illegal-24.l: New file.
1599 * testsuite/gas/wasm32/illegal-24.s: New file.
1600 * testsuite/gas/wasm32/illegal-25.l: New file.
1601 * testsuite/gas/wasm32/illegal-25.s: New file.
1602 * testsuite/gas/wasm32/reloc.d: New file.
1603 * testsuite/gas/wasm32/reloc.s: New file.
1604 * testsuite/gas/wasm32/wasm32.exp: New tests for WebAssembly
1605 architecture.
1606
1607 2017-03-29 Alan Modra <amodra@gmail.com>
1608
1609 * config/tc-ppc.c (md_parse_option): Reject -mraw.
1610
1611 2017-03-27 Alan Modra <amodra@gmail.com>
1612
1613 PR 21303
1614 * testsuite/gas/ppc/pr21303.d,
1615 * testsuite/gas/ppc/pr21303.s: New test
1616 * testsuite/gas/ppc/ppc.exp: Run it.
1617
1618 2017-03-27 Rinat Zelig <rinat@mellanox.com>
1619
1620 * testsuite/gas/arc/nps400-12.s: New file.
1621 * testsuite/gas/arc/nps400-12.d: New file.
1622
1623 2017-03-24 Thomas preud'homme <thomas.preudhomme@arm.com>
1624
1625 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
1626 CPU_DEFAULT is defined.
1627
1628 2017-03-21 Palmer Dabbbelt <palmer@dabbelt.com>
1629
1630 * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
1631 -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
1632 print an invalid default ISA string.
1633 * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
1634
1635 2017-03-22 Max Filippov <jcmvbkbc@gmail.com>
1636
1637 * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the
1638 reassigned fixup to size of jump instruction (3) and fx_r_type
1639 to BFD_RELOC_XTENSA_SLOT0_OP, as there's only one slot.
1640 (add_jump_to_trampoline): Search
1641 origfrag->tc_frag_data.slot_symbols for the slot with non-NULL
1642 symbol and use that slot instead of slot 0.
1643
1644 2017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1645
1646 * config/tc-s390.c (s390_parse_cpu): Remove S390_INSTR_FLAG_VX2
1647 from cpu_table. Remove vx2, and novx2 from cpu_flags.
1648
1649 2017-03-21 Rinat Zelig <rinat@mellanox.com>
1650
1651 * testsuite/gas/arc/nps400-11.s: New file.
1652 * testsuite/gas/arc/nps400-11.d: New file.
1653
1654 2017-03-20 Nick Clifton <nickc@redhat.com>
1655
1656 * doc/as.texinfo (2byte): Note that if no expressions are present
1657 the directive does nothing. Emphasize that the output is
1658 unaligned, and that this can have an effect on the relocations
1659 generated.
1660 (4byte): Simplify description. Refer back to the 2byte
1661 description.
1662 (8byte): Likewise.
1663
1664 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
1665
1666 * config/tc-arm.c (arm_fpus): Note entires that should not be
1667 documented.
1668 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
1669 neon-fp16. Fix spelling error.
1670
1671 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
1672
1673 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
1674
1675 2017-03-16 Rinat Zelig <rinat@mellanox.com>
1676
1677 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
1678 specially for ARCv2.
1679
1680 2017-03-14 Kito Cheng <kito.cheng@gmail.com>
1681
1682 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
1683 encoding format, which can accept 0-valued immediates.
1684 (riscv_ip): Likewise.
1685
1686 2017-03-15 Nick Clifton <nickc@redhat.com>
1687
1688 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
1689 warning about discarding a const qualifier.
1690
1691 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
1692
1693 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
1694
1695 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
1696
1697 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
1698 fx_next->fx_frag for CFA_advance_loc relocations.
1699
1700 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
1701
1702 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
1703 for CFA relocations.
1704
1705 2017-03-13 Nick Clifton <nickc@redhat.com>
1706
1707 PR binutils/21202
1708 * config/tc-aarch64.c (reloc_table): Rename
1709 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
1710 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
1711 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
1712 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
1713 (md_apply_fix): Likewise.
1714 (aarch64_force_relocation): Likewise.
1715 * testsuite/gas/aarch64/tls.d: Update regexp.
1716
1717 2017-03-10 Tobin C. Harding <me@tobin.cc>
1718 Nick Clifton <nickc@redhat.com>
1719
1720 * doc/as.texinfo (2byte): Tidy up wording. Add note that
1721 overlarge values will produce a warning message and be trunacted.
1722 (4byte): Likewise.
1723
1724 2017-03-09 H.J. Lu <hongjiu.lu@intel.com>
1725
1726 * config/tc-i386.c (_i386_insn): Add dir_encoding and
1727 vec_encoding. Remove swap_operand and need_vrex.
1728 (extra_symbol_chars): Add '}'.
1729 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
1730 mnemonic.
1731 (build_vex_prefix): Don't use 2-byte VEX encoding with
1732 {vex3}. Check dir_encoding and load.
1733 (parse_insn): Check pseudo prefixes. Set dir_encoding.
1734 (VEX_check_operands): Likewise.
1735 (match_template): Check dir_encoding and load.
1736 (parse_real_register): Set vec_encoding instead of need_vrex.
1737 (parse_register): Likewise.
1738 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
1739 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
1740 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
1741 * testsuite/gas/i386/pseudos.d: New file.
1742 * testsuite/gas/i386/pseudos.s: Likewise.
1743 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
1744 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
1745
1746 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
1747
1748 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
1749 (objdump): Use the -Mpower8 option.
1750
1751 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
1752
1753 * testsuite/gas/ppc/power9.d <lnia> New test.
1754 * testsuite/gas/ppc/power9.s: Likewise.
1755
1756 2017-03-07 Alan Modra <amodra@gmail.com>
1757
1758 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
1759
1760 2017-03-07 Tobin C. Harding <me@tobin.cc>
1761 Alan Modra <amodra@gmail.com>
1762
1763 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
1764 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
1765
1766 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
1767
1768 * config/tc-i386.c (cpu_arch): Add .cet.
1769 * doc/c-i386.texi: Document cet.
1770 * testsuite/gas/i386/cet-intel.d: New file.
1771 * testsuite/gas/i386/cet.d: Likewise.
1772 * testsuite/gas/i386/cet.s: Likewise.
1773 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
1774 * testsuite/gas/i386/x86-64-cet.d: Likewise.
1775 * testsuite/gas/i386/x86-64-cet.s: Likewise.
1776 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
1777
1778 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
1779
1780 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
1781 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
1782
1783 2017-03-06 Alan Modra <amodra@gmail.com>
1784
1785 * dw2gencfi.c (encoding_size): Return unsigned int.
1786 (emit_expr_encoded): Assert size matches reloc bitsize.
1787 (output_fde): Use unsigned for offset_size and addr_size. Set
1788 addr_size earlier and use in place of constant 4 and uses of
1789 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
1790
1791 2017-03-06 Alan Modra <amodra@gmail.com>
1792
1793 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
1794 auto reformat. Formatting and whitespace fixes.
1795
1796 2017-03-05 Mark Wielaard <mark@klomp.org>
1797
1798 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
1799 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
1800 (out_debug_info): Accept symbols to name, comp_dir and producer in
1801 the .debug_str section and emit those offsets not full strings.
1802 (out_debug_str): New function that outputs the strings for name,
1803 comp_dir and producer in .debug_str and generates symbols to those
1804 strings.
1805 (out_debug_line): Create a .debug_str section if necessary and call
1806 out_debug_str before calling out_debug_info.
1807 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
1808 output.
1809
1810 2017-03-02 Maciej W. Rozycki <macro@imgtec.com>
1811
1812 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
1813 part of the frag has overrun the location requested.
1814
1815 * testsuite/gas/all/org-1.d: New test.
1816 * testsuite/gas/all/org-2.d: New test.
1817 * testsuite/gas/all/org-3.d: New test.
1818 * testsuite/gas/all/org-4.d: New test.
1819 * testsuite/gas/all/org-5.d: New test.
1820 * testsuite/gas/all/org-6.d: New test.
1821 * testsuite/gas/all/org-1.l: New stderr output.
1822 * testsuite/gas/all/org-2.l: New stderr output.
1823 * testsuite/gas/all/org-3.l: New stderr output.
1824 * testsuite/gas/all/org-1.s: New test source.
1825 * testsuite/gas/all/org-2.s: New test source.
1826 * testsuite/gas/all/org-3.s: New test source.
1827 * testsuite/gas/all/org-4.s: New test source.
1828 * testsuite/gas/all/org-5.s: New test source.
1829 * testsuite/gas/all/org-6.s: New test source.
1830 * testsuite/gas/all/gas.exp: Run the new tests.
1831
1832 * testsuite/gas/mips/org-1.d: New test.
1833 * testsuite/gas/mips/org-2.d: New test.
1834 * testsuite/gas/mips/org-3.d: New test.
1835 * testsuite/gas/mips/org-4.d: New test.
1836 * testsuite/gas/mips/org-5.d: New test.
1837 * testsuite/gas/mips/org-6.d: New test.
1838 * testsuite/gas/mips/org-7.d: New test.
1839 * testsuite/gas/mips/org-8.d: New test.
1840 * testsuite/gas/mips/org-9.d: New test.
1841 * testsuite/gas/mips/org-10.d: New test.
1842 * testsuite/gas/mips/org-11.d: New test.
1843 * testsuite/gas/mips/org-12.d: New test.
1844 * testsuite/gas/mips/org-1.l: New stderr output.
1845 * testsuite/gas/mips/org-4.l: New stderr output.
1846 * testsuite/gas/mips/org-5.l: New stderr output.
1847 * testsuite/gas/mips/org-6.l: New stderr output.
1848 * testsuite/gas/mips/org-10.l: New stderr output.
1849 * testsuite/gas/mips/org-1.s: New test source.
1850 * testsuite/gas/mips/org-2.s: New test source.
1851 * testsuite/gas/mips/org-3.s: New test source.
1852 * testsuite/gas/mips/org-4.s: New test source.
1853 * testsuite/gas/mips/org-5.s: New test source.
1854 * testsuite/gas/mips/org-6.s: New test source.
1855 * testsuite/gas/mips/org-7.s: New test source.
1856 * testsuite/gas/mips/org-8.s: New test source.
1857 * testsuite/gas/mips/org-9.s: New test source.
1858 * testsuite/gas/mips/org-10.s: New test source.
1859 * testsuite/gas/mips/org-11.s: New test source.
1860 * testsuite/gas/mips/org-12.s: New test source.
1861 * testsuite/gas/mips/mips.exp: Run the new tests.
1862
1863 2017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
1864
1865 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
1866
1867 2017-02-28 Jan Beulich <jbeulich@suse.com>
1868
1869 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
1870 VPCMPESTR{I,M}.
1871 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
1872 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
1873 of PCMPESTR{I,M}.
1874 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
1875 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
1876 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
1877 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
1878 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
1879 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
1880 * testsuite/gas/i386/x86-64-avx.d: Likewise.
1881 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
1882 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
1883 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
1884
1885 2017-02-28 Alan Modra <amodra@gmail.com>
1886
1887 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
1888
1889 2017-02-28 Alan Modra <amodra@gmail.com>
1890
1891 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
1892 (md_apply_fix): Remove fx_subsy check. Move code converting to
1893 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
1894 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
1895 that is done now by the generic code via..
1896 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
1897 (TC_VALIDATE_FIX_SUB): Define.
1898
1899 2017-02-28 Maciej W. Rozycki <macro@imgtec.com>
1900
1901 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
1902 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
1903 encoding patterns.
1904 * testsuite/gas/mips/jalr4-n64.d: Likewise.
1905 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
1906 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
1907 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
1908
1909 2017-02-25 Alan Modra <amodra@gmail.com>
1910
1911 * testsuite/gas/elf/strtab.s: Don't put directives on first
1912 column or continuation with labels not in first column.
1913
1914 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
1915
1916 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
1917 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
1918 to be used with SVE registers.
1919 (parse_operands): Handle new SVE operands.
1920 (aarch64_features): Make "sve" require F16 rather than FP. Also
1921 require COMPNUM.
1922 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
1923 Include compnum tests.
1924 * testsuite/gas/aarch64/sve.d: Update accordingly.
1925 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
1926 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
1927 update expected output for new FMOV and MOV alternatives.
1928
1929 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
1930
1931 * doc/c-aarch64.texi: Add a "compnum" entry.
1932 * config/tc-aarch64.c (aarch64_features): Likewise,
1933 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
1934 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
1935
1936 2017-02-24 Jan Beulich <jbeulich@suse.com>
1937
1938 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
1939 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
1940 * testsuite/gas/i386/opcode.d: Adjust accordingly.
1941 * testsuite/gas/i386/opcode-intel.d: Likewise.
1942 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
1943 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
1944
1945 2017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
1946
1947 Test cases for the architecture level aware SPARC ASI work.
1948 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
1949 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
1950 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
1951 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
1952 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
1953
1954 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
1955
1956 * testsuite/gas/mips/jalr4.d: New test.
1957 * testsuite/gas/mips/jalr4-n32.d: New test.
1958 * testsuite/gas/mips/jalr4-n64.d: New test.
1959 * testsuite/gas/mips/jalr4.s: New test source.
1960 * testsuite/gas/mips/mips.exp: Run the new tests.
1961
1962 2017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
1963
1964 Add support for associating SPARC ASIs with an architecture level.
1965 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
1966
1967 2017-02-23 Jan Beulich <jbeulich@suse.com>
1968
1969 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
1970 of symbols as expression.
1971
1972 2017-02-23 Jan Beulich <jbeulich@suse.com>
1973
1974 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
1975 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
1976 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
1977 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
1978
1979 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
1980
1981 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
1982 `md_flush_pending_output'.
1983 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
1984 `md_flush_pending_output' unconditionally.
1985 * testsuite/gas/mips/debug-label-end-1.d: New test.
1986 * testsuite/gas/mips/debug-label-end-2.d: New test.
1987 * testsuite/gas/mips/debug-label-end-3.d: New test.
1988 * testsuite/gas/mips/debug-label-end.s: New test source.
1989 * testsuite/gas/mips/mips.exp: Run the new tests.
1990
1991 2017-02-22 Hans-Peter Nilsson <hp@axis.com>
1992
1993 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
1994 targets yielding an error message matching "too complex".
1995
1996 2017-02-22 Nick Clifton <nickc@redhat.com>
1997
1998 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
1999
2000 2017-02-21 Jan Beulich <jbeulich@suse.com>
2001
2002 * expr.c (operand): Handle missing operand to .startof.() and
2003 .sizeof.().
2004 * testsuite/gas/all/err-sizeof.s: New.
2005
2006 2017-02-20 Alan Modra <amodra@gmail.com>
2007
2008 PR 21118
2009 * NEWS: Revise powerpc register check.
2010 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
2011 register expression" a warning.
2012
2013 2017-02-17 Maciej W. Rozycki <macro@imgtec.com>
2014
2015 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
2016 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
2017 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
2018 * testsuite/gas/mips/aent-2.d: New test.
2019 * testsuite/gas/mips/aent-mdebug.d: New test.
2020 * testsuite/gas/mips/aent-mdebug-2.d: New test.
2021 * testsuite/gas/mips/mips.exp: Run the new tests.
2022
2023 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
2024
2025 * testsuite/gas/aarch64/sve-sysreg.s,
2026 testsuite/gas/aarch64/sve-sysreg.d,
2027 testsuite/gas/aarch64/sve-sysreg-invalid.d,
2028 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
2029
2030 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
2031
2032 * doc/c-aarch64.texi: Fix sve entry.
2033
2034 2017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
2035
2036 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
2037 information from input expression.
2038 (assemble_insn): Make sure pcrel is correctly set.
2039 (arc_pcrel_adjust): Compensate for PCL rounding.
2040 * testsuite/gas/arc/relax-add01.d: New file.
2041 * testsuite/gas/arc/relax-add01.s: Likewise.
2042 * testsuite/gas/arc/relax-add02.d: Likewise.
2043 * testsuite/gas/arc/relax-add02.s: Likewise.
2044 * testsuite/gas/arc/relax-add03.d: Likewise.
2045 * testsuite/gas/arc/relax-add03.s: Likewise.
2046 * testsuite/gas/arc/relax-add04.d: Likewise.
2047 * testsuite/gas/arc/relax-add04.s: Likewise.
2048 * testsuite/gas/arc/relax-ld01.d: Likewise.
2049 * testsuite/gas/arc/relax-ld01.s: Likewise.
2050 * testsuite/gas/arc/relax-ld02.d: Likewise.
2051 * testsuite/gas/arc/relax-ld02.s: Likewise.
2052 * testsuite/gas/arc/relax-mov01.d: Likewise.
2053 * testsuite/gas/arc/relax-mov01.s: Likewise.
2054 * testsuite/gas/arc/relax-mov02.d: Likewise.
2055 * testsuite/gas/arc/relax-mov02.s: Likewise.
2056 * testsuite/gas/arc/relax-mpy01.d: Likewise.
2057 * testsuite/gas/arc/relax-mpy01.s: Likewise.
2058 * testsuite/gas/arc/relax-sub01.d: Likewise.
2059 * testsuite/gas/arc/relax-sub01.s: Likewise.
2060 * testsuite/gas/arc/relax-sub02.d: Likewise.
2061 * testsuite/gas/arc/relax-sub02.s: Likewise.
2062 * testsuite/gas/arc/relax-sub03.d: Likewise.
2063 * testsuite/gas/arc/relax-sub03.s: Likewise.
2064 * testsuite/gas/arc/relax-sub04.d: Likewise.
2065 * testsuite/gas/arc/relax-sub04.s: Likewise.
2066
2067 2017-02-09 Vineet Gupta <vgupta@synopsys.com>
2068
2069 * testsuite/gas/arc/st.d: Update for 0xe having a name now
2070
2071 2017-02-14 Alan Modra <amodra@gmail.com>
2072
2073 PR 21118
2074 * NEWS: Mention powerpc register checks.
2075 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
2076 (pre_defined_registers): Delete fpscr and pmr entries. Set
2077 register type in flags.
2078 (cr_names): Set type in flags.
2079 (reg_name_search): Return pointer to struct pd_reg rather than value.
2080 (register_name): Adjust to suit. Set X_md from flags.
2081 (ppc_parse_name): Likewise.
2082 (ppc_optimize_expr): New function.
2083 (md_assemble): Verify expresion reg flags match operand.
2084 * config/tc-ppc.h (md_optimize_expr): Define.
2085 (ppc_optimize_expr): Declare.
2086
2087 2017-02-14 Alan Modra <amodra@gmail.com>
2088
2089 * testsuite/gas/ppc/cell.s: Correct invalid registers.
2090 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
2091 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
2092
2093 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
2094
2095 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
2096 syntax.
2097 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
2098 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
2099
2100 2017-02-10 Nicholas Piggin <npiggin@gmail.com>
2101
2102 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
2103
2104 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
2105
2106 * doc/as.texinfo (Overview): Select MIPS options for man page
2107 inclusion.
2108
2109 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
2110
2111 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
2112 (options): Add OPTION_IGNORE_BRANCH_ISA and
2113 OPTION_NO_IGNORE_BRANCH_ISA enum values.
2114 (md_longopts): Add "mignore-branch-isa" and
2115 "mno-ignore-branch-isa" options.
2116 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
2117 OPTION_NO_IGNORE_BRANCH_ISA.
2118 (fix_bad_cross_mode_branch_p): Return FALSE if
2119 `mips_ignore_branch_isa' has been set.
2120 (md_show_usage): Add `-mignore-branch-isa' and
2121 `-mno-ignore-branch-isa'.
2122
2123 * doc/as.texinfo (Target MIPS options): Add
2124 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
2125 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
2126 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
2127 `-mno-ignore-branch-isa' options.
2128
2129 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
2130 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
2131 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
2132 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
2133 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
2134 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
2135 * testsuite/gas/mips/mips.exp: Run the new tests.
2136
2137 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
2138
2139 * testsuite/gas/mips/branch-local-2.d: New test.
2140 * testsuite/gas/mips/branch-local-3.d: New test.
2141 * testsuite/gas/mips/branch-local-n32-2.d: New test.
2142 * testsuite/gas/mips/branch-local-n32-3.d: New test.
2143 * testsuite/gas/mips/branch-local-n64-2.d: New test.
2144 * testsuite/gas/mips/branch-local-n64-3.d: New test.
2145 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
2146 into the new tests.
2147
2148 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
2149
2150 PR 21056
2151 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
2152 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
2153
2154 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
2155
2156 * configure.tgt (aarch64*-*-rtems*): Remove.
2157 (bfin-*-rtems*): Likewise.
2158 (h8300-*-rtems*): Likewise.
2159 (i386-*-rtems*): Likewise.
2160 (m32c-*-rtems*): Likewise.
2161 (m32r-*-rtems*): Likewise.
2162 (m68k-*-rtems*): Likewise.
2163 (mips-*-rtems*): Likewise.
2164 (nios2-*-rtems*): Likewise.
2165 (ppc-*-rtems*): Likewise.
2166 (sh-*-rtems*): Likewise.
2167 (sparc64-*-rtems*): Likewise.
2168 (sparc-*-rtems*): Likewise.
2169 (*-*-rtems*) Use ELF format.
2170
2171 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
2172
2173 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
2174
2175 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
2176
2177 * configure.tgt (sh-*-rtemscoff*): Remove.
2178
2179 2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
2180
2181 * configure.tgt (riscv*-*-*): Remove em=linux.
2182
2183 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
2184
2185 PR gas/21072
2186 * asintl.h: Fix spelling mistakes and typos.
2187 * atof-generic.c: Likewise.
2188 * bit_fix.h: Likewise.
2189 * config/atof-ieee.c: Likewise.
2190 * config/bfin-defs.h: Likewise.
2191 * config/bfin-parse.y: Likewise.
2192 * config/obj-coff-seh.h: Likewise.
2193 * config/obj-coff.c: Likewise.
2194 * config/obj-evax.c: Likewise.
2195 * config/obj-macho.c: Likewise.
2196 * config/rx-parse.y: Likewise.
2197 * config/tc-aarch64.c: Likewise.
2198 * config/tc-alpha.c: Likewise.
2199 * config/tc-arc.c: Likewise.
2200 * config/tc-arm.c: Likewise.
2201 * config/tc-avr.c: Likewise.
2202 * config/tc-bfin.c: Likewise.
2203 * config/tc-cr16.c: Likewise.
2204 * config/tc-cris.c: Likewise.
2205 * config/tc-crx.c: Likewise.
2206 * config/tc-d10v.c: Likewise.
2207 * config/tc-d30v.c: Likewise.
2208 * config/tc-dlx.c: Likewise.
2209 * config/tc-epiphany.c: Likewise.
2210 * config/tc-frv.c: Likewise.
2211 * config/tc-hppa.c: Likewise.
2212 * config/tc-i370.c: Likewise.
2213 * config/tc-i386-intel.c: Likewise.
2214 * config/tc-i386.c: Likewise.
2215 * config/tc-i960.c: Likewise.
2216 * config/tc-ia64.c: Likewise.
2217 * config/tc-m32r.c: Likewise.
2218 * config/tc-m68hc11.c: Likewise.
2219 * config/tc-m68k.c: Likewise.
2220 * config/tc-mcore.c: Likewise.
2221 * config/tc-mep.c: Likewise.
2222 * config/tc-mep.h: Likewise.
2223 * config/tc-metag.c: Likewise.
2224 * config/tc-microblaze.c: Likewise.
2225 * config/tc-mips.c: Likewise.
2226 * config/tc-mmix.c: Likewise.
2227 * config/tc-mn10200.c: Likewise.
2228 * config/tc-mn10300.c: Likewise.
2229 * config/tc-msp430.c: Likewise.
2230 * config/tc-msp430.h: Likewise.
2231 * config/tc-nds32.c: Likewise.
2232 * config/tc-nds32.h: Likewise.
2233 * config/tc-nios2.c: Likewise.
2234 * config/tc-nios2.h: Likewise.
2235 * config/tc-ns32k.c: Likewise.
2236 * config/tc-pdp11.c: Likewise.
2237 * config/tc-ppc.c: Likewise.
2238 * config/tc-pru.c: Likewise.
2239 * config/tc-rx.c: Likewise.
2240 * config/tc-s390.c: Likewise.
2241 * config/tc-score.c: Likewise.
2242 * config/tc-score7.c: Likewise.
2243 * config/tc-sh.c: Likewise.
2244 * config/tc-sh64.c: Likewise.
2245 * config/tc-sparc.c: Likewise.
2246 * config/tc-tic4x.c: Likewise.
2247 * config/tc-tic54x.c: Likewise.
2248 * config/tc-v850.c: Likewise.
2249 * config/tc-vax.c: Likewise.
2250 * config/tc-visium.c: Likewise.
2251 * config/tc-xgate.c: Likewise.
2252 * config/tc-xtensa.c: Likewise.
2253 * config/tc-z80.c: Likewise.
2254 * config/tc-z8k.c: Likewise.
2255 * config/te-vms.c: Likewise.
2256 * config/xtensa-relax.c: Likewise.
2257 * doc/as.texinfo: Likewise.
2258 * doc/c-arm.texi: Likewise.
2259 * doc/c-hppa.texi: Likewise.
2260 * doc/c-i370.texi: Likewise.
2261 * doc/c-i386.texi: Likewise.
2262 * doc/c-m32r.texi: Likewise.
2263 * doc/c-m68k.texi: Likewise.
2264 * doc/c-mmix.texi: Likewise.
2265 * doc/c-msp430.texi: Likewise.
2266 * doc/c-nds32.texi: Likewise.
2267 * doc/c-ns32k.texi: Likewise.
2268 * doc/c-riscv.texi: Likewise.
2269 * doc/c-rx.texi: Likewise.
2270 * doc/c-s390.texi: Likewise.
2271 * doc/c-tic6x.texi: Likewise.
2272 * doc/c-tilegx.texi: Likewise.
2273 * doc/c-tilepro.texi: Likewise.
2274 * doc/c-v850.texi: Likewise.
2275 * doc/c-xgate.texi: Likewise.
2276 * doc/c-xtensa.texi: Likewise.
2277 * dwarf2dbg.c: Likewise.
2278 * ecoff.c: Likewise.
2279 * itbl-ops.c: Likewise.
2280 * listing.c: Likewise.
2281 * macro.c: Likewise.
2282 * po/gas.pot: Likewise.
2283 * read.c: Likewise.
2284 * struc-symbol.h: Likewise.
2285 * symbols.h: Likewise.
2286 * testsuite/gas/arc/relocs-errors.err: Likewise.
2287 * write.c: Likewise.
2288
2289 2017-01-23 Nick Clifton <nickc@redhat.com>
2290
2291 * po/sv.po: Updated Swedish translation.
2292
2293 2017-01-20 Nick Clifton <nickc@redhat.com>
2294
2295 * config/tc-i386.c (parse_operands): Check for operand overflow
2296 before setting the unspecified bit.
2297
2298 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
2299
2300 PR gas/20649
2301 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
2302 symbols, remove the `segtype' parameter.
2303 (mips_frob_file, md_estimate_size_before_relax): Adjust
2304 accordingly.
2305 (s_is_linkonce): Add an explanatory comment.
2306 * testsuite/gas/mips/comdat-reloc.d: New test.
2307 * testsuite/gas/mips/comdat-reloc.s: New test source.
2308 * testsuite/gas/mips/mips.exp: Run the new test.
2309
2310 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
2311
2312 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
2313 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
2314
2315 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
2316
2317 PR 21059
2318 * config/bfin-lex.l: Support processing with flex 2.6.3.
2319 * itbl-lex.l: Likewise.
2320
2321 2017-01-18 Nathan Sidwell <nathan@acm.org>
2322
2323 * as.h (gas_assert): Use abort.
2324 (as_assert): Remove.
2325 (signal_init): Declare.
2326 * as.c (main): Call signal_init.
2327 * messages.c: #include <signal.h>
2328 (as_assert): Delete.
2329 (as_abort): Allow NULL FILE.
2330 (signal_crash): New.
2331 (signal_init): Register fatal signal handlers.
2332 * configure.ac: Check for strsignal.
2333 * config.in: Rebuilt.
2334 * configure: Rebuilt.
2335
2336 2017-01-17 Nick Clifton <nickc@redhat.com>
2337
2338 * po/sv.po: Updated Swedish translation.
2339
2340 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2341
2342 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
2343 (cpu_noarch): Add noavx512_vpopcntdq.
2344 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
2345 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
2346 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
2347 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
2348 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
2349 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
2350 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
2351 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
2352
2353 2017-01-12 Nick Clifton <nickc@redhat.com>
2354
2355 * read.c (temp_ilp): New function. Installs a temporary input
2356 line pointer.
2357 (restore_ilp): New function. Restores the original input line
2358 pointer.
2359 * read.h (temp_ilp): Prototype.
2360 (restore_ilp): Prototype.
2361 * stabs.c (dot_func_p): Use bfd_boolean type.
2362 (generate_asm_file): Use temp_ilp and restore_ilp.
2363 (stabs_generate_asm_lineno): Likewise.
2364 (stabs_generate_asm_endfunc): Likewise.
2365
2366 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
2367
2368 * configure.tgt: Add entry for i386-redox.
2369
2370 2017-01-10 Nick Clifton <nickc@redhat.com>
2371
2372 * po/sv.po: Updated Swedish translation.
2373
2374 2017-01-10 Tristan Gingold <gingold@adacore.com>
2375
2376 * testsuite/gas/all/sleb128-8.d: Adjust test.
2377 * testsuite/gas/all/gas.exp (test_cond): Likewise.
2378
2379 2017-01-10 Tristan Gingold <gingold@adacore.com>
2380
2381 * read.c (emit_leb128_expr): Extended unsigned big number for
2382 sleb128.
2383 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
2384 * testsuite/gas/all/sleb128.d: New test.
2385 * testsuite/gas/all/sleb128.s: New test source.
2386
2387 2017-01-09 Andrew Waterman <andrew@sifive.com>
2388
2389 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
2390 against constants.
2391 (md_apply_fix): Mark relocations against constants as "done."
2392
2393 2017-01-09 Andrew Waterman <andrew@sifive.com>
2394
2395 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
2396 against constants.
2397 (md_apply_fix): Mark relocations against constants as "done."
2398
2399 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
2400 Kito Cheng <kito.cheng@gmail.com>
2401
2402 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
2403 Removed.
2404 (SDATA_START_SYMBOLS): Likewise.
2405
2406 2017-01-09 Nick Clifton <nickc@redhat.com>
2407
2408 * po/sv.po: New Swedish translation.
2409 * configure.ac (ALL_LINGUAS): Add sv.
2410 * configure: Regenerate.
2411
2412 2017-01-09 Andrew Waterman <andrew@sifive.com>
2413
2414 * config/tc-riscv.c (relaxed_branch_length): Use the long
2415 sequence when the target is a weak symbol.
2416
2417 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
2418
2419 * config/tc-aarch64.c (aarch64_features): Add rcpc.
2420 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
2421 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
2422 * testsuite/gas/aarch64/ldst-rcpc.d: This.
2423 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
2424 * testsuite/gas/aarch64/ldst-rcpc.s: This.
2425 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
2426
2427 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
2428
2429 PR gas/20992
2430 * configure.tgt: Treat sparcv9 as sparc64.
2431
2432 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
2433
2434 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
2435 extension.
2436 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
2437 enabled and no other ABI is specified.
2438
2439 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
2440
2441 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
2442 valueT, as declared in tc.h.
2443 (md_apply_fix): Fix to work on 32-bit hosts.
2444
2445 2017-01-02 Alan Modra <amodra@gmail.com>
2446
2447 Update year range in copyright notice of all files.
2448
2449 For older changes see ChangeLog-2016
2450 \f
2451 Copyright (C) 2017 Free Software Foundation, Inc.
2452
2453 Copying and distribution of this file, with or without modification,
2454 are permitted in any medium without royalty provided the copyright
2455 notice and this notice are preserved.
2456
2457 Local Variables:
2458 mode: change-log
2459 left-margin: 8
2460 fill-column: 74
2461 version-control: never
2462 End:
This page took 0.076423 seconds and 5 git commands to generate.