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