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