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