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