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