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