Add assembler and disassembler support for the new Armv8.4-a registers for AArch64.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
793a1948
TC
12017-11-09 Tamar Christina <tamar.christina@arm.com>
2
3 * gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.d: New.
4 * gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.l: New.
5 * gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.s: New.
6 * gas/testsuite/gas/aarch64/armv8_4-a-registers.d: New.
7 * gas/testsuite/gas/aarch64/armv8_4-a-registers.s: New.
8
f42f1a1d
TC
92017-11-09 Tamar Christina <tamar.christina@arm.com>
10
11 * config/tc-aarch64.c (process_omitted_operand):
12 Add AARCH64_OPND_Va, AARCH64_OPND_SM3_IMM2
13 and AARCH64_OPND_IMM_2.
14 (parse_operands): Add AARCH64_OPND_Va, AARCH64_OPND_SM3_IMM2,
15 AARCH64_OPND_IMM_2, AARCH64_OPND_MASK
16 and AARCH64_OPND_ADDR_OFFSET.
17
b6b9ca0c
TC
182017-11-09 Tamar Christina <tamar.christina@arm.com>
19
20 * config/tc-aarch64.c (aarch64_arch_option_table): Add armv8.4-a.
21 (aarch64_features): Add SM4 and SHA3.
22
c0e7cef7
NC
232017-11-08 Tamar Christina <tamar.christina@arm.com>
24
2841837f 25 * config/tc-aarch64.c
c0e7cef7
NC
26 (aarch64_features): Include AES and SHA2 in CRYPTO.
27 Add SHA2 and AES.
28
dec41383
JW
292017-11-08 Jiong Wang <jiong.wang@arm.com>
30 Tamar Christina <tamar.christina@arm.com>
31
32 * config/tc-arm.c (arm_extensions):
33 (arm_archs): New entry for "armv8.4-a".
34 Add FPU_ARCH_DOTPROD_NEON_VFP_ARMV8.
35 (arm_ext_v8_2): New variable.
36 (enum arm_reg_type): New enumeration REG_TYPE_NSD.
37 (reg_expected_msgs): New entry for REG_TYPE_NSD.
38 (parse_typed_reg_or_scalar): Handle REG_TYPE_NSD.
39 (parse_scalar): Support REG_TYPE_VFS.
40 (enum operand_parse_code): New enumerations OP_RNSD and OP_RNSD_RNSC.
41 (parse_operands): Handle OP_RNSD and OP_RNSD_RNSC.
42 (NEON_SHAPE_DEF): New entries for DHH and DHS.
43 (neon_scalar_for_fmac_fp16_long): New function to generate Rm encoding
44 for new FP16 instructions in ARMv8.2-A.
45 (do_neon_fmac_maybe_scalar_long): New function to encode new FP16
46 instructions in ARMv8.2-A.
47 (do_neon_vfmal): Wrapper function for vfmal.
48 (do_neon_vfmsl): Wrapper function for vfmsl.
49 (insns): New entries for vfmal and vfmsl.
50 * doc/c-arm.texi (-march): Document "armv8.4-a".
51 * testsuite/gas/arm/dotprod-mandatory.d: New test.
52 * testsuite/gas/arm/armv8_2-a-fp16.s: New test source.
53 * testsuite/gas/arm/armv8_2-a-fp16-illegal.s: New test source.
54 * testsuite/gas/arm/armv8_2-a-fp16.d: New test.
55 * testsuite/gas/arm/armv8_3-a-fp16.d: New test.
56 * testsuite/gas/arm/armv8_4-a-fp16.d: New test.
57 * testsuite/gas/arm/armv8_2-a-fp16-thumb2.d: New test.
58 * testsuite/gas/arm/armv8_2-a-fp16-illegal.d: New test.
59 * testsuite/gas/arm/armv8_2-a-fp16-illegal.l: New error file.
60
6e98b342
AM
612017-11-08 Alan Modra <amodra@gmail.com>
62
63 * config/tc-xtensa.c (finish_vinsn): Properly pluralize error message.
64
f77bb6c5
JW
652017-11-07 Jim Wilson <jimw@sifive.com>
66
67 * config/tc-riscv.c (append_insn): Call frag_wane and frag_new at
68 end for linker optimizable relocs.
69 * testsuite/gas/riscv/eh-relocs.d: New.
70 * testsuite/gas/riscv/eh-relocs.s: New.
71 * testsuite/gas/riscv/riscv.exp: Run eh-relocs test.
72
1270b047
PD
732017-11-07 Palmer Dabbelt <palmer@dabbelt.com>
74
75 * testsuite/gas/riscv/satp.d: New test.
76 testsuite/gas/riscv/satp.s: Likewise.
77 testsuite/gas/riscv/riscv.exp: Likewise.
78 config/tc-riscv.c (md_begin): Handle CSR aliases.
79
0198d5e6
TC
802017-11-07 Tamar Christina <tamar.christina@arm.com>
81
82 * config/tc-arm.c (arm_cpus):
83 Change FPU_ARCH_CRYPTO_NEON_VFP_ARMV8
84 into FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD.
85
e54e9ac5
AM
862017-11-07 Alan Modra <amodra@gmail.com>
87
88 * read.c (assemble_one, s_bundle_unlock): Formatting.
89 Consistently add comma and "bytes" to error message.
90 * testsuite/gas/i386/bundle-bad.l: Adjust to suit.
91
d3a49aa8
AM
922017-11-07 Alan Modra <amodra@gmail.com>
93
94 * testsuite/gas/arm/got_prel.d,
95 * testsuite/gas/elf/dwarf2-1.d,
96 * testsuite/gas/elf/dwarf2-2.d,
97 * testsuite/gas/elf/dwarf2-3.d,
98 * testsuite/gas/elf/dwarf2-5.d,
99 * testsuite/gas/elf/dwarf2-6.d,
100 * testsuite/gas/i386/debug1.d,
101 * testsuite/gas/i386/dw2-compress-1.d,
102 * testsuite/gas/i386/dw2-compress-3a.d,
103 * testsuite/gas/i386/dw2-compress-3b.d,
104 * testsuite/gas/i386/dw2-compressed-1.d,
105 * testsuite/gas/i386/dw2-compressed-3a.d,
106 * testsuite/gas/i386/dw2-compressed-3b.d,
107 * testsuite/gas/i386/ilp32/x86-64-localpic.d,
108 * testsuite/gas/i386/localpic.d,
109 * testsuite/gas/i386/x86-64-localpic.d,
110 * testsuite/gas/ia64/pr13167.d,
111 * testsuite/gas/mips/loc-swap-2.d,
112 * testsuite/gas/mips/loc-swap.d,
113 * testsuite/gas/mips/micromips@loc-swap-2.d,
114 * testsuite/gas/mips/micromips@loc-swap.d,
115 * testsuite/gas/mips/mips16-dwarf2-n32.d,
116 * testsuite/gas/mips/mips16-dwarf2.d,
117 * testsuite/gas/mips/mips16@loc-swap-2.d,
118 * testsuite/gas/mips/mips16@loc-swap.d,
119 * testsuite/gas/mips/mips16e@loc-swap.d,
120 * testsuite/gas/mmix/bspec-1.d,
121 * testsuite/gas/mmix/bspec-2.d,
122 * testsuite/gas/tic6x/unwind-1.d,
123 * testsuite/gas/tic6x/unwind-2.d,
124 * testsuite/gas/tic6x/unwind-3.d: Update for pluralization
125 fixes.
126
992a06ee
AM
1272017-11-07 Alan Modra <amodra@gmail.com>
128
129 * as.c (main): Properly pluralize messages.
130 * frags.c (frag_grow): Likewise.
131 * read.c (emit_expr_with_reloc, emit_expr_fix): Likewise.
132 (parse_bitfield_cons): Likewise.
133 * write.c (fixup_segment, compress_debug, write_contents): Likewise.
134 (relax_segment): Likewise.
135 * config/tc-arm.c (s_arm_elf_cons): Likewise.
136 * config/tc-cr16.c (l_cons): Likewise.
137 * config/tc-i370.c (i370_elf_cons): Likewise.
138 * config/tc-m68k.c (m68k_elf_cons): Likewise.
139 * config/tc-msp430.c (msp430_operands): Likewise.
140 * config/tc-s390.c (s390_elf_cons, s390_literals): Likewise.
141 * config/tc-mcore.c (md_apply_fix): Likewise.
142 * config/tc-tic54x.c (md_assemble): Likewise.
143 * config/tc-xtensa.c (xtensa_elf_cons): Likewise.
144 (xg_expand_assembly_insn): Likewise.
145 * config/xtensa-relax.c (build_transition): Likewise.
146
6003e27e
AM
1472017-11-07 Alan Modra <amodra@gmail.com>
148
149 * asintl.h (textdomain, bindtextdomain): Use safer "do nothing".
150 (ngettext, dngettext, dcngettext): Define when !ENABLE_NLS.
151
7605d944
SP
1522017-11-03 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
153 Jim Wilson <jim.wilson@linaro.org>
154
155 * config/tc-aarch64.c (aarch64_cpus): Add saphira.
156 * doc/c-aarch64.texi: Likewise.
157
85273580
TP
1582017-11-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
159
160 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d: Add
161 --disassembler-options=force-thumb to objdump options.
162 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-2.d: Likewise.
163
81b42bca
JB
1642017-11-01 James Bowman <james.bowman@ftdichip.com>
165
166 * config/tc-ft32.c (md_assemble): Add relaxation reloc
167 BFD_RELOC_FT32_RELAX.
168 (md_longopts): Add "norelax" and "no-relax".
169 (md_apply_fix): Add reloc BFD_RELOC_FT32_DIFF32.
170 (relaxable_section, ft32_validate_fix_sub, ft32_force_relocation,
171 ft32_allow_local_subtract): New function.
172 * config/tc-ft32.h: Remove unused MD_PCREL_FROM_SECTION.
173 * testsuite/gas/ft32/insnsc.s: New test exercising all FT32B
174 shortcodes.
175 * testsuite/gas/ft32/insnsc.d: New driver file.
176 * testsuite/gas/all/gas.exp: Update.
177 * testsuite/gas/ft32/ft32.exp: Run the new test.
178 * testsuite/gas/ft32/insn.d: Update.
179 * testsuite/gas/elf/dwarf2-11.d: Update.
180 * testsuite/gas/elf/dwarf2-12.d: Update.
181 * testsuite/gas/elf/dwarf2-13.d: Update.
182 * testsuite/gas/elf/dwarf2-14.d: Update.
183 * testsuite/gas/elf/dwarf2-15.d: Update.
184 * testsuite/gas/elf/dwarf2-16.d: Update.
185 * testsuite/gas/elf/dwarf2-17.d: Update.
186 * testsuite/gas/elf/dwarf2-18.d: Update.
187 * testsuite/gas/elf/dwarf2-3.d: Update.
188 * testsuite/gas/elf/dwarf2-5.d: Update.
189 * testsuite/gas/elf/dwarf2-7.d: Update.
190
4070243b
TP
1912017-11-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
192
193 * config/tc-arm.c (arm_ext_v2): Define to ARM_EXT_V2 feature bit.
81b42bca 194 * testsuite/gas/arm/copro.s: Split into
4070243b 195 * testsuite/gas/arm/copro-arm_v2plus-thumb_v6t2plus.s: This while
81b42bca 196 changing it to unified syntax and
4070243b
TP
197 * testsuite/gas/arm/copro-arm_v5plus-thumb_v6t2plus.s: this and ...
198 * testsuite/gas/arm/copro-arm_v5teplus-thumb_v6t2plus.s: This and ...
199 * testsuite/gas/arm/copro-arm_v6plus-thumb_v6t2plus.s: This.
200 * testsuite/gas/arm/copro.d: Split into ...
201 * testsuite/gas/arm/copro-arm_v2plus-arm_v2.d: This but target ARMv2
202 and ...
203 * testsuite/gas/arm/copro-arm_v5plus-arm_v5.d: this but target ARMv5
204 and ...
205 * testsuite/gas/arm/copro-arm_v5teplus-arm_v5te.d: This but target
206 ARMv5TE and ...
207 * testsuite/gas/arm/copro-arm_v6plus-arm_v6.d: This but target ARMv6.
208 * testsuite/gas/arm/copro-arm_v2plus-arm_v1.d: New testcase.
209 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-1.d: New testcase.
210 * testsuite/gas/arm/copro-arm_v2plus-thumb_v6t2plus-unavail.l: Expected
211 errors for the above two testcases.
212 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d: New testcase.
213 * testsuite/gas/arm/copro-arm_v5plus-arm_v4.d: New testcase.
214 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-2.d: New testcase.
215 * testsuite/gas/arm/copro-arm_v5plus-thumb_v6t2plus-unavail.l:
216 Expected errors for the above two testcases.
217 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-2.d: New testcase.
218 * testsuite/gas/arm/copro-arm_v5teplus-arm_v5.d: New testcase.
219 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-3.d: New testcase.
220 * testsuite/gas/arm/copro-arm_v5teplus-thumb_v6t2plus-unavail.l:
221 Expected errors for the above two testcases.
222 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-3.d: New testcase.
223 * testsuite/gas/arm/copro-arm_v6plus-arm_v5te.d: New testcase.
224 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v4t-4.d: New testcase.
225 * testsuite/gas/arm/copro-arm_v6plus-thumb_v6t2plus-unavail.l:
226 Expected errors for the above two testcases.
227 * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-4.d: New testcase.
228
514f6023
L
2292017-10-26 H.J. Lu <hongjiu.lu@intel.com>
230
231 PR gas/22352
232 * config/tc-i386.c (check_VecOperands): Also check XMM register
233 for invalid register in AVX512 gathers.
234 * testsuite/gas/i386/vgather-check.s: Add tests for AVX512
235 gathers with XMM register.
236 * testsuite/gas/i386/x86-64-vgather-check.s: Likewise.
237 * testsuite/gas/i386/vgather-check-error.l: Updated.
238 * testsuite/gas/i386/vgather-check-none.d: Likewise.
239 * testsuite/gas/i386/vgather-check-warn.d: Likewise.
240 * testsuite/gas/i386/vgather-check-warn.e: Likewise.
241 * testsuite/gas/i386/vgather-check.d: Likewise.
242 * testsuite/gas/i386/x86-64-vgather-check-error.l: Likewise.
243 * testsuite/gas/i386/x86-64-vgather-check-none.d: Likewise.
244 * testsuite/gas/i386/x86-64-vgather-check-warn.d: Likewise.
245 * testsuite/gas/i386/x86-64-vgather-check-warn.e: Likewise.
246 * testsuite/gas/i386/x86-64-vgather-check.d: Likewise.
247
238c141b
HPN
2482017-10-26 Hans-Peter Nilsson <hp@bitrange.com>
249
250 * testsuite/gas/all/fill-1.s: Use L2 rather than .L2.
251
e5d70d6b
AM
2522017-10-25 Alan Modra <amodra@gmail.com>
253
254 PR 22348
255 * config/tc-crx.c (instruction, output_opcode): Make static.
256 (relocatable, ins_parse, cur_arg_num): Likewise.
257 (parse_insn): Adjust for renamed opcodes globals.
258 (check_range): Likewise
259
94092126
AM
2602017-10-25 Alan Modra <amodra@gmail.com>
261
262 * testsuite/gas/all/fill-1.d: Exclude tic4x and tic54x.
263 * testsuite/gas/all/fill-1.s: Use L1 rather than .L1.
264
63a25ea0
AW
2652017-10-24 Andrew Waterman <andrew@sifive.com>
266
267 * testsuite/gas/riscv/c-addi16sp-fail.d: New test.
94092126
AM
268 * testsuite/gas/riscv/c-addi16sp-fail.l: Likewise.
269 * testsuite/gas/riscv/c-addi16sp-fail.s: Likewise.
270 * testsuite/gas/riscv/c-addi4spn-fail.d: Likewise.
271 * testsuite/gas/riscv/c-addi4spn-fail.l: Likewise.
272 * testsuite/gas/riscv/c-addi4spn-fail.s: Likewise.
273 * testsuite/gas/riscv/riscv.exp: Add new tests.
63a25ea0 274
3342be5d
AW
2752017-10-24 Andrew Waterman <andrew@sifive.com>
276
277 * testsuite/gas/riscv/c-lui-fail.d: New testcase.
94092126
AM
278 * gas/testsuite/gas/riscv/c-lui-fail.l: Likewise.
279 * gas/testsuite/gas/riscv/c-lui-fail.s: Likewise.
280 * gas/testsuite/gas/riscv/riscv.exp: Likewise.
3342be5d 281
da5f19a2
L
2822017-10-24 H.J. Lu <hongjiu.lu@intel.com>
283
284 * config/tc-i386.c (md_pseudo_table): Add .code64 directive
285 only if BFD64 is defined.
286 * testsuite/gas/i386/code64-inval.l: New file.
287 * gas/testsuite/gas/i386/code64-inval.s: Likewise.
288 * gas/testsuite/gas/i386/code64.d: Likewise.
289 * gas/testsuite/gas/i386/code64.s: Likewise.
290 * testsuite/gas/i386/i386.exp: Run mixed-mode-reloc32,
291 att-regs, intel-regs, intel-expr and string-ok tests only if
292 assembler supports x86-64. Run code64 and code64-inval.
293
2c3f27ed
PD
2942017-10-23 Palmer Dabbelt <palmer@dabbelt.com>
295
3779bbe0
PD
296 * config/tc-riscv.c (riscv_frag_align_code): Align code by 4
297 bytes on non-RVC systems.
2c3f27ed 298
defc8e2b
MR
2992017-10-23 Maciej W. Rozycki <macro@imgtec.com>
300
301 * config/tc-mips.c (mips_elf_final_processing): Don't set
302 EF_MIPS_ABI2 in `e_flags'.
303
2739ef6d
IT
3042017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
305
306 * config/tc-i386.c (cpu_arch): Add .avx512_bitalg.
307 (cpu_noarch): noavx512_bitalg.
308 * doc/c-i386.texi: Document .avx512_bitalg, noavx512_bitalg.
309 * testsuite/gas/i386/i386.exp: Add AVX512_BITALG tests.
310 * testsuite/gas/i386/avx512f_bitalg-intel.d: New test.
311 * testsuite/gas/i386/avx512f_bitalg.d: Likewise.
312 * testsuite/gas/i386/avx512f_bitalg.s: Likewise.
313 * testsuite/gas/i386/avx512vl_bitalg-intel.d: Likewise.
314 * testsuite/gas/i386/avx512vl_bitalg.d: Likewise.
315 * testsuite/gas/i386/avx512vl_bitalg.s: Likewise.
316 * testsuite/gas/i386/x86-64-avx512f_bitalg-intel.d: Likewise.
317 * testsuite/gas/i386/x86-64-avx512f_bitalg.d: Likewise.
318 * testsuite/gas/i386/x86-64-avx512f_bitalg.s: Likewise.
319 * testsuite/gas/i386/x86-64-avx512vl_bitalg-intel.d: Likewise.
320 * testsuite/gas/i386/x86-64-avx512vl_bitalg.d: Likewise.
321 * testsuite/gas/i386/x86-64-avx512vl_bitalg.s: Likewise.
322
3232017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
324
325 * config/tc-i386.c (cpu_arch): Add .avx512_vnni.
326 (cpu_noarch): Add noavx512_vnni.
327 * doc/c-i386.texi: Document .avx512_vnni.
328 * testsuite/gas/i386/i386.exp: Add AVX512_VNNI tests.
329 * testsuite/gas/i386/avx512vnni-intel.d: New test.
330 * testsuite/gas/i386/avx512vnni.d: Likewise.
331 * testsuite/gas/i386/avx512vnni.s: Likewise.
332 * testsuite/gas/i386/avx512vnni_vl-intel.d: Likewise.
333 * testsuite/gas/i386/avx512vnni_vl.d: Likewise.
334 * testsuite/gas/i386/avx512vnni_vl.s: Likewise.
335 * testsuite/gas/i386/x86-64-avx512vnni-intel.d: Likewise.
336 * testsuite/gas/i386/x86-64-avx512vnni.d: Likewise.
337 * testsuite/gas/i386/x86-64-avx512vnni.s: Likewise.
338 * testsuite/gas/i386/x86-64-avx512vnni_vl-intel.d: Likewise.
339 * testsuite/gas/i386/x86-64-avx512vnni_vl.d: Likewise.
340 * testsuite/gas/i386/x86-64-avx512vnni_vl.s: Likewise.
341
3422017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
343
344 * config/tc-i386.c (cpu_arch): Add VPCLMULQDQ.
345 * doc/c-i386.texi: Document VPCLMULQDQ.
346 * testsuite/gas/i386/i386.exp: Run VPCLMULQDQ tests.
347 * testsuite/gas/i386/avx512f_vpclmulqdq-intel.d: New test.
348 * testsuite/gas/i386/avx512f_vpclmulqdq-wig.s: Ditto.
349 * testsuite/gas/i386/avx512f_vpclmulqdq-wig1-intel.d: Ditto.
350 * testsuite/gas/i386/avx512f_vpclmulqdq-wig1.d: Ditto.
351 * testsuite/gas/i386/avx512f_vpclmulqdq.d: Ditto.
352 * testsuite/gas/i386/avx512f_vpclmulqdq.s: Ditto.
353 * testsuite/gas/i386/avx512vl_vpclmulqdq-intel.d: Ditto.
354 * testsuite/gas/i386/avx512vl_vpclmulqdq-wig.s: Ditto.
355 * testsuite/gas/i386/avx512vl_vpclmulqdq-wig1-intel.d: Ditto.
356 * testsuite/gas/i386/avx512vl_vpclmulqdq-wig1.d: Ditto.
357 * testsuite/gas/i386/avx512vl_vpclmulqdq.d: Ditto.
358 * testsuite/gas/i386/avx512vl_vpclmulqdq.s: Ditto.
359 * testsuite/gas/i386/vpclmulqdq-intel.d: Ditto.
360 * testsuite/gas/i386/vpclmulqdq.d: Ditto.
361 * testsuite/gas/i386/vpclmulqdq.s: Ditto.
362 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-intel.d: Ditto.
363 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-wig.s: Ditto.
364 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-wig1-intel.d: Ditto.
365 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq-wig1.d: Ditto.
366 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq.d: Ditto.
367 * testsuite/gas/i386/x86-64-avx512f_vpclmulqdq.s: Ditto.
368 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-intel.d: Ditto.
369 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig.s: Ditto.
370 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig1-intel.d: Ditto.
371 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig1.d: Ditto.
372 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq.d: Ditto.
373 * testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq.s: Ditto.
374 * testsuite/gas/i386/x86-64-vpclmulqdq-intel.d: Ditto.
375 * testsuite/gas/i386/x86-64-vpclmulqdq.d: Ditto.
376 * testsuite/gas/i386/x86-64-vpclmulqdq.s: Ditto.
377
3782017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
379
380 * config/tc-i386.c (cpu_arch): Add VAES.
381 * doc/c-i386.texi: Document VAES.
382 * testsuite/gas/i386/i386.exp: Run VAES tests.
383 * testsuite/gas/i386/avx512f_vaes-intel.d: New test.
384 * testsuite/gas/i386/avx512f_vaes-wig.s: Ditto.
385 * testsuite/gas/i386/avx512f_vaes-wig1-intel.d: Ditto.
386 * testsuite/gas/i386/avx512f_vaes-wig1.d: Ditto.
387 * testsuite/gas/i386/avx512f_vaes.d: Ditto.
388 * testsuite/gas/i386/avx512f_vaes.s: Ditto.
389 * testsuite/gas/i386/avx512vl_vaes-intel.d: Ditto.
390 * testsuite/gas/i386/avx512vl_vaes-wig.s: Ditto.
391 * testsuite/gas/i386/avx512vl_vaes-wig1-intel.d: Ditto.
392 * testsuite/gas/i386/avx512vl_vaes-wig1.d: Ditto.
393 * testsuite/gas/i386/avx512vl_vaes.d: Ditto.
394 * testsuite/gas/i386/avx512vl_vaes.s: Ditto.
395 * testsuite/gas/i386/vaes-intel.d: Ditto.
396 * testsuite/gas/i386/vaes.d: Ditto.
397 * testsuite/gas/i386/vaes.s: Ditto.
398 * testsuite/gas/i386/x86-64-avx512f_vaes-intel.d: Ditto.
399 * testsuite/gas/i386/x86-64-avx512f_vaes-wig.s: Ditto.
400 * testsuite/gas/i386/x86-64-avx512f_vaes-wig1-intel.d: Ditto.
401 * testsuite/gas/i386/x86-64-avx512f_vaes-wig1.d: Ditto.
402 * testsuite/gas/i386/x86-64-avx512f_vaes.d: Ditto.
403 * testsuite/gas/i386/x86-64-avx512f_vaes.s: Ditto.
404 * testsuite/gas/i386/x86-64-avx512vl_vaes-intel.d: Ditto.
405 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig.s: Ditto.
406 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig1-intel.d: Ditto.
407 * testsuite/gas/i386/x86-64-avx512vl_vaes-wig1.d: Ditto.
408 * testsuite/gas/i386/x86-64-avx512vl_vaes.d: Ditto.
409 * testsuite/gas/i386/x86-64-avx512vl_vaes.s: Ditto.
410 * testsuite/gas/i386/x86-64-vaes-intel.d: Ditto.
411 * testsuite/gas/i386/x86-64-vaes.d: Ditto.
412 * testsuite/gas/i386/x86-64-vaes.s: Ditto.
413
4142017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
415
416 * config/tc-i386.c (cpu_arch): Add .gfni.
417 * doc/c-i386.texi: Document .gfni.
418 * testsuite/gas/i386/i386.exp: Add GFNI tests.
419 * testsuite/gas/i386/avx.s: New GFNI test.
420 * testsuite/gas/i386/x86-64-avx.s: Likewise.
421 * testsuite/gas/i386/avx.d: Adjust.
422 * testsuite/gas/i386/avx-intel.d: Likewise
423 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
424 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
425 * testsuite/gas/i386/avx512f_gfni-intel.d: New test.
426 * testsuite/gas/i386/avx512f_gfni.d: Likewise.
427 * testsuite/gas/i386/avx512f_gfni.s: Likewise.
428 * testsuite/gas/i386/avx512vl_gfni-intel.d: Likewise.
429 * testsuite/gas/i386/avx512vl_gfni.d: Likewise.
430 * testsuite/gas/i386/avx512vl_gfni.s: Likewise.
431 * testsuite/gas/i386/gfni-intel.d: Likewise.
432 * testsuite/gas/i386/gfni.d: Likewise.
433 * testsuite/gas/i386/gfni.s: Likewise.
434 * testsuite/gas/i386/x86-64-avx512f_gfni-intel.d: Likewise.
435 * testsuite/gas/i386/x86-64-avx512f_gfni.d: Likewise.
436 * testsuite/gas/i386/x86-64-avx512f_gfni.s: Likewise.
437 * testsuite/gas/i386/x86-64-avx512vl_gfni-intel.d: Likewise.
438 * testsuite/gas/i386/x86-64-avx512vl_gfni.d: Likewise.
439 * testsuite/gas/i386/x86-64-avx512vl_gfni.s: Likewise.
440 * testsuite/gas/i386/x86-64-avx_gfni-intel.d: Likewise.
441 * testsuite/gas/i386/x86-64-avx_gfni.d: Likewise.
442 * testsuite/gas/i386/x86-64-avx_gfni.s: Likewise.
443 * testsuite/gas/i386/x86-64-gfni-intel.d: Likewise.
444 * testsuite/gas/i386/x86-64-gfni.d: Likewise.
445 * testsuite/gas/i386/x86-64-gfni.s: Likewise.
446
4472017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
448
449 * config/tc-i386.c (cpu_arch): Add .avx512_vbmi2.
450 (cpu_noarch): noavx512_vbmi2.
451 * doc/c-i386.texi: Document .avx512_vbmi2, noavx512_vbmi2.
452 * testsuite/gas/i386/i386.exp: Add AVX512_VBMI2 tests.
453 * testsuite/gas/i386/avx512vbmi2-intel.d: New test.
454 * testsuite/gas/i386/avx512vbmi2.d: Likewise.
455 * testsuite/gas/i386/avx512vbmi2.s: Likewise.
456 * testsuite/gas/i386/avx512vbmi2_vl-intel.d: Likewise.
457 * testsuite/gas/i386/avx512vbmi2_vl.d: Likewise.
458 * testsuite/gas/i386/avx512vbmi2_vl.s: Likewise.
459 * testsuite/gas/i386/x86-64-avx512vbmi2-intel.d: Likewise.
460 * testsuite/gas/i386/x86-64-avx512vbmi2.d: Likewise.
461 * testsuite/gas/i386/x86-64-avx512vbmi2.s: Likewise.
462 * testsuite/gas/i386/x86-64-avx512vbmi2_vl-intel.d: Likewise.
463 * testsuite/gas/i386/x86-64-avx512vbmi2_vl.d: Likewise.
464 * testsuite/gas/i386/x86-64-avx512vbmi2_vl.s: Likewise.
465
67c04379
HPN
4662017-10-22 Hans-Peter Nilsson <hp@axis.com>
467
468 PR gas/22304
469 * testsuite/gas/cris/range-err-1.s: Remove quotes left from last edit.
470
808811a3
NC
4712017-10-20 Nick Clifton <nickc@redhat.com>
472
473 PR 22324
474 * read.c (s_rept): Use size_t type for count parameter.
475 (do_repeat): Change type of count parameter to size_t.
476 Issue an error is the count parameter is negative.
477 (do_repeat_with_expression): Likewise.
478 * read.h: Update prototypes for do_repeat and
479 do_repeat_with_expression.
480 * doc/as.texinfo (Rept): Document that a zero count is allowed but
481 negative counts are not.
482 * config/tc-rx.c (rx_rept): Use size_t type for count parameter.
483 * config/tc-tic54x.c (tic54x_loop): Cast count parameter to size_t
484 type.
485 * testsuite/gas/macros/end.s: Add a test using a negative repeat
486 count.
487 * testsuite/gas/macros/end.l: Add expected error message.
488
9d06997a
PD
4892017-10-19 Palmer Dabbelt <palmer@dabbelt.com>
490
491 * config/tc-riscv.c (md_apply_fix): Mark
492 BFD_RELOC_RISCV_PCREL_HI20 as relaxable when relaxations are
493 enabled.
494
95e42ad4
NC
4952017-10-19 Nick Clifton <nickc@redhat.com>
496
497 PR 21621
498 * config/tc-avr.h (struct avr_frag_data): Add prev_opcode field.
499 (TC_FRAG_INIT): Define.
500 (avr_frag_init): Add prototype.
501 * config/tc-avr.c (avr_frag_init): New function.
502 (avr_operands): Replace static local 'prev' variable with
503 prev_opcode field in current frag.
504 * testsuite/gas/avr/pr21621.s: New test source file.
505 * testsuite/gas/avr/pr21621.d: New test driver file.
506 * testsuite/gas/avr/pr21621.s: New test error output file.
507
fa57faa0
AK
5082017-10-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
509
510 * testsuite/gas/all/fill-1.s: Use normal labels. Change .text to
511 .data. Pick different values. Use .dc.w instead of .word.
512 * testsuite/gas/all/fill-1.d: New objdump output check.
513 * testsuite/gas/all/gas.exp: Use run_dump_test to execute fill-1
514 testcase.
515
8dfa5d5a
PD
5162017-10-18 Palmer Dabbelt <palmer@dabbelt.com>
517
518 * testsuite/gas/all/align.d: Mark as unsupported on RISC-V.
519 testsuite/gas/all/relax.d: Likewise.
520 testsuite/gas/all/sleb128-2.d: Likewise.
521 testsuite/gas/all/sleb128-4.d: Likewise.
522 testsuite/gas/all/sleb128-5.d: Likewise.
523 testsuite/gas/all/sleb128-7.d: Likewise.
524 testsuite/gas/elf/section11.d: Likewise.
525 testsuite/gas/all/gas.exp (diff1.s): Likewise.
526
8ef027f0
NC
5272017-10-18 Nick Clifton <nickc@redhat.com>
528
529 PR gas/22304
530 * testsuite/gas/cris/range-err-1.s: Remove spurious xfails.
531 * testsuite/gas/cris/cris.exp: Expect the shexpr-1 test to pass.
532
94ea37b3
NC
5332017-10-18 Nick Clifton <nickc@redhat.com>
534
535 * po/sv.po: Updated Swedish translation.
536
487958d1
SL
5372017-10-16 Sandra Loosemore <sandra@codesourcery.com>
538 Henry Wong <henry@stuffedcow.net>
539
540 * config/tc-nios2.c (nios2_translate_pseudo_insn): Check for
541 correct number of arguments.
542 (md_assemble): Handle failure of nios2_translate_pseudo_insn.
543 * testsuite/gas/nios2/illegal_pseudoinst.l: New file.
544 * testsuite/gas/nios2/illegal_pseudoinst.s: New file.
545 * testsuite/gas/nios2/nios2.exp: Add illegal_pseudoinst test.
546
3b4b0a62
JB
5472017-10-12 James Bowman <james.bowman@ftdichip.com>
548
549 * config/tc-ft32.c (md_assemble): Replace FT32_FLD_K8 with
550 K15.
551 (md_apply_fix, tc_gen_reloc): Add BFD_RELOC_FT32_15.
552
39865a7f
NC
5532017-10-11 Nick Clifton <nickc@redhat.com>
554
555 PR 21977
556 * listing.c (listing_newline): Use the name of the current
557 physical input file, rather than the current logical input file,
558 unless including high level source in the listing.
559 * input-scrub.c (as_where_physical): New function. Returns the
560 name of the current physical input file.
561 * as.h: Add prototype for as_where_physical.
562
8e464506
AK
5632017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
564
565 * testsuite/gas/s390/zarch-arch12.d (prno, tpei, irbm): New
566 instructions added.
567 * testsuite/gas/s390/zarch-arch12.s: Likewise.
568 * testsuite/gas/s390/zarch-z13.d: Rename ppno to prno.
569
e61933af
AK
5702017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
571
572 * testsuite/gas/all/fill-1.s: Replace nop with .word 42
573
5742017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
575
576 * read.c (s_fill): Invoke expression instead of
577 get_known_segmented_expression.
578 * testsuite/gas/all/fill-1.s: New testcase.
579 * testsuite/gas/all/gas.exp: Run fill-1 testcase
580
2bfa0cdf
NC
5812017-10-05 Nick Clifton <nickc@redhat.com>
582
583 PR 22133
584 * config/tc-msp430.c (parse_exp): Skip an 'h' suffix to constant
585 expressions.
586 (msp430_srcoperand): Check that the entire text was parsed by
587 parse_exp.
588 (msp430_operands): Likewise.
589 * testsuite/gas/msp430/pr22133.s: New test file.
590 * testsuite/gas/msp430/pr22133.d: New test driver.
591 * testsuite/gas/msp430/pr22133.s: Expected error output.
592 * testsuite/gas/msp430/msp430.exp: Run the new test.
593
7d36e279
L
5942017-10-04 H.J. Lu <hongjiu.lu@intel.com>
595
596 PR gas/21167
597 * testsuite/gas/elf/elf.exp: Run group3.
598 * testsuite/gas/elf/group3.d: New file.
599 * testsuite/gas/elf/group3.s: Likewise.
600
db4677b8
AM
6012017-10-05 Alan Modra <amodra@gmail.com>
602
603 PR 21167
604 * config/obj-elf.c (struct group_list): Delete elt_count.
605 (groups): New static.
606 (build_group_lists): Don't count elements.
607 (elf_adjust_symtab): Use "groups" rather than auto "list". Set up
608 pointer from group member to SHT_GROUP section. Don't size
609 SHT_GROUP section or clean up here..
610 (elf_frob_file_after_relocs): ..do so here instead.
611 * testsuite/gas/arc/jli-1.d,
612 * testsuite/gas/elf/groupautob.d,
613 * testsuite/gas/mips/compact-eh-eb-2.d,
614 * testsuite/gas/mips/compact-eh-eb-5.d,
615 * testsuite/gas/mips/compact-eh-el-2.d,
616 * testsuite/gas/mips/compact-eh-el-5.d: Adjust.
617
d2e6c9a3
AF
6182017-10-01 Alexander Fedotov <alfedotov@gmail.com>
619
620 * testsuite/gas/ppc/vle-mult-ld-st-insns.s: New file: Tests the
621 support for the VLE multiple load/store instructions.
622 * testsuite/gas/ppc/vle-mult-ld-st-insns.d: New file: Test
623 driver.
624 * testsuite/gas/ppc/ppc.exp: Run it.
625
8e43602e
NC
6262017-09-27 Nick Clifton <nickc@redhat.com>
627
628 PR 22179
629 * testsuite/gas/riscv/fmv.x.s: New file: Tests the support for the
630 renamed fmv.x.s and fmv.s.x instructions.
631 * testsuite/gas/riscv/fmv.x.d: New file: Test driver.
632
ef272caa
MR
6332017-09-21 Maciej W. Rozycki <macro@imgtec.com>
634
635 * testsuite/gas/mips/elf_mach_5900.d: New test.
636 * testsuite/gas/mips/mips.exp: Run it.
637
42c0794e
JC
6382017-09-21 James Cowgill <James.Cowgill@imgtec.com>
639
640 PR gas/21762
641 * config/tc-mips.c (s_mips_stab): Insert call to
642 file_mips_check_options.
643 * testsuite/gas/mips/micromips@stabs-symbol-type.d: New test.
644 * testsuite/gas/mips/mips.exp: Run the new tests.
645 * testsuite/gas/mips/mips16@stabs-symbol-type.d: New test.
646 * testsuite/gas/mips/stabs-symbol-type.d: New test.
647 * testsuite/gas/mips/stabs-symbol-type.s: New test source.
648
ba52cbb9
AM
6492017-09-21 Alan Modra <amodra@gmail.com>
650
651 * config/tc-ppc.h (EH_FRAME_ALIGNMENT): Define.
652
2578f2f3
AM
6532017-09-14 Alan Modra <amodra@gmail.com>
654
655 PR 22127
656 * write.c (resolve_reloc_expr_symbols): Don't segfault when
657 sec has been set to NULL.
658
4e9ac44a
L
6592017-09-09 H.J. Lu <hongjiu.lu@intel.com>
660
661 * config/tc-i386.c (NOTRACK_PREFIX): Removed.
662 (REX_PREFIX): Updated.
663 (MAX_PREFIXES): Likewise.
664 (parse_insn): Remove restriction on NOTRACK prefix position.
665 * testsuite/gas/i386/notrack.s: Add tests with NOTRACK prefix
666 before other prefixes.
667 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
668 * testsuite/gas/i386/notrackbad.s: Remove tests with NOTRACK
669 prefix before other prefixes.
670 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
671 * testsuite/gas/i386/notrack-intel.d: Updated.
672 * testsuite/gas/i386/notrack.d: Likewise.
673 * testsuite/gas/i386/notrackbad.l: Likewise.
674 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
675 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
676 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
677
ed0816bd
PD
6782017-09-07 Palmer Dabbelt <palmer@dabbelt.com>
679
680 * config/tc-riscv.c (riscv_frag_align_code): Emit the entire
681 alignment sequence inside R_RISCV_ALIGN.
682
83eef883
AFB
6832017-09-05 Alexander Fedotov <alexander.fedotov@nxp.com>
684 Edmar Wienskoski <edmar.wienskoski@nxp.com
685
686 * config/tc-ppc.c (md_parse_option): Handle "mno-vle" flag.
687 (ppc_elf_section_letter): New function.
688 * config/tc-ppc.h (md_elf_section_letter): New.
689 * testsuite/gas/elf/section10.d: Adjust for VLE.
690
1c5c938a
TC
6912017-09-01 Tamar Christina <tamar.christina@arm.com>
692
693 * config/tc-aarch64.c (aarch64_cpus): Enable DOTPROD for
694 cortex-a55 and cortx-a75.
695
70e65ca8
MR
6962017-08-30 Maciej W. Rozycki <macro@imgtec.com>
697
698 * testsuite/gas/mips/branch-addend-micromips.d: New test.
699 * testsuite/gas/mips/branch-addend-micromips-n32.d: New test.
700 * testsuite/gas/mips/branch-addend-micromips-n64.d: New test.
701 * testsuite/gas/mips/branch-addend-micromips.s: New test source.
702 * testsuite/gas/mips/mips.exp: Run the new tests.
703
37b2d327
MR
7042017-08-30 Maciej W. Rozycki <macro@imgtec.com>
705
706 * config/tc-mips.c (md_convert_frag): Respect
707 `mips_ignore_branch_isa'.
708 * testsuite/gas/mips/branch-local-5.d: New test.
709 * testsuite/gas/mips/branch-local-n32-5.d: New test.
710 * testsuite/gas/mips/branch-local-n64-5.d: New test.
711 * testsuite/gas/mips/branch-local-6.d: New test.
712 * testsuite/gas/mips/branch-local-n32-6.d: New test.
713 * testsuite/gas/mips/branch-local-n64-6.d: New test.
714 * testsuite/gas/mips/branch-local-7.d: New test.
715 * testsuite/gas/mips/branch-local-n32-7.d: New test.
716 * testsuite/gas/mips/branch-local-n64-7.d: New test.
717 * testsuite/gas/mips/branch-local-ignore-5.d: New test.
718 * testsuite/gas/mips/branch-local-ignore-n32-5.d: New test.
719 * testsuite/gas/mips/branch-local-ignore-n64-5.d: New test.
720 * testsuite/gas/mips/branch-local-ignore-6.d: New test.
721 * testsuite/gas/mips/branch-local-ignore-n32-6.d: New test.
722 * testsuite/gas/mips/branch-local-ignore-n64-6.d: New test.
723 * testsuite/gas/mips/branch-local-5.l: New stderr output.
724 * testsuite/gas/mips/branch-local-6.l: New stderr output.
725 * testsuite/gas/mips/branch-local-5.s: New test source.
726 * testsuite/gas/mips/branch-local-6.s: New test source.
727 * testsuite/gas/mips/branch-local-7.s: New test source.
728 * testsuite/gas/mips/mips.exp: Run the new tests.
729
e491e58a
MR
7302017-08-30 Maciej W. Rozycki <macro@imgtec.com>
731
732 * testsuite/gas/mips/branch-local-n32-2.d: Use `branch-local-2.l'
733 for `error-output'.
734 * testsuite/gas/mips/branch-local-n64-2.d: Likewise.
735 * testsuite/gas/mips/branch-local-n32-3.d: Use `branch-local-3.l'
736 for `error-output'.
737 * testsuite/gas/mips/branch-local-n64-3.d: Likewise.
738 * testsuite/gas/mips/branch-local-n32-2.l: Remove file.
739 * testsuite/gas/mips/branch-local-n64-2.l: Remove file.
740 * testsuite/gas/mips/branch-local-n32-3.l: Remove file.
741 * testsuite/gas/mips/branch-local-n64-3.l: Remove file.
742
7ef3addb
JL
7432017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com>
744
745 * config/tc-msp430.c (md_parse_option): Define high data and high
746 bss symbols if -mdata-region is passed.
747 Define -mdata-region open.
748 * doc/c-msp430.texi: Document -mdata-region.
749 * testsuite/gas/msp430/high-data-bss-sym.d: New test.
750 * testsuite/gas/msp430/high-data-bss-sym.s: New.
751 * testsuite/gas/msp430/msp430.exp: Add -mdata-region tests.
752
74081948
AF
7532017-08-23 Alexander Fedotov <alexander.fedotov@nxp.com>
754 Edmar Wienskoski <edmar.wienskoski@nxp.com
755
756 * config/tc-ppc.c:
757 (md_parse_option): Add mspe2 switch.
758 (md_show_usage): Document -mspe2.
759 (ppc_setup_opcodes): Handle spe2_opcodes.
760 * doc/as.texinfo: Document -mspe2.
761 * doc/c-ppc.texi: Likewise.
762 * testsuite/gas/ppc/efs.d: New file.
763 * testsuite/gas/ppc/efs.s: Likewise.
764 * testsuite/gas/ppc/efs2.d: Likewise.
765 * testsuite/gas/ppc/efs2.s: Likewise.
766 * testsuite/gas/ppc/ppc.exp: Run new tests.
767 * testsuite/gas/ppc/spe.d: New file.
768 * testsuite/gas/ppc/spe.s: Likewise.
769 * testsuite/gas/ppc/spe2-checks.d: Likewise.
770 * testsuite/gas/ppc/spe2-checks.l: Likewise.
771 * testsuite/gas/ppc/spe2-checks.s: Likewise.
772 * testsuite/gas/ppc/spe2.d: Likewise.
773 * testsuite/gas/ppc/spe2.s: Likewise.
774 * testsuite/gas/ppc/spe_ambiguous.d: Likewise.
775 * testsuite/gas/ppc/spe_ambiguous.s: Likewise.
776
f6a36b0c
JC
7772017-08-23 James Clarke <jrtc27@jrtc27.com>
778
779 * config/tc-sparc.c (tc_gen_reloc): Convert BFD_RELOC_8/16/32/64
780 into the corresponding BFD_RELOC_8/16/32/64_PCREL relocation
781 when requested.
782 * config/tc-sparc.h (DIFF_EXPR_OK): Define to enable PC-relative
783 diff relocations.
784 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to ensure only supported
785 relocations are made PC-relative.
786 (CFI_DIFF_EXPR_OK): Define to 0 to force BFD_RELOC_32_PCREL to
787 be used directly, since otherwise BFD_RELOC_SPARC_UA32 will be
788 used for .eh_frame which cannot in general be converted to a
789 BFD_RELOC_32_PCREL due to alignment requirements.
790
bb4b64b0
AM
7912017-08-22 Alan Modra <amodra@gmail.com>
792
793 * testsuite/gas/ppc/lsp-checks.d: Assemble with -a32.
794 * testsuite/gas/ppc/lsp.d: Likewise.
795
e3c2f928
AF
7962017-08-21 Alexander Fedotov <alexander.fedotov@nxp.com>
797 Edmar Wienskoski <edmar.wienskoski@nxp.com
798
799 * testsuite/gas/ppc/lsp-checks.d,
800 * testsuite/gas/ppc/lsp-checks.l,
801 * testsuite/gas/ppc/lsp-checks.s: New test.
802 * testsuite/gas/ppc/lsp.d,
803 * testsuite/gas/ppc/lsp.s: New test.
804 * testsuite/gas/ppc/ppc.exp: Run new tests.
805
8975f864
RR
8062017-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
807
808 * config/tc-aarch64.c (REGDEF_ALIAS): Define
809 (reg_names): Update for ip0, ip1, fp, lr to use REGDEF_ALIAS
810 * doc/c-aarch64.texi: Update documentation on .req.
811 * testsuite/gas/diagnostic.s: Update
812 * testsuite/gas/diagnostic.l: Likewise
813 * testsuite/gas/register_aliases.s: New file.
814 * testsuite/gas/register_aliases.d: New file.
815
76db0a2e
L
8162017-08-11 H.J. Lu <hongjiu.lu@intel.com>
817
818 PR gas/21667
819 * read.c (pseudo_set): Update error message for alias of common
820 symbol.
821 * write.c (write_object_file): Disallow both local and global
822 aliases of common symbol.
823 * testsuite/gas/elf/common5a.d: New file.
824 * testsuite/gas/elf/common5a.l: Likewise.
825 * testsuite/gas/elf/common5a.s: Likewise.
826 * testsuite/gas/elf/common5b.d: Likewise.
827 * testsuite/gas/elf/common5b.l: Likewise.
828 * testsuite/gas/elf/common5b.s: Likewise.
829 * testsuite/gas/elf/common5c.d: Likewise.
830 * testsuite/gas/elf/common5c.s: Likewise.
831 * testsuite/gas/elf/common5d.d: Likewise.
832 * testsuite/gas/elf/common5d.s: Likewise.
833 * testsuite/gas/elf/elf.exp: Run common5a, common5b, common5c
834 and common5d.
835
4c2da80c
NC
8362017-08-10 Nick Clifton <nickc@redhat.com>
837
838 PR gas/21939
839 * config/obj-macho.c (obj_mach_o_set_indirect_symbols): Increase
840 size of indirect_syms array so that it is large enough to hold
841 every symbol if necessary.
842
cc4a945a
JW
8432017-08-09 Jiong Wang <jiong.wang@arm.com>
844
845 * config/tc-arm.c (do_crc32_1): Remove warning on REG_SP for thumb_mode.
846 * testsuite/gas/arm/crc32-armv8-a-bad.d: Update exepcted result.
847 * testsuite/gas/arm/crc32-armv8-r-bad.d: Likewise.
848 * testsuite/gas/arm/crc32-armv8-a.d: Likewise.
849 * testsuite/gas/arm/crc32-armv8-r.d: Likewise.
850 * testsuite/gas/arm/crc32-armv8-ar-bad.s: Update test case.
851 * testsuite/gas/arm/crc32-armv8-ar.s: Likewise.
852 * testsuite/gas/arm/crc32-bad.l: Update expected error message.
853
75800d2c
NC
8542017-08-02 Nick Clifton <nickc@redhat.com>
855
856 * testsuite/gas/all/gas.exp: Add am33 to the skip lists of tests
857 passed over by the mn10300 target.
858 * testsuite/gas/elf/elf.exp: Likewise.
859 * testsuite/gas/elf/dwarf2-11.d: Correct skip of am33 target.
860 * testsuite/gas/elf/dwarf2-12.d: Likewise.
861 * testsuite/gas/elf/dwarf2-13.d: Likewise.
862 * testsuite/gas/elf/dwarf2-14.d: Likewise.
863 * testsuite/gas/elf/dwarf2-15.d: Likewise.
864 * testsuite/gas/elf/dwarf2-16.d: Likewise.
865 * testsuite/gas/elf/dwarf2-17.d: Likewise.
866 * testsuite/gas/elf/dwarf2-18.d: Likewise.
867 * testsuite/gas/elf/dwarf2-5.d: Likewise.
868 * testsuite/gas/elf/dwarf2-6.d: Likewise.
869 * testsuite/gas/elf/dwarf2-7.d: Likewise.
870
4d36230d
L
8712017-08-01 H.J. Lu <hongjiu.lu@intel.com>
872
873 PR gas/21874
874 * config/tc-i386-intel.c (i386_intel_operand): Update segment
875 register check.
876 * testsuite/gas/i386/intelok.s: Replace "fs:gs:[eax]" with
877 "fs:[eax]".
878 * testsuite/gas/i386/inval-seg.s: Add tests for invalid segment
879 register.
880 * testsuite/gas/i386/x86-64-inval-seg.s: Likewise.
881 * testsuite/gas/i386/inval-seg.l: Updated.
882 * testsuite/gas/i386/x86-64-inval-seg.l: Likewise.
883
2e957b16
JDA
8842017-07-31 John David Anglin <danglin@gcc.gnu.org>
885
886 * config/tc-hppa.c (pa_ip): Clear `d' bit in branch on bit instructions
887 with a double-word condition and a fixed bit position greater than 31.
888
a8086704
AW
8892017-07-28 Andrew Waterman <andrew@sifive.com>
890
891 * config/tc-riscv.c (riscv_set_arch): Handle the Q subset like
892 all other subsets.
893 Obviate use-after-free.
894
7cbc739c
NC
8952017-07-25 Nick Clifton <nickc@redhat.com>
896
897 PR 21739
898 * testsuite/gas/arc/add_s-err.s: Update expected error message.
899
e8d84ca1
NC
9002017-07-24 Nick Clifton <nickc@redhat.com>
901
902 PR 21809
903 * config/tc-aarch64.c (aarch64_init_frag): Do not set a mapping
904 state for frags in debug sections.
905 * config/tc-arm.c (arm_init_frag): Likewise.
906
723dfee7
HPN
9072017-07-24 Hans-Peter Nilsson <hp@bitrange.com>
908
909 * dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable exp
910 from expr.
911
47826cdb
AK
9122017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
913
914 * config/tc-s390.c (s390_parse_cpu): Add z14 as alternate CPU
915 name.
916 * doc/as.texinfo: Add z14 to CPU string list.
917 * doc/c-s390.texi: Likewise.
918
ba8826a8
AO
9192017-07-21 Alexandre Oliva <aoliva@redhat.com>
920
921 * dwarf2dbg.c (unused): Check offset of next in struct line_entry.
922 (current): Initialize view.
923 (force_reset_view, view_assert_failed): New variables.
924 (reverse_line_entry_list): New function.
925 (set_or_check_view): Likewise.
926 (dwarf2_gen_line_info_1): Call it.
927 (dwarf2_where): Set view to NULL.
928 (dwarf2_emit_insn): Return early when called before first file.
929 (dwarf2_directive_loc): Add view support. Emit insn
930 immediately when view option is given.
931 (process_entries): Avoid set_address to reset view when a known
932 address change already implies the view reset.
933 (dwarf2dbg_final_check): New function.
934 * dwarf2dbg.h (struct dwarf2_line_info): Add view.
935 (dwarf2dbg_final_check): Declare.
936 * read.c (s_leb128): Parse expression as deferred.
937 * write.c (write_object_file): Check pending view asserts.
938 (cvt_frag_to_fill): Complain about undefined leb128 operand.
939 * doc/as.texinfo (.loc): Document view support.
940 * NEWS: Mention the new feature.
941 * testsuite/gas/all/gas.exp: Run sleb128-9.
942 * testsuite/gas/all/sleb128-9.d: New.
943 * testsuite/gas/all/sleb128-9.l: New.
944 * testsuite/gas/all/sleb128-9.s: New.
945 * testsuite/gas/elf/dwarf2-1.d: Add nonzero views.
946 * testsuite/gas/elf/dwarf2-2.d: Likewise.
947 * testsuite/gas/elf/dwarf2-5.d: New.
948 * testsuite/gas/elf/dwarf2-5.s: New.
949 * testsuite/gas/elf/dwarf2-6.d: New.
950 * testsuite/gas/elf/dwarf2-6.s: New.
951 * testsuite/gas/elf/dwarf2-7.d: New.
952 * testsuite/gas/elf/dwarf2-7.s: New.
953 * testsuite/gas/elf/dwarf2-8.d: New.
954 * testsuite/gas/elf/dwarf2-8.l: New.
955 * testsuite/gas/elf/dwarf2-8.s: New.
956 * testsuite/gas/elf/dwarf2-9.d: New.
957 * testsuite/gas/elf/dwarf2-9.l: New.
958 * testsuite/gas/elf/dwarf2-9.s: New.
959 * testsuite/gas/elf/dwarf2-10.d: New.
960 * testsuite/gas/elf/dwarf2-10.l: New.
961 * testsuite/gas/elf/dwarf2-10.s: New.
962 * testsuite/gas/elf/dwarf2-11.d: New.
963 * testsuite/gas/elf/dwarf2-11.s: New.
964 * testsuite/gas/elf/dwarf2-12.d: New.
965 * testsuite/gas/elf/dwarf2-12.s: New.
966 * testsuite/gas/elf/dwarf2-13.d: New.
967 * testsuite/gas/elf/dwarf2-13.s: New.
968 * testsuite/gas/elf/dwarf2-14.d: New.
969 * testsuite/gas/elf/dwarf2-14.s: New.
970 * testsuite/gas/elf/dwarf2-15.d: New.
971 * testsuite/gas/elf/dwarf2-15.s: New.
972 * testsuite/gas/elf/dwarf2-16.d: New.
973 * testsuite/gas/elf/dwarf2-16.s: New.
974 * testsuite/gas/elf/dwarf2-17.d: New.
975 * testsuite/gas/elf/dwarf2-17.s: New.
976 * testsuite/gas/elf/dwarf2-18.d: New.
977 * testsuite/gas/elf/dwarf2-18.s: New.
978 * testsuite/gas/elf/elf.exp: Run dwarf2-5..18 tests.
979 * testsuite/gas/i386/dw2-compress-1.d: Add nonzero views.
980 * testsuite/gas/i386/dw2-compressed-1.d: Likewise.
981 * testsuite/gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
982 * testsuite/gas/lns/lns-big-delta.d: Likewise.
983 * testsuite/gas/lns/lns-duplicate.d: Likewise.
984 * testsuite/gas/mips/loc-swap-2.d: Likewise.
985 * testsuite/gas/mips/loc-swap-3.d: Likewise.
986 * testsuite/gas/mips/loc-swap.d: Likewise.
987 * testsuite/gas/mips/micromips@loc-swap-2.d: Likewise.
988 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
989 * testsuite/gas/mips/mips16@loc-swap-2.d: Likewise.
990 * testsuite/gas/mips/mips16@loc-swap.d: Likewise.
991 * testsuite/gas/mips/mips16e@loc-swap.d: Likewise.
992
684d5a10
JEM
9932017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
994
995 * testsuite/gas/arc/jli-1.d: New file.
996 * testsuite/gas/arc/jli-1.s: Likewise.
997 * testsuite/gas/arc/taux.d: Update for jli_base.
998
e4943f2c
TG
9992017-07-19 Tristan Gingold <gingold@adacore.com>
1000
1001 * as.c (start_sbrk): Remove.
1002 (main): Remove assignment.
1003 (dump_statistics): Remove display of data size.
1004
804a4093
TG
10052017-07-19 Tristan Gingold <gingold@adacore.com>
1006
1007 * testsuite/gas/pe/seh-x64-err-2.s: New test.
1008 * testsuite/gas/pe/seh-x64-err-2.l: New stderr output.
1009 * testsuite/gas/pe/pe.exp: Add test.
1010 * config/obj-coff-seh.c (obj_coff_seh_do_final): Don't try to end
1011 seh part.
1012
de194d85
YC
10132017-07-18 Nick Clifton <nickc@redhat.com>
1014
1015 PR 21775
1016 * config/tc-arm.c: Fix spelling typos.
1017 * config/tc-mips.c: Likewise.
1018 * config/tc-msp430.c: Likewise.
1019 * config/tc-sh64.c: Likewise.
1020 * config/tc-tic4x.c: Likewise.
1021 * ecoff.c: Likewise.
1022 * testsuite/gas/arm/ldr-bad.l: Likewise.
1023 * testsuite/gas/arm/ldr-t-bad.l: Likewise.
1024 * testsuite/gas/tic54x/opcodes.s: Likewise.
1025 * testsuite/gas/msp340/errata_warns.l: Likewise.
1026
b6a57713
NC
10272017-07-18 Nick Clifton <nickc@redhat.com>
1028
1029 * po/uk.po: Updated Ukranian translation.
1030
f27dadca
GJL
10312017-07-17 Georg-Johann Lay <avr@gjlay.de>
1032
1033 PR 21472
1034 * config/tc-avr.c (mcu_types): Add entries for: attiny212,
1035 attiny214, attiny412, attiny414, attiny814, attiny1614,
1036 attiny1616, attiny1617, attiny3214, attiny3216, attiny3217.
1037 (md_show_usage): Adjust doc for "avrxmega3".
1038 * doc/c-avr.texi (AVR options) [-mmcu=]: Adjust doc for avrxmega3.
1039 Add MCUs: attiny212, attiny214, attiny412, attiny414, attiny416,
1040 attiny417, attiny814, attiny816, attiny817, attiny1614,
1041 attiny1616, attiny1617, attiny3214, attiny3216, attiny3217.
1042
e58ff055
JW
10432017-07-13 Jim Wilson <jim.wilson@linaro.org>
1044
1045 * config/tc-arch64.c (aarch64_cpus): Add AARCH64_FEATURE_RDMA to
1046 falkor and qdf24xx entries.
1047
429d795d
AM
10482017-07-12 Alan Modra <amodra@gmail.com>
1049
1050 * po/es.po: Update from translationproject.org/latest/gas/.
1051 * po/fi.po: Likewise.
1052 * po/fr.po: Likewise.
1053 * po/id.po: Likewise.
1054 * po/ja.po: Likewise.
1055 * po/ru.po: Likewise.
1056 * po/sv.po: Likewise.
1057 * po/tr.po: Likewise.
1058 * po/uk.po: Likewise.
1059 * po/zh_CN.po: Likewise.
1060
0bae9e9e
NC
10612017-07-12 Nick Clifton <nickc@redhat.com>
1062
1063 Fix compile time warnings using gcc 7.1.1.
1064 * config/tc-pru.c (md_assemble): Add continue statement after
1065 handling 'E' operand character.
1066 * config/tc-v850.c (md_assemble): Initialise the 'insn' variable.
1067
15a7695f
JG
10682017-07-05 James Greenhalgh <james.greenhalgh@arm.com>
1069
1070 * config/tc-arm.c (arm_cpus): Add Cortex-A55 and Cortex-A75.
1071 * doc/c-arm.texi (-mcpu): Document Cortex-A55 and Cortex-A75.
1072
e4bdd679
BP
10732017-07-05 Borislav Petkov <bp@suse.de>
1074
1075 * testsuite/gas/i386/opcode.s: Add tests for ModRM.reg == 6 variants.
1076 * testsuite/gas/i386/opcode.d: ditto.
1077 * testsuite/gas/i386/x86-64-opcode.s: Add x86_64 variants too.
1078 * testsuite/gas/i386/x86-64-opcode.d: ditto.
1079
60c96dbf
RR
10802017-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1081
1082 * config/tc-arm.c (arm_regs): Add MVFR2.
1083 (do_vmrs): Constraint for MVFR2 and armv8.
1084 (do_vmsr): Likewise.
1085 * testsuite/gas/arm/armv8-a+fp.d: Update.
1086 * testsuite/gas/arm/armv8-ar+fp.s: Likewise.
1087 * testsuite/gas/arm/armv8-r+fp.d: Likewise.
1088 * testsuite/gas/arm/vfp-bad.s: Likewise.
1089 * testsuite/gas/arm/vfp-bad.l: Likewise.
1090
0d702cfe
TG
10912017-07-04 Tristan Gingold <gingold@adacore.com>
1092
1093 * configure: Regenerate.
1094
55a09eb6
TG
10952017-07-04 Tristan Gingold <gingold@adacore.com>
1096
1097 * NEWS: Add marker for 2.29.
1098
8d219acd
AM
10992017-07-03 Alan Modra <amodra@gmail.com>
1100
1101 * testsuite/gas/elf/symver.d: Don't run on hppa64-hpux.
1102
834a65aa
MR
11032017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1104
1105 * config/tc-mips.c (md_convert_frag): Use a switch on the
1106 microMIPS relaxation type rather than a chain of conditionals.
1107
bbd27b76
MR
11082017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1109
1110 * config/tc-mips.c (md_convert_frag): Rewrite `fix_new_exp'
1111 calls in terms of `fix_new'.
1112
9f00292e
MR
11132017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1114
1115 * config/tc-mips.c (md_convert_frag): Don't make a helper
1116 expression symbol for `fix_new_exp' called with a non-zero
1117 offset.
1118 * testsuite/gas/mips/relax-offset.d: New test.
1119 * testsuite/gas/mips/mips1@relax-offset.d: New test.
1120 * testsuite/gas/mips/r3000@relax-offset.d: New test.
1121 * testsuite/gas/mips/r3900@relax-offset.d: New test.
1122 * testsuite/gas/mips/micromips@relax-offset.d: New test.
1123 * testsuite/gas/mips/relax-offset.l: New stderr output.
1124 * testsuite/gas/mips/relax-offset.s: New test source.
1125 * testsuite/gas/mips/mips.exp: Run the new tests.
1126
32f76c67
GJL
11272017-06-30 Georg-Johann Lay <avr@gjlay.de>
1128
1129 PR gas/21683
1130 * doc/c-avr.texi (AVR Options) <-mgcc-isr>: Document it.
1131 (AVR Pseudo Instructions): New node.
1132 * config/tc-avr.h (md_pre_output_hook): Define to avr_pre_output_hook.
1133 (md_undefined_symbol): Define to avr_undefined_symbol.
1134 (avr_pre_output_hook, avr_undefined_symbol): New protos.
1135 * config/tc-avr.c (struc-symbol.h): Include it.
1136 (ISR_CHUNK_Done, ISR_CHUNK_Prologue, ISR_CHUNK_Epilogue): New enums.
1137 (avr_isr, avr_gccisr_opcode)
1138 (avr_no_sreg_hash, avr_no_sreg): New static variables.
1139 (avr_opt_s) <have_gccisr>: Add field.
1140 (avr_opt): Add initializer for have_gccisr.
1141 (enum options) <OPTION_HAVE_GCCISR>: Add enum.
1142 (md_longopts) <"mgcc-isr">: Add entry.
1143 (md_show_usage): Document -mgcc-isr.
1144 (md_parse_option) [OPTION_HAVE_GCCISR]: Handle it.
1145 (md_undefined_symbol): Remove.
1146 (avr_undefined_symbol, avr_pre_output_hook): New fuctions.
1147 (md_begin) <avr_no_sreg_hash, avr_gccisr_opcode>: Initialize them.
1148 (avr_operand) <pregno>: Add argument and set *pregno if function
1149 is called for a register constraint.
1150 [N]: Handle constraint.
1151 (avr_operands) <avr_operand>: Pass 5th parameter to calls.
1152 [avr_opt.have_gccisr]: Call avr_update_gccisr. Call
1153 avr_gccisr_operands instead of avr_operands.
1154 (avr_update_gccisr, avr_emit_insn, avr_patch_gccisr_frag)
1155 (avr_gccisr_operands, avr_check_gccisr_done): New static functions.
1156 * testsuite/gas/avr/gccisr-01.d: New test.
1157 * testsuite/gas/avr/gccisr-01.s: New test.
1158 * testsuite/gas/avr/gccisr-02.d: New test.
1159 * testsuite/gas/avr/gccisr-02.s: New test.
1160 * testsuite/gas/avr/gccisr-03.d: New test.
1161 * testsuite/gas/avr/gccisr-03.s: New test.
1162
33f46696
MR
11632017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1164
1165 * config/tc-mips.c (match_float_constant): Update description.
1166 (match_operand): Likewise.
1167
909b4e3d
MR
11682017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
1169 Maciej W. Rozycki <macro@imgtec.com>
1170
1171 * config/tc-mips.c (mips_ases): Add microMIPS XPA support.
1172 * testsuite/gas/mips/micromips@xpa.d: New test.
1173 * testsuite/gas/mips/mips.exp: Run the new test. Enable
1174 `xpa-virt-err' test for `micromips'.
1175
f5b2fd52
MR
11762017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
1177 Maciej W. Rozycki <macro@imgtec.com>
1178
1179 * testsuite/gas/mips/micromips@r5.d: New test.
1180 * testsuite/gas/mips/mips.exp: Run the new test.
1181
9785fc2a
MR
11822017-06-30 Maciej W. Rozycki <macro@imgtec.com>
1183 Andrew Bennett <andrew.bennett@imgtec.com>
1184
1185 * config/tc-mips.c (mips_set_ase): Handle the ASE_XPA_VIRT flag.
1186 * testsuite/gas/mips/xpa.d: Remove `xpa' from `-M' in `objdump'
1187 flags. Add `-mvirt' to `as' flags.
1188 * testsuite/gas/mips/xpa-err.d: New test.
1189 * testsuite/gas/mips/xpa-virt-err.d: New test.
1190 * testsuite/gas/mips/xpa-err.l: New stderr output.
1191 * testsuite/gas/mips/xpa-virt-err.l: New stderr output.
1192 * testsuite/gas/mips/xpa-err.s: New test source.
1193 * testsuite/gas/mips/xpa-virt-err.s: New test source.
1194 * testsuite/gas/mips/mips.exp: Run the new tests.
1195
60804c53
MR
11962017-06-29 Maciej W. Rozycki <macro@imgtec.com>
1197
1198 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: Adjust for the
1199 ASE_MIPS16E2_MT flag disassembler fix.
1200 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
1201 Likewise.
1202
92cebb3d
MR
12032017-06-29 Maciej W. Rozycki <macro@imgtec.com>
1204
1205 * config/tc-mips.c (mips_set_ase): Clear the ASE_MIPS16E2_MT
1206 flag before recalculating.
1207 * testsuite/gas/mips/mips16e2-mt-err.d: New test.
1208 * testsuite/gas/mips/mips16e2-mt-err.l: New stderr output.
1209 * testsuite/gas/mips/mips16e2-mt-err.s: New test source.
1210 * testsuite/gas/mips/mips.exp: Run the new test.
1211
65a55fbb
TC
12122017-06-28 Tamar Christina <tamar.christina@arm.com>
1213
1214 * config/tc-aarch64.c (aarch64_reg_parse_32_64): Accept 4B.
1215 (aarch64_features): Added dotprod.
1216 * doc/c-aarch64.texi: Added dotprod.
1217 * testsuite/gas/aarch64/dotproduct.d: New.
1218 * testsuite/gas/aarch64/dotproduct.s: New.
1219
c604a79a
JW
12202017-06-28 Jiong Wang <jiong.wang@arm.com>
1221
1222 * config/tc-arm.c (fpu_neon_ext_dotprod): New variable.
1223 (neon_scalar_for_mul): Improve comments.
1224 (do_neon_dotproduct): New function to encode Dot Product instructions.
1225 (do_neon_dotproduct_s): Wrapper function for signed Dot Product
1226 instructions.
1227 (do_neon_dotproduct_u): Wrapper function for unsigned Dot Product
1228 instructions.
1229 (insns): New entries for vsdot and vudot.
1230 (arm_extensions): New entry for "dotprod".
1231 * doc/c-arm.texi: Document new "dotprod" extension.
1232 * testsuite/gas/arm/dotprod.s: New test source.
1233 * testsuite/gas/arm/dotprod-illegal.s: New test source.
1234 * testsuite/gas/arm/dotprod.d: New test.
1235 * testsuite/gas/arm/dotprod-thumb2.d: New test.
1236 * testsuite/gas/arm/dotprod-illegal.d: New test.
1237 * testsuite/gas/arm/dotprod-legacy-arch.d: New test.
1238 * testsuite/gas/arm/dotprod-illegal.l: New error file.
1239 * testsuite/gas/arm/dotprod-legacy-arch.l: New error file.
1240
819e1f86
MR
12412017-06-28 Maciej W. Rozycki <macro@imgtec.com>
1242
1243 * testsuite/gas/mips/elf_mach_interaptiv-mr2.d: New test.
1244 * testsuite/gas/mips/save-err.d: New test.
1245 * testsuite/gas/mips/save-sub.d: New test.
1246 * testsuite/gas/mips/interaptiv-mr2@save.d: New test.
1247 * testsuite/gas/mips/mips1@save-sub.d: New test.
1248 * testsuite/gas/mips/mips2@save-sub.d: New test.
1249 * testsuite/gas/mips/mips3@save-sub.d: New test.
1250 * testsuite/gas/mips/mips4@save-sub.d: New test.
1251 * testsuite/gas/mips/mips5@save-sub.d: New test.
1252 * testsuite/gas/mips/mips32@save-sub.d: New test.
1253 * testsuite/gas/mips/mips64@save-sub.d: New test.
1254 * testsuite/gas/mips/mips16@save-sub.d: New test.
1255 * testsuite/gas/mips/mips16e@save-sub.d: New test.
1256 * testsuite/gas/mips/r3000@save-sub.d: New test.
1257 * testsuite/gas/mips/r3900@save-sub.d: New test.
1258 * testsuite/gas/mips/r4000@save-sub.d: New test.
1259 * testsuite/gas/mips/vr5400@save-sub.d: New test.
1260 * testsuite/gas/mips/interaptiv-mr2@save-sub.d: New test.
1261 * testsuite/gas/mips/sb1@save-sub.d: New test.
1262 * testsuite/gas/mips/octeon2@save-sub.d: New test.
1263 * testsuite/gas/mips/octeon3@save-sub.d: New test.
1264 * testsuite/gas/mips/xlr@save-sub.d: New test.
1265 * testsuite/gas/mips/r5900@save-sub.d: New test.
1266 * testsuite/gas/mips/mips16e2-copy.d: New test.
1267 * testsuite/gas/mips/mips16e2-copy-err.d: New test.
1268 * testsuite/gas/mips/save.d: Remove `MIPS16e' from the `name'
1269 option. Adjust for trailing padding change.
1270 * testsuite/gas/mips/mips16e2-copy-err.l: New stderr output.
1271 * testsuite/gas/mips/save-sub.s: New test source.
1272 * testsuite/gas/mips/mips16e2-copy.s: New test source.
1273 * testsuite/gas/mips/mips16e2-copy-err.s: New test source.
1274 * testsuite/gas/mips/save.s: Update description, change trailing
1275 padding and remove trailing white space.
1276 * testsuite/gas/mips/mips.exp: Expand `save' and `save-err'
1277 tests across the regular MIPS interAptiv MR2 architecture. Run
1278 the new tests.
1279
c7d289d1
MR
12802017-06-28 Maciej W. Rozycki <macro@imgtec.com>
1281
1282 * testsuite/gas/mips/mips.exp (interaptiv-mr2): New architecture.
1283 (mips16e2-interaptiv-mr2): Likewise.
1284 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.d: New
1285 test.
1286 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.d:
1287 New test.
1288 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.d:
1289 New test.
1290 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.d:
1291 New test.
1292 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.d:
1293 New test.
1294 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64.d: New
1295 test.
1296 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.d: New
1297 test.
1298 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.d: New
1299 test.
1300 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.d:
1301 New test.
1302 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e2-mt-sub.d:
1303 New test.
1304 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-asmacro.d:
1305 New test.
1306 * testsuite/gas/mips/interaptiv-mr2@mcu.d: New test.
1307 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.d: New test.
1308 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.d: New test.
1309 * testsuite/gas/mips/attr-gnu-4-5.d: Ignore any number of ASE
1310 flag lines present rather than just one.
1311 * testsuite/gas/mips/attr-gnu-4-6.d: Likewise.
1312 * testsuite/gas/mips/attr-gnu-4-7.d: Likewise.
1313 * testsuite/gas/mips/attr-none-o32-fp64-nooddspreg.d: Likewise.
1314 * testsuite/gas/mips/attr-none-o32-fp64.d: Likewise.
1315 * testsuite/gas/mips/attr-none-o32-fpxx.d: Likewise.
1316 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro.l: New
1317 stderr output.
1318 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-t.l:
1319 New stderr output.
1320 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-macro-e.l:
1321 New stderr output.
1322 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-t.l:
1323 New stderr output.
1324 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-insn-e.l:
1325 New stderr output.
1326 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16-sub.l: New
1327 stderr output.
1328 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-sub.l: New
1329 stderr output.
1330 * testsuite/gas/mips/mips16e2-interaptiv-mr2@mips16e-64-sub.l:
1331 New stderr output.
1332 * testsuite/gas/mips/interaptiv-mr2@isa-override-1.l: New stderr
1333 output.
1334 * testsuite/gas/mips/interaptiv-mr2@isa-override-2.l: New stderr
1335 output.
1336
38bf472a
MR
13372017-06-28 Maciej W. Rozycki <macro@imgtec.com>
1338 Matthew Fortune <matthew.fortune@imgtec.com>
1339
1340 * config/tc-mips.c (validate_mips_insn): Handle
1341 OP_SAVE_RESTORE_LIST specially.
1342 (mips_encode_save_restore, mips16_encode_save_restore): New
1343 functions.
1344 (match_save_restore_list_operand): Factor out SAVE/RESTORE
1345 operand insertion into the instruction word or halfword to these
1346 new functions.
1347 (mips_cpu_info_table): Add "interaptiv-mr2" entry.
1348
1349 * doc/c-mips.texi (MIPS Options): Add `interaptiv-mr2' to the
1350 `-march=' argument list.
1351
79cb3f75
MR
13522017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1353
1354 * testsuite/gas/mips/mips16e-save.d: Rename to...
1355 * testsuite/gas/mips/save.d: ... this.
1356 * testsuite/gas/mips/mips16e-save-err.d: Update the
1357 `error-output' option and rename to...
1358 * testsuite/gas/mips/save-err.d: ... this.
1359 * testsuite/gas/mips/mips16e-save-err.l: Rename to...
1360 * testsuite/gas/mips/save-err.l: ... this.
1361 * testsuite/gas/mips/mips16e-save.s: Rename to...
1362 * testsuite/gas/mips/save.s: ... this.
1363 * testsuite/gas/mips/mips16e-save-err.s: Rename to...
1364 * testsuite/gas/mips/save-err.s: ... this.
1365 * testsuite/gas/mips/mips.exp: Rename `mips16e-save' and
1366 `mips16e-save-err' invocations to `save' and `save-err'
1367 respectively and reorder these tests away from MIPS16 tests.
1368
b0bd097e
MR
13692017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1370
1371 * testsuite/gas/mips/mips16e-save.d: Remove `-mmips:isa32
1372 -mmips:16' from `objdump' flags and `-march=mips32 -mips16' from
1373 `as' flags.
1374 * testsuite/gas/mips/mips16e-save-err.d: Remove `-march=mips32'
1375 from `as' flags.
1376 * testsuite/gas/mips/mips16e-save.s: Remove the `.set mips16'
1377 pseudo-op.
1378 * testsuite/gas/mips/mips16e-save-err.s: Likewise.
1379 * testsuite/gas/mips/mips.exp: Run SAVE/RESTORE tests across all
1380 MIPS16e architectures.
1381
2438385a
MR
13822017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1383
1384 * testsuite/gas/mips/mips16e-save-err.d: New test.
1385 * gas/testsuite/gas/mips/mips.exp: Fold `mips16e-save-err' list
1386 test into the new test.
1387
daba08c9
MR
13882017-06-27 Maciej W. Rozycki <macro@imgtec.com>
1389
1390 * testsuite/gas/mips/mips16e-save.d: Capitalize the `name'
1391 option.
1392
a6cbf936
KLC
13932017-06-26 Kuan-Lin Chen <rufus@andestech.com>
1394
1395 * config/tc-riscv.c (md_apply_fix) [BFD_RELOC_32]: Convert to a
1396 R_RISCV_32_PCREL relocation.
1397
a3aea05a
L
13982017-06-26 H.J. Lu <hongjiu.lu@intel.com>
1399
1400 PR gas/21661
1401 * config/obj-elf.c (obj_elf_symver): Don't allow .symver with
1402 common symbol.
1403 (elf_frob_symbol): Likewise.
1404 * testsuite/gas/elf/elf.exp: Run pr21661.
1405 * testsuite/gas/elf/pr21661.d: New file.
1406 * testsuite/gas/elf/pr21661.s: Likewise.
1407
49fa50ef
NC
14082017-06-26 Nick Clifton <nickc@redhat.com>
1409
1410 * config/tc-arm.c (fpu_any): Only define for ELF based targets.
1411
cf9bdae9 14122017-06-26 Claudiu Zissulescu <claziss@synopsys.com>
1413
1414 * /config/tc-arc.c (is_br_jmp_insn_p): Update macro with known
1415 instructions to be accounted as jumps.
1416 (assemble_insn): Check for limms into the delay slots. Emit an
1417 error if so.
1418 * testsuite/gas/arc/asm-errors-3.d: New file.
1419 * testsuite/gas/arc/asm-errors-3.err: Likewise.
1420 * testsuite/gas/arc/asm-errors-3.s: Likewise.
1421
0cda1e19
TP
14222017-06-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1423
1424 * NEWS: Mention support of ARM Cortex-R52 processor.
1425 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-R52 processor.
1426 * doc/c-arm.texi: Mention support for -mcpu=cortex-r52.
1427
ced40572
TP
14282017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1429
1430 * NEWS: Mention support for ARMv8-R architecture.
1431 * config/tc-arm.c (arm_archs): Add entry for ARMv8-R.
1432 (arm_extensions): Restrict pan, ras and rdma extension to
1433 ARMv8-A and make crypto, fp and simd extensions available to
1434 ARMv8-R.
1435 (cpu_arch_ver): Add entry for ARMv8-R.
1436 (aeabi_set_public_attributes): Update gas_assert for Tag_DIV_use
1437 logic.
1438 * testsuite/gas/arm/armv8-a+fp.s: Rename into ...
1439 * testsuite/gas/arm/armv8-ar+fp.s: This. Remove .arch directive.
1440 * testsuite/gas/arm/armv8-a+fp.d: Specify source to assemble and
1441 architecture to assemble for.
1442 * testsuite/gas/arm/armv8-r+fp.d: New.
1443 * testsuite/gas/arm/armv8-a+simd.s: Rename into ...
1444 * testsuite/gas/arm/armv8-ar+simd.s: This. Remove .arch directive.
1445 * testsuite/gas/arm/armv8-a+simd.d: Specify source to assemble and
1446 architecture to assemble for.
1447 * testsuite/gas/arm/armv8-r+simd.d: New.
1448 * testsuite/gas/arm/armv8-a-bad.s: Rename into ...
1449 * testsuite/gas/arm/armv8-ar-bad.s: This. Remove .arch directive.
1450 * testsuite/gas/arm/armv8-a-bad.l: Rename into ...
1451 * testsuite/gas/arm/armv8-ar-bad.l: This. Decrement line number by 1.
1452 * testsuite/gas/arm/armv8-a-bad.d: Specify source to assemble,
1453 architecture to assemble for and adjust error output file.
1454 * testsuite/gas/arm/armv8-r-bad.d: New.
1455 * testsuite/gas/arm/armv8-a-barrier.s: Rename into ...
1456 * testsuite/gas/arm/armv8-ar-barrier.s: This.
1457 * testsuite/gas/arm/armv8-a-barrier-arm.d: Adjust source.
1458 * testsuite/gas/arm/armv8-a-barrier-thumb.d: Likewise.
1459 * testsuite/gas/arm/armv8-r-barrier-arm.d: New.
1460 * testsuite/gas/arm/armv8-r-barrier-thumb.d: New.
1461 * testsuite/gas/arm/armv8-a-it-bad.s: Rename into ...
1462 * testsuite/gas/arm/armv8-ar-it-bad.s: This. Remove .arch directive.
1463 * testsuite/gas/arm/armv8-a-it-bad.l: Rename into ...
1464 * testsuite/gas/arm/armv8-ar-it-bad.l: This. Decrement line number
1465 by 1.
1466 * testsuite/gas/arm/armv8-a-it-bad.d: Specify source to assemble,
1467 architecture to assemble for and adjust error output file.
1468 * testsuite/gas/arm/armv8-r-it-bad.d: New.
1469 * testsuite/gas/arm/armv8-a.s: Rename into ...
1470 * testsuite/gas/arm/armv8-ar.s: This. Remove .arch directive.
1471 * testsuite/gas/arm/armv8-a.d: Specify source to assemble and
1472 architecture to assemble for.
1473 * testsuite/gas/arm/armv8-r.d: New.
1474 * testsuite/gas/arm/attr-march-armv8-r+crypto.d: New.
1475 * testsuite/gas/arm/attr-march-armv8-r+fp.d: New.
1476 * testsuite/gas/arm/attr-march-armv8-r+simd.d: New.
1477 * testsuite/gas/arm/attr-march-armv8-r.d: New.
1478 * testsuite/gas/arm/crc32.s: Rename into ...
1479 * testsuite/gas/arm/crc32-armv8-ar.s: This.
1480 * testsuite/gas/arm/crc32.d: Rename into ...
1481 * testsuite/gas/arm/crc32-armv8-a.d: This. Specify source to assemble.
1482 * testsuite/gas/arm/crc32-armv8-r.d: New.
1483 * testsuite/gas/arm/crc32-bad.s: Rename into ...
1484 * testsuite/gas/arm/crc32-armv8-ar-bad.s: This.
1485 * testsuite/gas/arm/crc32-bad.d: Rename into ...
1486 * testsuite/gas/arm/crc32-armv8-a-bad.d: This. Specify source to
1487 assemble.
1488 * testsuite/gas/arm/crc32-armv8-r-bad.d: New.
1489 * testsuite/gas/arm/mask_1.s: Rename into ...
1490 * testsuite/gas/arm/mask_1-armv8-ar.s: This.
1491 * testsuite/gas/arm/mask_1.d: Rename into ...
1492 * testsuite/gas/arm/mask_1-armv8-a.d: This. Specify source to
1493 assemble.
1494 * testsuite/gas/arm/mask_1-armv8-r.d: new.
1495
173205ca
TP
14962017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
1497
1498 * config/tc-arm.c (arm_ext_v6m): Delete.
1499 (arm_ext_v7m): Delete.
1500 (arm_ext_m): Remove ARM_EXT_OS from the set of feature defined M
1501 profile.
1502 (arm_arch_v6m_only): Delete.
1503 (do_t_swi): Remove special case for ARMv6S-M.
1504 (md_assemble): Display error message previously in do_t_swi when
1505 SVC is not available.
1506 (insns): Guard swi and svc by arm_ext_os for Thumb mode.
1507 (aeabi_set_public_attributes): Remove special case for ARMv6S-M.
1508
94f78a77
AW
15092017-05-11 Andrew Waterman <andrew@sifive.com>
1510
1511 * config/tc-riscv.c (riscv_ip): Changes as_warn to as_bad for improper
1512 shift amounts.
1513
e7d39ed3
NC
15142017-06-22 Nick Clifton <nickc@redhat.com>
1515
1516 * config/tc-arm.c (arm_ext_v7m): Add ATTRIBUTE_UNUSED.
1517
2c6b98ea
TP
15182017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1519
1520 * config/tc-arm.c (fpu_any): Defined from FPU_ANY.
1521 (cpu_arch_ver): Add all architectures and sort by release date.
1522 (have_ext_for_needed_feat_p): New.
1523 (get_aeabi_cpu_arch_from_fset): New.
1524 (aeabi_set_public_attributes): Call above function to determine
1525 Tag_CPU_arch and Tag_CPU_arch_profile values. Adapt Tag_ARM_ISA_use
1526 and Tag_THUMB_ISA_use selection logic to check absence of feature bit
1527 accordingly.
1528 * testsuite/gas/arm/attr-march-armv1.d: Fix expected Tag_CPU_arch build
1529 attribute value.
1530 * testsuite/gas/arm/attr-march-armv2.d: Likewise.
1531 * testsuite/gas/arm/attr-march-armv2a.d: Likewise.
1532 * testsuite/gas/arm/attr-march-armv2s.d: Likewise.
1533 * testsuite/gas/arm/attr-march-armv3.d: Likewise.
1534 * testsuite/gas/arm/attr-march-armv3m.d: Likewise.
1535 * testsuite/gas/arm/pr12198-2.d: Likewise.
1536
2234eee6
L
15372017-06-21 H.J. Lu <hongjiu.lu@intel.com>
1538
1539 * testsuite/gas/i386/cet-intel.d: Updated.
1540 * testsuite/gas/i386/cet.d: Likewise.
1541 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
1542 * testsuite/gas/i386/x86-64-cet.d: Likewise.
1543 * testsuite/gas/i386/cet.s: Update incsspd and setssbsy tests.
1544 * testsuite/gas/i386/x86-64-cet.s: Likewise.
1545
c2f76402
L
15462017-06-21 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 * testsuite/gas/i386/cet-intel.d: Updated.
1549 * testsuite/gas/i386/cet.d: Likewise.
1550 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
1551 * testsuite/gas/i386/x86-64-cet.d: Likewise.
1552 * testsuite/gas/i386/cet.s: Replace savessp with saveprevssp.
1553 * testsuite/gas/i386/x86-64-cet.s: Likewise.
1554
9fef80d6
L
15552017-06-21 H.J. Lu <hongjiu.lu@intel.com>
1556
1557 * config/tc-i386.c (md_assemble): Update NOTRACK prefix check.
1558 * testsuite/gas/i386/notrack-intel.d: Updated.
1559 * testsuite/gas/i386/notrack.d: Likewise.
1560 * testsuite/gas/i386/notrackbad.l: Likewise.
1561 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
1562 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
1563 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
1564 * testsuite/gas/i386/notrack.s: Add NOTRACK prefix tests with
1565 memory indirect branch.
1566 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
1567 * testsuite/gas/i386/notrackbad.s: Remove memory indirect branch
1568 with NOTRACK prefix.
1569 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
1570
3d030cdb
TP
15712017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
1572
1573 * config/tc-arm.c (arm_extensions): New duplicate idiv entry to enable
1574 Thumb division for ARMv7 architecture.
1575 (arm_parse_extension): Document expected behavior for duplicate
1576 entries.
1577 (s_arm_arch_extension): Likewise.
1578 * testsuite/gas/arm/forbid-armv7-idiv-ext.d: New test.
1579 * testsuite/gas/arm/forbid-armv7-idiv-ext.l: New expected output for
1580 above test.
1581
54bab281
TP
15822017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1583
1584 * config/tc-arm.c (aeabi_set_public_attributes): Populate flags from
1585 feature bits used or selected_cpu depending on whether a CPU was
1586 selected by the user.
1587
6c290d53
TP
15882017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1589
1590 * config/tc-arm.c (aeabi_set_public_attributes): Test *mcpu_ext_opt to
1591 decide whether to set Tag_DSP_extension build attribute value. Remove
1592 now useless arm_arch variable.
1593
c168ce07
TP
15942017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1595
1596 * config/tc-arm.c (dyn_mcpu_ext_opt): New static variable.
1597 (dyn_march_ext_opt): Likewise.
1598 (md_begin): Copy extension feature bits alongside architecture ones.
1599 Merge extensions feature bits in selected_cpu and cpu_variant if there
1600 is some.
1601 (arm_parse_extension): Pass architecture and extension feature bits in
1602 separate parameters, with architecture bits being read only. Update
1603 **opt_p directly rather than *ext_set and initialize it if needed.
1604 (arm_parse_cpu): Stop merging architecture and extension feature bits
1605 and instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
1606 respectively. Adapt to change in parameters of arm_parse_extension.
1607 (arm_parse_arch): Adapt to change in parameters of arm_parse_extension.
1608 (aeabi_set_attribute_string): Make function static.
1609 (arm_md_post_relax): New function.
1610 (s_arm_cpu): Stop merging architecture and extension feature bits and
1611 instead use mcpu_cpu_opt and dyn_mcpu_ext_opt to memorize them
1612 respectively. Merge extension feature bits in cpu_variant
1613 if there is any.
1614 (s_arm_arch): Reset extension feature bit. Set selected_cpu from
1615 *mcpu_cpu_opt and cpu_variant from selected_cpu and *mfpu_opt for
1616 consistency with s_arm_cpu.
1617 (s_arm_arch_extension): Update *dyn_mcpu_ext_opt rather than
1618 selected_cpu, allocating it before hand if needed. Set selected_cpu
1619 from it and then cpu_variant.
1620 (s_arm_fpu): Merge *mcpu_ext_opt feature bits if any in cpu_variant.
1621 * config/tc-arm.h (md_post_relax_hook): Set to arm_md_post_relax.
1622 (aeabi_set_public_attributes): Delete external declaration.
1623 (arm_md_post_relax): Declare externally.
1624
996b5569
TP
16252017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1626
1627 * config/tc-arm.c (struct arm_cpu_option_table): New ext field.
1628 (ARM_CPU_OPT): Add parameter to set new ext field and reorder canonical
1629 name field just after the name field.
1630 (arm_cpus): Move extension feature bit from value field to ext field,
1631 reorder parameter according to changes in ARM_CPU_OPT and reindent.
1632 (arm_parse_cpu): Point mcpu_cpu_opt to a bitfield merging the value and
1633 ext field from the selected arm_cpus entry.
1634 (s_arm_cpu): Likewise.
1635
1e292627
JG
16362017-06-21 James Greenhalgh <james.greenhalgh@arm.com>
1637
1638 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a55 and cortex-a75.
1639 * doc/c-aarch64.texi (-mcpu): Document cortex-a55 and cortex-a75.
1640
8cac017d
L
16412017-06-15 H.J. Lu <hongjiu.lu@intel.com>
1642
1643 PR binutils/21594
1644 * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd
1645 register.
1646 * testsuite/gas/i386/x86-64-mpx.s: Likewise.
1647 * testsuite/gas/i386/mpx.d: Updated.
1648 * testsuite/gas/i386/x86-64-mpx.d: Likewise.
1649
f7e16c2a
MF
16502017-06-14 Max Filippov <jcmvbkbc@gmail.com>
1651
1652 * config/tc-xtensa.c (density_supported, xtensa_fetch_width,
1653 absolute_literals_supported): Leave definitions uninitialized.
1654 (directive_state): Leave entries for directive_density and
1655 directive_absolute_literals initialized to false.
1656 (xg_init_global_config, xtensa_init): New functions.
1657 * config/tc-xtensa.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
1658 (HOST_SPECIAL_INIT): New definition.
1659 (xtensa_init): New declaration.
1660
62e20ed4
MC
16612017-06-07 Michael Collison <michael.collison@arm.com>
1662
1663 * config/tc-aarch64.c (reg_entry_reg_names): Add IP0,
1664 IP1, FP, and LR as register aliases of register 16, 17, 29
1665 and 30 respectively.
1666 * testsuite/gas/aarch64/diagnostic.l: Remove diagnostic
1667 prohibiting register 'lr' which is now an alias.
1668 * testsuite/gas/aarch64/diagnostic.s: Remove instruction
1669 utilizing register 'lr' which is now an alias.
1670
5c8ed6a4
JW
16712017-06-06 Jiong Wang <jiong.wang@arm.com>
1672
1673 * config/tc-arm.c (reject_bad_reg): Allow REG_SP on ARMv8-A.
1674 (parse_operands): Allow REG_SP for OP_oRRnpcsp and OP_RRnpcsp on
1675 ARMv8-A.
1676 (do_co_reg): Allow REG_SP for Rd on ARMv8-A.
1677 (do_t_add_sub): Likewise.
1678 (do_t_mov_cmp): Likewise.
1679 (do_t_tb): Likewise.
1680 * testsuite/gas/arm/ld-sp-warn.l: Delete the warning on REG_SP as Rt for
1681 ldrsb.
1682 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d: New test.
1683 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: New test.
1684 * testsuite/gas/arm/sp-pc-validations-bad-t.d: Specifies -march=armv7-a.
1685 * testsuite/gas/arm/sp-pc-validations-bad-t.s: Remove ".arch armv7-a".
1686 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d: New test.
1687 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.l: New test.
1688 * testsuite/gas/arm/sp-usage-thumb2-relax-on-v8.d: New test.
1689 * testsuite/gas/arm/sp-usage-thumb2-relax.s: New test.
1690 * testsuite/gas/arm/strex-bad-t.d: Specifies -march=armv7-a.
1691
61756f84
JW
16922017-06-05 Jim Wilson <jim.wilson@linaro.org>
1693
1694 * config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
1695 * doc/c-arm.texi (-mcpu): Likewise.
1696
940171d0
AK
16972017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
1698
1699 * config/tc-arc.c (cpu_types): Include arc-cpu.def
1700
6e92fed5
L
17012017-05-23 H.J. Lu <hongjiu.lu@intel.com>
1702
1703 * gas/testsuite/gas/i386/notrackbad.l: Updated for non-ELF
1704 targets.
1705 * gas/testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
1706
6e3f3473 17072017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
1708
1709 * config/tc-arc.c (md_apply_fix): Use as_bad_where.
1710 (assemble_insn): Use as_bad.
1711
04ef582a
L
17122017-05-22 H.J. Lu <hongjiu.lu@intel.com>
1713
1714 * config/tc-i386.c (REX_PREFIX): Changed to 7.
1715 (NOTRACK_PREFIX): New.
1716 (MAX_PREFIXES): Changed to 8.
1717 (_i386_insn): Add notrack_prefix.
1718 (PREFIX_GROUP): Add PREFIX_DS.
1719 (add_prefix): Return PREFIX_DS for DS_PREFIX_OPCODE.
1720 (md_assemble): Check if NOTRACK prefix is supported.
1721 (parse_insn): Set notrack_prefix and issue an error for
1722 other prefixes after NOTRACK prefix.
1723 * testsuite/gas/i386/i386.exp: Run tests for NOTRACK prefix.
1724 * testsuite/gas/i386/notrack-intel.d: New file.
1725 * testsuite/gas/i386/notrack.d: Likewise.
1726 * testsuite/gas/i386/notrack.s: Likewise.
1727 * testsuite/gas/i386/notrackbad.l: Likewise.
1728 * testsuite/gas/i386/notrackbad.s: Likewise.
1729 * testsuite/gas/i386/x86-64-notrack-intel.d: Likewise.
1730 * testsuite/gas/i386/x86-64-notrack.d: Likewise.
1731 * testsuite/gas/i386/x86-64-notrack.s: Likewise.
1732 * testsuite/gas/i386/x86-64-notrackbad.l: Likewise.
1733 * testsuite/gas/i386/x86-64-notrackbad.s: Likewise.
1734
3c0367d0
JW
17352017-05-22 Jiong Wang <jiong.wang@arm.com>
1736
1737 * configure.tgt: Set "arch" to "aarch64" if ${cpu} equals "aarch64".
1738 Recognize the new triplet name aarch64*-linux-gnu_ilp32.
1739 * configure.ac: Output DEFAULT_ARCH macro for AArch64.
1740 * configure: Regenerate.
1741 * config/tc-aarch64.h (aarch64_after_parse_args): New declaration.
1742 (md_after_parse_args): New define.
1743 * config/tc-aarch64.c (aarch64_abi_type): New enumeration
1744 AARCH64_ABI_NONE.
1745 (DEFAULT_ARCH): New define.
1746 (aarch64_abi): Set default value to AARCH64_ABI_NONE.
1747 (aarch64_after_parse_args): New function.
1748
64517994
JM
17492017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
1750
1751 * config/tc-sparc.c (sparc_arch_table): Entries for `sparc6',
1752 `v9m8' and `v8plusm8'.
1753 (sparc_md_end): Handle SPARC_OPCODE_ARCH_M8.
1754 (get_hwcap_name): Support the M8 hardware capabilities.
1755 (sparc_ip): Handle new operand types.
1756 * doc/c-sparc.texi (Sparc-Opts): Document -Av9m8, -Av8plusm8 and
1757 -Asparc6, and the corresponding -xarch aliases.
1758 * testsuite/gas/sparc/sparc6.s: New file.
1759 * testsuite/gas/sparc/sparc6.d: Likewise.
1760 * testsuite/gas/sparc/sparc6-diag.s: Likewise.
1761 * testsuite/gas/sparc/sparc6-diag.l: Likewise.
1762 * testsuite/gas/sparc/fpcmpshl.s: Likewise.
1763 * testsuite/gas/sparc/fpcmpshl.d: Likewise.
1764 * testsuite/gas/sparc/fpcmpshl-diag.s: Likewise.
1765 * testsuite/gas/sparc/fpcmpshl-diag.l: Likewise.
1766 * testsuite/gas/sparc/ldm-stm.s: Likewise.
1767 * testsuite/gas/sparc/ldm-stm.d: Likewise.
1768 * testsuite/gas/sparc/ldm-stm-diag.s: Likewise.
1769 * testsuite/gas/sparc/ldm-stm-diag.l: Likewise.
1770 * testsuite/gas/sparc/ldmf-stmf.s: Likewise.
1771 * testsuite/gas/sparc/ldmf-stmf.d: Likewise.
1772 * testsuite/gas/sparc/ldmf-stmf-diag.s: Likewise.
1773 * testsuite/gas/sparc/ldmf-stmf-diag.l: Likewise.
1774 * testsuite/gas/sparc/on.s: Likewise.
1775 * testsuite/gas/sparc/on.d: Likewise.
1776 * testsuite/gas/sparc/on-diag.s: Likewise.
1777 * testsuite/gas/sparc/on-diag.l: Likewise.
1778 * testsuite/gas/sparc/rle.s: Likewise.
1779 * testsuite/gas/sparc/rle.d: Likewise.
1780 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run new tests.
1781 * testsuite/gas/sparc/rdasr.s: Add test for RDENTROPY.
1782 * testsuite/gas/sparc/rdasr.d: Likewise.
1783
ae0264a6
JM
17842017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
1785
1786 * testsuite/gas/sparc/call-relax.d: Support 32-bit targets.
1787 * testsuite/gas/sparc/sparc.exp (gas_64_check): Use -64 to
1788 run asi-bump-warn.
1789
f4203b2b
JL
17902017-05-19 Georg-Johann Lay <avr@gjlay.de>
1791
1792 PR ld/21472
1793 * config/tc-avr.c (mcu_types): Add entries for: attiny416,
1794 attiny417, attiny816, attiny817.
1795
535b785f
AM
17962017-05-18 Alan Modra <amodra@gmail.com>
1797
1798 * config/tc-aarch64.c: Don't compare booleans against TRUE or FALSE.
1799 * config/tc-hppa.c: Likewise.
1800 * config/tc-mips.c: Likewise.
1801 * config/tc-score7.c: Likewise.
1802
91cb9803
AM
18032017-05-16 Alan Modra <amodra@gmail.com>
1804
1805 * write.c (GENERIC_FORCE_RELOCATION_LOCAL): Define.
1806 (TC_FORCE_RELOCATION_LOCAL): Use it.
1807 (GENERIC_FORCE_RELOCATION_SUB_SAME): Define.
1808 (TC_FORCE_RELOCATION_SUB_SAME): Use it.
1809 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL,
1810 TC_FORCE_RELOCATION_SUB_SAME): Use GENERIC defines.
1811 * config/tc-aarch64.h: Similarly.
1812 * config/tc-avr.h: Similarly.
1813 * config/tc-cris.h: Similarly.
1814 * config/tc-i386.h: Similarly.
1815 * config/tc-i960.h: Similarly.
1816 * config/tc-ia64.h: Similarly.
1817 * config/tc-microblaze.h: Similarly.
1818 * config/tc-mips.h: Similarly.
1819 * config/tc-msp430.h: Similarly.
1820 * config/tc-nds32.h: Similarly.
1821 * config/tc-pru.h: Similarly.
1822 * config/tc-riscv.h: Similarly.
1823 * config/tc-rl78.h: Similarly.
1824 * config/tc-s390.h: Similarly.
1825 * config/tc-sh.h: Similarly.
1826 * config/tc-sh64.h: Similarly.
1827 * config/tc-sparc.h: Similarly.
1828 * config/tc-xtensa.h: Similarly.
1829 * config/tc-mn10300.h: Similarly.
1830 (GENERIC_FORCE_RELOCATION_LOCAL): Define.
1831 * config/tc-msp430.c (msp430_force_relocation_local): Modify to
1832 be addition to rather than replacement of standard
1833 TC_FORCE_RELOCATION_LOCAL.
1834
52a86f84
NC
18352017-05-15 Nick Clifton <nickc@redhat.com>
1836
1837 PR gas/21458
1838 * config/tc-arm.c (do_adr): If the ADR involves a thumb function
1839 symbol, ensure that the T bit will be set.
1840 (do_adrl): Likewise.
1841 (do_t_adr): Likewise.
1842 * testsuite/gas/arm/pr21458.s: New test.
1843 * testsuite/gas/arm/pr21458.d: New test driver.
1844
b32465c9
MR
18452017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1846
1847 * testsuite/gas/mips/mips16-pcrel-1.d: Remove `-mips3' from `as'
1848 flags.
1849 * testsuite/gas/mips/mips16-pcrel-pic-1.d: Likewise.
1850 * testsuite/gas/mips/mips16-pcrel-n32-0.d: Likewise.
1851 * testsuite/gas/mips/mips16-pcrel-n32-1.d: Likewise.
1852 * testsuite/gas/mips/mips16-pcrel-n64-0.d: Likewise.
1853 * testsuite/gas/mips/mips16-pcrel-n64-1.d: Likewise.
1854 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: Likewise.
1855 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: Likewise.
1856 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: Likewise.
1857 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: Likewise.
1858 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Likewise.
1859 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Likewise.
1860 * testsuite/gas/mips/mips16-pcrel-addend-4.d: Likewise.
1861 * testsuite/gas/mips/mips16-pcrel-addend-5.d: Likewise.
1862 * testsuite/gas/mips/mips16-pcrel-addend-6.d: Likewise.
1863 * testsuite/gas/mips/mips16-pcrel-addend-7.d: Likewise.
1864 * testsuite/gas/mips/mips16-pcrel-addend-9.d: Likewise.
1865 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: Likewise.
1866 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: Likewise.
1867 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: Likewise.
1868 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d:
1869 Likewise.
1870 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d:
1871 Likewise.
1872 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: Likewise.
1873 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: Likewise.
1874 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: Likewise.
1875 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: Likewise.
1876 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: Likewise.
1877 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: Likewise.
1878 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: Likewise.
1879 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: Likewise.
1880 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: Likewise.
1881 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: Likewise.
1882 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: Likewise.
1883 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d:
1884 Likewise.
1885 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d:
1886 Likewise.
1887 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d:
1888 Likewise.
1889 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d:
1890 Likewise.
1891 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d:
1892 Likewise.
1893 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d:
1894 Likewise.
1895 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
1896 Likewise.
1897 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
1898 Likewise.
1899 * testsuite/gas/mips/mips16e2@mips16-pcrel-0.d: New test.
1900 * testsuite/gas/mips/mips16e2@mips16-pcrel-1.d: New test.
1901 * testsuite/gas/mips/mips16e2@mips16-pcrel-2.d: New test.
1902 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-0.d: New test.
1903 * testsuite/gas/mips/mips16e2@mips16-pcrel-n32-1.d: New test.
1904 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d: New
1905 test.
1906 * testsuite/gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d: New
1907 test.
1908 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-0.d: New test.
1909 * testsuite/gas/mips/mips16e2@mips16-pcrel-delay-1.d: New test.
1910 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-2.d: New test.
1911 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-3.d: New test.
1912 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-6.d: New test.
1913 * testsuite/gas/mips/mips16e2@mips16-pcrel-reloc-7.d: New test.
1914 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-2.d: New test.
1915 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-3.d: New test.
1916 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-6.d: New test.
1917 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-7.d: New test.
1918 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-8.d: New test.
1919 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-9.d: New test.
1920 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-8.d: New
1921 test.
1922 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n32-9.d: New
1923 test.
1924 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-8.d:
1925 New test.
1926 * testsuite/gas/mips/mips16e2@mips16-pcrel-addend-n64-sym32-9.d:
1927 New test.
1928 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute.d: New test.
1929 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-1.d: New
1930 test.
1931 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-2.d: New
1932 test.
1933 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-3.d: New
1934 test.
1935 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-4.d: New
1936 test.
1937 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-5.d: New
1938 test.
1939 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-6.d: New
1940 test.
1941 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-7.d: New
1942 test.
1943 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-4.d: New
1944 test.
1945 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-6.d: New
1946 test.
1947 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-4.d: New
1948 test.
1949 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n32-6.d: New
1950 test.
1951 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-4.d:
1952 New test.
1953 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-n64-sym32-6.d:
1954 New test.
1955 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-4.d:
1956 New test.
1957 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n32-6.d:
1958 New test.
1959 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-4.d:
1960 New test.
1961 * testsuite/gas/mips/mips16e2@mips16-pcrel-absolute-pic-n64-sym32-6.d:
1962 New test.
1963 * testsuite/gas/mips/mips16-pcrel-1.l: Adjust line numbers.
1964 * testsuite/gas/mips/mips16-pcrel-1.s: Adjust for alignment
1965 preservation between MIPS16 and MIPS16e2 code.
1966 * testsuite/gas/mips/mips.exp: Run MIPS16 relaxation tests over
1967 all MIPS16 architectures.
1968
3f3467ff
MR
19692017-05-15 Maciej W. Rozycki <macro@imgtec.com>
1970
1971 * testsuite/gas/mips/mips16e2.d: New test.
1972 * testsuite/gas/mips/mips16e2-mt.d: New test.
1973 * testsuite/gas/mips/mips16e2-sub.d: New test.
1974 * testsuite/gas/mips/mips16e2@mips16e2-sub.d: New test.
1975 * testsuite/gas/mips/mips16e2-mt-sub.d: New test.
1976 * testsuite/gas/mips/mips16e2@mips16e2-mt-sub.d: New test.
1977 * testsuite/gas/mips/mips16e2-hilo.d: New test.
1978 * testsuite/gas/mips/mips16e2-hilo-n32.d: New test.
1979 * testsuite/gas/mips/mips16e2-reloc-error.d: New test.
1980 * testsuite/gas/mips/mips16e2-imm-error.d: New test.
1981 * testsuite/gas/mips/elf_ase_mips16e2.d: New test.
1982 * testsuite/gas/mips/elf_ase_mips16e2-2.d: New test.
1983 * testsuite/gas/mips/elf-rel9-mips16e2.d: New test.
1984 * testsuite/gas/mips/mips16e2-lui.d: New test.
1985 * testsuite/gas/mips/mips16e2@mips32r2-sync.d: New test.
1986 * testsuite/gas/mips/mips16e2@mips32r2-sync-1.d: New test.
1987 * testsuite/gas/mips/mips16e2@lui-2.d: New test.
1988 * testsuite/gas/mips/mips16e2-reloc-error.l: New stderr output.
1989 * testsuite/gas/mips/mips16e2-imm-error.l: New stderr output.
1990 * testsuite/gas/mips/mips16e2@lui-2.l: New stderr output.
1991 * testsuite/gas/mips/mips16e2.s: New test source.
1992 * testsuite/gas/mips/mips16e2-mt.s: New test source.
1993 * testsuite/gas/mips/mips16e2-sub.s: New test source.
1994 * testsuite/gas/mips/mips16e2-mt-sub.s: New test source.
1995 * testsuite/gas/mips/mips16e2-hilo.s: New test source.
1996 * testsuite/gas/mips/mips16e2-reloc-error.s: New test source.
1997 * testsuite/gas/mips/mips16e2-imm-error.s: New test source.
1998 * testsuite/gas/mips/elf-rel9-mips16e2.s: New test source.
1999 * testsuite/gas/mips/mips16e2-lui.s: New test source.
2000 * testsuite/gas/mips/mips.exp: Expand `mips32r2-sync',
2001 `mips32r2-sync-1', `lui-1' and `lui-2' tests across MIPS16e2
2002 architectures. Run the new tests.
2003
70ab592f
MR
20042017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2005
2006 * testsuite/gas/mips/mips.exp (run_dump_test_arch): Add
2007 `mips16e2@' prefix.
2008 (run_list_test_arch): Likewise.
2009 (mips16e2-32, mips16e2-64): New architectures.
2010 * testsuite/gas/mips/mips16e2-32@mips16-macro.d: New test.
2011 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.d: New test.
2012 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.d: New test.
2013 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.d: New test.
2014 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.d: New test.
2015 * testsuite/gas/mips/mips16e2-32@mips16e-64.d: New test.
2016 * testsuite/gas/mips/mips16e2-32@mips16-sub.d: New test.
2017 * testsuite/gas/mips/mips16e2-32@mips16e-64-sub.d: New test.
2018 * testsuite/gas/mips/mips16e2@relax-swap3.d: New test.
2019 * testsuite/gas/mips/mips16-32@mips16-asmacro.d: Remove `source'
2020 tag. Add `-I$srcdir/$subdir' to `as' flags.
2021 * testsuite/gas/mips/mips16-64@mips16-asmacro.d: Likewise.
2022 * testsuite/gas/mips/mips16e2-32@mips16-macro.l: New stderr
2023 output.
2024 * testsuite/gas/mips/mips16e2-32@mips16-macro-t.l: New stderr
2025 output.
2026 * testsuite/gas/mips/mips16e2-32@mips16-macro-e.l: New stderr
2027 output.
2028 * testsuite/gas/mips/mips16e2-32@mips16-insn-t.l: New stderr
2029 output.
2030 * testsuite/gas/mips/mips16e2-32@mips16-insn-e.l: New stderr
2031 output.
2032 * testsuite/gas/mips/mips16-sub.s: Add `.set nomips16e2'.
2033 * testsuite/gas/mips/mips16e-sub.s: Likewise.
2034 * testsuite/gas/mips/mips16e-64-sub.s: Likewise.
2035 * testsuite/gas/mips/mips16-asmacro.s: Remove `.set mips32'.
2036 * testsuite/gas/mips/mips16-32@mips16-asmacro.s: New test
2037 source.
2038 * testsuite/gas/mips/mips16-64@mips16-asmacro.s: New test
2039 source.
2040
25499ac7
MR
20412017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2042 Matthew Fortune <matthew.fortune@imgtec.com>
2043 Andrew Bennett <andrew.bennett@imgtec.com>
2044
2045 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `e2' flag.
2046 (RELAX_MIPS16_E2): New macro.
2047 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO)
2048 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
2049 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
2050 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
2051 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
2052 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
2053 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED, RELAX_MIPS16_MACRO)
2054 (RELAX_MIPS16_MARK_MACRO, RELAX_MIPS16_CLEAR_MACRO): Shift bits.
2055 (mips16_immed_extend): New prototype.
2056 (options): Add OPTION_MIPS16E2 and OPTION_NO_MIPS16E2 enum
2057 values.
2058 (md_longopts): Add "mmips16e2" and "mno-mips16e2" options.
2059 (mips_ases): Add "mips16e2" entry.
2060 (mips_set_ase): Handle MIPS16e2 ASE.
2061 (insn_insert_operand): Explicitly handle immediates with MIPS16
2062 instructions that require 32-bit encoding.
2063 (is_opcode_valid_16): Pass enabled ASE bitmask on to
2064 `opcode_is_member'.
2065 (validate_mips_insn): Explicitly handle immediates with MIPS16
2066 instructions that require 32-bit encoding.
2067 (operand_reg_mask) <OP_REG28>: Add handler.
2068 (match_reg28_operand): New function.
2069 (match_operand) <OP_REG28>: Add handler.
2070 (append_insn): Pass ASE_MIPS16E2 setting to RELAX_MIPS16_ENCODE.
2071 (match_mips16_insn): Handle MIPS16 instructions that require
2072 32-bit encoding and `V' and `u' operand codes.
2073 (mips16_ip): Allow any characters except from `.' in opcodes.
2074 (mips16_immed_extend): Handle 9-bit immediates. Do not shuffle
2075 immediates whose width is not one of these listed.
2076 (md_estimate_size_before_relax): Handle MIPS16e2 relaxation.
2077 (mips_relax_frag): Likewise.
2078 (md_convert_frag): Likewise.
2079 (mips_convert_ase_flags): Handle MIPS16e2 ASE.
2080
2081 * doc/as.texinfo (Target MIPS options): Add `-mmips16e2' and
2082 `-mno-mips16e2' options.
2083 (-mmips16e2, -mno-mips16e2): New options.
2084 * doc/c-mips.texi (MIPS Options): Add `-mmips16e2' and
2085 `-mno-mips16e2' options.
2086 (MIPS ASE Instruction Generation Overrides): Add `.set mips16e2'
2087 and `.set nomips16e2'.
2088
20c59b84
MR
20892017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2090
2091 * config/tc-mips.c (match_int_operand): Call
2092 `match_out_of_range' before returning failure for 0x8000-0xffff
2093 values conditionally allowed.
2094
602b88e3
MR
20952017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2096
2097 * config/tc-mips.c (match_int_operand): Call
2098 `match_not_constant' before returning failure for a non-constant
2099 16-bit immediate conditionally allowed.
2100
c96425c5
MR
21012017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2102
2103 * config/tc-mips.c (match_const_int): Call `match_out_of_range'
2104 rather than `match_not_constant' for unrelocated operands
2105 retrieved as an `O_big' expression.
2106 (match_int_operand): Call `match_out_of_range' for relocatable
2107 operands retrieved as an `O_big' expression.
2108 (match_mips16_insn): Call `match_out_of_range' for relaxable
2109 operands retrieved as an `O_big' expression.
2110 * testsuite/gas/mips/addiu-error.d: New test.
2111 * testsuite/gas/mips/mips16@addiu-error.d: New test.
2112 * testsuite/gas/mips/micromips@addiu-error.d: New test.
2113 * testsuite/gas/mips/break-error.d: New test.
2114 * testsuite/gas/mips/lui-1.l: Adjust error message.
2115 * testsuite/gas/mips/addiu-error.l: New stderr output.
2116 * testsuite/gas/mips/mips16@addiu-error.l: New stderr output.
2117 * testsuite/gas/mips/micromips@addiu-error.l: New stderr output.
2118 * testsuite/gas/mips/break-error.l: New stderr output.
2119 * testsuite/gas/mips/addiu-error.s: New test source.
2120 * testsuite/gas/mips/break-error.s: New test source.
2121 * testsuite/gas/mips/mips.exp: Run the new tests.
2122
1a7bf198
MR
21232017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2124
2125 * config/tc-mips.c (match_mips16_insn): Remove the explicit
2126 OT_INTEGER check before the `match_expression' call.
2127 * testsuite/gas/mips/mips16-insn-e.l: Adjust messages.
2128 * testsuite/gas/mips/mips16-32@mips16-insn-e.l: Likewise.
2129 * testsuite/gas/mips/mips16-64@mips16-insn-e.l: Likewise.
2130 * testsuite/gas/mips/mips16e-32@mips16-insn-e.l: Likewise.
2131 * testsuite/gas/mips/mips16-reg-error.d: New test.
2132 * testsuite/gas/mips/mips16-reg-error.l: New stderr output.
2133 * testsuite/gas/mips/mips16-reg-error.s: New test source.
2134 * testsuite/gas/mips/mips.exp: Run the new test.
2135
e295202f
MR
21362017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2137
2138 * config/tc-mips.c (match_mips16_insn): Call
2139 `match_not_constant' for a disallowed relocation operation.
2140 * testsuite/gas/mips/mips16-reloc-error.d: New test.
2141 * testsuite/gas/mips/mips16-reloc-error.l: New stderr output.
2142 * testsuite/gas/mips/mips16-reloc-error.s: New test source.
2143 * testsuite/gas/mips/mips.exp: Run the new test.
2144
c76081bc
MR
21452017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2146
2147 * testsuite/gas/mips/lui-1.d: New test.
2148 * testsuite/gas/mips/lui-2.d: New test.
2149 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
2150 into the new tests.
2151
a54d5f8b
MR
21522017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2153
2154 * config/tc-mips.c (match_const_int): Update description.
2155
32035f51
MR
21562017-05-15 Maciej W. Rozycki <macro@imgtec.com>
2157
2158 * doc/as.texinfo (-mips16, -no-mips16): Refer to `.module
2159 mips16' rather than `.set mips16'.
2160 (-mmicromips, -mno-micromips): Refer to `.module micromips' and
2161 `.module nomicromips' rather than `.set micromips' and `.set
2162 nomicromips'.
2163 (-msmartmips, -mno-smartmips): Refer to `.module smartmips'
2164 rather than `.set smartmips'.
2165 * doc/c-mips.texi (MIPS Options): Refer to `.module mips16',
2166 `.module micromips', `.module nomicromips' and `.module
2167 smartmips' rather than `.set mips16', `.set micromips', `.set
2168 nomicromips' and `.set smartmips' respectively.
2169
be3f1006
MR
21702017-05-12 Maciej W. Rozycki <macro@imgtec.com>
2171 Matthew Fortune <matthew.fortune@imgtec.com>
2172
2173 * config/tc-mips.c (mips_percent_op): Add "%gprel".
2174 (mips16_percent_op): Add "%gp_rel".
2175 * testsuite/gas/mips/elf-rel8.s:: Add `%gprel' forms.
2176 * testsuite/gas/mips/elf-rel8-mips16.s: Add `%gp_rel' forms.
2177 * testsuite/gas/mips/elf-rel8.d: Adjust accordingly.
2178 * testsuite/gas/mips/elf-rel8-mips16.d: Likewise.
2179
a4f89915
MR
21802017-05-12 Maciej W. Rozycki <macro@imgtec.com>
2181
2182 * testsuite/gas/mips/mips16.d: Adjust BREAK disassembly.
2183 * testsuite/gas/mips/mips16-64@mips16.d: Likewise.
2184 * testsuite/gas/mips/mips16-64.d: Likewise.
2185 * testsuite/gas/mips/mips16-64@mips16-64.d: Likewise.
2186 * testsuite/gas/mips/mips16-macro.d: Likewise.
2187 * testsuite/gas/mips/mips16-64@mips16-macro.d: Likewise.
2188 * testsuite/gas/mips/mips16-sub.d: Likewise.
2189 * testsuite/gas/mips/mips16-32@mips16-sub.d: Likewise.
2190
99e2d67a
MR
21912017-05-11 Maciej W. Rozycki <macro@imgtec.com>
2192
2193 * testsuite/gas/mips/mips32r2-sync-1.d: New test.
2194 * testsuite/gas/mips/micromips@mips32r2-sync-1.d: New test.
2195 * testsuite/gas/mips/mips.exp: Run the new tests.
2196
7f401e84
MR
21972017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2198
2199 * testsuite/gas/mips/isa-override-2.d: New test.
2200 * testsuite/gas/mips/mips1@isa-override-2.d: New test.
2201 * testsuite/gas/mips/r3000@isa-override-2.d: New test.
2202 * testsuite/gas/mips/r3900@isa-override-2.d: New test.
2203 * testsuite/gas/mips/mips2@isa-override-2.d: New test.
2204 * testsuite/gas/mips/mips32@isa-override-2.d: New test.
2205 * testsuite/gas/mips/mips32r2@isa-override-2.d: New test.
2206 * testsuite/gas/mips/mips32r3@isa-override-2.d: New test.
2207 * testsuite/gas/mips/mips32r5@isa-override-2.d: New test.
2208 * testsuite/gas/mips/mips32r6@isa-override-2.d: New test.
2209 * testsuite/gas/mips/octeon3@isa-override-2.d: New test.
2210 * testsuite/gas/mips/r3000@isa-override-2.l: Remove list test.
2211 * testsuite/gas/mips/mips1@isa-override-2.s: Remove test source.
2212 * testsuite/gas/mips/r3000@isa-override-2.s: Remove test source.
2213 * testsuite/gas/mips/r3900@isa-override-2.s: Remove test source.
2214 * testsuite/gas/mips/mips2@isa-override-2.s: Remove test source.
2215 * testsuite/gas/mips/mips32@isa-override-2.s: Remove test
2216 source.
2217 * testsuite/gas/mips/mips32r2@isa-override-2.s: Remove test
2218 source.
2219 * testsuite/gas/mips/mips32r3@isa-override-2.s: Remove test
2220 source.
2221 * testsuite/gas/mips/mips32r5@isa-override-2.s: Remove test
2222 source.
2223 * testsuite/gas/mips/mips32r6@isa-override-2.s: Remove test
2224 source.
2225 * testsuite/gas/mips/octeon3@isa-override-2.s: Remove test
2226 source.
2227 * gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
2228 into the new tests.
2229
9fc18134
MR
22302017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2231
2232 * testsuite/gas/mips/mips16e-sub.d: Correct test name.
2233 * testsuite/gas/mips/mips16-32@mips16e-sub.d: Likewise.
2234 * testsuite/gas/mips/mips16-64@mips16e-sub.d: Likewise.
2235 * testsuite/gas/mips/mips16e-64-sub.d: Likewise.
2236 * testsuite/gas/mips/mips16-32@mips16e-64-sub.d: Likewise.
2237 * testsuite/gas/mips/mips16-64@mips16e-64-sub.d: Likewise.
2238 * testsuite/gas/mips/mips16e-32@mips16e-64-sub.d: Likewise.
2239
f78c0b91
MR
22402017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2241
2242 * testsuite/gas/mips/mips16-macro.l: Remove list test.
2243
58667758
MR
22442017-05-10 Maciej W. Rozycki <macro@imgtec.com>
2245
2246 * testsuite/gas/mips/r3900@ecoff@ld.d: Remove test.
2247 * testsuite/gas/mips/mips2@ecoff@ld.d: Remove test.
2248 * testsuite/gas/mips/mips32@ecoff@ld.d: Remove test.
2249 * testsuite/gas/mips/mips32r2@ecoff@ld.d: Remove test.
2250 * testsuite/gas/mips/r3900@ecoff@ld-forward.d: Remove test.
2251 * testsuite/gas/mips/mips2@ecoff@ld-forward.d: Remove test.
2252 * testsuite/gas/mips/mips32@ecoff@ld-forward.d: Remove test.
2253 * testsuite/gas/mips/mips32r2@ecoff@ld-forward.d: Remove test.
2254 * testsuite/gas/mips/mips1@ecoff@sd.d: Remove test.
2255 * testsuite/gas/mips/r3000@ecoff@sd.d: Remove test.
2256 * testsuite/gas/mips/r3900@ecoff@sd.d: Remove test.
2257 * testsuite/gas/mips/mips2@ecoff@sd.d: Remove test.
2258 * testsuite/gas/mips/mips32@ecoff@sd.d: Remove test.
2259 * testsuite/gas/mips/mips32r2@ecoff@sd.d: Remove test.
2260 * testsuite/gas/mips/mips1@ecoff@sd-forward.d: Remove test.
2261 * testsuite/gas/mips/r3000@ecoff@sd-forward.d: Remove test.
2262 * testsuite/gas/mips/r3900@ecoff@sd-forward.d: Remove test.
2263 * testsuite/gas/mips/mips2@ecoff@sd-forward.d: Remove test.
2264 * testsuite/gas/mips/mips32@ecoff@sd-forward.d: Remove test.
2265 * testsuite/gas/mips/mips32r2@ecoff@sd-forward.d: Remove test.
2266
53a346d8
CZ
22672017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
2268
2269 * testsuite/gas/arc/attr-arc600.d: New file.
2270 * testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
2271 * testsuite/gas/arc/attr-arc600_norm.d: Likewise.
2272 * testsuite/gas/arc/attr-arc601.d: Likewise.
2273 * testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
2274 * testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
2275 * testsuite/gas/arc/attr-arc601_norm.d: Likewise.
2276 * testsuite/gas/arc/attr-arc700.d: Likewise.
2277 * testsuite/gas/arc/attr-arcem.d: Likewise.
2278 * testsuite/gas/arc/attr-archs.d: Likewise.
2279 * testsuite/gas/arc/attr-autodetect-1.d: Likewise.
2280 * testsuite/gas/arc/attr-autodetect-1.s: Likewise.
2281 * testsuite/gas/arc/attr-cpu-a601.d: Likewise.
2282 * testsuite/gas/arc/attr-cpu-a601.s: Likewise.
2283 * testsuite/gas/arc/attr-cpu-a700.d: Likewise.
2284 * testsuite/gas/arc/attr-cpu-a700.s: Likewise.
2285 * testsuite/gas/arc/attr-cpu-em.d: Likewise.
2286 * testsuite/gas/arc/attr-cpu-em.s: Likewise.
2287 * testsuite/gas/arc/attr-cpu-hs.d: Likewise.
2288 * testsuite/gas/arc/attr-cpu-hs.s: Likewise.
2289 * testsuite/gas/arc/attr-em.d: Likewise.
2290 * testsuite/gas/arc/attr-em4.d: Likewise.
2291 * testsuite/gas/arc/attr-em4_dmips.d: Likewise.
2292 * testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
2293 * testsuite/gas/arc/attr-em4_fpus.d: Likewise.
2294 * testsuite/gas/arc/attr-hs.d: Likewise.
2295 * testsuite/gas/arc/attr-hs34.d: Likewise.
2296 * testsuite/gas/arc/attr-hs38.d: Likewise.
2297 * testsuite/gas/arc/attr-hs38_linux.d: Likewise.
2298 * testsuite/gas/arc/attr-mul64.d: Likewise.
2299 * testsuite/gas/arc/attr-name.d: Likewise.
2300 * testsuite/gas/arc/attr-name.s: Likewise.
2301 * testsuite/gas/arc/attr-nps400.d: Likewise.
2302 * testsuite/gas/arc/attr-override-mcpu.d: Likewise.
2303 * testsuite/gas/arc/attr-override-mcpu.s
2304 * testsuite/gas/arc/attr-quarkse_em.d: Likewise.
2305 * testsuite/gas/arc/blank.s: Likewise.
2306 * testsuite/gas/elf/section2.e-arc: Likewise.
2307 * testsuite/gas/arc/cpu-pseudop-1.d: Update test.
2308 * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
2309 * testsuite/gas/arc/nps400-0.d: Likewise.
2310 * testsuite/gas/elf/elf.exp: Set target_machine for ARC.
2311 * config/tc-arc.c (opcode/arc-attrs.h): Include.
2312 (ARC_GET_FLAG, ARC_SET_FLAG, streq): Define.
2313 (arc_attribute): Declare new function.
2314 (md_pseudo_table): Add arc_attribute.
2315 (cpu_types): Rename default cpu features.
2316 (selected_cpu): Set the default OSABI flag.
2317 (mpy_option): New variable.
2318 (pic_option): Likewise.
2319 (sda_option): Likewise.
2320 (tls_option): Likewise.
2321 (feature_type, feature_list): Remove.
2322 (arc_initial_eflag): Likewise.
2323 (attributes_set_explicitly): New variable.
2324 (arc_check_feature): Check also for the conflicting features.
2325 (arc_select_cpu): Refactor assignment of selected_cpu.eflags.
2326 (arc_option): Remove setting of private flags and architecture.
2327 (check_cpu_feature): Refactor feature names.
2328 (autodetect_attributes): New function.
2329 (assemble_tokens): Use above function.
2330 (md_parse_option): Refactor feature names.
2331 (arc_attribute): New function.
2332 (arc_set_attribute_int): Likewise.
2333 (arc_set_attribute_string): Likewise.
2334 (arc_stralloc): Likewise.
2335 (arc_set_public_attributes): Likewise.
2336 (arc_md_end): Likewise.
2337 (arc_copy_symbol_attributes): Likewise.
2338 (rc_convert_symbolic_attribute): Likewise.
2339 * config/tc-arc.h (md_end): Define.
2340 (CONVERT_SYMBOLIC_ATTRIBUTE): Likewise.
2341 (TC_COPY_SYMBOL_ATTRIBUTES): Likewise.
2342 * doc/c-arc.texi: Document ARC object attributes.
2343
8507b6e7
MR
23442017-05-03 Maciej W. Rozycki <macro@imgtec.com>
2345
2346 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `pic', `sym32' and
2347 `nomacro' flags.
2348 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO):
2349 New macros.
2350 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
2351 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
2352 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
2353 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
2354 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
2355 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): Shift bits.
2356 (RELAX_MIPS16_MACRO, RELAX_MIPS16_MARK_MACRO)
2357 (RELAX_MIPS16_CLEAR_MACRO): New macros.
2358 (append_insn): Pass `mips_pic', HAVE_32BIT_SYMBOLS and
2359 `mips_opts.warn_about_macros' settings to RELAX_MIPS16_ENCODE.
2360 (mips16_macro_frag): New function.
2361 (md_estimate_size_before_relax): Handle HI16/LO16 relaxation.
2362 (mips_relax_frag): Likewise.
2363 (md_convert_frag): Likewise.
2364
2365 * testsuite/gas/mips/mips16@relax-swap3.d: Remove error output,
2366 add dump patterns.
2367 * testsuite/gas/mips/mips16e@relax-swap3.d: New test
2368 subarchitecture.
2369 * testsuite/gas/mips/micromips@relax-swap3.d: Remove trailing
2370 NOP padding.
2371 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: Remove error
2372 output, add dump patterns.
2373 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: Remove error
2374 output, add dump patterns.
2375 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Remove error
2376 output, add dump patterns.
2377 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Remove error
2378 output, add dump patterns.
2379 * testsuite/gas/mips/mips16-pcrel-addend-2.d: Remove error
2380 output, add dump patterns.
2381 * testsuite/gas/mips/mips16-pcrel-addend-3.d: Remove error
2382 output, add dump patterns.
2383 * testsuite/gas/mips/mips16-pcrel-absolute.d: Remove error
2384 output, add dump patterns.
2385 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: Remove error
2386 output, add dump patterns.
2387 * testsuite/gas/mips/mips16@relax-swap3.l: Remove file.
2388 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: Remove file.
2389 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: Remove file.
2390 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: Remove file.
2391 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: Remove file.
2392 * testsuite/gas/mips/mips16-pcrel-addend-2.l: Remove file.
2393 * testsuite/gas/mips/mips16-pcrel-addend-3.l: Remove file.
2394 * testsuite/gas/mips/mips16-pcrel-absolute.l: Remove file.
2395 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: Remove file.
2396 * testsuite/gas/mips/relax-swap3.s: Adjust trailing padding.
2397
2398 * testsuite/gas/mips/mips16-pcrel-0.d: New test.
2399 * testsuite/gas/mips/mips16-pcrel-1.d: New test.
2400 * testsuite/gas/mips/mips16-pcrel-2.d: New test.
2401 * testsuite/gas/mips/mips16-pcrel-3.d: New test.
2402 * testsuite/gas/mips/mips16-pcrel-4.d: New test.
2403 * testsuite/gas/mips/mips16-pcrel-5.d: New test.
2404 * testsuite/gas/mips/mips16-pcrel-pic-0.d: New test.
2405 * testsuite/gas/mips/mips16-pcrel-pic-1.d: New test.
2406 * testsuite/gas/mips/mips16-pcrel-n32-0.d: New test.
2407 * testsuite/gas/mips/mips16-pcrel-n32-1.d: New test.
2408 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: New test.
2409 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: New test.
2410 * testsuite/gas/mips/mips16-pcrel-n64-0.d: New test.
2411 * testsuite/gas/mips/mips16-pcrel-n64-1.d: New test.
2412 * testsuite/gas/mips/mips16-pcrel-delay-0.d: New test.
2413 * testsuite/gas/mips/mips16-pcrel-delay-1.d: New test.
2414 * testsuite/gas/mips/mips16-pcrel-addend-4.d: New test.
2415 * testsuite/gas/mips/mips16-pcrel-addend-5.d: New test.
2416 * testsuite/gas/mips/mips16-pcrel-addend-6.d: New test.
2417 * testsuite/gas/mips/mips16-pcrel-addend-7.d: New test.
2418 * testsuite/gas/mips/mips16-pcrel-addend-8.d: New test.
2419 * testsuite/gas/mips/mips16-pcrel-addend-9.d: New test.
2420 * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d: New test.
2421 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: New test.
2422 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: New test.
2423 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: New test.
2424 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d: New test.
2425 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d: New test.
2426 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: New test.
2427 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: New test.
2428 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: New test.
2429 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: New test.
2430 * testsuite/gas/mips/mips16-pcrel-absolute-4.d: New test.
2431 * testsuite/gas/mips/mips16-pcrel-absolute-5.d: New test.
2432 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: New test.
2433 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: New test.
2434 * testsuite/gas/mips/mips16-pcrel-absolute-pic-4.d: New test.
2435 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: New test.
2436 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: New test.
2437 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: New test.
2438 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: New test.
2439 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: New test.
2440 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d: New
2441 test.
2442 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d: New
2443 test.
2444 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d: New
2445 test.
2446 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d: New
2447 test.
2448 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d: New
2449 test.
2450 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d: New
2451 test.
2452 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
2453 New test.
2454 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
2455 New test.
2456 * testsuite/gas/mips/mips16-pcrel-0.l: New stderr output.
2457 * testsuite/gas/mips/mips16-pcrel-1.l: New stderr output.
2458 * testsuite/gas/mips/mips16-pcrel-2.l: New stderr output.
2459 * testsuite/gas/mips/mips16-pcrel-3.l: New stderr output.
2460 * testsuite/gas/mips/mips16-pcrel-4.l: New stderr output.
2461 * testsuite/gas/mips/mips16-pcrel-5.l: New stderr output.
2462 * testsuite/gas/mips/mips16-pcrel-delay-0.l: New stderr output.
2463 * testsuite/gas/mips/mips16-pcrel-delay-1.l: New stderr output.
2464 * testsuite/gas/mips/mips16-pcrel-addend-8.l: New stderr output.
2465 * testsuite/gas/mips/mips16-pcrel-addend-9.l: New stderr output.
2466 * testsuite/gas/mips/mips16-pcrel-absolute-4.l: New stderr
2467 output.
2468 * testsuite/gas/mips/mips16-pcrel-absolute-6.l: New stderr
2469 output.
2470 * testsuite/gas/mips/mips16-pcrel-0.s: New test source.
2471 * testsuite/gas/mips/mips16-pcrel-1.s: New test source.
2472 * testsuite/gas/mips/mips16-pcrel-2.s: New test source.
2473 * testsuite/gas/mips/mips16-pcrel-3.s: New test source.
2474 * testsuite/gas/mips/mips16-pcrel-4.s: New test source.
2475 * testsuite/gas/mips/mips16-pcrel-5.s: New test source.
2476 * testsuite/gas/mips/mips16-pcrel-delay-0.s: New test source.
2477 * testsuite/gas/mips/mips16-pcrel-delay-1.s: New test source.
2478 * testsuite/gas/mips/mips16-pcrel-addend-4.s: New test source.
2479 * testsuite/gas/mips/mips16-pcrel-addend-5.s: New test source.
2480 * testsuite/gas/mips/mips16-pcrel-addend-6.s: New test source.
2481 * testsuite/gas/mips/mips16-pcrel-addend-7.s: New test source.
2482 * testsuite/gas/mips/mips16-pcrel-addend-8.s: New test source.
2483 * testsuite/gas/mips/mips16-pcrel-addend-9.s: New test source.
2484 * testsuite/gas/mips/mips16-pcrel-absolute-2.s: New test.
2485 * testsuite/gas/mips/mips16-pcrel-absolute-3.s: New test.
2486 * testsuite/gas/mips/mips16-pcrel-absolute-4.s: New test.
2487 * testsuite/gas/mips/mips16-pcrel-absolute-5.s: New test.
2488 * testsuite/gas/mips/mips16-pcrel-absolute-6.s: New test.
2489 * testsuite/gas/mips/mips16-pcrel-absolute-7.s: New test.
2490 * testsuite/gas/mips/mips.exp: Run the new tests.
2491
e78bb25c
NC
24922017-05-03 Nick Clifton <nickc@redhat.com>
2493
2494 PR gas/20941
2495 * symbols.c (snapshot_symbol): Handle the case where
2496 resolve_expression returns a local symbol.
2497
82d808ed
MR
24982017-05-02 Maciej W. Rozycki <macro@imgtec.com>
2499
2500 * config/tc-mips.c (append_insn): Call `symbol_append' for any
2501 expression symbol created for MIPS16 relaxation.
2502 (match_mips16_insn): Don't encode a constant value as an
2503 immediate with a PC-relative operand.
2504
2505 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: New test.
2506 * testsuite/gas/mips/mips16-branch-absolute-1.d: New test.
2507 * testsuite/gas/mips/mips16-branch-absolute-2.d: New test.
2508 * testsuite/gas/mips/mips16-branch-absolute-addend-1.d: New
2509 test.
2510 * testsuite/gas/mips/mips16-branch-absolute-n32-1.d: New test.
2511 * testsuite/gas/mips/mips16-branch-absolute-n32-2.d: New test.
2512 * testsuite/gas/mips/mips16-branch-absolute-addend-n32-1.d: New
2513 test.
2514 * testsuite/gas/mips/mips16-branch-absolute-n64-1.d: New test.
2515 * testsuite/gas/mips/mips16-branch-absolute-n64-2.d: New test.
2516 * testsuite/gas/mips/mips16-branch-absolute-addend-n64-1.d: New
2517 test.
2518 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: New stderr
2519 output.
2520 * testsuite/gas/mips/mips16-pcrel-absolute-1.s: New test source.
2521 * testsuite/gas/mips/mips16-branch-absolute-1.s: New test
2522 source.
2523 * testsuite/gas/mips/mips16-branch-absolute-2.s: New test
2524 source.
2525 * testsuite/gas/mips/mips16-branch-absolute-addend-1.s: New test
2526 source.
2527 * testsuite/gas/mips/mips.exp: Run the new tests.
2528
14f72d45
MR
25292017-04-27 Maciej W. Rozycki <macro@imgtec.com>
2530
2531 * config/tc-mips.c (mips16_pcrel_val): New function, factored
2532 out from...
2533 (mips16_extended_frag): ... here.
2534 (md_convert_frag): Use `mips16_pcrel_val' rather than repeated
2535 code in MIPS16 relaxation, with `stretch' hardcoded to 0.
2536
1425c41d
MR
25372017-04-27 Maciej W. Rozycki <macro@imgtec.com>
2538
2539 * config/tc-mips.c (RELAX_MIPS16_LONG_BRANCH): Rename to...
2540 (RELAX_MIPS16_ALWAYS_EXTENDED): ... this.
2541 (RELAX_MIPS16_MARK_LONG_BRANCH): Rename to...
2542 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED): ... this.
2543 (RELAX_MIPS16_CLEAR_LONG_BRANCH): Rename to...
2544 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): ... this.
2545 (mips16_extended_frag): Adjust accordingly.
2546
f2d830a5
AM
25472017-04-27 Alan Modra <amodra@gmail.com>
2548
2549 * symbols.c (S_FORCE_RELOC): Separate section and symbol tests.
2550
ce8ad872
MR
25512017-04-26 Maciej W. Rozycki <macro@imgtec.com>
2552
2553 * config/tc-mips.c (RELAX_ENCODE): Add `PIC' flag.
2554 (RELAX_PIC): New macro.
2555 (RELAX_USE_SECOND, RELAX_SECOND_LONGER, RELAX_NOMACRO)
2556 (RELAX_DELAY_SLOT, RELAX_DELAY_SLOT_16BIT)
2557 (RELAX_DELAY_SLOT_SIZE_FIRST, RELAX_DELAY_SLOT_SIZE_SECOND):
2558 Shift bits.
2559 (RELAX_BRANCH_ENCODE): Add `pic' flag.
2560 (RELAX_BRANCH_UNCOND, RELAX_BRANCH_LIKELY, RELAX_BRANCH_LINK)
2561 (RELAX_BRANCH_TOOFAR): Shift bits.
2562 (RELAX_BRANCH_PIC): New macro.
2563 (RELAX_MICROMIPS_ENCODE): Add `pic' flag.
2564 (RELAX_MICROMIPS_PIC): New macro.
2565 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
2566 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_NODS)
2567 (RELAX_MICROMIPS_RELAX32): Shift bits.
2568 (relax_close_frag): Pass `mips_pic' setting to RELAX_ENCODE.
2569 (append_insn): Pass `mips_pic' setting to RELAX_BRANCH_ENCODE
2570 and RELAX_MICROMIPS_ENCODE, and record it in `fx_tcbit2' of the
2571 first fixup created.
2572 (md_apply_fix) <BFD_RELOC_16_PCREL_S2>: Use `fx_tcbit2' of the
2573 fixup processed rather than `mips_pic' in choosing to relax an
2574 out of range branch to a jump.
2575 (relaxed_branch_length): Use the `pic' flag of the relaxed frag
2576 rather than `mips_pic'.
2577 (relaxed_micromips_32bit_branch_length): Likewise.
2578 (md_estimate_size_before_relax): Likewise.
2579 (md_convert_frag): Likewise.
2580
2581 * testsuite/gas/mips/option-pic-relax-0.d: New test.
2582 * testsuite/gas/mips/option-pic-relax-1.d: New test.
2583 * testsuite/gas/mips/option-pic-relax-2.d: New test.
2584 * testsuite/gas/mips/option-pic-relax-3.d: New test.
2585 * testsuite/gas/mips/option-pic-relax-3a.d: New test.
2586 * testsuite/gas/mips/option-pic-relax-4.d: New test.
2587 * testsuite/gas/mips/option-pic-relax-5.d: New test.
2588 * testsuite/gas/mips/option-pic-relax-2.l: New stderr output.
2589 * testsuite/gas/mips/option-pic-relax-3.l: New stderr output.
2590 * testsuite/gas/mips/option-pic-relax-4.l: New stderr output.
2591 * testsuite/gas/mips/option-pic-relax-5.l: New stderr output.
2592 * testsuite/gas/mips/option-pic-relax-0.s: New test source.
2593 * testsuite/gas/mips/option-pic-relax-1.s: New test source.
2594 * testsuite/gas/mips/option-pic-relax-2.s: New test source.
2595 * testsuite/gas/mips/option-pic-relax-3.s: New test source.
2596 * testsuite/gas/mips/option-pic-relax-4.s: New test source.
2597 * testsuite/gas/mips/option-pic-relax-5.s: New test source.
2598 * testsuite/gas/mips/mips.exp: Run the new tests.
2599
126124cc
CZ
26002017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
2601
2602 * testsuite/gas/arc/leave_enter.d: Update test.
2603 * testsuite/gas/arc/leave_enter.s: Likewise.
2604
be6a24d8
CZ
26052017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
2606
2607 * testsuite/gas/arc/b.d: Update test.
2608 * testsuite/gas/arc/noargs_hs.d: Likewise.
2609
adc1273c
MR
26102017-04-25 Maciej W. Rozycki <macro@imgtec.com>
2611
2612 * config/tc-mips.c (md_convert_frag): Correct
2613 BFD_RELOC_MIPS16_16_PCREL_S1 fixup size.
2614 * testsuite/gas/mips/mips16-branch-addend-4.d: New test.
2615 * testsuite/gas/mips/mips16-branch-addend-5.d: New test.
2616 * testsuite/gas/mips/mips16-branch-addend-5.l: New stderr
2617 output.
2618 * testsuite/gas/mips/mips16-branch-addend-4.s: New test source.
2619 * testsuite/gas/mips/mips16-branch-addend-5.s: New test source.
2620 * testsuite/gas/mips/mips.exp: Run the new tests.
2621
d28b6364
JM
26222017-04-25 Jose E. Marchesi <jose.marchesi@oracle.com>
2623
2624 PR gas/21407
2625 * config/tc-sparc.c (md_apply_fix): Do not transform `call'
2626 instructions into branch instructions in fixups generating
2627 additional relocations.
2628 * testsuite/gas/sparc/call-relax.s: New file.
2629 * testsuite/gas/sparc/call-relax.d: Likewise.
2630 * testsuite/gas/sparc/call-relax-aout.d: Likewise.
2631 * testsuite/gas/sparc/sparc.exp: Test call-relax and call-relax-aout.
2632
53445554
TP
26332017-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
2634
2635 * config/tc-arm.c (move_or_literal_pool): Remove code generating MOVS.
2636 Forbid MOV.W and MOVW if destination is SP or PC.
2637 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.s: Explain
2638 expectation of LDR not generating a MOVS for low registers and small
2639 constants. Add tests of MOVW generation.
2640 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update
2641 expected disassembly.
2642
a8cc8a54
AM
26432017-04-22 Alan Modra <amodra@gmail.com>
2644
2645 * testsuite/gas/ppc/vle.s: Format. Add se_rfgi and e_sc.
2646 * testsuite/gas/ppc/vle.d: Update.
2647
792f174f
NC
26482017-04-21 Nick Clifton <nickc@redhat.com>
2649
2650 PR binutils/21380
2651 * testsuite/gas/aarch64/illegal-3.s: New file.
2652 * testsuite/gas/aarch64/illegal-3.d: New file.
2653
ef85eab0
AM
26542017-04-11 Alan Modra <amodra@gmail.com>
2655
2656 * config/tc-ppc.c (md_show_usage): Delete mention of -mhtm.
2657 * testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8.
2658
947fa914
MF
26592017-04-10 Max Filippov <jcmvbkbc@gmail.com>
2660
2661 * config/tc-xtensa.c (xtensa_maybe_create_literal_pool_frag):
2662 Initialize lps->frag_count with auto_litpool_limit.
2663 (xg_promote_candidate_litpool): New function.
2664 (xtensa_move_literals): Extract candidate litpool promotion code
2665 into separate function. Call it for all possible found
2666 candidates.
2667 (xtensa_switch_to_literal_fragment): Drop 'recursive' flag and
2668 call to xtensa_mark_literal_pool_location that it guards.
2669 Replace it with call to xtensa_maybe_create_literal_pool_frag.
2670 Initialize pool_location with created literal pool candidate.
2671 * testsuite/gas/xtensa/all.exp: Add new tests.
2672 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
2673 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
2674 * testsuite/gas/xtensa/auto-litpools-first2.d: New test results.
2675 * testsuite/gas/xtensa/auto-litpools-first2.s: New test.
2676 * testsuite/gas/xtensa/auto-litpools.d: Fix offsets changed due
2677 to additional jump instruction.
2678
ac8f0f72
AM
26792017-04-07 Alan Modra <amodra@gmail.com>
2680
2681 * testsuite/gas/ppc/altivec2.s: Delete E6500 vector insns.
2682 * testsuite/gas/ppc/altivec2.d: Adjust to suit.
2683
498e3442
AM
26842017-04-07 Alan Modra <amodra@gmail.com>
2685
2686 * testsuite/gas/elf/section12a.d: Don't expect alignment of 1
2687 for .mbind.text.
2688
62ecb94c
PC
26892017-04-06 Pip Cet <pipcet@gmail.com>
2690
2691 * testsuite/gas/wasm32/allinsn.d: Adjust test for disassembler
2692 changes.
2693 * testsuite/gas/wasm32/disass.d: New test.
2694 * testsuite/gas/wasm32/disass.s: New test.
2695 * testsuite/gas/wasm32/disass-2.d: New test.
2696 * testsuite/gas/wasm32/disass-2.s: New test.
2697 * testsuite/gas/wasm32/reloc.d: Adjust test for changed reloc
2698 names.
2699 * testsuite/gas/wasm32/reloc.s: Update test for changed assembler
2700 syntax.
2701 * testsuite/gas/wasm32/wasm32.exp: Run new tests. Expect allinsn
2702 test to succeed.
2703
a91e1603
L
27042017-04-04 H.J. Lu <hongjiu.lu@intel.com>
2705
2706 * NEWS: Mention support for ELF SHF_GNU_MBIND.
2707 * config/obj-elf.c (section_match): New.
2708 (get_section): Match both sh_info and group name.
2709 (obj_elf_change_section): Add argument for sh_info. Pass both
2710 sh_info and group name to get_section. Issue an error for
2711 SHF_GNU_MBIND section without SHF_ALLOC. Set sh_info.
2712 (obj_elf_parse_section_letters): Set SHF_GNU_MBIND for 'd'.
2713 (obj_elf_section): Support SHF_GNU_MBIND section info.
2714 * config/obj-elf.h (obj_elf_change_section): Add argument for
2715 sh_info.
2716 * config/tc-arm.c (start_unwind_section): Pass 0 as sh_info to
2717 obj_elf_change_section.
2718 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
2719 * config/tc-microblaze.c (microblaze_s_data): Likewise.
2720 (microblaze_s_sdata): Likewise.
2721 (microblaze_s_rdata): Likewise.
2722 (microblaze_s_bss): Likewise.
2723 * config/tc-mips.c (s_change_section): Likewise.
2724 * config/tc-msp430.c (msp430_profiler): Likewise.
2725 * config/tc-rx.c (parse_rx_section): Likewise.
2726 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
2727 * doc/as.texinfo: Document 'd' for SHF_GNU_MBIND.
2728 * testsuite/gas/elf/elf.exp: Run section12a, section12b and
2729 section13.
2730 * testsuite/gas/elf/section10.d: Updated.
2731 * testsuite/gas/elf/section10.s: Likewise.
2732 * testsuite/gas/elf/section12.s: New file.
2733 * testsuite/gas/elf/section12a.d: Likewise.
2734 * testsuite/gas/elf/section12b.d: Likewise.
2735 * testsuite/gas/elf/section13.l: Likewise.
2736 * testsuite/gas/elf/section13.d: Likewise.
2737 * testsuite/gas/elf/section13.s: Likewise.
2738
c41cf6fd
PD
27392017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
2740
2741 * config/tc-riscv.c (riscv_clear_subsets): Cast argument to free to
2742 avoid const warnings.
2743
fecb9c46
PD
27442017-03-30 Palmer Dabbelt <palmer@dabbelt.com>
2745
2746 * config/tc-riscv.c (riscv_clear_subsets): New function.
2747 (riscv_add_subset): Call riscv_clear_subsets and riscv_set_rvc to
2748 clear RVC when it's been previously set.
2749
dc1e4d6d
NC
27502017-03-31 Nick Clifton <nickc@redhat.com>
2751
2752 PR gas/21333
2753 * config/tc-s390.c (tc_s390_fix_adjustable): Allow non pc-relative
2754 fixups in mergeable sections to be adjusted.
2755
f96bd6c2
PC
27562017-03-30 Pip Cet <pipcet@gmail.com>
2757
2758 * config/tc-wasm32.h: New file: Add WebAssembly assembler target.
2759 * config/tc-wasm32.c: New file: Add WebAssembly assembler target.
2760 * Makefile.am: Add WebAssembly assembler target.
2761 * configure.tgt: Add WebAssembly assembler target.
2762 * doc/c-wasm32.texi: New file: Start documenting WebAssembly
2763 assembler.
2764 * doc/all.texi: Define WASM32.
2765 * doc/as.texinfo: Add WebAssembly entries.
2766 * NEWS: Mention the new support.
2767 * Makefile.in: Regenerate.
2768 * po/gas.pot: Regenerate.
2769 * po/POTFILES.in: Regenerate.
2770 * testsuite/gas/wasm32: New directory.
2771 * testsuite/gas/wasm32/allinsn.d: New file.
2772 * testsuite/gas/wasm32/allinsn.s: New file.
2773 * testsuite/gas/wasm32/illegal.l: New file.
2774 * testsuite/gas/wasm32/illegal.s: New file.
2775 * testsuite/gas/wasm32/illegal-2.l: New file.
2776 * testsuite/gas/wasm32/illegal-2.s: New file.
2777 * testsuite/gas/wasm32/illegal-3.l: New file.
2778 * testsuite/gas/wasm32/illegal-3.s: New file.
2779 * testsuite/gas/wasm32/illegal-4.l: New file.
2780 * testsuite/gas/wasm32/illegal-4.s: New file.
2781 * testsuite/gas/wasm32/illegal-5.l: New file.
2782 * testsuite/gas/wasm32/illegal-5.s: New file.
2783 * testsuite/gas/wasm32/illegal-6.l: New file.
2784 * testsuite/gas/wasm32/illegal-6.s: New file.
2785 * testsuite/gas/wasm32/illegal-7.l: New file.
2786 * testsuite/gas/wasm32/illegal-7.s: New file.
2787 * testsuite/gas/wasm32/illegal-8.l: New file.
2788 * testsuite/gas/wasm32/illegal-8.s: New file.
2789 * testsuite/gas/wasm32/illegal-9.l: New file.
2790 * testsuite/gas/wasm32/illegal-9.s: New file.
2791 * testsuite/gas/wasm32/illegal-10.l: New file.
2792 * testsuite/gas/wasm32/illegal-10.s: New file.
2793 * testsuite/gas/wasm32/illegal-11.l: New file.
2794 * testsuite/gas/wasm32/illegal-11.s: New file.
2795 * testsuite/gas/wasm32/illegal-12.l: New file.
2796 * testsuite/gas/wasm32/illegal-12.s: New file.
2797 * testsuite/gas/wasm32/illegal-13.l: New file.
2798 * testsuite/gas/wasm32/illegal-13.s: New file.
2799 * testsuite/gas/wasm32/illegal-14.l: New file.
2800 * testsuite/gas/wasm32/illegal-14.s: New file.
2801 * testsuite/gas/wasm32/illegal-15.l: New file.
2802 * testsuite/gas/wasm32/illegal-15.s: New file.
2803 * testsuite/gas/wasm32/illegal-16.l: New file.
2804 * testsuite/gas/wasm32/illegal-16.s: New file.
2805 * testsuite/gas/wasm32/illegal-17.l: New file.
2806 * testsuite/gas/wasm32/illegal-17.s: New file.
2807 * testsuite/gas/wasm32/illegal-18.l: New file.
2808 * testsuite/gas/wasm32/illegal-18.s: New file.
2809 * testsuite/gas/wasm32/illegal-19.l: New file.
2810 * testsuite/gas/wasm32/illegal-19.s: New file.
2811 * testsuite/gas/wasm32/illegal-20.l: New file.
2812 * testsuite/gas/wasm32/illegal-20.s: New file.
2813 * testsuite/gas/wasm32/illegal-21.l: New file.
2814 * testsuite/gas/wasm32/illegal-21.s: New file.
2815 * testsuite/gas/wasm32/illegal-22.l: New file.
2816 * testsuite/gas/wasm32/illegal-22.s: New file.
2817 * testsuite/gas/wasm32/illegal-24.l: New file.
2818 * testsuite/gas/wasm32/illegal-24.s: New file.
2819 * testsuite/gas/wasm32/illegal-25.l: New file.
2820 * testsuite/gas/wasm32/illegal-25.s: New file.
2821 * testsuite/gas/wasm32/reloc.d: New file.
2822 * testsuite/gas/wasm32/reloc.s: New file.
2823 * testsuite/gas/wasm32/wasm32.exp: New tests for WebAssembly
2824 architecture.
2825
52be03fd
AM
28262017-03-29 Alan Modra <amodra@gmail.com>
2827
2828 * config/tc-ppc.c (md_parse_option): Reject -mraw.
2829
9b753937
AM
28302017-03-27 Alan Modra <amodra@gmail.com>
2831
2832 PR 21303
2833 * testsuite/gas/ppc/pr21303.d,
2834 * testsuite/gas/ppc/pr21303.s: New test
2835 * testsuite/gas/ppc/ppc.exp: Run it.
2836
c0c31e91
RZ
28372017-03-27 Rinat Zelig <rinat@mellanox.com>
2838
2839 * testsuite/gas/arc/nps400-12.s: New file.
2840 * testsuite/gas/arc/nps400-12.d: New file.
2841
62785b09
TP
28422017-03-24 Thomas preud'homme <thomas.preudhomme@arm.com>
2843
2844 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
2845 CPU_DEFAULT is defined.
2846
19683c04
PD
28472017-03-21 Palmer Dabbbelt <palmer@dabbelt.com>
2848
2849 * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
2850 -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
2851 print an invalid default ISA string.
2852 * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
2853
24e5b4e6
MF
28542017-03-22 Max Filippov <jcmvbkbc@gmail.com>
2855
2856 * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the
2857 reassigned fixup to size of jump instruction (3) and fx_r_type
2858 to BFD_RELOC_XTENSA_SLOT0_OP, as there's only one slot.
2859 (add_jump_to_trampoline): Search
2860 origfrag->tc_frag_data.slot_symbols for the slot with non-NULL
2861 symbol and use that slot instead of slot 0.
2862
2253c8f0
AK
28632017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2864
2865 * config/tc-s390.c (s390_parse_cpu): Remove S390_INSTR_FLAG_VX2
2866 from cpu_table. Remove vx2, and novx2 from cpu_flags.
2867
645d3342
RZ
28682017-03-21 Rinat Zelig <rinat@mellanox.com>
2869
2870 * testsuite/gas/arc/nps400-11.s: New file.
2871 * testsuite/gas/arc/nps400-11.d: New file.
2872
e406e428
NC
28732017-03-20 Nick Clifton <nickc@redhat.com>
2874
2875 * doc/as.texinfo (2byte): Note that if no expressions are present
2876 the directive does nothing. Emphasize that the output is
2877 unaligned, and that this can have an effect on the relocations
2878 generated.
2879 (4byte): Simplify description. Refer back to the 2byte
2880 description.
2881 (8byte): Likewise.
2882
d5e0ba9c
RE
28832017-03-20 Richard Earnshaw <rearnsha@arm.com>
2884
2885 * config/tc-arm.c (arm_fpus): Note entires that should not be
2886 documented.
2887 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
2888 neon-fp16. Fix spelling error.
2889
d3375ddd
RE
28902017-03-20 Richard Earnshaw <rearnsha@arm.com>
2891
2892 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
2893
2c52e2e8
RZ
28942017-03-16 Rinat Zelig <rinat@mellanox.com>
2895
2896 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
2897 specially for ARCv2.
2898
b416fe87
KC
28992017-03-14 Kito Cheng <kito.cheng@gmail.com>
2900
2901 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
2902 encoding format, which can accept 0-valued immediates.
2903 (riscv_ip): Likewise.
2904
7cb7b948
NC
29052017-03-15 Nick Clifton <nickc@redhat.com>
2906
2907 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
2908 warning about discarding a const qualifier.
2909
d47c3ff7
KLC
29102017-03-02 Kuan-Lin Chen <rufus@andestech.com>
2911
2912 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
2913
2aece2ba
KLC
29142017-03-02 Kuan-Lin Chen <rufus@andestech.com>
2915
2916 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
2917 fx_next->fx_frag for CFA_advance_loc relocations.
2918
c1b465c9
KLC
29192017-03-02 Kuan-Lin Chen <rufus@andestech.com>
2920
2921 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
2922 for CFA relocations.
2923
f955cccf
NC
29242017-03-13 Nick Clifton <nickc@redhat.com>
2925
2926 PR binutils/21202
2927 * config/tc-aarch64.c (reloc_table): Rename
2928 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
2929 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
2930 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
2931 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
2932 (md_apply_fix): Likewise.
2933 (aarch64_force_relocation): Likewise.
2934 * testsuite/gas/aarch64/tls.d: Update regexp.
2935
8b1e5da1
NC
29362017-03-10 Tobin C. Harding <me@tobin.cc>
2937 Nick Clifton <nickc@redhat.com>
2938
2939 * doc/as.texinfo (2byte): Tidy up wording. Add note that
2940 overlarge values will produce a warning message and be trunacted.
2941 (4byte): Likewise.
2942
86fa6981
L
29432017-03-09 H.J. Lu <hongjiu.lu@intel.com>
2944
2945 * config/tc-i386.c (_i386_insn): Add dir_encoding and
2946 vec_encoding. Remove swap_operand and need_vrex.
2947 (extra_symbol_chars): Add '}'.
2948 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
2949 mnemonic.
2950 (build_vex_prefix): Don't use 2-byte VEX encoding with
2951 {vex3}. Check dir_encoding and load.
2952 (parse_insn): Check pseudo prefixes. Set dir_encoding.
2953 (VEX_check_operands): Likewise.
2954 (match_template): Check dir_encoding and load.
2955 (parse_real_register): Set vec_encoding instead of need_vrex.
2956 (parse_register): Likewise.
2957 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
2958 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
2959 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
2960 * testsuite/gas/i386/pseudos.d: New file.
2961 * testsuite/gas/i386/pseudos.s: Likewise.
2962 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
2963 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
2964
4b8b687e
PB
29652017-03-08 Peter Bergner <bergner@vnet.ibm.com>
2966
2967 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
2968 (objdump): Use the -Mpower8 option.
2969
1437d063
PB
29702017-03-08 Peter Bergner <bergner@vnet.ibm.com>
2971
2972 * testsuite/gas/ppc/power9.d <lnia> New test.
2973 * testsuite/gas/ppc/power9.s: Likewise.
2974
ea86f534
AM
29752017-03-07 Alan Modra <amodra@gmail.com>
2976
2977 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
2978
2b841ec2
AM
29792017-03-07 Tobin C. Harding <me@tobin.cc>
2980 Alan Modra <amodra@gmail.com>
2981
2982 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
2983 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
2984
603555e5
L
29852017-03-06 H.J. Lu <hongjiu.lu@intel.com>
2986
2987 * config/tc-i386.c (cpu_arch): Add .cet.
2988 * doc/c-i386.texi: Document cet.
2989 * testsuite/gas/i386/cet-intel.d: New file.
2990 * testsuite/gas/i386/cet.d: Likewise.
2991 * testsuite/gas/i386/cet.s: Likewise.
2992 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
2993 * testsuite/gas/i386/x86-64-cet.d: Likewise.
2994 * testsuite/gas/i386/x86-64-cet.s: Likewise.
2995 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
2996
1cccfb31
L
29972017-03-06 H.J. Lu <hongjiu.lu@intel.com>
2998
2999 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
3000 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
3001
ea0de82e
AM
30022017-03-06 Alan Modra <amodra@gmail.com>
3003
3004 * dw2gencfi.c (encoding_size): Return unsigned int.
3005 (emit_expr_encoded): Assert size matches reloc bitsize.
3006 (output_fde): Use unsigned for offset_size and addr_size. Set
3007 addr_size earlier and use in place of constant 4 and uses of
3008 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
3009
9e1a8675
AM
30102017-03-06 Alan Modra <amodra@gmail.com>
3011
3012 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
3013 auto reformat. Formatting and whitespace fixes.
3014
49fced12
MW
30152017-03-05 Mark Wielaard <mark@klomp.org>
3016
3017 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
3018 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
3019 (out_debug_info): Accept symbols to name, comp_dir and producer in
3020 the .debug_str section and emit those offsets not full strings.
3021 (out_debug_str): New function that outputs the strings for name,
3022 comp_dir and producer in .debug_str and generates symbols to those
3023 strings.
3024 (out_debug_line): Create a .debug_str section if necessary and call
3025 out_debug_str before calling out_debug_info.
3026 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
3027 output.
3028
9875b365
MR
30292017-03-02 Maciej W. Rozycki <macro@imgtec.com>
3030
3031 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
3032 part of the frag has overrun the location requested.
3033
3034 * testsuite/gas/all/org-1.d: New test.
3035 * testsuite/gas/all/org-2.d: New test.
3036 * testsuite/gas/all/org-3.d: New test.
3037 * testsuite/gas/all/org-4.d: New test.
3038 * testsuite/gas/all/org-5.d: New test.
3039 * testsuite/gas/all/org-6.d: New test.
3040 * testsuite/gas/all/org-1.l: New stderr output.
3041 * testsuite/gas/all/org-2.l: New stderr output.
3042 * testsuite/gas/all/org-3.l: New stderr output.
3043 * testsuite/gas/all/org-1.s: New test source.
3044 * testsuite/gas/all/org-2.s: New test source.
3045 * testsuite/gas/all/org-3.s: New test source.
3046 * testsuite/gas/all/org-4.s: New test source.
3047 * testsuite/gas/all/org-5.s: New test source.
3048 * testsuite/gas/all/org-6.s: New test source.
3049 * testsuite/gas/all/gas.exp: Run the new tests.
3050
3051 * testsuite/gas/mips/org-1.d: New test.
3052 * testsuite/gas/mips/org-2.d: New test.
3053 * testsuite/gas/mips/org-3.d: New test.
3054 * testsuite/gas/mips/org-4.d: New test.
3055 * testsuite/gas/mips/org-5.d: New test.
3056 * testsuite/gas/mips/org-6.d: New test.
3057 * testsuite/gas/mips/org-7.d: New test.
3058 * testsuite/gas/mips/org-8.d: New test.
3059 * testsuite/gas/mips/org-9.d: New test.
3060 * testsuite/gas/mips/org-10.d: New test.
3061 * testsuite/gas/mips/org-11.d: New test.
3062 * testsuite/gas/mips/org-12.d: New test.
3063 * testsuite/gas/mips/org-1.l: New stderr output.
3064 * testsuite/gas/mips/org-4.l: New stderr output.
3065 * testsuite/gas/mips/org-5.l: New stderr output.
3066 * testsuite/gas/mips/org-6.l: New stderr output.
3067 * testsuite/gas/mips/org-10.l: New stderr output.
3068 * testsuite/gas/mips/org-1.s: New test source.
3069 * testsuite/gas/mips/org-2.s: New test source.
3070 * testsuite/gas/mips/org-3.s: New test source.
3071 * testsuite/gas/mips/org-4.s: New test source.
3072 * testsuite/gas/mips/org-5.s: New test source.
3073 * testsuite/gas/mips/org-6.s: New test source.
3074 * testsuite/gas/mips/org-7.s: New test source.
3075 * testsuite/gas/mips/org-8.s: New test source.
3076 * testsuite/gas/mips/org-9.s: New test source.
3077 * testsuite/gas/mips/org-10.s: New test source.
3078 * testsuite/gas/mips/org-11.s: New test source.
3079 * testsuite/gas/mips/org-12.s: New test source.
3080 * testsuite/gas/mips/mips.exp: Run the new tests.
3081
01cca2f9
SN
30822017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
3083
3084 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
3085
15c7c1d8
JB
30862017-02-28 Jan Beulich <jbeulich@suse.com>
3087
3088 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
3089 VPCMPESTR{I,M}.
3090 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
3091 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
3092 of PCMPESTR{I,M}.
3093 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
3094 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
3095 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
3096 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
3097 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
3098 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
3099 * testsuite/gas/i386/x86-64-avx.d: Likewise.
3100 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
3101 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
3102 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
3103
4ef97a1b
AM
31042017-02-28 Alan Modra <amodra@gmail.com>
3105
3106 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
3107
7ba71655
AM
31082017-02-28 Alan Modra <amodra@gmail.com>
3109
3110 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
3111 (md_apply_fix): Remove fx_subsy check. Move code converting to
3112 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
3113 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
3114 that is done now by the generic code via..
3115 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
3116 (TC_VALIDATE_FIX_SUB): Define.
3117
0e392101
MR
31182017-02-28 Maciej W. Rozycki <macro@imgtec.com>
3119
3120 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
3121 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
3122 encoding patterns.
3123 * testsuite/gas/mips/jalr4-n64.d: Likewise.
3124 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
3125 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
3126 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
3127
dd803a24
AM
31282017-02-25 Alan Modra <amodra@gmail.com>
3129
3130 * testsuite/gas/elf/strtab.s: Don't put directives on first
3131 column or continuation with labels not in first column.
3132
582e12bf
RS
31332017-02-24 Richard Sandiford <richard.sandiford@arm.com>
3134
3135 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
3136 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
3137 to be used with SVE registers.
3138 (parse_operands): Handle new SVE operands.
3139 (aarch64_features): Make "sve" require F16 rather than FP. Also
3140 require COMPNUM.
3141 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
3142 Include compnum tests.
3143 * testsuite/gas/aarch64/sve.d: Update accordingly.
3144 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
3145 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
3146 update expected output for new FMOV and MOV alternatives.
3147
f482d304
RS
31482017-02-24 Richard Sandiford <richard.sandiford@arm.com>
3149
3150 * doc/c-aarch64.texi: Add a "compnum" entry.
3151 * config/tc-aarch64.c (aarch64_features): Likewise,
3152 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
3153 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
3154
7db2c588
JB
31552017-02-24 Jan Beulich <jbeulich@suse.com>
3156
3157 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
3158 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
3159 * testsuite/gas/i386/opcode.d: Adjust accordingly.
3160 * testsuite/gas/i386/opcode-intel.d: Likewise.
3161 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
3162 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
3163
1b3cee56
SL
31642017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
3165
3166 Test cases for the architecture level aware SPARC ASI work.
3167 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
3168 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
3169 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
3170 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
3171 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
3172
c1556ecd
MR
31732017-02-23 Maciej W. Rozycki <macro@imgtec.com>
3174
3175 * testsuite/gas/mips/jalr4.d: New test.
3176 * testsuite/gas/mips/jalr4-n32.d: New test.
3177 * testsuite/gas/mips/jalr4-n64.d: New test.
3178 * testsuite/gas/mips/jalr4.s: New test source.
3179 * testsuite/gas/mips/mips.exp: Run the new tests.
3180
1e9d41d4
SL
31812017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
3182
3183 Add support for associating SPARC ASIs with an architecture level.
3184 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
3185
946416fc
JB
31862017-02-23 Jan Beulich <jbeulich@suse.com>
3187
3188 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
3189 of symbols as expression.
3190
31912017-02-23 Jan Beulich <jbeulich@suse.com>
4c5b8d1e
JB
3192
3193 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
3194 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
3195 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
3196 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
3197
5ff6a06c
MR
31982017-02-22 Maciej W. Rozycki <macro@imgtec.com>
3199
3200 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
3201 `md_flush_pending_output'.
3202 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
3203 `md_flush_pending_output' unconditionally.
3204 * testsuite/gas/mips/debug-label-end-1.d: New test.
3205 * testsuite/gas/mips/debug-label-end-2.d: New test.
3206 * testsuite/gas/mips/debug-label-end-3.d: New test.
3207 * testsuite/gas/mips/debug-label-end.s: New test source.
3208 * testsuite/gas/mips/mips.exp: Run the new tests.
3209
25890fc2
HPN
32102017-02-22 Hans-Peter Nilsson <hp@axis.com>
3211
3212 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
3213 targets yielding an error message matching "too complex".
3214
5ffbd927
NC
32152017-02-22 Nick Clifton <nickc@redhat.com>
3216
3217 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
3218
b0c53498
JB
32192017-02-21 Jan Beulich <jbeulich@suse.com>
3220
3221 * expr.c (operand): Handle missing operand to .startof.() and
3222 .sizeof.().
3223 * testsuite/gas/all/err-sizeof.s: New.
3224
ece5dcc1
AM
32252017-02-20 Alan Modra <amodra@gmail.com>
3226
3227 PR 21118
3228 * NEWS: Revise powerpc register check.
3229 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
3230 register expression" a warning.
3231
37f9ec62
MR
32322017-02-17 Maciej W. Rozycki <macro@imgtec.com>
3233
3234 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
3235 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
3236 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
3237 * testsuite/gas/mips/aent-2.d: New test.
3238 * testsuite/gas/mips/aent-mdebug.d: New test.
3239 * testsuite/gas/mips/aent-mdebug-2.d: New test.
3240 * testsuite/gas/mips/mips.exp: Run the new tests.
3241
773fb663
RS
32422017-02-15 Richard Sandiford <richard.sandiford@arm.com>
3243
3244 * testsuite/gas/aarch64/sve-sysreg.s,
3245 testsuite/gas/aarch64/sve-sysreg.d,
3246 testsuite/gas/aarch64/sve-sysreg-invalid.d,
3247 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
3248
7a2114e7
RS
32492017-02-15 Richard Sandiford <richard.sandiford@arm.com>
3250
3251 * doc/c-aarch64.texi: Fix sve entry.
3252
cc07cda6
CZ
32532017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
3254
3255 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
3256 information from input expression.
3257 (assemble_insn): Make sure pcrel is correctly set.
3258 (arc_pcrel_adjust): Compensate for PCL rounding.
3259 * testsuite/gas/arc/relax-add01.d: New file.
3260 * testsuite/gas/arc/relax-add01.s: Likewise.
3261 * testsuite/gas/arc/relax-add02.d: Likewise.
3262 * testsuite/gas/arc/relax-add02.s: Likewise.
3263 * testsuite/gas/arc/relax-add03.d: Likewise.
3264 * testsuite/gas/arc/relax-add03.s: Likewise.
3265 * testsuite/gas/arc/relax-add04.d: Likewise.
3266 * testsuite/gas/arc/relax-add04.s: Likewise.
3267 * testsuite/gas/arc/relax-ld01.d: Likewise.
3268 * testsuite/gas/arc/relax-ld01.s: Likewise.
3269 * testsuite/gas/arc/relax-ld02.d: Likewise.
3270 * testsuite/gas/arc/relax-ld02.s: Likewise.
3271 * testsuite/gas/arc/relax-mov01.d: Likewise.
3272 * testsuite/gas/arc/relax-mov01.s: Likewise.
3273 * testsuite/gas/arc/relax-mov02.d: Likewise.
3274 * testsuite/gas/arc/relax-mov02.s: Likewise.
3275 * testsuite/gas/arc/relax-mpy01.d: Likewise.
3276 * testsuite/gas/arc/relax-mpy01.s: Likewise.
3277 * testsuite/gas/arc/relax-sub01.d: Likewise.
3278 * testsuite/gas/arc/relax-sub01.s: Likewise.
3279 * testsuite/gas/arc/relax-sub02.d: Likewise.
3280 * testsuite/gas/arc/relax-sub02.s: Likewise.
3281 * testsuite/gas/arc/relax-sub03.d: Likewise.
3282 * testsuite/gas/arc/relax-sub03.s: Likewise.
3283 * testsuite/gas/arc/relax-sub04.d: Likewise.
3284 * testsuite/gas/arc/relax-sub04.s: Likewise.
3285
66a5a740
VG
32862017-02-09 Vineet Gupta <vgupta@synopsys.com>
3287
3288 * testsuite/gas/arc/st.d: Update for 0xe having a name now
3289
7e0de605
AM
32902017-02-14 Alan Modra <amodra@gmail.com>
3291
3292 PR 21118
3293 * NEWS: Mention powerpc register checks.
3294 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
3295 (pre_defined_registers): Delete fpscr and pmr entries. Set
3296 register type in flags.
3297 (cr_names): Set type in flags.
3298 (reg_name_search): Return pointer to struct pd_reg rather than value.
3299 (register_name): Adjust to suit. Set X_md from flags.
3300 (ppc_parse_name): Likewise.
3301 (ppc_optimize_expr): New function.
3302 (md_assemble): Verify expresion reg flags match operand.
3303 * config/tc-ppc.h (md_optimize_expr): Define.
3304 (ppc_optimize_expr): Declare.
3305
606a935e
AM
33062017-02-14 Alan Modra <amodra@gmail.com>
3307
3308 * testsuite/gas/ppc/cell.s: Correct invalid registers.
3309 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
3310 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
3311
3c6452ae
TP
33122017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
3313
3314 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
3315 syntax.
3316 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
3317 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
3318
dce75bf9
NP
33192017-02-10 Nicholas Piggin <npiggin@gmail.com>
3320
3321 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
3322
73201331
MR
33232017-02-02 Maciej W. Rozycki <macro@imgtec.com>
3324
3325 * doc/as.texinfo (Overview): Select MIPS options for man page
3326 inclusion.
3327
8b10b0b3
MR
33282017-01-30 Maciej W. Rozycki <macro@imgtec.com>
3329
3330 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
3331 (options): Add OPTION_IGNORE_BRANCH_ISA and
3332 OPTION_NO_IGNORE_BRANCH_ISA enum values.
3333 (md_longopts): Add "mignore-branch-isa" and
3334 "mno-ignore-branch-isa" options.
3335 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
3336 OPTION_NO_IGNORE_BRANCH_ISA.
3337 (fix_bad_cross_mode_branch_p): Return FALSE if
3338 `mips_ignore_branch_isa' has been set.
3339 (md_show_usage): Add `-mignore-branch-isa' and
3340 `-mno-ignore-branch-isa'.
3341
3342 * doc/as.texinfo (Target MIPS options): Add
3343 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
3344 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
3345 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
3346 `-mno-ignore-branch-isa' options.
3347
3348 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
3349 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
3350 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
3351 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
3352 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
3353 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
3354 * testsuite/gas/mips/mips.exp: Run the new tests.
3355
7795a8f8
MR
33562017-01-30 Maciej W. Rozycki <macro@imgtec.com>
3357
3358 * testsuite/gas/mips/branch-local-2.d: New test.
3359 * testsuite/gas/mips/branch-local-3.d: New test.
3360 * testsuite/gas/mips/branch-local-n32-2.d: New test.
3361 * testsuite/gas/mips/branch-local-n32-3.d: New test.
3362 * testsuite/gas/mips/branch-local-n64-2.d: New test.
3363 * testsuite/gas/mips/branch-local-n64-3.d: New test.
3364 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
3365 into the new tests.
3366
8ec5cf65
AD
33672017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
3368
3369 PR 21056
3370 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
3371 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
3372
de514cf3
SH
33732017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3374
3375 * configure.tgt (aarch64*-*-rtems*): Remove.
3376 (bfin-*-rtems*): Likewise.
3377 (h8300-*-rtems*): Likewise.
3378 (i386-*-rtems*): Likewise.
3379 (m32c-*-rtems*): Likewise.
3380 (m32r-*-rtems*): Likewise.
3381 (m68k-*-rtems*): Likewise.
3382 (mips-*-rtems*): Likewise.
3383 (nios2-*-rtems*): Likewise.
3384 (ppc-*-rtems*): Likewise.
3385 (sh-*-rtems*): Likewise.
3386 (sparc64-*-rtems*): Likewise.
3387 (sparc-*-rtems*): Likewise.
3388 (*-*-rtems*) Use ELF format.
3389
3e97ba8a
SH
33902017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3391
3392 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
3393
850d84f6
SH
33942017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
3395
3396 * configure.tgt (sh-*-rtemscoff*): Remove.
3397
666c6aff
SH
33982017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
3399
3400 * configure.tgt (riscv*-*-*): Remove em=linux.
3401
33eaf5de
NC
34022017-01-23 Sebastian Rasmussen <sebras@gmail.com>
3403
3404 PR gas/21072
3405 * asintl.h: Fix spelling mistakes and typos.
3406 * atof-generic.c: Likewise.
3407 * bit_fix.h: Likewise.
3408 * config/atof-ieee.c: Likewise.
3409 * config/bfin-defs.h: Likewise.
3410 * config/bfin-parse.y: Likewise.
3411 * config/obj-coff-seh.h: Likewise.
3412 * config/obj-coff.c: Likewise.
3413 * config/obj-evax.c: Likewise.
3414 * config/obj-macho.c: Likewise.
3415 * config/rx-parse.y: Likewise.
3416 * config/tc-aarch64.c: Likewise.
3417 * config/tc-alpha.c: Likewise.
3418 * config/tc-arc.c: Likewise.
3419 * config/tc-arm.c: Likewise.
3420 * config/tc-avr.c: Likewise.
3421 * config/tc-bfin.c: Likewise.
3422 * config/tc-cr16.c: Likewise.
3423 * config/tc-cris.c: Likewise.
3424 * config/tc-crx.c: Likewise.
3425 * config/tc-d10v.c: Likewise.
3426 * config/tc-d30v.c: Likewise.
3427 * config/tc-dlx.c: Likewise.
3428 * config/tc-epiphany.c: Likewise.
3429 * config/tc-frv.c: Likewise.
3430 * config/tc-hppa.c: Likewise.
3431 * config/tc-i370.c: Likewise.
3432 * config/tc-i386-intel.c: Likewise.
3433 * config/tc-i386.c: Likewise.
3434 * config/tc-i960.c: Likewise.
3435 * config/tc-ia64.c: Likewise.
3436 * config/tc-m32r.c: Likewise.
3437 * config/tc-m68hc11.c: Likewise.
3438 * config/tc-m68k.c: Likewise.
3439 * config/tc-mcore.c: Likewise.
3440 * config/tc-mep.c: Likewise.
3441 * config/tc-mep.h: Likewise.
3442 * config/tc-metag.c: Likewise.
3443 * config/tc-microblaze.c: Likewise.
3444 * config/tc-mips.c: Likewise.
3445 * config/tc-mmix.c: Likewise.
3446 * config/tc-mn10200.c: Likewise.
3447 * config/tc-mn10300.c: Likewise.
3448 * config/tc-msp430.c: Likewise.
3449 * config/tc-msp430.h: Likewise.
3450 * config/tc-nds32.c: Likewise.
3451 * config/tc-nds32.h: Likewise.
3452 * config/tc-nios2.c: Likewise.
3453 * config/tc-nios2.h: Likewise.
3454 * config/tc-ns32k.c: Likewise.
3455 * config/tc-pdp11.c: Likewise.
3456 * config/tc-ppc.c: Likewise.
3457 * config/tc-pru.c: Likewise.
3458 * config/tc-rx.c: Likewise.
3459 * config/tc-s390.c: Likewise.
3460 * config/tc-score.c: Likewise.
3461 * config/tc-score7.c: Likewise.
3462 * config/tc-sh.c: Likewise.
3463 * config/tc-sh64.c: Likewise.
3464 * config/tc-sparc.c: Likewise.
3465 * config/tc-tic4x.c: Likewise.
3466 * config/tc-tic54x.c: Likewise.
3467 * config/tc-v850.c: Likewise.
3468 * config/tc-vax.c: Likewise.
3469 * config/tc-visium.c: Likewise.
3470 * config/tc-xgate.c: Likewise.
3471 * config/tc-xtensa.c: Likewise.
3472 * config/tc-z80.c: Likewise.
3473 * config/tc-z8k.c: Likewise.
3474 * config/te-vms.c: Likewise.
3475 * config/xtensa-relax.c: Likewise.
3476 * doc/as.texinfo: Likewise.
3477 * doc/c-arm.texi: Likewise.
3478 * doc/c-hppa.texi: Likewise.
3479 * doc/c-i370.texi: Likewise.
3480 * doc/c-i386.texi: Likewise.
3481 * doc/c-m32r.texi: Likewise.
3482 * doc/c-m68k.texi: Likewise.
3483 * doc/c-mmix.texi: Likewise.
3484 * doc/c-msp430.texi: Likewise.
3485 * doc/c-nds32.texi: Likewise.
3486 * doc/c-ns32k.texi: Likewise.
3487 * doc/c-riscv.texi: Likewise.
3488 * doc/c-rx.texi: Likewise.
3489 * doc/c-s390.texi: Likewise.
3490 * doc/c-tic6x.texi: Likewise.
3491 * doc/c-tilegx.texi: Likewise.
3492 * doc/c-tilepro.texi: Likewise.
3493 * doc/c-v850.texi: Likewise.
3494 * doc/c-xgate.texi: Likewise.
3495 * doc/c-xtensa.texi: Likewise.
3496 * dwarf2dbg.c: Likewise.
3497 * ecoff.c: Likewise.
3498 * itbl-ops.c: Likewise.
3499 * listing.c: Likewise.
3500 * macro.c: Likewise.
3501 * po/gas.pot: Likewise.
3502 * read.c: Likewise.
3503 * struc-symbol.h: Likewise.
3504 * symbols.h: Likewise.
3505 * testsuite/gas/arc/relocs-errors.err: Likewise.
3506 * write.c: Likewise.
3507
8069955e
NC
35082017-01-23 Nick Clifton <nickc@redhat.com>
3509
3510 * po/sv.po: Updated Swedish translation.
3511
9d46ce34
NC
35122017-01-20 Nick Clifton <nickc@redhat.com>
3513
3514 * config/tc-i386.c (parse_operands): Check for operand overflow
3515 before setting the unspecified bit.
3516
9e009953
MR
35172017-01-18 Maciej W. Rozycki <macro@imgtec.com>
3518
3519 PR gas/20649
3520 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
3521 symbols, remove the `segtype' parameter.
3522 (mips_frob_file, md_estimate_size_before_relax): Adjust
3523 accordingly.
3524 (s_is_linkonce): Add an explanatory comment.
3525 * testsuite/gas/mips/comdat-reloc.d: New test.
3526 * testsuite/gas/mips/comdat-reloc.s: New test source.
3527 * testsuite/gas/mips/mips.exp: Run the new test.
3528
c13a63b0
SN
35292017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
3530
3531 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
3532 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
3533
2cedb9eb
BR
35342017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
3535
3536 PR 21059
3537 * config/bfin-lex.l: Support processing with flex 2.6.3.
3538 * itbl-lex.l: Likewise.
3539
1ec4b9f2
NS
35402017-01-18 Nathan Sidwell <nathan@acm.org>
3541
3542 * as.h (gas_assert): Use abort.
3543 (as_assert): Remove.
3544 (signal_init): Declare.
3545 * as.c (main): Call signal_init.
3546 * messages.c: #include <signal.h>
3547 (as_assert): Delete.
3548 (as_abort): Allow NULL FILE.
3549 (signal_crash): New.
3550 (signal_init): Register fatal signal handlers.
3551 * configure.ac: Check for strsignal.
3552 * config.in: Rebuilt.
3553 * configure: Rebuilt.
3554
01fabda4 35552017-01-17 Nick Clifton <nickc@redhat.com>
6aa1df2d
NC
3556
3557 * po/sv.po: Updated Swedish translation.
3558
620214f7
IT
35592017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
3560
3561 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
3562 (cpu_noarch): Add noavx512_vpopcntdq.
3563 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
3564 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
3565 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
3566 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
3567 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
3568 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
3569 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
3570 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
3571
1181551e
NC
35722017-01-12 Nick Clifton <nickc@redhat.com>
3573
3574 * read.c (temp_ilp): New function. Installs a temporary input
3575 line pointer.
3576 (restore_ilp): New function. Restores the original input line
3577 pointer.
3578 * read.h (temp_ilp): Prototype.
3579 (restore_ilp): Prototype.
3580 * stabs.c (dot_func_p): Use bfd_boolean type.
3581 (generate_asm_file): Use temp_ilp and restore_ilp.
3582 (stabs_generate_asm_lineno): Likewise.
3583 (stabs_generate_asm_endfunc): Likewise.
3584
f2e2d2f5
JS
35852017-01-11 Jeremy Soller <jackpot51@gmail.com>
3586
3587 * configure.tgt: Add entry for i386-redox.
3588
07e8e623
NC
35892017-01-10 Nick Clifton <nickc@redhat.com>
3590
3591 * po/sv.po: Updated Swedish translation.
3592
1a94eb29
TG
35932017-01-10 Tristan Gingold <gingold@adacore.com>
3594
3595 * testsuite/gas/all/sleb128-8.d: Adjust test.
3596 * testsuite/gas/all/gas.exp (test_cond): Likewise.
3597
74def31d
TG
35982017-01-10 Tristan Gingold <gingold@adacore.com>
3599
3600 * read.c (emit_leb128_expr): Extended unsigned big number for
3601 sleb128.
3602 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
3603 * testsuite/gas/all/sleb128.d: New test.
3604 * testsuite/gas/all/sleb128.s: New test source.
3605
a5ec5e3f
AW
36062017-01-09 Andrew Waterman <andrew@sifive.com>
3607
3608 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
3609 against constants.
3610 (md_apply_fix): Mark relocations against constants as "done."
3611
e294484e
AW
36122017-01-09 Andrew Waterman <andrew@sifive.com>
3613
3614 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
3615 against constants.
3616 (md_apply_fix): Mark relocations against constants as "done."
3617
6ec11ab9
PD
36182017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
3619 Kito Cheng <kito.cheng@gmail.com>
3620
3621 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
3622 Removed.
3623 (SDATA_START_SYMBOLS): Likewise.
3624
20b52c88
NC
36252017-01-09 Nick Clifton <nickc@redhat.com>
3626
3627 * po/sv.po: New Swedish translation.
3628 * configure.ac (ALL_LINGUAS): Add sv.
3629 * configure: Regenerate.
3630
01156111
AW
36312017-01-09 Andrew Waterman <andrew@sifive.com>
3632
3633 * config/tc-riscv.c (relaxed_branch_length): Use the long
3634 sequence when the target is a weak symbol.
3635
d74d4880
SN
36362017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
3637
3638 * config/tc-aarch64.c (aarch64_features): Add rcpc.
3639 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
3640 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
3641 * testsuite/gas/aarch64/ldst-rcpc.d: This.
3642 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
3643 * testsuite/gas/aarch64/ldst-rcpc.s: This.
3644 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
3645
10ab38d9
NJ
36462017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
3647
3648 PR gas/20992
3649 * configure.tgt: Treat sparcv9 as sparc64.
3650
cc917fd9
KC
36512017-01-03 Kito Cheng <kito.cheng@gmail.com>
3652
3653 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
3654 extension.
3655 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
3656 enabled and no other ABI is specified.
3657
ddb2c6fd
DD
36582017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
3659
3660 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
3661 valueT, as declared in tc.h.
3662 (md_apply_fix): Fix to work on 32-bit hosts.
3663
2571583a
AM
36642017-01-02 Alan Modra <amodra@gmail.com>
3665
3666 Update year range in copyright notice of all files.
3667
5c1ad6b5 3668For older changes see ChangeLog-2016
3499769a 3669\f
5c1ad6b5 3670Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
3671
3672Copying and distribution of this file, with or without modification,
3673are permitted in any medium without royalty provided the copyright
3674notice and this notice are preserved.
3675
3676Local Variables:
3677mode: change-log
3678left-margin: 8
3679fill-column: 74
3680version-control: never
3681End:
This page took 0.395955 seconds and 4 git commands to generate.