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