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