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