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