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