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