MIPS/BFD: Don't stop processing on a cross-mode jump conversion error
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
bdd582db
GM
12016-06-21 Graham Markall <graham.markall@embecosm.com>
2
3 * config/tc-arc.c (check_cpu_feature, md_parse_option):
4 Add nps400 option and feature. Add check for nps400
5 feature. Refactor existing checks to check subclass before
6 feature enablement.
7 (md_show_usage): Document flags for NPS-400 and add some other
8 undocumented flags.
9 (cpu_type): Remove nps400 CPU type entry
10 (check_zol): Remove bfd_mach_arc_nps400 case.
11 (md_show_usage): Add help on -mcpu=nps400.
12 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
13 set.
14 * doc/c-arc.texi: Document the -mnps400, -mspfp, -mdpfp, and
15 -fpuda flags. Document -mcpu=nps400.
16 * testsuite/gas/arc/nps-400-0.d: Use -mcpu=arc700 -mnps400. Change
17 expected flags to match ARC700 instead of NPS400.
18 * testsuite/gas/arc/nps-400-1.d: Use -mcpu=arc700 -mnps400.
19 * testsuite/gas/arc/nps-400-2.d: Likewise.
20 * testsuite/gas/arc/nps-400-3.d: Likewise.
21 * testsuite/gas/arc/nps-400-4.d: Likewise.
22 * testsuite/gas/arc/nps-400-5.d: Likewise.
23 * testsuite/gas/arc/nps-400-6.d: Likewise.
24 * testsuite/gas/arc/nps-400-7.d: Likewise.
25 * testsuite/gas/arc/textinsn2op01.s: Change opcode of myinsn to
26 avoid clash with cbba instruction.
27 * testsuite/gas/arc/textinsn2op01.d: Likewise.
28 * testsuite/gas/arc/textinsn3op.d: Likewise.
29 * testsuite/gas/arc/textinsn3op.s: Likewise.
30 * testsuite/gas/arc/nps-400-0.d: Test using NPS-400 using
31 -mcpu=nps400 as an alternative to -mcpu=arc700 -mnps400 flags.
32
ff03d62a
MR
332016-06-20 Maciej W. Rozycki <macro@imgtec.com>
34
35 * testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
36 * testsuite/gas/mips/r6-64-n64.d: Likewise.
37
507dcb32
MR
382016-06-20 Maciej W. Rozycki <macro@imgtec.com>
39
40 * config/tc-mips.c (mips_fix_adjustable): Update comment on jump
41 reloc conversion.
42
9f99c22e
VP
432016-06-20 Virendra Pathak <virendra.pathak@broadcom.com>
44
45 * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
46
96074adc
JM
472016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
48
49 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
50 %hmcddfr and %hva_mask_nz.
51 (sparc_ip): New handling of asr/privileged/hyperprivileged
52 registers, adapted to the new form of the sparc opcodes table.
53 * testsuite/gas/sparc/rdasr.s: New file.
54 * testsuite/gas/sparc/rdasr.d: Likewise.
55 * testsuite/gas/sparc/wrasr.s: Likewise.
56 * testsuite/gas/sparc/wrasr.d: Likewise.
57 * testsuite/gas/sparc/sparc.exp (sparc_elf_setup): Add rdasr and
58 wrasr tests.
59 * testsuite/gas/sparc/rdpr.d: Use -Av9m, as some privileged
60 registers require it.
61 * testsuite/gas/sparc/wrpr.s: Complete to cover all privileged
62 registers and write instruction modalities.
63 * testsuite/gas/sparc/wrpr.d: Likewise.
64 * testsuite/gas/sparc/rdhpr.s: Likewise for hyperprivileged
65 registers.
66 * testsuite/gas/sparc/rdhpr.d: Likewise.
67 * testsuite/gas/sparc/wrhpr.s: Likewise.
68 * testsuite/gas/sparc/wrhpr.d: Likewise.
69
7a10c22f
JM
702016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
71
72 * config/tc-sparc.c (sparc_arch_table): adjust the GAS
73 architectures to use the right opcode architecture.
74 (sparc_md_end): Handle v9{c,d,e,v,m}.
75 (sparc_ip): Fix some comments.
76 * testsuite/gas/sparc/ldx_efsr.d: Fix the architecture of this
77 instruction, which is v9d.
78 * testsuite/gas/sparc/mwait.s: Remove the `rd %mwait,%g1'
79 instruction from the test, as %mwait is not readable.
80 * testsuite/gas/sparc/mwait.d: Likewise.
81 * testsuite/gas/sparc/mism-1.s: Expand to check v9b and v9e
82 mismatch architecture errors.
83 * testsuite/gas/sparc/mism-2.s: New file.
84
8b8c7c9f
JM
852016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
86
87 * config/tc-sparc.c (priv_reg_table): Use NULL instead of the
88 empty string to mark the end of the array.
89 (hpriv_reg_table): Likewise.
90 (v9a_asr_table): Likewise.
91 (cmp_reg_entry): Handle entries with NULL names.
92 (F_POP_V9): Define.
93 (F_POP_PCREL): Likewise.
94 (F_POP_TLS_CALL): Likewise.
95 (F_POP_POSTFIX): Likewise.
96 (struct pop_entry): New type.
97 (pop_table): New variable.
98 (enum pop_entry_type): New type.
99 (struct perc_entry): Likewise.
100 (NUM_PERC_ENTRIES): Define.
101 (perc_table): New variable.
102 (cmp_perc_entry): New function.
103 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
104 perc_table.
105 (sparc_ip): Handle entries with NULL names in priv_reg_table,
106 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
107 %-pseudo-ops.
108
3ee6e4fb
NC
1092016-06-15 Nick Clifton <nickc@redhat.com>
110
111 * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the
112 instruction size.
113 * config/tc-mcore.c (md_assemble): Likewise.
114 * config/tc-mn10200.c (md_assemble): Likewise.
115 * config/tc-moxie.c (md_assemble): Likewise.
116 * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32.
117 * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of
118 exception targets. Add alpha, hppa, microblaze and rl78 to list
119 of exceptions.
120 (forward): Add microblaze to list of exceptions.
121 (fwdexp): Add alpha to list of exceptions.
122 (redef2): Add arm-epoc-pe and rl78 to list of exceptions.
123 (redef3): Add rl78 and x86_64 cygwin to list of exceptions.
124 (do_930509a): Alpha sort list of exception targets. Add h8300 and
125 mn10200 to list of exceptions.
126 (align2): Expect to fail for nds32.
127 (cond): Add alpha and rl78 to list of exceptions.
128 * testsuite/gas/all/none.d: Skip for ft32 and hppa.
129 * testsuite/gas/all/string.d: Skip for tic4x.
130 * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff
131 target does not support ELF.
132 * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target.
133 * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names.
134 * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH
135 tests for sh-pe and sh-rtemscoff targets.
136 * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to
137 list of exceptions.
138 (type): Run the noifunc version for alpha-freebsd and visium.
139 * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore,
140 mn10200 or moxie targets.
141 * testsuite/gas/ft32/insn.d: Update expected disassembly.
142 * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin
143 targets.
144 * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for
145 mcore and rx targets.
146 * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k,
147 rl78 and vax.
148 (purge): Expect to fail on the ns32k and vax.
149 * testsuite/gas/nds32/alu-2.d: Update expected disassembly.
150 * testsuite/gas/nds32/ls.d: Likewise.
151 * testsuite/gas/nds32/sys-reg.d: Likewise.
152 * testsuite/gas/nds32/usr-spe-reg.d: Likewise.
153 * testsuite/gas/pe/aligncomm-d.d: Skip for the sh.
154 * testsuite/gas/pe/section-align-3.d: Likewise.
155 * testsuite/gas/pe/section-exclude.d: Likewise.
156 * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required
157 data has been seen.
158 * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow
159 for variations in whitespace.
160 * testsuite/gas/tilepro/t_constants.d: Pass once all the required
161 data has been seen.
162 * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro.
163 Installs a 32-bit value without generating warnings on 64-bit
164 hosts.
165 Use the new macro to replace the .word directives.
166
02f3be19
AB
1672016-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * testsuite/gas/arc/add_s.d: New file.
170 * testsuite/gas/arc/add_s.s: New file.
171
6f9f37ed 1722016-06-14 Graham Markall <graham.markall@embecosm.com>
28215275
GM
173
174 * testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
175 * testsuite/gas/arc/nps400-6.d: Likewise.
176
6f9f37ed 1772016-06-14 Graham Markall <graham.markall@embecosm.com>
9ba75c88
GM
178
179 * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and
180 addf.
181 * testsuite/gas/arc/nps400-6.d: Likewise.
182
6f9f37ed 1832016-06-14 Graham Markall <graham.markall@embecosm.com>
14053c19
GM
184
185 * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd,
186 calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab,
187 lbdsize, bdlen, csms, csma, cbba, zncv, and hofs.
188 * testsuite/gas/arc/nps400-6.d: Likewise.
189
d2dfe54d
NC
1902016-06-14 Nick Clifton <nickc@redhat.com>
191
192 * config/tc-nds32.c (nds32_get_align): Avoid left shifting a
193 signed constant.
194
97f50151
MR
1952016-06-13 Maciej W. Rozycki <macro@imgtec.com>
196
197 * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
198 JALR relocations on R6.
199 * testsuite/gas/mips/jal-svr4pic-local.d: New test.
200 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
201 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
202 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
203 * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
204 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
205 test.
206 * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
207 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
208 test.
209 * testsuite/gas/mips/jal-svr4pic-local.s: New test source.
210 * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
211 source.
212 * testsuite/gas/mips/mips.exp: Run the new tests.
213
0a8be2fe
VP
2142016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
215
216 * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
217 * doc/c-aarch64.texi: Document that vulcan is a valid processor
218 name.
219
69c9e028
NC
2202016-06-13 Nick Clifton <nickc@redhat.com>
221
222 * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
223 that are not supported.
224
225 * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed
226 constant.
227 * config/tc-cr16.c (check_range): Likewise.
228 * config/tc-nios2.c (nios2_check_overflow): Likewise.
229
08d3b0cc
RL
2302016-06-08 Renlin Li <renlin.li@arm.com>
231
232 * config/tc-aarch64.c (print_operands): Substitute size.
233 (output_operand_error_record): Likewise.
234
14b57c7c
AM
2352016-06-07 Alan Modra <amodra@gmail.com>
236
237 * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR,
238 PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE,
239 PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define.
240 (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden
241 by vle_opcodes, and that vle flag doesn't enable opcodes. Don't
242 add vle_opcodes twice.
243 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.
244
4d1464f2
MW
2452016-06-07 Matthew Wahab <matthew.wahab@arm.com>
246
247 * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras.
248 (arm_ext_ras): Renamed from arm_ext_v8_2.
249 (insns): Update for arm_ext_v8_2 renaming.
250 (arm_extensions): Add "ras".
251 * doc/c-arm.texi (ARM Options): Add an entry for "ras".
252 * testsuite/gas/arm/armv8-a+ras.d: New.
253 * testsuite/gas/arm/armv8_2-a.d: Add explicit command line
254 options.
255
852a1d49
TS
2562016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
257
258 * itbl-parse.y (yyerror): Use modern argument declaration style.
259
c4212e11
TS
2602016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
261
262 * config/tc-sh.c (parse_reg): Change type of mode argument to
263 sh_arg_type.
264 (get_operand): Adjust.
265 (insert): Change type of how to bfd_reloc_code_real_type.
266 (insert4): Likewise.
267 * config/tc-sh64.c (shmedia_get_operand): Adjust.
268 (shmedia_parse_reg): Change type of mode to shmedia_arg_type.
269
73a229c7
TS
2702016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
271
272 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
273 const char *.
274
026122a6
PB
2752016-06-03 Peter Bergner <bergner@vnet.ibm.com>
276
277 PR binutils/20196
278 * gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
279 stbcx., sthcx., stwcx., stdcx.>: Add tests.
280 * gas/testsuite/gas/ppc/e6500.d: Likewise.
281 * gas/testsuite/gas/ppc/power8.s: Likewise.
282 * gas/testsuite/gas/ppc/power8.d: Likewise.
283 * gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
284 stdcx.>: Add tests.
285 * gas/testsuite/gas/ppc/power4.d: Likewise.
286
07f5af7d
L
2872016-06-03 H.J. Lu <hongjiu.lu@intel.com>
288
289 PR binutis/18386
290 * testsuite/gas/i386/i386.exp: Run x86-64-branch-4.
291 * testsuite/gas/i386/x86-64-branch.d: Updated.
292 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
293 * testsuite/gas/i386/x86-64-branch-4.l: New file.
294 * testsuite/gas/i386/x86-64-branch-4.s: Likewise.
295
1aa70332
KT
2962016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
297
298 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry.
299 * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value.
300
362a3eba
KT
3012016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
302
303 * config/tc-arm.c (arm_cpus): Add cortex-a73 entry.
304 * doc/c-arm.texi (-mcpu=): Document cortex-a73 value.
305
4ad0bb5f
VG
3062016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
307
308 * configure.tgt: Replace -uclibc with *.
309
4eb6f892
AB
3102016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * config/tc-arc.c (parse_opcode_flags): New function.
313 (find_opcode_match): Move flag parsing code out to new function.
314 Ignore operands marked IGNORE.
315 (build_fake_opcode_hash_entry): New function.
316 (find_special_case_long_opcode): New function.
317 (find_special_case): Lookup long opcodes.
318 * testsuite/gas/arc/nps400-7.d: New file.
319 * testsuite/gas/arc/nps400-7.s: New file.
320
c273521c
TS
3212016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
322
323 * config/tc-ns32k.c: Remove definition of input_line_pointer.
324
814f1489
TS
3252016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
326
327 * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
328 sentinal with iteration to array size.
329
d05584d3
TS
3302016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
331
332 * config/xtensa-relax.h: Move typedefs of enums to the enums
333 definition.
334
5e429f4c
TS
3352016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
336
337 * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
338 macro.
339
315f180f
GM
3402016-06-01 Graham Markall <graham.markall@embecosm.com>
341
342 * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
343 operands of types a,b,u6, 0,b,u6, and 0,b,limm.
344 * testsuite/gas/arc/nps-400-1.d: Likewise.
345
0cbd0046
L
3462016-05-29 H.J. Lu <hongjiu.lu@intel.com>
347
348 PR gas/20145
349 * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
350 noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
351 noavx512ifma and noavx512vbmi.
352 * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
353 noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
354 and noavx512vbmi.
355 * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
356 * testsuite/gas/i386/noavx512-1.l: New file.
357 * testsuite/gas/i386/noavx512-1.s: Likewise.
358 * testsuite/gas/i386/noavx512-2.l: Likewise.
359 * testsuite/gas/i386/noavx512-2.s: Likewise.
360
1848e567
L
3612016-05-27 H.J. Lu <hongjiu.lu@intel.com>
362
363 PR gas/20145
364 * config/tc-i386.c (cpu_arch): Add 687.
365 (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
366 nosse4.1, nosse4.2, nosse4 and noavx2.
367 (parse_real_register): Check cpuregmmx instead of cpummx for MMX
368 register. Check cpuregxmm instead of cpusse for XMM register.
369 Check cpuregymm instead of cpuavx for YMM register. Check
370 cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
371 * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
372 nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
373 * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
374 * testsuite/gas/i386/arch-10.d (as): Likewise.
375 * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
376 * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
377 arch-10-3 and arch-10-4. Run no87-3, nosse-4, nosse-5, noavx-3
378 and noavx-4.
379 * testsuite/gas/i386/no87-3.l: New file.
380 * testsuite/gas/i386/no87-3.s: Likewise.
381 * testsuite/gas/i386/noavx-3.l: Likewise.
382 * testsuite/gas/i386/noavx-3.s: Likewise.
383 * testsuite/gas/i386/noavx-4.d: Likewise.
384 * testsuite/gas/i386/noavx-4.s: Likewise.
385 * testsuite/gas/i386/nosse-4.l: Likewise.
386 * testsuite/gas/i386/nosse-4.s: Likewise.
387 * testsuite/gas/i386/nosse-5.d: Likewise.
388 * testsuite/gas/i386/nosse-5.s: Likewise.
389
e92bae62
L
3902016-05-27 H.J. Lu <hongjiu.lu@intel.com>
391
392 PR gas/20154
393 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
394 cpuintel64.
395 (match_template): Check Intel64/AMD64 ISA.
396
e89c5eaa
L
3972016-05-27 H.J. Lu <hongjiu.lu@intel.com>
398
399 PR gas/20154
400 * config/tc-i386.c (intel64): New.
401 (cpu_flags_match): Set cpuamd64 and cpuintel64.
402 (md_parse_option): Set intel64 instead of cpuamd64 and
403 cpuintel64.
404
9d07ebe1
L
4052016-05-27 H.J. Lu <hongjiu.lu@intel.com>
406
407 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
408 cpuno64.
409
19dfcc89
PB
4102016-05-26 Peter Bergner <bergner@vnet.ibm.com>
411
412 * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
413 * testsuite/gas/ppc/altivec3.s: Likewise.
414 * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
415 * testsuite/gas/ppc/power9.s: Likewise.
416
8d5b9a5a
L
4172016-05-26 H.J. Lu <hongjiu.lu@intel.com>
418
419 * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
420 * testsuite/gas/i386/noavx-1.l: Likewise.
421 * testsuite/gas/i386/nommx-1.l: Likewise.
422 * testsuite/gas/i386/nosse-1.l: Likewise.
423 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
424 * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
425 * testsuite/gas/i386/noavx-1.s: Likewise.
426 * testsuite/gas/i386/nommx-1.s: Likewise.
427 * testsuite/gas/i386/nosse-1.s: Likewise.
428 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
429
81cead6f
TS
4302016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
431
432 * config/tc-metag.c (metag_handle_align): Make the type of noop
433 unsigned char.
434
79052aae
TS
4352016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
436
437 * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
438 bfd_reloc_code_real_type.
439
73b090a9
L
4402016-05-25 H.J. Lu <hongjiu.lu@intel.com>
441
442 PR gas/20140
443 * config/tc-i386.c (cpu_flags_match): Require another match
444 for AVX512VL.
445 * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
446 x86-64-avx512vl-1 and x86-64-avx512vl-2.
447 * testsuite/gas/i386/avx512vl-1.l: New file.
448 * testsuite/gas/i386/avx512vl-1.s: Likewise.
449 * testsuite/gas/i386/avx512vl-2.l: Likewise.
450 * testsuite/gas/i386/avx512vl-2.s: Likewise.
451 * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
452 * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
453 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
454 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
455
f1360d58
L
4562016-05-25 H.J. Lu <hongjiu.lu@intel.com>
457
458 PR gas/20141
459 * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
460 * testsuite/gas/i386/x86-64-pr20141.d: New file.
461 * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
462
293f5f65
L
4632016-05-25 H.J. Lu <hongjiu.lu@intel.com>
464
465 * config/tc-i386.c (arch_entry): Remove negated.
466 (noarch_entry): New struct.
467 (cpu_arch): Updated. Remove .no87, .nommx, .nosse and .noavx.
468 (cpu_noarch): New.
469 (set_cpu_arch): Check cpu_noarch after cpu_arch.
470 (md_parse_option): Allow -march=+nosse. Check cpu_noarch after
471 cpu_arch.
472 (output_message): New function.
473 (show_arch): Use it. Handle cpu_noarch.
474 * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
475 nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
476 * testsuite/gas/i386/noavx-1.l: New file.
477 * testsuite/gas/i386/noavx-1.s: Likewise.
478 * testsuite/gas/i386/noavx-2.s: Likewise.
479 * testsuite/gas/i386/noavx-2.l: Likewise.
480 * testsuite/gas/i386/nommx-1.s: Likewise.
481 * testsuite/gas/i386/nommx-1.l: Likewise.
482 * testsuite/gas/i386/nommx-2.s: Likewise.
483 * testsuite/gas/i386/nommx-2.l: Likewise.
484 * testsuite/gas/i386/nommx-3.s: Likewise.
485 * testsuite/gas/i386/nommx-3.l: Likewise.
486 * testsuite/gas/i386/nosse-1.s: Likewise.
487 * testsuite/gas/i386/nosse-1.l: Likewise.
488 * testsuite/gas/i386/nosse-2.s: Likewise.
489 * testsuite/gas/i386/nosse-2.l: Likewise.
490 * testsuite/gas/i386/nosse-3.s: Likewise.
491 * testsuite/gas/i386/nosse-3.l: Likewise.
492
934c2632
CZL
4932016-05-25 Chua Zheng Leong <chuazl@comp.nus.edu.sg>
494
ee4d7613 495 PR target/20067
934c2632
CZL
496 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
497 instruction if supported by the currently selected fpu variant.
498 * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
499 * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
500
44d3da23 5012016-05-24 Maciej W. Rozycki <macro@imgtec.com>
934c2632 502
44d3da23
MR
503 * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
504 jump relocations against MIPS16 or microMIPS symbols on RELA
505 targets.
506 * testsuite/gas/mips/jalx-local.d: New test.
507 * testsuite/gas/mips/jalx-local-n32.d: New test.
508 * testsuite/gas/mips/jalx-local-n64.d: New test.
509 * testsuite/gas/mips/jalx-local.s: New test source.
510 * testsuite/gas/mips/mips.exp: Run the new tests.
511
4512dafa
MR
5122016-05-24 Maciej W. Rozycki <macro@imgtec.com>
513
514 * config/tc-mips.c (md_apply_fix)
515 <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
516 code accordingly.
517
cc34adb2
TS
5182016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
519
520 * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
521 operator to operatorT.
522 (map_suffix_reloc_to_operator): Change return type to operatorT.
523
c023823f
TS
5242016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
525
526 * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
527
049efc64
TS
5282016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
529
530 * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
531 handler_charp to const char *.
532
b19e0aeb
TS
5332016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
534
535 * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
536 (ft32_target_format): Likewise.
537 (TARGET_FORMAT): Adjust.
538
e5e27b07
TS
5392016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
540
541 * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
542 (ia64_frob_label): Likewise.
543
6610dc6d
TS
5442016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
545
546 * config/tc-cr16.c (check_range): Make type of retval op_err.
547 * config/tc-crx.c: Likewise.
548
87789e08
CZ
5492016-05-23 Claudiu Zissulescu <claziss@synopsys.com>
550
551 * config/tc-arc.c (md_begin): Add XY registers.
552 (cpu_types): Code density is default off for ARC EM.
553
c810e0b8
CZ
5542016-05-23 Cupertino Miranda <cmiranda@synopsys.com>
555
556 * config/tc-arc.c (attributes_t): Renamed attribute class to
557 attr_class.
558 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed.
559
d26a14db
NC
5602016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
561
562 * configuse.tgt: Add entry for arm-phoenix.
563
f10e0aef
TS
5642016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
565
566 * config/tc-tic54x.c (tic54x_sect): simplify string creation.
567
2900e701
TS
5682016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
569
570 * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant.
571
3d207518
TS
5722016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
573
574 * config/tc-tic54x.c (tic54x_mmregs): Adjust.
575 (md_begin): Likewise.
576 (encode_condition): Likewise.
577 (encode_cc3): Likewise.
578 (encode_cc2): Likewise.
579 (encode_operand): Likewise.
580 (tic54x_undefined_symbol): Likewise.
581
a4968f42
MF
5822016-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
583
584 * config/tc-mips.c (mips_cpu_info_table): Update comment. Add
585 p6600 entry.
586 * doc/c-mips.texi: Document p6600 -march option.
587
4e21640f
L
5882016-05-20 H.J. Lu <hongjiu.lu@intel.com>
589
590 PR gas/19600
591 * config/tc-i386.c (md_apply_fix): Preserve addend for
592 BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
593 * testsuite/gas/i386/addend.d: New file.
594 * testsuite/gas/i386/addend.s: Likewise.
595 * testsuite/gas/i386/x86-64-addend.d: Likewise.
596 * testsuite/gas/i386/x86-64-addend.s: Likewise.
597 * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
598 * testsuite/gas/i386/reloc32.d: Updated.
599
17c6c9d9
MR
6002016-05-20 Maciej W. Rozycki <macro@imgtec.com>
601
602 * config/tc-mips.c (append_insn): Correct the encoding of a
603 constant argument for microMIPS JALX.
604 (tc_gen_reloc): Correct the encoding of an in-place addend for
605 microMIPS JALX.
606 * testsuite/gas/mips/jalx-addend.d: New test.
607 * testsuite/gas/mips/jalx-addend-n32.d: New test.
608 * testsuite/gas/mips/jalx-addend-n64.d: New test.
609 * testsuite/gas/mips/jalx-imm.d: New test.
610 * testsuite/gas/mips/jalx-imm-n32.d: New test.
611 * testsuite/gas/mips/jalx-imm-n64.d: New test.
612 * testsuite/gas/mips/jalx-addend.s: New test source.
613 * testsuite/gas/mips/jalx-imm.s: New test source.
614 * testsuite/gas/mips/mips.exp: Run the new tests.
615
134c0c8b
MR
6162016-05-20 Maciej W. Rozycki <macro@imgtec.com>
617
618 * config/tc-mips.c: Correct tab-after-space formatting mistakes
619 throughout.
620
38cd8a0d
AB
6212016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * config/tc-arc.c (find_opcode_match): Remove casting away of
624 const.
625 * config/tc-arc.h (struct arc_flags): Make flgp field const.
626
9e32d9ae
AB
6272016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
630 appropriate.
631 (md_convert_frag): Likewise.
632
fe779266
AB
6332016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
636 cached opcode to NULL when we reach a non-matching opcode.
637 * testsuite/gas/arc/asm-errors-2.d: New file.
638 * testsuite/gas/arc/asm-errors-2.err: New file.
639 * testsuite/gas/arc/asm-errors-2.s: New file.
640
3b889a78
AB
6412016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * config/tc-arc.c (tokenize_arguments): Add checks for array
644 overflow.
645 * testsuite/gas/arc/asm-errors.s: Addition test line added.
646 * testsuite/gas/arc/asm-errors.err: Update expected results.
647
42e58860
TS
6482016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
649
650 * config/tc-rx.c (struct cpu_type): Change the type of a field from
651 int to enum rx_cpu_types.
652
4bfaa1ca
TS
6532016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
654
655 * config/tc-dlx.c (struct machine_it): change the type of a field from
656 int to bfd_reloc_code_real_type.
657 * config/tc-tic4x.c: Likewise.
658
eb408eaa
TS
6592016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
660
661 * config/tc-v850.c (v850_target_arch): change type to enum
662 bfd_architecture.
663 * config/tc-v850.h (v850_target_arch): Likewise.
664
a255f00a
AM
6652016-05-18 Alan Modra <amodra@gmail.com>
666
667 * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
668 allowed negative range.
669 * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
670 * testsuite/gas/ppc/power9.d: Update.
671
659f032c
TP
6722016-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
673
674 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
675 disassembling and stop skipping targets.
676 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
677 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
678 * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
679 instruction for targets that have stronger alignment requirement.
680 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
681 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
682 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
683 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
684 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
685 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
686 * testsuite/gas/arm/archv8m-main.d: Likewise.
687 * testsuite/gas/arm/archv8m.s: Add label.
688 * testsuite/gas/arm/archv8m-cmse.s: Likewise.
689 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
690 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
691
7b14583e
TS
6922016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
693
694 * config/tc-m32r.c (mach_table): Make static and const.
695
0591130a
TS
6962016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
697
698 * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
699 definition.
700
9117cd3e
TS
7012016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
702
703 * config/tc-mn10300.c (md_begin): set linkrelax here instead of
704 defining it.
705 * config/tc-msp430.c (md_begin): Likewise.
706
e1838240
TS
7072016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
708
709 * config/tc-m68hc11.c (fixup8): Change variables type from int to
710 bfd_reloc_code_real_type where appropriate.
711 (fixup16): Likewise.
712 (fixup8_xg): Likewise.
713
9dfa3e63
MR
7142016-05-15 Maciej W. Rozycki <macro@imgtec.com>
715
716 * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
717
1178da44
PB
7182016-05-13 Peter Bergner <bergner@vnet.ibm.com>
719
720 * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
721 * testsuite/gas/ppc/power9.s: Likewise.
722
d2edc834
AM
7232016-05-13 Alan Modra <amodra@gmail.com>
724
725 * config/obj-coff.c (weak_uniquify): Delete unused var.
726
add39d23
TS
7272016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
728
729 * app.c (app_push): Use XNEW and related macros.
730 * as.c (parse_args): Likewise.
731 * cgen.c (make_right_shifted_expr): Likewise.
732 (gas_cgen_tc_gen_reloc): Likewise.
733 * config/bfin-defs.h: Likewise.
734 * config/bfin-parse.y: Likewise.
735 * config/obj-coff.c (stack_init): Likewise.
736 (stack_push): Likewise.
737 (coff_obj_symbol_new_hook): Likewise.
738 (coff_obj_symbol_clone_hook): Likewise.
739 (add_lineno): Likewise.
740 (coff_frob_symbol): Likewise.
741 * config/obj-elf.c (obj_elf_section_name): Likewise.
742 (build_group_lists): Likewise.
743 * config/obj-evax.c (evax_symbol_new_hook): Likewise.
744 * config/obj-macho.c (obj_mach_o_indirect_symbol): Likewise.
745 * config/tc-aarch64.c (insert_reg_alias): Likewise.
746 (find_or_make_literal_pool): Likewise.
747 (add_to_lit_pool): Likewise.
748 (fill_instruction_hash_table): Likewise.
749 * config/tc-alpha.c (load_expression): Likewise.
750 (emit_jsrjmp): Likewise.
751 (s_alpha_ent): Likewise.
752 (s_alpha_end): Likewise.
753 (s_alpha_linkage): Likewise.
754 (md_begin): Likewise.
755 (tc_gen_reloc): Likewise.
756 * config/tc-arc.c (arc_insert_opcode): Likewise.
757 (arc_extcorereg): Likewise.
758 * config/tc-bfin.c: Likewise.
759 * config/tc-cr16.c: Likewise.
760 * config/tc-cris.c: Likewise.
761 * config/tc-crx.c (preprocess_reglist): Likewise.
762 * config/tc-d10v.c: Likewise.
763 * config/tc-frv.c (frv_insert_vliw_insn): Likewise.
764 (frv_tomcat_shuffle): Likewise.
765 * config/tc-h8300.c: Likewise.
766 * config/tc-i370.c (i370_macro): Likewise.
767 * config/tc-i386.c (lex_got): Likewise.
768 (md_parse_option): Likewise.
769 * config/tc-ia64.c (alloc_record): Likewise.
770 (set_imask): Likewise.
771 (save_prologue_count): Likewise.
772 (dot_proc): Likewise.
773 (dot_endp): Likewise.
774 (ia64_frob_label): Likewise.
775 (add_qp_imply): Likewise.
776 (add_qp_mutex): Likewise.
777 (mark_resource): Likewise.
778 (dot_alias): Likewise.
779 * config/tc-m68hc11.c: Likewise.
780 * config/tc-m68k.c (m68k_frob_label): Likewise.
781 (s_save): Likewise.
782 (mri_control_label): Likewise.
783 (push_mri_control): Likewise.
784 (build_mri_control_operand): Likewise.
785 (s_mri_else): Likewise.
786 (s_mri_break): Likewise.
787 (s_mri_next): Likewise.
788 (s_mri_for): Likewise.
789 (s_mri_endw): Likewise.
790 * config/tc-metag.c (create_mnemonic_htab): Likewise.
791 * config/tc-microblaze.c: Likewise.
792 * config/tc-mmix.c (s_loc): Likewise.
793 * config/tc-nds32.c (nds32_relax_hint): Likewise.
794 * config/tc-nios2.c (nios2_insn_reloc_new): Likewise.
795 * config/tc-rl78.c: Likewise.
796 * config/tc-rx.c (rx_include): Likewise.
797 * config/tc-sh.c: Likewise.
798 * config/tc-sh64.c (shmedia_frob_section_type): Likewise.
799 * config/tc-sparc.c: Likewise.
800 * config/tc-spu.c: Likewise.
801 * config/tc-tic6x.c (static tic6x_unwind_info *tic6x_get_unwind): Likewise.
802 (tic6x_start_unwind_section): Likewise.
803 * config/tc-tilegx.c: Likewise.
804 * config/tc-tilepro.c: Likewise.
805 * config/tc-v850.c: Likewise.
806 * config/tc-visium.c: Likewise.
807 * config/tc-xgate.c: Likewise.
808 * config/tc-xtensa.c (xtensa_translate_old_userreg_ops): Likewise.
809 (new_resource_table): Likewise.
810 (resize_resource_table): Likewise.
811 (xtensa_create_trampoline_frag): Likewise.
812 (xtensa_maybe_create_literal_pool_frag): Likewise.
813 (cache_literal_section): Likewise.
814 * config/xtensa-relax.c (append_transition): Likewise.
815 (append_condition): Likewise.
816 (append_value_condition): Likewise.
817 (append_constant_value_condition): Likewise.
818 (append_literal_op): Likewise.
819 (append_label_op): Likewise.
820 (append_constant_op): Likewise.
821 (append_field_op): Likewise.
822 (append_user_fn_field_op): Likewise.
823 (enter_opname_n): Likewise.
824 (enter_opname): Likewise.
825 (split_string): Likewise.
826 (parse_insn_templ): Likewise.
827 (clone_req_or_option_list): Likewise.
828 (clone_req_option_list): Likewise.
829 (parse_option_cond): Likewise.
830 (parse_insn_pattern): Likewise.
831 (parse_insn_repl): Likewise.
832 (build_transition): Likewise.
833 (build_transition_table): Likewise.
834 * dw2gencfi.c (alloc_fde_entry): Likewise.
835 (alloc_cfi_insn_data): Likewise.
836 (cfi_add_CFA_remember_state): Likewise.
837 (dot_cfi_escape): Likewise.
838 (dot_cfi_fde_data): Likewise.
839 (select_cie_for_fde): Likewise.
840 * dwarf2dbg.c (dwarf2_directive_loc): Likewise.
841 * ecoff.c (ecoff_add_bytes): Likewise.
842 (ecoff_build_debug): Likewise.
843 * input-scrub.c (input_scrub_push): Likewise.
844 (input_scrub_begin): Likewise.
845 (input_scrub_next_buffer): Likewise.
846 * itbl-ops.c (append_insns_as_macros): Likewise.
847 (alloc_entry): Likewise.
848 (alloc_field): Likewise.
849 * listing.c (listing_newline): Likewise.
850 (listing_listing): Likewise.
851 * macro.c (get_any_string): Likewise.
852 (delete_macro): Likewise.
853 * stabs.c (generate_asm_file): Likewise.
854 (stabs_generate_asm_lineno): Likewise.
855 * subsegs.c (subseg_change): Likewise.
856 (subseg_get): Likewise.
857 * symbols.c (define_dollar_label): Likewise.
858 (symbol_relc_make_sym): Likewise.
859 * write.c (write_relocs): Likewise.
860
29a2809e
TS
8612016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
862
863 * config/obj-coff.c (obj_coff_def): Simplify string copying.
864 (weak_name2altname): Likewise.
865 (weak_uniquify): Likewise.
866 (obj_coff_section): Likewise.
867 (obj_coff_init_stab_section): Likewise.
868 * config/obj-elf.c (obj_elf_section_name): Likewise.
869 (obj_elf_init_stab_section): Likewise.
870 * config/obj-evax.c (evax_shorten_name): Likewise.
871 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise.
872 * config/tc-aarch64.c (create_register_alias): Likewise.
873 * config/tc-alpha.c (load_expression): Likewise.
874 (s_alpha_file): Likewise.
875 (s_alpha_section_name): Likewise.
876 (tc_gen_reloc): Likewise.
877 * config/tc-arc.c (md_assemble): Likewise.
878 * config/tc-arm.c (create_neon_reg_alias): Likewise.
879 (start_unwind_section): Likewise.
880 * config/tc-hppa.c (pa_build_unwind_subspace): Likewise.
881 (hppa_elf_mark_end_of_function): Likewise.
882 * config/tc-nios2.c (nios2_modify_arg): Likewise.
883 (nios2_negate_arg): Likewise.
884 * config/tc-rx.c (rx_section): Likewise.
885 * config/tc-sh64.c (sh64_consume_datalabel): Likewise.
886 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
887 * config/tc-tic54x.c (tic54x_include): Likewise.
888 (tic54x_macro_info): Likewise.
889 (subsym_get_arg): Likewise.
890 (subsym_substitute): Likewise.
891 (tic54x_start_line_hook): Likewise.
892 * config/tc-xtensa.c (xtensa_literal_prefix): Likewise.
893 (xg_reverse_shift_count): Likewise.
894 * config/xtensa-relax.c (enter_opname_n): Likewise.
895 (split_string): Likewise.
896 * dwarf2dbg.c (get_filenum): Likewise.
897 (process_entries): Likewise.
898 * expr.c (operand): Likewise.
899 * itbl-ops.c (alloc_entry): Likewise.
900 * listing.c (listing_message): Likewise.
901 (listing_title): Likewise.
902 * macro.c (check_macro): Likewise.
903 * stabs.c (s_xstab): Likewise.
904 * symbols.c (symbol_relc_make_expr): Likewise.
905 * write.c (compress_debug): Likewise.
906
58c7f094
NC
9072016-05-12 Nick Clifton <nickc@redhat.com>
908
909 PR target/20068
910 * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
911
d5e74e8d
NC
9122016-05-11 Nick Clifton <nickc@redhat.com>
913
914 PR target/20068
915 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
916 big endian ARM configurations.
917
8f4f9071
MF
9182016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
919 Matthew Fortune <matthew.fortune@imgtec.com>
920
921 * config/tc-mips.c (options): Add OPTION_DSPR3 and
922 OPTION_NO_DSPR3.
923 (md_longopts): Likewise.
924 (md_show_usage): Add help for -mdspr3 and -mno-dspr3.
925 (mips_ases): Define availability for DSPr3.
926 (mips_ase_groups): Add ASE_DSPR3 to the DSP group.
927 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
928 * doc/as.texinfo: Document -mdspr3, -mno-dspr3. Fix -mdspr2
929 formatting.
930 * doc/c-mips.texi: Document -mdspr3, -mno-dspr3, .set dspr3 and
931 .set nodspr3. Fix -mdspr2 formatting.
932 * testsuite/gas/mips/mips32-dspr3.d: New file.
933 * testsuite/gas/mips/mips32-dspr3.s: Likewise.
934 * testsuite/gas/mips/mips.exp: Run mips32-dspr3 test.
935
a6684f0d
NC
9362016-05-11 Nick Clifton <nickc@redhat.com>
937
938 PR target/20068
939 * config/tc-arm.c (add_to_lit_pool): Ensure that the padding added
940 to the pool uses O_constant.
941 * testsuite/gas/arm/pr20068.s: New test.
942 * testsuite/gas/arm/pr20068.d: Test driver.
943
be5c445b
NC
9442016-05-11 Nick Clifton <nickc@redhat.com>
945
4179a6a2
NC
946 * testsuite/gas/arm/archv8m-cmse-base.d: Skip for non-ELF ARM targets.
947 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
948 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
949 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
950 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
951 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
952 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
953 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
954 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
be5c445b
NC
955
9562016-05-10 Alexander Fomin <alexander.fomin@intel.com>
957
958 * testsuite/gas/i386/i386.exp: Run RDPID tests.
959 * testsuite/gas/i386/prefix.d: Adjust.
960 * testsuite/gas/i386/rdpid.s: New test.
961 * testsuite/gas/i386/rdpid.d: Ditto.
962 * testsuite/gas/i386/rdpid-intel.d: Ditto.
963 * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
964 * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
965 * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
966
8bc52696
AF
9672016-05-10 Alexander Fomin <alexander.fomin@intel.com>
968
969 * config/tc-i386.c (cpu_arch): Add RDPID.
970 * doc/c-i386.texi: Document RDPID.
971
39d911fc
TP
9722016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
973
974 * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
975 set branch type of a symbol.
976
15afaa63
TP
9772016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
978
979 * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
980 * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
981 instructions.
982 (arm_extensions): Add dsp extension for ARMv8-M Mainline.
983 (aeabi_set_public_attributes): Memorize the feature bits of the
984 architecture selected for Tag_CPU_arch. Use it to set
985 Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
986 (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
987 * testsuite/gas/arm/arch7em-bad.d: Rename to ...
988 * testsuite/gas/arm/arch7em-bad-1.d: This.
989 * testsuite/gas/arm/arch7em-bad-2.d: New file.
990 * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
991 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
992 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
993 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
994 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
995 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
996 * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
997
d942732e
TP
9982016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
999
1000 * config/tc-arm.c (struct arm_option_extension_value_table): Make
1001 allowed_archs an array with 2 entries.
1002 (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
1003 (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
1004 (arm_extensions): Use separate entries in allowed_archs when several
1005 archs are allowed to use an extension and change ARCH_ANY in
1006 ARM_ARCH_NONE in allowed_archs.
1007 (arm_parse_extension): Check that, for each allowed_archs entry, all
1008 bits are set in the current architecture, ignoring ARM_ANY entries.
1009 (s_arm_arch_extension): Likewise.
1010
16a1fa25
TP
10112016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1012
1013 * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
1014 (arm_ext_v8m_main): New feature set for bit ARM_EXT2_V8M_MAIN.
1015 (arm_ext_v8m_m_only): New feature set for instructions in ARMv8-M not
1016 shared with a non M profile architecture.
1017 (do_rn): New function.
1018 (known_t32_only_insn): Check opcode against arm_ext_v8m_m_only rather
1019 than arm_ext_v8m.
1020 (v7m_psrs): Add ARMv8-M security extensions new special registers.
1021 (insns): Add ARMv8-M Security Extensions instructions.
1022 (aeabi_set_public_attributes): Use arm_ext_v8m_m_only instead of
1023 arm_ext_v8m_m to decide the profile and the Thumb ISA.
1024 * testsuite/gas/arm/archv8m-cmse.s: New file.
1025 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise..
1026 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
1027 * testsuite/gas/arm/any-cmse.d: Likewise.
1028 * testsuite/gas/arm/any-cmse-main.d: Likewise.
1029 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
1030 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
1031 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
1032 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
1033 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1034
d751b79e
JM
10352016-05-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1036
1037 * testsuite/gas/sparc/sparc5vis4.s: Fix mnemonic of faligndatai.
1038 * testsuite/gas/sparc/sparc5vis4.d: Likewise.
1039
f85d59c3
KT
10402016-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1041
1042 * config/tc-arm.c (fpu_arch_vfp_v1): Mark with ATTRIBUTE_UNUSED.
1043 (fpu_arch_vfp_v3): Likewise.
1044 (fpu_arch_neon_v1): Likewise.
1045 (arm_arch_full): Likewise.
1046 (parse_neon_el_struct_list): Initialize fields of firsttype.
1047
945e0f82
CZ
10482016-05-03 Claudiu Zissulescu <claziss@synopsys.com>
1049
1050 * config/tc-arc.c (syntaxclass): Add SYNTAX_NOP and SYNTAX_1OP.
1051 (arc_extinsn): Handle new introduced syntax.
1052 * testsuite/gas/arc/textinsn1op.d: New file.
1053 * testsuite/gas/arc/textinsn1op.s: Likewise.
1054 * doc/c-arc.texi: Document SYNTAX_NOP and SYNTAX_1OP.
1055
b782c63d
PS
10562016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1057
1058 * testsuite/gas/lns/lns.exp: Add avr to list of targets using
1059 DW_LNS_fixed_advance_pc.
1060
25771140
AM
10612016-04-27 Alan Modra <amodra@gmail.com>
1062
1063 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
1064 (xmemdup0): New inline function.
1065
22522f88
MR
10662016-04-22 Maciej W. Rozycki <macro@imgtec.com>
1067
1068 * config/tc-mips.c (code_option_type): New enum.
1069 (parse_code_option): Return status indicating option type.
1070 (s_mipsset): Update `parse_code_option' call site accordingly.
1071 Always set register sizes from the ISA with ISA overrides.
1072 (s_module): Update `parse_code_option' call site.
1073 * testsuite/gas/mips/isa-override-1.d: New test.
1074 * testsuite/gas/mips/micromips@isa-override-1.d: New test.
1075 * testsuite/gas/mips/mips1@isa-override-1.d: New test.
1076 * testsuite/gas/mips/mips2@isa-override-1.d: New test.
1077 * testsuite/gas/mips/mips32@isa-override-1.d: New test.
1078 * testsuite/gas/mips/mips32r2@isa-override-1.d: New test.
1079 * testsuite/gas/mips/mips32r3@isa-override-1.d: New test.
1080 * testsuite/gas/mips/mips32r5@isa-override-1.d: New test.
1081 * testsuite/gas/mips/mips32r6@isa-override-1.d: New test.
1082 * testsuite/gas/mips/mips64r2@isa-override-1.d: New test.
1083 * testsuite/gas/mips/mips64r3@isa-override-1.d: New test.
1084 * testsuite/gas/mips/mips64r5@isa-override-1.d: New test.
1085 * testsuite/gas/mips/mips64r6@isa-override-1.d: New test.
1086 * testsuite/gas/mips/r3000@isa-override-1.d: New test.
1087 * testsuite/gas/mips/r3900@isa-override-1.d: New test.
1088 * testsuite/gas/mips/r5900@isa-override-1.d: New test.
1089 * testsuite/gas/mips/octeon@isa-override-1.d: New test.
1090 * testsuite/gas/mips/octeon3@isa-override-1.d: New test.
1091 * testsuite/gas/mips/isa-override-2.l: New list test.
1092 * testsuite/gas/mips/mips1@isa-override-2.l: New list test.
1093 * testsuite/gas/mips/mips2@isa-override-2.l: New list test.
1094 * testsuite/gas/mips/mips32@isa-override-2.l: New list test.
1095 * testsuite/gas/mips/mips32r2@isa-override-2.l: New list test.
1096 * testsuite/gas/mips/mips32r3@isa-override-2.l: New list test.
1097 * testsuite/gas/mips/mips32r5@isa-override-2.l: New list test.
1098 * testsuite/gas/mips/mips32r6@isa-override-2.l: New list test.
1099 * testsuite/gas/mips/r3000@isa-override-2.l: New list test.
1100 * testsuite/gas/mips/r3900@isa-override-2.l: New list test.
1101 * testsuite/gas/mips/octeon3@isa-override-2.l: New list test.
1102 * testsuite/gas/mips/octeon3@isa-override-1.l: New stderr
1103 output.
1104 * testsuite/gas/mips/isa-override-1.s: New test source.
1105 * testsuite/gas/mips/r5900@isa-override-1.s: New test source.
1106 * testsuite/gas/mips/isa-override-2.s: New test source.
1107 * testsuite/gas/mips/mips1@isa-override-2.s: New test source.
1108 * testsuite/gas/mips/mips2@isa-override-2.s: New test source.
1109 * testsuite/gas/mips/mips32@isa-override-2.s: New test source.
1110 * testsuite/gas/mips/mips32r2@isa-override-2.s: New test source.
1111 * testsuite/gas/mips/mips32r3@isa-override-2.s: New test source.
1112 * testsuite/gas/mips/mips32r5@isa-override-2.s: New test source.
1113 * testsuite/gas/mips/mips32r6@isa-override-2.s: New test source.
1114 * testsuite/gas/mips/r3000@isa-override-2.s: New test source.
1115 * testsuite/gas/mips/r3900@isa-override-2.s: New test source.
1116 * testsuite/gas/mips/octeon3@isa-override-2.s: New test source.
1117 * testsuite/gas/mips/mips.exp: Run the new tests.
1118
e6c7cdec
TS
11192016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1120
1121 * cgen.c: Likewise.
1122 * config/tc-bfin.c: Likewise.
1123 * config/tc-ia64.c: Likewise.
1124 * config/tc-mep.c: Likewise.
1125 * config/tc-metag.c: Likewise.
1126 * config/tc-nios2.c: Likewise.
1127 * config/tc-rl78.c: Likewise.
1128
2533af11
AB
11292016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
1132 -mcpu. Add cross reference to .cpu directive from -mcpu option.
1133 (ARC Directives): Add NPS400 to .cpu directive list.
1134
50cc854c
MW
11352016-04-20 Matthew Wahab <matthew.wahab@arm.com>
1136
1137 * config/tc-aarch64.c (aarch64_features): Add "ras".
1138 * doc/c-aarch64.texi (AArch64 Extensions): Add "ras".
1139 * testsuite/gas/aarch64/armv8-ras-1.d: New.
1140 * testsuite/gas/aarch64/armv8-ras-1.s: New.
1141 * testsuite/gas/aarch64/illegal-ras-1.d: New.
1142 * testsuite/gas/aarch64/illegal-ras-1.s: New.
1143
537aefaf
AB
11442016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * testsuite/gas/arc/nps400-6.d: New file.
1147 * testsuite/gas/arc/nps400-6.s: New file.
1148
c8f785f2
AB
11492016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * testsuite/gas/arc/nps400-4.d: New file.
1152 * testsuite/gas/arc/nps400-4.s: New file.
1153 * testsuite/gas/arc/nps400-5.d: New file.
1154 * testsuite/gas/arc/nps400-5.s: New file.
1155
48eac74c
MG
11562016-04-19 Martin Galvan <martin.galvan@tallertechnologies.com>
1157
1158 * doc/as.texinfo (.cfi_remember_state, .cfi_restore_state): Improve
1159 documentation.
1160
644aca26
AB
11612016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 Revert prevous change.
1164 * config/tc-arc.c (arc_option): Make .cpu directive
1165 case-sensitive again.
1166
9a452709
AB
11672016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * config/tc-arc.c (arc_option): Make .cpu directive
1170 case-insensitive.
1171
5e001f26
AB
11722016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
1175
92fce9bd
TS
11762016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1177
1178 * config/tc-mips.c (md_begin): Remove useless assignment.
1179
6fd8e7c2
L
11802016-04-15 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 * Makefile.in: Regenerated with automake 1.11.6.
1183 * aclocal.m4: Likewise.
1184 * doc/Makefile.in: Likewise.
1185
05f7541e
AM
11862016-04-15 Alan Modra <amodra@gmail.com>
1187
1188 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
1189
4f2a7b51
TS
11902016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1191
1192 * config/tc-nios2.c (nios2_as_options): Make file static.
1193 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
1194 * config/tc-sparc.c (native_op_table): Likewise.
1195
85e53f62
TS
11962016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1197
1198 * config/tc-m32c.c (M32C_Macros): Remove.
1199 * config/tc-msp430.c (option_numbers): Likewise.
1200
4b0c052e
AB
12012016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * testsuite/gas/arc/nps400-3.d: New file.
1204 * testsuite/gas/arc/nps400-3.s: New file.
1205
d105775e
AB
12062016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * testsuite/gas/arc/add_s-err.s: Update target pattern.
1209 * testsuite/gas/arc/warn.s: Likewise.
1210 * testsuite/gas/elf/elf.exp: Run test for arc.
1211
84865015
NC
12122016-04-14 Nick Clifton <nickc@redhat.com>
1213
1214 PR target/19938
1215 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
1216 sections possibly having the SHF_STRINGS flag bit set.
1217 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
1218
1adc8a9a
CZ
12192016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1220
1221 * config/tc-arc.c (mach_type_specified_p): Change type to
1222 bfd_boolean.
1223 (arc_option): Set private flags when parsing cpu pseudo-op.
1224 (md_parse_option): Set mach_type_specified_p to TRUE.
1225
e4449be8
NC
12262016-04-13 Nick Clifton <nickc@redhat.com>
1227
1228 PR target/19937
1229 * testsuite/gas/v850/pr19937.s: New test.
1230 * testsuite/gas/v850/pr19937.d: New test control file.
1231 * testsuite/gas/v850/basic.exp: Run the new test.
1232
991f40a9
MR
12332016-04-13 Maciej W. Rozycki <macro@imgtec.com>
1234 Andrew Bennett <andrew.bennett@imgtec.com>
1235
1236 * config/tc-mips.c (relaxed_branch_length): Use the long
1237 sequence where the target is a weak symbol.
1238 (relaxed_micromips_32bit_branch_length): Likewise.
1239 (relaxed_micromips_16bit_branch_length): Likewise.
1240 * testsuite/gas/mips/branch-weak-1.d: New test.
1241 * testsuite/gas/mips/branch-weak-2.d: New test.
1242 * testsuite/gas/mips/branch-weak-3.d: New test.
1243 * testsuite/gas/mips/branch-weak-4.d: New test.
1244 * testsuite/gas/mips/branch-weak-5.d: New test.
1245 * testsuite/gas/mips/branch-weak.l: New stderr output.
1246 * testsuite/gas/mips/branch-weak.s: New test source.
1247 * testsuite/gas/mips/mips.exp: Run the new tests.
1248
c1f61bd2
MR
12492016-04-13 Maciej W. Rozycki <macro@imgtec.com>
1250
1251 * config/tc-mips.c (relaxed_branch_length): Use the long
1252 sequence where the distance cannot be determined.
1253 (relaxed_micromips_32bit_branch_length): Likewise.
1254 * testsuite/gas/mips/branch-extern-1.d: New test.
1255 * testsuite/gas/mips/branch-extern-2.d: New test.
1256 * testsuite/gas/mips/branch-extern-3.d: New test.
1257 * testsuite/gas/mips/branch-extern-4.d: New test.
1258 * testsuite/gas/mips/branch-extern.l: New stderr output.
1259 * testsuite/gas/mips/branch-extern.s: New test source.
1260 * testsuite/gas/mips/branch-section-1.d: New test.
1261 * testsuite/gas/mips/branch-section-2.d: New test.
1262 * testsuite/gas/mips/branch-section-3.d: New test.
1263 * testsuite/gas/mips/branch-section-4.d: New test.
1264 * testsuite/gas/mips/branch-section.l: New stderr output.
1265 * testsuite/gas/mips/branch-section.s: New test source.
1266 * testsuite/gas/mips/mips.exp: Run the new tests.
1267
f36e33da
CZ
12682016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1269
1270 * testsuite/gas/arc/textauxregister.d: New file.
1271 * testsuite/gas/arc/textauxregister.s: Likewise.
1272 * testsuite/gas/arc/textcondcode.d: Likewise.
1273 * testsuite/gas/arc/textcondcode.s: Likewise.
1274 * testsuite/gas/arc/textcoreregister.d: Likewise.
1275 * testsuite/gas/arc/textcoreregister.s: Likewise.
1276 * testsuite/gas/arc/textpseudoop.d: Likewise.
1277 * testsuite/gas/arc/textpseudoop.s: Likewise.
1278 * testsuite/gas/arc/ld2.d: Update test.
1279 * testsuite/gas/arc/st.d: Likewise.
1280 * testsuite/gas/arc/taux.d: Likewise.
1281 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
1282 .extCoreRegister and .extAuxRegister documentation.
1283 * config/tc-arc.c (arc_extcorereg): New function.
1284 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
1285 .extAuxRegister pseudo-ops.
1286 (extRegister_t): New type.
1287 (ext_condcode, arc_aux_hash): New global variable.
1288 (find_opcode_match): Check for extensions.
1289 (preprocess_operands): Likewise.
1290 (md_begin): Add aux registers in a hash.
1291 (assemble_insn): Update use arc_flags member.
1292 (tokenize_extregister): New function.
1293 (create_extcore_section): Likewise.
1294 * config/tc-arc.h (arc_flags): Delete code, add flgp.
1295
1c2e355e
CZ
12962016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1297
1298 * testsuite/gas/arc/noargs_a7.d: New file.
1299 * testsuite/gas/arc/noargs_a7.s: Likewise.
1300 * testsuite/gas/arc/noargs_hs.d: Likewise.
1301 * testsuite/gas/arc/noargs_hs.s: Likewise.
1302
b99747ae
CZ
13032016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1304
1305 * testsuite/gas/arc/textinsn-errors.d: New File.
1306 * testsuite/gas/arc/textinsn-errors.err: Likewise.
1307 * testsuite/gas/arc/textinsn-errors.s: Likewise.
1308 * testsuite/gas/arc/textinsn2op.d: Likewise.
1309 * testsuite/gas/arc/textinsn2op.s: Likewise.
1310 * testsuite/gas/arc/textinsn2op01.d: Likewise.
1311 * testsuite/gas/arc/textinsn2op01.s: Likewise.
1312 * testsuite/gas/arc/textinsn3op.d: Likewise.
1313 * testsuite/gas/arc/textinsn3op.s: Likewise.
1314 * doc/c-arc.texi (ARC Directives): Add .extInstruction
1315 documentation.
1316 * config/tc-arc.c (arcext_section): New variable.
1317 (arc_extinsn): New function.
1318 (md_pseudo_table): Add .extInstruction pseudo op.
1319 (attributes_t): New type.
1320 (suffixclass, syntaxclass, syntaxclassmod): New constant
1321 structures.
1322 (find_opcode_match): Remove arc_num_opcodes.
1323 (md_begin): Likewise.
1324 (tokenize_extinsn): New function.
1325 (arc_set_ext_seg): Likewise.
1326 (create_extinst_section): Likewise.
1327
37ab9779
CZ
13282016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
1329
1330 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
1331 (arc_adjust_symtab): New function.
1332 * config/tc-arc.h (ARC_FLAG_AUX): Define.
1333 (obj_adjust_symtab): Likewise.
1334 * testsuite/gas/arc/taux.d: New file.
1335 * testsuite/gas/arc/taux.s: Likewise.
1336
41a1578e
MR
13372016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1338
1339 * config/tc-mips.c (s_option): Sanitize `.option picX'
1340 pseudo-op.
1341 * testsuite/gas/mips/option-pic-1.d: New test.
1342 * testsuite/gas/mips/option-pic-2.l: New list test.
1343 * testsuite/gas/mips/option-pic-1.s: New test source.
1344 * testsuite/gas/mips/option-pic-2.s: New test source.
1345 * testsuite/gas/mips/mips.exp: Run the new tests.
1346
668c5ebc
MR
13472016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1348
1349 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
1350 PIC.
1351 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
1352 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
1353 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
1354 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
1355 * testsuite/gas/mips/mips.exp: Run the new tests.
1356
41065f5e
MR
13572016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1358
1359 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
1360
08918cc8
MR
13612016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1362
1363 * messages.c (as_bad): Fix a typo in description.
1364
1357373c
MR
13652016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1366
1367 * config/tc-mips.c (mips_check_options): Unify messages.
1368
5f4678bb
MR
13692016-04-09 Maciej W. Rozycki <macro@imgtec.com>
1370
1371 * config/tc-mips.c (mips_check_options): Use `opts->isa'
1372 consistently.
1373
992dc2c4
NC
13742016-04-08 Nick Clifton <nickc@redhat.com>
1375
1376 PR target/19910
1377 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
1378 COFF and AOUT sparc targets.
1379
a42a4f84
AB
13802016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
1383 * testsuite/gas/arc/nps400-2.d: New file.
1384 * testsuite/gas/arc/nps400-2.s: New file.
1385
1328504b
AB
13862016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1387
1388 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
1389 structure.
1390 (arc_opcode_hash_entry_iterator_init): New function.
1391 (arc_opcode_hash_entry_iterator_next): New function.
1392 (find_opcode_match): Iterate over all arc_opcode entries
1393 referenced by the arc_opcode_hash_entry passed in as a parameter.
1394
b9b47ab7
AB
13952016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * config/tc-arc.c (arc_find_opcode): Now returns
1398 arc_opcode_hash_entry pointer.
1399 (find_opcode_match): Update argument type, extract arc_opcode from
1400 incoming arc_opcode_hash_entry.
1401 (find_special_case_pseudo): Update return type.
1402 (find_special_case_flag): Update return type.
1403 (find_special_case): Update return type.
1404 (assemble_tokens): Lookup arc_opcode_hash_entry based on
1405 instruction mnemonic, then use find_opcode_match to identify
1406 specific arc_opcode.
1407
da5be039
AB
14082016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
1411 (arc_find_opcode): New function.
1412 (find_special_case_pseudo): Use arc_find_opcode.
1413 (find_special_case_flag): Likewise.
1414 (assemble_tokens): Likewise.
1415 (md_begin): Build hash using struct arc_opcode_hash_entry.
1416
e6ba1cba
CZ
14172016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
1418
abe051ba
AM
1419 * config/tc-arc.c (arc_option): Prepare string for automatic
1420 translation.
1421 (declare_register): Likewise.
e6ba1cba 1422
b607cde1
JG
14232016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
1424
1425 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
1426 Correct entry for RDMA. Alpha sort entries.
1427
692166c2
AB
14282016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * config/tc-arc.c (tokenize_flags): Allow greater range of
1431 characters into flag names.
1432
22b92fc4
AB
14332016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
1436 new de_fault label.
1437 (preprocess_operands): Delete.
1438 (assemble_tokens): Remove call to preprocess_operands.
1439
e140100a
NC
14402016-04-07 Nick Clifton <nickc@redhat.com>
1441
1442 PR gas/19910
1443 * config/tc-sparc.c (sparc_ip): Report an error if the expression
1444 inside a %-macro could not be fully parsed.
1445 * expr.c (integer_constant): Accept and ignore U suffixes to
1446 integers.
1447 (operand): When a missing closing parenthesis is encountered,
1448 report the character that was found instead.
1449 * testsuite/gas/mips/tls-ill.l: Update expected error message.
1450 * testsuite/gas/sparc/pr19910-1.d: New test driver.
1451 * testsuite/gas/sparc/pr19910-1.s: New test.
1452 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
1453 * testsuite/gas/sparc/pr19910-2.s: New test.
1454 * testsuite/gas/sparc/sparc.exp: Run the new tests.
1455
927f2d25
NC
14562016-04-06 Nick Clifton <nickc@redhat.com>
1457
1458 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
1459 an EINT instruction. Warn/fix as necessary.
1460 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
1461 * testsuite/gas/msp430/bad.l: Update expected messages.
1462
820f03ff
AB
14632016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
1464
1465 * testsuite/gas/arc/nps400-1.d: Update expected results.
1466 * testsuite/gas/arc/nps400-1.s: Additional test cases.
1467
8ddf6b2a
CZ
14682016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
1469
abe051ba
AM
1470 * config/tc-arc.c (is_code_density_p): Compare directly the
1471 subclass field.
1472 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
1473 (check_cpu_feature): New function.
1474 (find_opcode_match): Use check_cpu_feature function.
1475 (preprocess_operands): Likewise.
1476 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
1477 * testsuite/gas/arc/tdpfp.d: New file.
1478 * testsuite/gas/arc/tfpuda.d: Likewise.
1479 * testsuite/gas/arc/tfpx.s: Likewise.
8ddf6b2a 1480
589a7d88
JW
14812016-04-05 Jiong Wang <jiong.wang@arm.com>
1482
1483 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
1484 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
1485 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
1486 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
1487 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
1488 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
1489 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
abe051ba
AM
1490 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
1491 for Thumb.
589a7d88
JW
1492 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
1493
6ec1f282
CZ
14942016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
1495
abe051ba 1496 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
6ec1f282 1497 JUMP instructions type.
abe051ba
AM
1498 * testsuite/gas/arc/relocs-errors.d: New file.
1499 * testsuite/gas/arc/relocs-errors.err: Likewise.
1500 * testsuite/gas/arc/relocs-errors.s: Likewise.
6ec1f282 1501
0796a629
L
15022016-04-04 H.J. Lu <hongjiu.lu@intel.com>
1503
1504 PR gas/19909
1505 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
1506 only if i.disp_encoding != disp_encoding_32bit.
1507 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
1508 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
1509 * gas/testsuite/gas/i386/disp32.d: Updated.
1510 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
1511
df41fdf4
L
15122016-04-04 H.J. Lu <hongjiu.lu@intel.com>
1513
1514 PR gas/19498
1515 * testsuite/gas/i386/i386.exp: Run pr19498.
1516 * testsuite/gas/i386/pr19498.d: New file.
1517 * testsuite/gas/i386/pr19498.s: Likewise.
1518
26cdfd92
AB
15192016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * config/tc-arc.h: Include 'opcode/arc.h'.
1522 (MAX_INSN_ARGS): Delete.
1523 (MAX_INSN_FLGS): Delete.
1524
22987cec
AM
15252016-04-04 Alan Modra <amodra@gmail.com>
1526
1527 PR 19498
1528 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
1529 from function on all paths that set sy_resolving.
1530
325801bd
TS
15312016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1532
1533 * app.c (app_push): use XNEW macro.
1534 * as.c: Likewise.
1535 * config/obj-elf.c (obj_elf_change_section): Likewise.
1536 (elf_copy_symbol_attributes): Likewise.
1537 (obj_elf_size): Likewise.
1538 (build_group_lists): Likewise.
1539 * config/tc-aarch64.c (add_operand_error_record): Likewise.
1540 (md_assemble): Likewise.
1541 (tc_gen_reloc): Likewise.
1542 (get_upper_str): Likewise.
1543 (aarch64_parse_features): Likewise.
1544 * config/tc-arm.c (insert_reg_alias): Likewise.
1545 (insert_neon_reg_alias): Likewise.
1546 (find_or_make_literal_pool): Likewise.
1547 (s_arm_elf_cons): Likewise.
1548 (add_unwind_opcode): Likewise.
1549 (arm_parse_extension): Likewise.
1550 * config/tc-avr.c (create_record_for_frag): Likewise.
1551 * config/tc-crx.c: Likewise.
1552 * config/tc-d30v.c: Likewise.
1553 * config/tc-dlx.c (s_proc): Likewise.
1554 * config/tc-ft32.c: Likewise.
1555 * config/tc-h8300.c: Likewise.
1556 * config/tc-hppa.c (pa_proc): Likewise.
1557 (create_new_space): Likewise.
1558 (create_new_subspace): Likewise.
1559 * config/tc-i860.c: Likewise.
1560 * config/tc-i960.c: Likewise.
1561 * config/tc-ia64.c: Likewise.
1562 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
1563 (iq2000_record_hi16): Likewise.
1564 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
1565 * config/tc-m32r.c (debug_sym): Likewise.
1566 (m32r_record_hi16): Likewise.
1567 * config/tc-m68k.c (m68k_ip): Likewise.
1568 (md_begin): Likewise.
1569 * config/tc-mcore.c: Likewise.
1570 * config/tc-microblaze.c (check_got): Likewise.
1571 * config/tc-mips.c (append_insn): Likewise.
1572 (s_mipsset): Likewise.
1573 (mips_record_label): Likewise.
1574 (s_mips_end): Likewise.
1575 * config/tc-mmix.c (mmix_frob_file): Likewise.
1576 * config/tc-mn10200.c: Likewise.
1577 * config/tc-mn10300.c: Likewise.
1578 * config/tc-moxie.c: Likewise.
1579 * config/tc-msp430.c: Likewise.
1580 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
1581 * config/tc-ns32k.c: Likewise.
1582 * config/tc-or1k.c: Likewise.
1583 * config/tc-pdp11.c: Likewise.
1584 * config/tc-pj.c (fake_opcode): Likewise.
1585 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
1586 (ppc_macro): Likewise.
1587 (ppc_dwsect): Likewise.
1588 (ppc_machine): Likewise.
1589 * config/tc-rl78.c (rl78_frag_init): Likewise.
1590 * config/tc-rx.c (rx_frag_init): Likewise.
1591 * config/tc-s390.c (s390_lit_suffix): Likewise.
1592 (s390_machine): Likewise.
1593 (s390_machinemode): Likewise.
1594 * config/tc-score.c (s3_insert_reg): Likewise.
1595 (s3_gen_reloc): Likewise.
1596 * config/tc-score7.c (s7_insert_reg): Likewise.
1597 (s7_gen_reloc): Likewise.
1598 * config/tc-tic30.c (tic30_operand): Likewise.
1599 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
1600 * config/tc-tic54x.c (stag_add_field): Likewise.
1601 (tic54x_struct): Likewise.
1602 (tic54x_space): Likewise.
1603 (tic54x_field): Likewise.
1604 (tic54x_mlib): Likewise.
1605 (subsym_substitute): Likewise.
1606 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
1607 * config/tc-vax.c: Likewise.
1608 * config/tc-xc16x.c: Likewise.
1609 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
1610 (directive_push): Likewise.
1611 (xtensa_begin_directive): Likewise.
1612 (tokenize_arguments): Likewise.
1613 (xtensa_add_literal_sym): Likewise.
1614 (new_resource_table): Likewise.
1615 (resize_resource_table): Likewise.
1616 (emit_single_op): Likewise.
1617 (xtensa_create_trampoline_frag): Likewise.
1618 (xtensa_maybe_create_literal_pool_frag): Likewise.
1619 (xtensa_add_config_info): Likewise.
1620 (xtensa_realloc_fixup_cache): Likewise.
1621 (add_subseg_info): Likewise.
1622 (cache_literal_section): Likewise.
1623 (add_xt_block_frags): Likewise.
1624 (add_xt_prop_frags): Likewise.
1625 (init_op_placement_info_table): Likewise.
1626 (build_section_rename): Likewise.
1627 * config/tc-z80.c: Likewise.
1628 * config/tc-z8k.c: Likewise.
1629 * depend.c (register_dependency): Likewise.
1630 * dwarf2dbg.c (get_line_subseg): Likewise.
1631 (dwarf2_gen_line_info_1): Likewise.
1632 (get_filenum): Likewise.
1633 * ecoff.c (allocate_scope): Likewise.
1634 (allocate_vlinks): Likewise.
1635 (allocate_shash): Likewise.
1636 (allocate_thash): Likewise.
1637 (allocate_tag): Likewise.
1638 (allocate_forward): Likewise.
1639 (allocate_thead): Likewise.
1640 (allocate_lineno_list): Likewise.
1641 * expr.c (make_expr_symbol): Likewise.
1642 * hash.c (hash_new_sized): Likewise.
1643 * input-file.c (input_file_push): Likewise.
1644 * listing.c (file_info): Likewise.
1645 (listing_newline): Likewise.
1646 * macro.c (new_formal): Likewise.
1647 (define_macro): Likewise.
1648 * remap.c (add_debug_prefix_map): Likewise.
1649 * symbols.c (symbol_find_noref): Likewise.
1650 (define_dollar_label): Likewise.
1651 (fb_label_instance_inc): Likewise.
1652 (symbol_relc_make_value): Likewise.
1653
a44e2901
TS
16542016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1655
1656 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
1657 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
1658 (ppc_znop): Likewise.
1659 (ppc_pe_section): Likewise.
1660 (ppc_frob_symbol): Likewise.
1661 * config/tc-tic30.c (tic30_operand): Likewise.
1662 * config/tc-tic4x.c (tic4x_sect): Likewise.
1663 (tic4x_usect): Likewise.
1664
ae2689b0
TS
16652016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1666
1667 * config/tc-alpha.c: Const qualify FLT_CHARS.
1668 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
1669 * config/tc-cris.h: Likewise.
1670 * expr.c: Likewise.
1671 * config/tc-mmix.c (md_atof): Adjust comment.
1672 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
1673 * tc.h: Declare FLT_CHARS and EXP_CHARS.
1674
a51ef392
TS
16752016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1676
1677 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
1678 * config/tc-score7.c (s7_gen_reloc): Likewise.
1679
2fe88214
TS
16802016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1681
1682 * config/tc-arm.c (do_t_branch): Change the type of reloc to
1683 bfd_reloc_code_real_type.
1684
e1ec8109
TS
16852016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1686
1687 * config/bfin-parse.y (current_inputline): Remove definition.
1688 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
1689
f73e41ef
TS
16902016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1691
1692 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
1693 strings.
1694
62bd6b5f
AM
16952016-04-02 Alan Modra <amodra@gmail.com>
1696
1697 PR 19896
1698 * read.c (assign_symbol): Consume rest of line after an error
1699 rather than continuing to process the line.
1700
83cda17b
AB
17012016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
1704 (MAX_FLAG_NAME_LENGTH): ...this.
1705 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
1706 * config/tc-arc.c (tokenize_flags): Likewise.
1707
6d4af3c2
AM
17082016-04-01 Alan Modra <amodra@gmail.com>
1709
1710 * cgen.c (weak_operand_overflow_check): Return const char*.
1711 * messages.c (as_internal_value_out_of_range): Formatting.
1712 (as_warn_value_out_of_range): Consify prefix param.
1713 (as_bad_value_out_of_range): Likewise.
1714 * read.c (s_errwarn): Constify msg..
1715 (s_float_space, float_cons): ..and err.
1716 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
1717 ieee_md_atof, vax_md_atof): Update prototypes.
1718 * tc.h (md_atof): Update prototype.
1719 * config/atof-ieee.c (ieee_md_atof): Return const char*.
1720 * config/atof-vax.c (vax_md_atof): Likewise.
1721 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
1722 * config/tc-aarch64.c (md_atof): Return const char*.
1723 * config/tc-alpha.c (s_alpha_section_name): Likewise.
1724 (s_alpha_comm): Constify sec_name.
1725 (section_name): Constify.
1726 (s_alpha_section): Consify name..
1727 (alpha_elf_section_letter): ..and ptr_msg param..
1728 (md_atof): ..and return.
1729 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
1730 * config/tc-arc.c (md_atof): Return const char*.
1731 * config/tc-arm.c (md_atof): Likewise.
1732 * config/tc-avr.c (md_atof): Likewise.
1733 * config/tc-bfin.c (md_atof): Likewise.
1734 * config/tc-cr16.c (md_atof): Likewise.
1735 * config/tc-cris.c (md_atof): Likewise.
1736 * config/tc-crx.c (md_atof): Likewise.
1737 * config/tc-d10v.c (md_atof): Likewise.
1738 * config/tc-d30v.c (md_atof): Likewise.
1739 * config/tc-dlx.c (md_atof): Likewise.
1740 * config/tc-epiphany.c (md_atof): Likewise.
1741 * config/tc-fr30.c (md_atof): Likewise.
1742 * config/tc-frv.c (md_atof): Likewise.
1743 * config/tc-ft32.c (md_atof): Likewise.
1744 * config/tc-h8300.c (md_atof): Likewise.
1745 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
1746 (struct default_space_dict): Likewise.
1747 (create_new_space): Constify name param.
1748 (create_new_subspace): Likewise.
1749 (is_defined_space, is_defined_subspace): Likewise.
1750 (pa_parse_space_stmt): Constify space_name param.
1751 (md_atof): Return const char*.
1752 (pa_spaces_begin): Constify name.
1753 * config/tc-i370.c (md_atof): Return const char*.
1754 * config/tc-i386.c (md_atof): Likewise.
1755 (x86_64_section_letter): Constify ptr_msg param.
1756 * config/tc-i386.h (x86_64_section_letter): Update prototype.
1757 * config/tc-i860.c (struct i860_it): Constify error.
1758 (md_atof): Return const char*.
1759 * config/tc-i960.c (md_atof): Likewise.
1760 * config/tc-ia64.c (md_atof): Likewise.
1761 (ia64_elf_section_letter): Constify ptr_msg param.
1762 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
1763 * config/tc-ip2k.c (md_atof): Return const char*.
1764 * config/tc-iq2000.c (md_atof): Likewise.
1765 * config/tc-lm32.c (md_atof): Likewise.
1766 * config/tc-m32c.c (md_atof): Likewise.
1767 * config/tc-m32r.c (md_atof): Likewise.
1768 * config/tc-m68hc11.c (md_atof): Likewise.
1769 * config/tc-m68k.c (md_atof): Likewise.
1770 * config/tc-mcore.c (md_atof): Likewise.
1771 * config/tc-mep.c (md_atof): Likewise.
1772 (mep_elf_section_letter): Constify ptr_msg param.
1773 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
1774 * config/tc-metag.c (md_atof): Return const char*.
1775 * config/tc-microblaze.c (md_atof): Likewise.
1776 * config/tc-microblaze.h (md_atof): Delete prototype.
1777 * config/tc-mips.c (mips_parse_argument_token): Constify err.
1778 (md_atof): Return const char*.
1779 * config/tc-mmix.c (md_atof): Likewise.
1780 * config/tc-mn10200.c (md_atof): Likewise.
1781 * config/tc-mn10300.c (md_atof): Likewise.
1782 * config/tc-moxie.c (md_atof): Likewise.
1783 * config/tc-msp430.c (md_atof): Likewise.
1784 * config/tc-mt.c (md_atof): Likewise.
1785 * config/tc-nds32.c (md_atof): Likewise.
1786 * config/tc-nios2.c (md_atof): Likewise.
1787 (nios2_elf_section_letter): Constify ptr_msg param.
1788 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
1789 * config/tc-ns32k.c (md_atof): Return const char*.
1790 * config/tc-or1k.c (md_atof): Likewise.
1791 * config/tc-pdp11.c (struct pdp11_code): Constify error.
1792 (md_atof): Return const char*.
1793 * config/tc-pj.c (md_atof): Likewise.
1794 * config/tc-ppc.c (md_atof): Likewise.
1795 * config/tc-rl78.c (md_atof): Likewise.
1796 * config/tc-rx.c (md_atof): Likewise.
1797 * config/tc-s390.c (md_atof): Likewise.
1798 * config/tc-score.c (s3_atof, md_atof): Likewise.
1799 * config/tc-sh.c (md_atof): Likewise.
1800 * config/tc-sparc.c (struct sparc_it): Constify error.
1801 (md_atof): Return const char*.
1802 * config/tc-spu.c (md_atof): Likewise.
1803 * config/tc-tic30.c (md_atof): Likewise.
1804 * config/tc-tic4x.c (md_atof): Likewise.
1805 * config/tc-tic54x.c (md_atof): Likewise.
1806 * config/tc-tic6x.c (md_atof): Likewise.
1807 * config/tc-tilegx.c (md_atof): Likewise.
1808 * config/tc-tilepro.c (md_atof): Likewise.
1809 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
1810 * config/tc-vax.c (md_atof): Likewise.
1811 * config/tc-visium.c (md_atof): Likewise.
1812 * config/tc-xc16x.c (md_atof): Likewise.
1813 * config/tc-xgate.c (md_atof): Likewise.
1814 * config/tc-xstormy16.c (md_atof): Likewise.
1815 * config/tc-xtensa.c (md_atof): Likewise.
1816 * config/tc-z80.c (md_atof): Likewise.
1817 * config/tc-z8k.c (md_atof): Likewise.
1818
e4a0c708
TS
18192016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1820
1821 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
1822 const.
1823 (xtensa_section_rename): Make argument type const char *.
1824 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
1825
e2c7dcae
TS
18262016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1827
1828 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
1829 args[0].
1830
f854977c
TS
18312016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1832
1833 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
1834 char *.
1835 (m32c_indirect_operand): Likewise.
1836 * config/tc-nds32.c (do_pseudo_b): Likewise.
1837 (do_pseudo_bal): Likewise.
1838 (do_pseudo_ls_bhw): Likewise.
1839
97830986
TS
18402016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1841
1842 * as.c (parse_args): Cast literal to char * when assigning to optarg.
1843
e87de513
TS
18442016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1845
1846 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
1847 get_symbol_name ().
1848 * config/tc-sparc.c (s_register): Cast a literal to char * in
1849 assignment.
1850
47990a6a
TS
18512016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1852
1853 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
1854 input_line_pointer.
1855 * config/tc-m32r.c (expand_debug_syms): Likewise.
1856 * config/tc-msp430.c (msp430_dstoperand): Likewise.
1857 * config/tc-z80.c (md_begin): Likewise.
1858 * stabs.c (stabs_generate_asm_func): Likewise.
1859
e046cf80
TS
18602016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1861
1862 * cgen.c: Modernize the way functions declare arguments.
1863 * config/tc-bfin.c: Likewise.
1864 * config/tc-pdp11.c: Likewise.
1865 * literal.c: Likewise.
1866 * read.c: Likewise.
1867 * stabs.c: Likewise.
1868
d9235011
TS
18692016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1870
1871 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
1872 variables unsigned char[].
1873 * config/tc-alpha.c (alpha_handle_align): Likewise.
1874 * config/tc-arm.c (arm_handle_align): Likewise.
1875 * config/tc-z80.c: Likewise.
1876
c6025a80
NC
18772016-03-30 Nick Clifton <nickc@redhat.com>
1878
1879 PR target/19880
1880 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
1881 shifting.
1882
f89a23cf
CZ
18832016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
1884
abe051ba
AM
1885 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
1886 * testsuite/gas/elf/elf.exp: Likewise.
1887 * testsuite/gas/all/redef3.d: Allow execution for ARC.
f89a23cf 1888
f621ad3c
CZ
18892016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
1890
abe051ba 1891 * testsuite/gas/arc/warn.exp: Fix matching pattern.
f621ad3c 1892
f2dd8838
CZ
18932016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
1894
abe051ba
AM
1895 * testsuite/gas/arc/ext2op.d: New file.
1896 * testsuite/gas/arc/ext2op.s: Likewise.
1897 * testsuite/gas/arc/ext3op.d: Likewise.
1898 * testsuite/gas/arc/ext3op.s: Likewise.
f2dd8838 1899
17b9d67d
TS
19002016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1901
1902 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
1903 qualifier.
1904 * config/tc-alpha.c (md_parse_option): Likewise.
1905 * config/tc-arc.c (md_parse_option): Likewise.
1906 * config/tc-arm.c (struct arm_long_option_table): Likewise.
1907 (md_parse_option): Likewise.
1908 * config/tc-avr.c (md_parse_option): Likewise.
1909 * config/tc-bfin.c (md_parse_option): Likewise.
1910 * config/tc-cr16.c (md_parse_option): Likewise.
1911 * config/tc-cris.c (s_cris_arch): Likewise.
1912 (md_parse_option): Likewise.
1913 * config/tc-crx.c (md_parse_option): Likewise.
1914 * config/tc-d10v.c (md_parse_option): Likewise.
1915 * config/tc-d30v.c (md_parse_option): Likewise.
1916 * config/tc-dlx.c (md_parse_option): Likewise.
1917 * config/tc-epiphany.c (md_parse_option): Likewise.
1918 * config/tc-fr30.c (md_parse_option): Likewise.
1919 * config/tc-frv.c (md_parse_option): Likewise.
1920 * config/tc-ft32.c (md_parse_option): Likewise.
1921 * config/tc-h8300.c (md_parse_option): Likewise.
1922 * config/tc-hppa.c (md_parse_option): Likewise.
1923 * config/tc-i370.c (md_parse_option): Likewise.
1924 * config/tc-i386.c (md_parse_option): Likewise.
1925 * config/tc-i860.c (md_parse_option): Likewise.
1926 * config/tc-i960.c (md_parse_option): Likewise.
1927 * config/tc-ia64.c (md_parse_option): Likewise.
1928 * config/tc-ip2k.c (md_parse_option): Likewise.
1929 * config/tc-iq2000.c (md_parse_option): Likewise.
1930 * config/tc-lm32.c (md_parse_option): Likewise.
1931 * config/tc-m32c.c (md_parse_option): Likewise.
1932 * config/tc-m32r.c (md_parse_option): Likewise.
1933 * config/tc-m68hc11.c (md_parse_option): Likewise.
1934 * config/tc-m68k.c (md_parse_option): Likewise.
1935 * config/tc-mcore.c (md_parse_option): Likewise.
1936 * config/tc-mep.c (md_parse_option): Likewise.
1937 * config/tc-metag.c (struct metag_long_option): Likewise.
1938 (md_parse_option): Likewise.
1939 * config/tc-microblaze.c (md_parse_option): Likewise.
1940 * config/tc-microblaze.h (md_parse_option): Remove prototype.
1941 * config/tc-mips.c (md_parse_option): Adjust.
1942 * config/tc-mmix.c (md_parse_option): Likewise.
1943 * config/tc-mn10200.c (md_parse_option): Likewise.
1944 * config/tc-mn10300.c (md_parse_option): Likewise.
1945 * config/tc-moxie.c (md_parse_option): Likewise.
1946 * config/tc-msp430.c (md_parse_option): Likewise.
1947 * config/tc-mt.c (md_parse_option): Likewise.
1948 * config/tc-nds32.c (md_parse_option): Likewise.
1949 * config/tc-nds32.h (nds32_parse_option): Likewise.
1950 * config/tc-nios2.c (md_parse_option): Likewise.
1951 * config/tc-ns32k.c (md_parse_option): Likewise.
1952 * config/tc-or1k.c (md_parse_option): Likewise.
1953 * config/tc-pdp11.c (md_parse_option): Likewise.
1954 * config/tc-pj.c (md_parse_option): Likewise.
1955 * config/tc-ppc.c (md_parse_option): Likewise.
1956 * config/tc-rl78.c (md_parse_option): Likewise.
1957 * config/tc-rx.c (md_parse_option): Likewise.
1958 * config/tc-s390.c (s390_parse_cpu): Likewise.
1959 * config/tc-score.c (md_parse_option): Likewise.
1960 * config/tc-sh.c (md_parse_option): Likewise.
1961 * config/tc-sparc.c (md_parse_option): Likewise.
1962 * config/tc-spu.c (md_parse_option): Likewise.
1963 * config/tc-tic30.c (md_parse_option): Likewise.
1964 * config/tc-tic4x.c (md_parse_option): Likewise.
1965 * config/tc-tic54x.c (md_parse_option): Likewise.
1966 * config/tc-tic6x.c (md_parse_option): Likewise.
1967 * config/tc-tilegx.c (md_parse_option): Likewise.
1968 * config/tc-tilepro.c (md_parse_option): Likewise.
1969 * config/tc-v850.c (md_parse_option): Likewise.
1970 * config/tc-vax.c (md_parse_option): Likewise.
1971 * config/tc-visium.c (struct visium_long_option_table): Likewise.
1972 * config/tc-xc16x.c (md_parse_option): Likewise.
1973 * config/tc-xgate.c (md_parse_option): Likewise.
1974 * config/tc-xstormy16.c (md_parse_option): Likewise.
1975 * config/tc-xtensa.c (md_parse_option): Likewise.
1976 * config/tc-z80.c (md_parse_option): Likewise.
1977 * config/tc-z8k.c (md_parse_option): Likewise.
1978 * tc.h (md_parse_option): Likewise.
1979
30bd735c
TS
19802016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1981
1982 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
1983 * config/tc-hppa.c (fix_new_hppa): Likewise.
1984 (pa_vtable_entry): Likewise.
1985 (pa_vtable_inherit): Likewise.
1986 * config/tc-m68k.c (md_begin): Likewise.
1987
82b8a785
TS
19882016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1989
1990 * config/obj-elf.c (obj_elf_section_name): Return const char *.
1991 * config/obj-elf.h (obj_elf_section_name): Adjust.
1992 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
1993 (aarch64_parse_cpu): Likewise.
1994 (aarch64_parse_arch): Likewise.
1995 * config/tc-arm.c (arm_parse_extension): Likewise.
1996 (arm_parse_cpu): Likewise.
1997 (arm_parse_arch): Likewise.
1998 * config/tc-nds32.c: Likewise.
1999 * config/xtensa-relax.c (parse_special_fn): Likewise.
2000 * stabs.c (generate_asm_file): Likewise.
2001
9202e88a
TS
20022016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2003
2004 * config/tc-cr16.c (cr16_assemble): New function.
2005 (md_assemble): Call cr16_assemble.
2006
a90fb5e3
TS
20072016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2008
2009 * as.c (parse_args): Adjust.
2010 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
2011 * config/obj-elf.c (elf_frob_symbol): Adjust.
2012
f65c3d1b
JM
20132016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
2014
2015 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
2016 registers to be in the 16..31 range.
2017
e742e119
TS
20182016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2019
2020 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
2021 frag_var ().
2022
eda6e9a4
TS
20232016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2024
2025 * config/tc-visium.c (md_atof): Localize the string returned on
2026 failure.
2027
b9bb4a93
TS
20282016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2029
2030 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
2031 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
2032 * config/tc-m68hc11.c (md_begin): Likewise.
2033 (print_opcode_list): Likewise.
2034 * config/tc-msp430.c (msp430_section): Likewise.
2035 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
2036 (s3_build_dependency_insn_hsh): Likewise.
2037 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
2038 (s7_build_dependency_insn_hsh): Likewise.
2039 * config/tc-tic4x.c: Likewise.
2040 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2041 (subsym_get_arg): Likewise.
2042 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
2043 (get_directive): Likewise.
2044 (cache_literal_section): Likewise.
2045 * config/xtensa-relax.c: Likewise.
2046 * symbols.c (symbol_create): Likewise.
2047 (local_symbol_make): Likewise.
2048 (symbol_relc_make_expr): Likewise.
2049
986d894b
TS
20502016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2051
2052 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
2053 str.
2054
74b4e47a
TS
20552016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2056
2057 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
2058 call with a switch.
2059
0a433ebc
TS
20602016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2061
2062 * config/tc-ia64.c (ia64_do_align): Remove.
2063 (ia64_cons_align): Call do_align () directly.
2064 (dot_proc): Likewise.
2065 (stmt_float_cons): Likewise.
2066
8860a416
TS
20672016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2068
2069 * listing.c (listing_message): Use XNEW style allocation macros.
2070 * read.c (read_a_source_file): Likewise.
2071 (read_symbol_name): Likewise.
2072 (s_mri_common): Likewise.
2073 (assign_symbol): Likewise.
2074 (s_reloc): Likewise.
2075 (emit_expr_with_reloc): Likewise.
2076 (s_incbin): Likewise.
2077 (s_include): Likewise.
2078 * sb.c (sb_build): Likewise.
2079 (sb_check): Likewise.
2080
49636823
AM
20812016-03-22 Alan Modra <amodra@gmail.com>
2082
2083 * write.c (record_alignment): Revert 2016-02-18 change.
2084
39a0d071
AM
20852016-03-22 Alan Modra <amodra@gmail.com>
2086
2087 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
2088 (emit_jsrjmp, tc_gen_reloc): Likewise.
2089 * config/tc-i370.c (i370_macro): Likewise.
2090
9780e045
NC
20912016-03-22 Nick Clifton <nickc@redhat.com>
2092
2093 * configure: Regenerate.
2094
e23e8ebe
AB
20952016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * testsuite/gas/arc/nps400-0.d: New file.
2098 * testsuite/gas/arc/nps400-0.s: New file.
2099 * testsuite/gas/arc/nps400-1.d: New file.
2100 * testsuite/gas/arc/nps400-1.s: New file.
2101
1ae8ab47
AB
21022016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
2105 declarations to start of block. Reset code on all flags before
2106 attempting to match them. Handle multiple hits on the same flag.
2107 Handle flag class.
2108 * testsuite/gas/arc/asm-errors.d: New file.
2109 * testsuite/gas/arc/asm-errors.err: New file.
2110 * testsuite/gas/arc/asm-errors.s: New file.
2111
8699fc3e
AB
21122016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * config/tc-arc.c (cpu_types): Add nps400 entry.
2115 (check_zol): Handle nps400.
2116
a9522a21
AB
21172016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2118
2119 * config/tc-arc.c (arc_select_cpu): Remove use of
2120 EF_ARC_CPU_GENERIC.
2121
24740d83
AB
21222016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * config/tc-arc.c (arc_target): Delay initialisation until
2125 arc_select_cpu.
2126 (arc_target_name): Likewise.
2127 (arc_features): Likewise.
2128 (arc_mach_type): Likewise.
2129 (cpu_types): Remove "all" entry.
2130 (arc_select_cpu): New function, most of the content is from...
2131 (md_parse_option): ... here. Call new arc_select_cpu.
2132 (md_begin): Call arc_select_cpu if needed, default is now arc700.
2133
62f6f9c2
AB
21342016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
2137 * testsuite/gas/arc/inline-data-2.d: New file.
2138
e1fa0163
NC
21392016-03-21 Nick Clifton <nickc@redhat.com>
2140
2141 * atof-generic.c: Replace use of alloca with call to xmalloc.
2142 * cgen.c: Likewise.
2143 * dwarf2dbg.c: Likewise.
2144 * macro.c: Likewise.
2145 * remap.c: Likewise.
2146 * stabs.c: Likewise.
2147 * symbols.c: Likewise.
2148 * config/obj-elf.c: Likewise.
2149 * config/tc-aarch64.c: Likewise.
2150 * config/tc-arc.c: Likewise.
2151 * config/tc-arm.c: Likewise.
2152 * config/tc-avr.c: Likewise.
2153 * config/tc-ia64.c: Likewise.
2154 * config/tc-mips.c: Likewise.
2155 * config/tc-msp430.c: Likewise.
2156 * config/tc-nds32.c: Likewise.
2157 * config/tc-ppc.c: Likewise.
2158 * config/tc-sh.c: Likewise.
2159 * config/tc-tic30.c: Likewise.
2160 * config/tc-tic54x.c: Likewise.
2161 * config/tc-xstormy16.c: Likewise.
2162 * config/te-vms.c: Likewise.
2163 * configure: Regenerate.
2164
bad6e36d
TS
21652016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2166
2167 * tc-i386.c (f32_1): Change type to unsigned char[].
2168 (f32_2): Likewise.
2169 (f32_3): Likewise.
2170 (f32_4): Likewise.
2171 (f32_5): Likewise.
2172 (f32_6): Likewise.
2173 (f32_7): Likewise.
2174 (f32_8): Likewise.
2175 (f32_9): Likewise.
2176 (f32_10): Likewise.
2177 (f32_11): Likewise.
2178 (f32_12): Likewise.
2179 (f32_13): Likewise.
2180 (f32_14): Likewise.
2181 (f16_3): Likewise.
2182 (f16_4): Likewise.
2183 (f16_5): Likewise.
2184 (f16_6): Likewise.
2185 (f16_7): Likewise.
2186 (f16_8): Likewise.
2187 (jump_31): Likewise.
2188 (f32_patt): Likewise.
2189 (f16_patt): Likewise.
2190 (alt_3): Likewise.
2191 (alt_4): Likewise.
2192 (alt_5): Likewise.
2193 (alt_6): Likewise.
2194 (alt_7): Likewise.
2195 (alt_8): Likewise.
2196 (alt_9): Likewise.
2197 (alt_10): Likewise.
2198 (alt_patt): Likewise.
2199
6387924a
NC
22002016-03-18 Nick Clifton <nickc@redhat.com>
2201
30fab421
NC
2202 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
2203 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
2204 .tlsdescldr and .xword directives.
2205
8678914f
NC
2206 PR target/19721
2207 * testsuite/gas/aarch64/pr19721.s: New test source file.
2208 * testsuite/gas/aarch64/pr19721.d: New test driver file.
2209
6387924a
NC
2210 * doc/as.texinfo: Place the target specific command line options
2211 into their own man page section.
2212
cc933301
JW
22132016-03-16 Jiong Wang <jiong.wang@arm.com>
2214
2215 * config/tc-arm.c (N_S_32): New.
2216 (N_F_16_32): Likewise.
2217 (N_SUF_32): Support N_F16.
2218 (N_IF_32): Likewise.
2219 (neon_dyadic_misc): Likewise.
2220 (do_neon_cmp): Likewise.
2221 (do_neon_cmp_inv): Likewise.
2222 (do_neon_mul): Likewise.
2223 (do_neon_fcmp_absolute): Likewise.
2224 (do_neon_step): Likewise.
2225 (do_neon_abs_neg): Likewise.
2226 (CVT_FLAVOR_VAR): Likewise.
2227 (do_neon_cvt_1): Likewise.
2228 (do_neon_recip_est): Likewise.
2229 (do_vmaxnm): Likewise.
2230 (do_vrint_1): Likewise.
2231 (neon_check_type): Check architecture support for FP16 extension.
2232 (insns): Update comments.
2233 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
2234 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
2235 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
2236 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
2237 arm mode.
2238 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
2239 thumb mode.
2240 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
2241 error file.
2242
5f2b6bc9
NC
22432016-03-16 Nick Clifton <nickc@redhat.com>
2244
2245 * read.c (emit_expr_with_reloc): Add code check a bignum with
2246 nbytes == 1.
2247 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
2248 other than 32-bits.
2249 * testsuite/gas/elf/bignum.s: New test source file.
2250 * testsuite/gas/elf/bignum.d: New test driver file.
2251 * testsuite/gas/elf/elf.exp: Run the new test.
2252
4bde3cdd
UD
22532016-03-15 Ulrich Drepper <drepper@gmail.com>
2254
2255 * doc/c-i386.texi (Register Naming): Update to details of the
abe051ba 2256 latest architecture version.
4bde3cdd 2257
a9f02af8
MG
22582016-03-10 Mickael Guene <mickael.guene@st.com>
2259
2260 PR gas/19744
2261 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
2262 (do_mov): Likewise.
2263 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
2264 (do_t_mov_cmp): Likewise.
2265 (do_t_add_sub): Protect against bad relocations usage.
2266 (do_t_mov_cmp): Likewise.
5dafb246
AM
2267 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
2268 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
2269 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
2270 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
a9f02af8 2271
aa8a0863
TS
22722016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2273
2274 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
2275 do_alignment.
2276 (do_neon_ld_st_lane): Likewise.
2277 (do_neon_ld_dup): Likewise.
2278
72f3b6aa
CZ
22792016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * testsuite/gas/arc/inline-data-1.d: New file.
2282 * testsuite/gas/arc/inline-data-1.s: New file.
2283
5f474010
TP
22842016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
2285
2286 * config/tc-arm.c (arm_cpus): Add cortex-r8.
2287 * doc/c-arm.texi: Add cortex-r8.
2288
f86f5863
TS
22892016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2290
2291 * config/tc-arc.c: Add const qualifiers.
2292 * config/tc-h8300.c (md_begin): Likewise.
2293 * config/tc-ia64.c (print_prmask): Likewise.
2294 * config/tc-msp430.c (msp430_operands): Likewise.
2295 * config/tc-nds32.c (struct suffix_name): Likewise.
2296 (struct nds32_parse_option_table): Likewise.
2297 (struct nds32_set_option_table): Likewise.
2298 (do_pseudo_pushpopm): Likewise.
2299 (do_pseudo_pushpop_stack): Likewise.
2300 (nds32_relax_relocs): Likewise.
2301 (nds32_flag): Likewise.
2302 (struct nds32_hint_map): Likewise.
2303 (nds32_find_reloc_table): Likewise.
2304 (nds32_match_hint_insn): Likewise.
2305 * config/tc-s390.c: Likewise.
2306 * config/tc-sh.c (get_specific): Likewise.
2307 * config/tc-tic30.c: Likewise.
2308 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
2309 (tic4x_indirect_parse): Likewise.
2310 * config/tc-vax.c (vax_cons): Likewise.
2311 * config/tc-z80.c (struct reg_entry): Likewise.
2312 * config/tc-epiphany.c (md_assemble): Adjust.
2313 (epiphany_assemble): New function.
2314 (epiphany_elf_section_rtn): Call do_align directly.
2315 (epiphany_elf_section_text): Likewise.
2316 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
2317 (ip2k_elf_section_text): Likewise.
2318 * read.c (do_align): Make it not static.
2319 * read.h (do_align): New prototype.
2320
9411fd44
MW
23212016-03-04 Matthew Wahab <matthew.wahab@arm.com>
2322
2323 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
2324 for ARMv8.1 AdvSIMD use.
2325 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
2326 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
2327
643afb90
MW
23282016-03-04 Matthew Wahab <matthew.wahab@arm.com>
2329
2330 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
2331 feature.
2332 (record_feature_use): New.
2333 (mark_feature_used): Use record_feature_use.
2334 (do_neon_qrdmlah): New.
2335 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
2336 variants.
2337 (arm_extensions): Put into alphabetical order. Re-indent "simd"
2338 and "rdma" entries. Fix the incorrect merge value for "+rdma".
2339 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
2340 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
2341 Make source file explicit.
2342 * testsuite/gas/arm/armv8-a+rdma.l: New.
2343 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
2344 directives. Fix white-space.
2345 * testsuite/gas/arm/armv8_1-a+simd.d: New.
2346
25aa3689
L
23472016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2348
2349 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
2350
841fdfcd
CZ
23512016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
2352 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
2353
abe051ba
AM
2354 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
2355 (tc_arc_fix_adjustable): Changed default return value to 1.
2356 * testsuite/gas/arc/j.d: Updated expected symbol
2357 * testsuite/gas/arc/jl.d: Likewise
2358 * testsuite/gas/arc/relax-avoid1.d: Likewise
2359 * testsuite/gas/arc/st.d: Likewise
841fdfcd 2360
7e458899
CZ
23612016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
2362
2363 * config/tc-arc.c: Enable code density instructions for ARC EM.
2364
11e5f1ec
L
23652016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2366
2367 PR ld/19645
2368 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
2369 for ELF assemblers.
2370 * as.c (flag_use_elf_stt_common): New.
2371 (show_usage): Add --elf-stt-common=.
2372 (option_values): Add OPTION_ELF_STT_COMMON.
2373 (std_longopts): Add --elf-stt-common=.
2374 (parse_args): Handle --elf-stt-common=.
2375 * as.h (flag_use_elf_stt_common): New.
2376 * config.in: Regenerated.
2377 * configure: Likewise.
2378 * configure.ac: Add --enable-elf-stt-common and define
2379 DEFAULT_GENERATE_ELF_STT_COMMON.
2380 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
2381 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
2382 * doc/as.texinfo: Document --elf-stt-common=.
2383 * testsuite/gas/elf/common3.s: New file.
2384 * testsuite/gas/elf/common3a.d: Likewise.
2385 * testsuite/gas/elf/common3b.d: Likewise.
2386 * testsuite/gas/elf/common4.s: Likewise.
2387 * testsuite/gas/elf/common4a.d: Likewise.
2388 * testsuite/gas/elf/common4b.d: Likewise.
2389 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
2390 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
2391 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
2392 and common4b.
2393 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
2394 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
2395 --elf-stt-common=no to as.
2396 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
2397 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
2398 --elf-stt-common=no to as.
2399 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
2400 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
2401 of dw2-compress-3 and dw2-compressed-3.
2402
e0471c16
TS
24032016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2404
2405 * as.c (select_emulation_mode): Add const qualifiers.
2406 * as.h: Likewise.
2407 * config/bfin-defs.h: Likewise.
2408 * config/bfin-parse.y: Likewise.
2409 * config/rx-parse.y: Likewise.
2410 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
2411 (struct aarch64_cpu_option_table): Likewise.
2412 (struct aarch64_arch_option_table): Likewise.
2413 (struct aarch64_option_cpu_value_table): Likewise.
2414 (struct aarch64_long_option_table): Likewise.
2415 (struct aarch64_option_abi_value_table): Likewise.
2416 * config/tc-arm.c (struct reloc_entry): Likewise.
2417 (tc_gen_reloc): Likewise.
2418 (struct arm_option_table): Likewise.
2419 (struct arm_legacy_option_table): Likewise.
2420 (struct arm_cpu_option_table): Likewise.
2421 (struct arm_arch_option_table): Likewise.
2422 (struct arm_option_extension_value_table): Likewise.
2423 (struct arm_option_fpu_value_table): Likewise.
2424 (struct arm_option_value_table): Likewise.
2425 (struct arm_long_option_table): Likewise.
2426 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
2427 (struct mcu_type_s): Likewise.
2428 (struct exp_mod_s): Likewise.
2429 (avr_operand): Likewise.
2430 (avr_operands): Likewise.
2431 * config/tc-d10v.c (md_begin): Likewise.
2432 * config/tc-dlx.c: Likewise.
2433 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
2434 * config/tc-ft32.c (parse_condition): Likewise.
2435 * config/tc-h8300.c (do_a_fix_imm): Likewise.
2436 * config/tc-hppa.c (pa_ip): Likewise.
2437 (hppa_regname_to_dw2regnum): Likewise.
2438 * config/tc-i370.c (i370_elf_suffix): Likewise.
2439 * config/tc-i960.c (struct tabentry): Likewise.
2440 * config/tc-m32r.c: Likewise.
2441 * config/tc-m68k.c: Likewise.
2442 * config/tc-m68k.h: Likewise.
2443 * config/tc-mcore.c (parse_psrmod): Likewise.
2444 * config/tc-metag.c (struct metag_core_option): Likewise.
2445 (struct metag_long_option): Likewise.
2446 * config/tc-microblaze.c: Likewise.
2447 * config/tc-mips.c (macro): Likewise.
2448 * config/tc-mn10200.c: Likewise.
2449 * config/tc-mn10300.c: Likewise.
2450 * config/tc-msp430.c (struct rcodes_s): Likewise.
2451 (struct hcodes_s): Likewise.
2452 (md_parse_option): Likewise.
2453 * config/tc-ns32k.c (struct ns32k_option): Likewise.
2454 (optlist): Likewise.
2455 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
2456 (tc_ppc_regname_to_dw2regnum): Likewise.
2457 * config/tc-ppc.h: Likewise.
2458 * config/tc-rl78.c: Likewise.
2459 * config/tc-rx.c (struct cpu_type): Likewise.
2460 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
2461 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
2462 (sparc_ip): Likewise.
2463 * config/tc-spu.c (insn_fmt_string): Likewise.
2464 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2465 * config/tc-v850.c: Likewise.
2466 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
2467 (struct visium_long_option_table): Likewise.
2468 * config/tc-xgate.c: Likewise.
2469 * config/tc-z8k.c: Likewise.
2470 * read.c (add_include_dir): Likewise.
2471 * read.h: Likewise.
2472
e6e7b7c4
AB
24732016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * testsuite/gas/all/gas.exp: Change target pattern to cover
2476 arceb-*.
2477 * testsuite/gas/all/redef3.d: Likewise.
2478 * testsuite/gas/elf/elf.exp: Likewise.
2479
9db2f6b4
RL
24802016-02-24 Renlin Li <renlin.li@arm.com>
2481
2482 * config/tc-arm.c (BAD_FP16): New error message macro.
2483 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
2484 fp16 scalar instructions.
2485 (neon_check_type): Allow different size from key.
2486 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
2487 (try_vfp_nsyn): Likewise.
2488 (do_vfp_nsyn_mla_mls): Likewise.
2489 (do_vfp_nsyn_fma_fms): Likewise.
2490 (do_vfp_nsyn_ldm_stm): Likewise
2491 (do_vfp_nsyn_sqrt): Likewise
2492 (do_vfp_nsyn_div): Likewise
2493 (do_vfp_nsyn_nmul): Likewise.
2494 (do_vfp_nsyn_cmp): Likewise.
2495 (do_neon_shll): Likewise.
2496 (do_vfp_nsyn_cvt_fpv8): Likewise.
2497 (do_neon_cvttb_2): Likewise.
2498 (do_neon_mov): Likewise.
2499 (do_neon_rshift_round_imm): Likewise.
2500 (do_neon_ldr_str): Likewise.
2501 (do_vfp_nsyn_fpv8): Likewise.
2502 (do_vmaxnm): Likewise.
2503 (do_vrint_1): Likewise.
2504 (insns): New entry for vins, vmovx.
2505 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
2506 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
2507 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
2508 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
2509 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
2510 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
2511 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
2512
d54af2d0
RL
25132016-02-24 Renlin Li <renlin.li@arm.com>
2514
2515 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
2516 (neon_shape_class): New SC_HALF.
2517 (neon_shape_el): New SE_H.
2518 (neon_shape_el_size): New size for SE_H.
2519 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
2520 (neon_select_shape): Add SE_H support code.
2521 (el_type_of_type_chk): Use N_F_ALL.
2522 (do_vfp_nsyn_cvt): Add SE_H shape support.
2523 (do_neon_cvtz): Likewise.
2524 (do_neon_cvt_1): Likewise.
2525 (do_neon_cvttb_1): Likewise.
2526
b0c11777
RL
25272016-02-24 Renlin Li <renlin.li@arm.com>
2528
2529 * testsuite/gas/arm/copro.d: Adjust output.
2530 * testsuite/gas/arm/copro.s: Adjust co-processor num.
2531
3e309328
RL
25322016-02-24 Renlin Li <renlin.li@arm.com>
2533
2534 * testsuite/gas/arm/mask_1.d: New.
2535 * testsuite/gas/arm/mask_1.s: New.
2536
8afc7bea
RL
25372016-02-24 Renlin Li <renlin.li@arm.com>
2538
2539 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
2540 * testsuite/gas/arm/copro.d: Update.
2541
6735952f
KT
25422016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2543
2544 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
2545 * doc/c-arm.texi (ARM Options): Document cortex-a32.
2546
ed5491b9
KT
25472016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2548
abe051ba 2549 * doc/c-arm.texi (ARM Options): Document cortex-a17.
ed5491b9 2550
742e5034
L
25512016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
2554 hpux.
2555
3b4dbbbf
TS
25562016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2557
2558 * output-file.c (output_file_create): Make file name argument const.
2559 (output_file_close): Likewise.
2560 * output-file.h (output_file_create): Adjust.
2561 (output_file_close): Likewise.
2562 * depend.c (quote_string_for_make): Make src argument const char *.
2563 (register_dependency): Likewise.
2564 (wrap_output): Likewise.
2565 * as.h (register_dependency): Adjust.
2566 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
2567 as_where ();
2568 * symbols.c (S_SET_EXTERNAL): Likewise.
2569 * input-scrub.c (as_where): Return the file name.
2570 * as.h (as_where): Adjust prototype.
2571 * app.c (do_scrub_chars): Adjust.
2572 * cond.c (s_elseif): Likewise.
2573 (s_else): Likewise.
2574 (initialize_cframe): Likewise.
2575 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
2576 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
2577 * config/obj-som.c (obj_som_init_stab_section): Likewise.
2578 * config/tc-aarch64.c (output_info): Likewise.
2579 * config/tc-ia64.c (md_assemble): Likewise.
2580 (dot_alias): Likewise.
2581 * config/tc-m68k.c (m68k_frob_label): Likewise.
2582 * config/tc-mmix.c (s_bspec): Likewise.
2583 (mmix_handle_mmixal): Likewise.
2584 * config/tc-rx.c (rx_include): Likewise.
2585 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2586 (tic54x_adjust_symtab): Likewise.
2587 * config/tc-xtensa.c (directive_push): Likewise.
2588 (xtensa_sanity_check): Likewise.
2589 (xtensa_relax_frag): Likewise.
2590 (md_convert_frag): Likewise.
2591 (tinsn_to_slotbuf): Likewise.
2592 * dwarf2dbg.c (dwarf2_where): Likewise.
2593 * ecoff.c (add_file): Likewise.
2594 (ecoff_generate_asm_lineno): Likewise.
2595 * expr.c (make_expr_symbol): Likewise.
2596 * frags.c (frag_new): Likewise.
2597 (frag_var_init): Likewise.
2598 * listing.c (listing_newline): Likewise.
2599 * messages.c (identify): Likewise.
2600 (as_show_where): Likewise.
2601 (as_warn_internal): Likewise.
2602 (as_bad_internal): Likewise.
2603 * read.c (s_irp): Likewise.
2604 (s_macro): Likewise.
2605 (s_reloc): Likewise.
2606 * stabs.c (stabs_generate_asm_file): Likewise.
2607 (stabs_generate_asm_lineno): Likewise.
2608 (stabs_generate_asm_func): Likewise.
2609 * write.c (fix_new_internal): Likewise.
2610 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
2611 (as_warn_value_out_of_range): Adjust prototype.
2612 (as_bad_value_out_of_range): Adjust prototype.
2613 * messages.c (identify): Make file name argument const char *.
2614 (as_warn_internal): Likewise.
2615 (as_warn_where): Likewise.
2616 (as_bad_internal): Likewise.
2617 (as_bad_where): Likewise.
2618 (as_internal_value_out_of_range): Likewise.
2619 (as_warn_value_out_of_range): Likewise.
2620 (as_bad_value_out_of_range): Likewise.
2621 * as.h (found_comment_file): Change type to const char *.
2622 * cond.c (file_line::file): Likewise.
2623 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
2624 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
2625 * config/obj-som.c (obj_som_init_stab_section): Likewise.
2626 * config/tc-aarch64.c (output_info): Likewise.
2627 * config/tc-alpha.c (insert_operand): Likewise.
2628 * config/tc-arc.c (insert_operand): Likewise.
2629 * config/tc-d30v.c (check_size): Likewise.
2630 * config/tc-ia64.c (struct alias): Likewise.
2631 * config/tc-m68k.c (struct label_line): Likewise.
2632 * config/tc-mcore.c (md_apply_fix): Likewise.
2633 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
2634 * config/tc-mips.c (mips16_immed): Likewise.
2635 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
2636 * config/tc-ppc.c (ppc_insert_operand): Likewise.
2637 * config/tc-rx.c (rx_include): Likewise.
2638 * config/tc-s390.c (s390_insert_operand): Likewise.
2639 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
2640 (tic54x_adjust_symtab): Likewise.
2641 * config/tc-tilegx.c (insert_operand): Likewise.
2642 (apply_special_operator): Likewise.
2643 * config/tc-tilepro.c (insert_operand): Likewise.
2644 * config/tc-xtensa.c (directive_push): Likewise.
2645 * ecoff.c (add_file): Likewise.
2646 (ecoff_generate_asm_lineno): Likewise.
2647 * listing.c (listing_newline): Likewise.
2648 * read.c (s_irp): Likewise.
2649 * write.c (install_reloc): Likewise.
2650 * write.h (struct fix): Likewise.
2651 * input-file.c (file_name): Change type to const char *.
2652 (saved_file::file_name): Likewise.
2653 (input_file_open): Change type of argument to const char *.
2654 * input-file.h (input_file_open): Adjust.
2655 * input-scrub.c (logical_input_file): change type to const char *.
2656 (physical_input_file): Likewise.
abe051ba 2657 (struct input_save): Adjust.
3b4dbbbf
TS
2658 (input_scrub_push): Adjust.
2659 (input_scrub_begin): Adjust.
2660 (as_where): Adjust.
2661 * input-scrub.c (input_scrub_new_file): Make file name argument const.
2662 (input_scrub_include_file): Likewise.
2663 (new_logical_line_flags): Likewise.
2664 (new_logical_line): Likewise.
2665 * as.h: Adjust.
2666 * frags.h (struct frag): Change type of fr_file to const char *.
2667 * expr.c (expr_symbol_where): Change type of file argument to
2668 const char **.
2669 * expr.h (expr_symbol_where): Likewise.
2670 * config/tc-i370.c (md_apply_fix): adjust.
2671 * config/tc-mmix.c (mmix_md_end): Likewise.
2672 * config/tc-ppc.c (md_apply_fix): Likewise.
2673 * config/tc-s390.c (md_apply_fix): Likewise.
2674 * symbols.c (report_op_error): Likewise.
2675 (resolve_symbol_value): Likewise.
2676 * config/tc-ia64.c (slot::src_file): Change type to const char *.
2677 (rsrc::file): Likewise.
2678 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
2679 const char *.
2680 (xtensa_relax_frag): Likewise.
2681 (md_convert_frag): Likewise.
2682 (tinsn_to_slotbuf): Likewise.
2683 * expr.c (expr_symbol_line): Likewise.
2684 * macro.c (define_macro): Likewise.
2685 * macro.h (macro_struct): Likewise.
2686 * messages.c (as_show_where): Likewise.
2687 * read.c (s_macro): Likewise.
2688 * stabs.c (stabs_generate_asm_file): Likewise.
2689 (generate_asm_file): Likewise.
2690 (stabs_generate_asm_lineno): Likewise.
2691 * write.h (struct reloc_list): Likewise.
2692 * input-scrub.c (as_where): Change return type to const char *.
2693 * as.h (as_wheree): Adjust.
2694
8ecb73dd
L
26952016-02-21 H.J. Lu <hongjiu.lu@intel.com>
2696
2697 * write.c (compress_debug): Move BFD compression bits setting
2698 to ...
2699 (write_object_file): Here.
2700
200cbe0f
L
27012016-02-20 H.J. Lu <hongjiu.lu@intel.com>
2702
2703 * config/tc-i386.c (register_number): Check RegVRex.
2704 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
2705 with %zmm19 and %zmm3.
2706 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
2707 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
2708
b8ec4e87
JW
27092016-02-19 Matthew Wahab <matthew.wahab@arm.com>
2710 Jiong Wang <jiong.wang@arm.com>
2711
2712 * config/tc-arm.c (arm_ext_fp16): New.
2713 (arm_extensions): New entry for "fp16".
2714
3be64886
NC
27152016-02-19 Nick Clifton <nickc@redhat.com>
2716
2717 PR 19630
2718 * read.c (read_a_source_file): Check for assemble_one returning
2719 with input_line_pointer set to NULL.
2720
3b4dbbbf 27212016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
cd0bbe6e 2722
3d13c647
TS
2723 * listing.c (rebuffer_line): Change return type to void.
2724
cd0bbe6e
TS
2725 * symbols.c (decode_local_label_name): Make type a const char *.
2726 * listing.c (print_source): Make type of p const char *.
2727 (print_line): Make type of string const char *.
2728 (buffer_line): Return const char *.
2729 (title): Make type const char *.
2730 (subtitle): Likewise.
2731 (listing_listing): Make type of p const char *.
2732 * messages.c (as_internal_value_out_of_range): Make type of prefix
2733 const char *.
2734 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
2735 and string const char *.
2736 * read.c (_bfd_rel): Make type of name const char *.
2737 * app.c (out_string): Change type to const char *.
abe051ba 2738 (struct app_save::out_string): Likewise.
cd0bbe6e 2739
9136aa49
DG
27402016-02-18 Dan Gisselquist <dgisselq@verizon.net>
2741 Nick Clifton <nickc@redhat.com>
2742
2743 * read.c (finish_bundle): Avoid recording a negative alignment.
2744 (do_align): Use unsigned values for n, len and max. Only create
2745 a frag if the alignment requirement is greater than the minimum
2746 byte alignment. Avoid recording a negative alignment.
2747 (s_align): Use unsigned values where appropriate.
2748 (bss_alloc): Use an unsigned value for the alignment.
2749 (sizeof_sleb128): Add a comment noting that we encode one octet
2750 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
2751 (emit_leb129_expr): Abort if the emitted encoding was longer than
2752 expected.
2753 * read.h (output_leb128): Update prototype.
2754 (sizeof_leb128): Update prototype.
2755 (bss_alloc): Update prototype.
2756 * write.c (record_alignment): Use an unsigned value for the
2757 alignment. Do not record alignments less than the minimum
2758 alignment for a byte.
2759 * write.h (record_alignment): Update prototype.
2760
4111950f
MF
27612016-02-17 Max Filippov <jcmvbkbc@gmail.com>
2762
2763 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
2764 .init.literal/.fini.literal section name.
2765 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
2766 list of xtensa tests.
2767 * testsuite/gas/xtensa/init-fini-literals.d: New file:
2768 init-fini-literals test result patterns.
2769 * testsuite/gas/xtensa/init-fini-literals.s: New file:
2770 init-fini-literals test.
2771
b27c40ec
NC
27722016-02-17 Nick Clifton <nickc@redhat.com>
2773
2774 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
2775 devices.csv file as of March 2016.
2776
726c18e1
CZ
27772016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
2778
2779 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
2780 function.
2781 (tc_arc_regname_to_dw2regnum): Likewise.
2782 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
2783 (tc_cfi_frame_initial_instructions): Likewise.
2784 (tc_regname_to_dw2regnum): Likewise.
5dafb246
AM
2785 * testsuite/gas/cfi/cfi-arc-1.d: New file.
2786 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
2787 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
726c18e1 2788
9406ee73
TS
27892016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
2790
2791 * doc/internals.texi (S_IS_EXTERN): Remove.
2792
eda683bb
NC
27932016-02-16 Nick Clifton <nickc@redhat.com>
2794
2795 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
2796 update.
2797
671eeb28
RL
27982016-02-16 Renlin Li <renlin.li@arm.com>
2799
2800 PR gas/19620
2801 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
2802 * testsuite/gas/aarch64/movw_label.d: New.
2803 * testsuite/gas/aarch64/movw_label.s: New.
2804
804021fb 28052016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
6439ea1a 2806
58cda018 2807 PR gas/19556
6439ea1a
VK
2808 * config/rx-parse.y (MOV): Opcode generation for index
2809 register addressing mode.
2810 * testsuite/gas/rx/rx.exp: Updated for new testcase.
2811 * testsuite/gas/rx/pr19665.s: New file.
2812 * testsuite/gas/rx/pr19665.s: New file.
2813 * testsuite/gas/rx/mov.d: Update expected output.
2814
804021fb 28152016-02-15 Nick Clifton <nickc@redhat.com>
9fb71ee4
NC
2816
2817 * doc/as.texinfo (.section): Document that numeric values can now
2818 be used for the flags and type fields of the ELF target's .section
2819 directive. Add notes about the restrictions on setting flags and
2820 types.
2821 * config/obj-elf.c (obj_elf_change_section): Allow known sections
2822 to be given processor specific section types. Allow processor and
2823 application specific flags of a section to be set after
2824 definition.
2825 (obj_elf_parse_section_letters): Handle parsing numeric values.
2826 (obj_elf_section_type): Handle parsing numeric values.
2827 (obj_elf_section): Allow numeric type values.
2828 * config/obj-elf.h (obj_elf_change_section): Update prototype.
2829 * testsuite/gas/elf/section10.d: New test.
2830 * testsuite/gas/elf/section10.s: Source file for new test.
2831 * testsuite/gas/elf/elf.exp: Run the new test.
2832 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
2833 the description of the flags produced by readelf.
2834 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
2835 * NEWS: Mention the new feature.
2836
bd5608dc
NC
28372016-02-11 Nick Clifton <nickc@redhat.com>
2838
2839 PR gas/19614
2840 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
2841 until it is actually used.
2842 (cfi_set_sections): Set cfi_sections_set to true.
2843 (dot_cfi_startproc): Likewise.
2844 (dot_cfi_endproc): Likewise.
2845 (dot_cfi_fde_data): Likewise.
2846 (cfi_finish): Likewise.
2847 (dot_cfi_sections): Do not set cfi_sections_set.
2848 * doc/as.texinfo (.cfi_sections): Note that targets can provide
2849 their own cfi section name. Also note that the directive can be
2850 reissued provided that CFI generation has not started.
2851 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
2852 .cfi_endproc directives so that the redefinition of .cfi_sections
2853 will trigger the generation of the error message.
2854 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
2855 number of error message.
2856
4670103e
CZ
28572016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
2858 Janek van Oirschot <jvanoirs@synopsys.com>
2859
2860 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
2861 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
2862 Define.
2863 (arc_flags, arc_relax_type): New structure.
2864 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
2865 (RELAX_TABLE_ENTRY_MAX): New define.
2866 (relaxation_state, md_relax_table, arc_relaxable_insns)
2867 (arc_num_relaxable_ins): New variable.
2868 (rlx_operand_type, arc_rlx_types): New enums.
2869 (arc_relaxable_ins): New structure.
2870 (OPTION_RELAX): New option.
2871 (arc_insn): New relax member.
2872 (arc_flags): Remove.
2873 (relax_insn_p): New function.
2874 (apply_fixups): Likewise.
2875 (relaxable_operand): Likewise.
2876 (may_relax_expr): Likewise.
2877 (relaxable_flag): Likewise.
2878 (arc_pcrel_adjust): Likewise.
2879 (md_estimate_size_before_relax): Implement.
2880 (md_convert_frag): Likewise.
2881 (md_parse_option): Handle new mrelax option.
2882 (md_show_usage): Likewise.
2883 (assemble_insn): Set relax member.
2884 (emit_insn0): New function.
2885 (emit_insn1): Likewise.
2886 (emit_insn): Handle relaxation case.
2887 * NEWS: Mention the new relaxation option.
2888 * doc/c-arc.texi (ARC Options): Document new mrelax option.
2889 * doc/as.texinfo (Target ARC Options): Likewise.
2890 * testsuite/gas/arc/relax-avoid1.d: New file.
2891 * testsuite/gas/arc/relax-avoid1.s: Likewise.
2892 * testsuite/gas/arc/relax-avoid2.d: Likewise.
2893 * testsuite/gas/arc/relax-avoid2.s: Likewise.
2894 * testsuite/gas/arc/relax-avoid3.d: Likewise.
2895 * testsuite/gas/arc/relax-avoid3.s: Likewise.
2896 * testsuite/gas/arc/relax-b.d: Likewise.
2897 * testsuite/gas/arc/relax-b.s: Likewise.
2898
9264d325
NC
28992016-02-08 Nick Clifton <nickc@redhat.com>
2900
2901 * config/tc-ia64.c (dot_prologue): Fix formatting.
2902
39306124
NC
29032016-02-04 Nick Clifton <nickc@redhat.com>
2904
2905 * config/obj-elf.c (obj_elf_change_section): Remove support for
2906 ARM NOREAD sections.
2907 * config/tc-arm.c (arm_elf_section_letter): Delete.
2908 * config/tc-arm.h (md_elf_section_letter): Delete.
2909 * doc/c-arm.texi (ARM Section Attribute): Delete section.
2910 * testsuite/gas/arm/section-execute-only.d: Delete.
2911 * testsuite/gas/arm/section-execute-only.s: Delete.
2912
c1d9289f
NC
29132016-02-04 Nick Clifton <nickc@redhat.com>
2914
2915 PR target/19561
2916 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
2917 to handle encoding of RRUX instruction.
2918 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
2919 shift instructions.
2920 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
2921
ea173078
MF
29222016-02-03 Max Filippov <jcmvbkbc@gmail.com>
2923
2924 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
2925 substitutions for BFD_RELOC_* as unsigned.
c1d9289f
NC
2926 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
2927 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
2928 * testsuite/gas/xtensa/loc.s: New file: loc test.
ea173078 2929
3d8efabf
KB
29302016-02-03 Kevin Buettner <kevinb@redhat.com>
2931
abe051ba 2932 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
3d8efabf 2933
0cb4071e
L
29342016-02-03 H.J. Lu <hongjiu.lu@intel.com>
2935
2936 PR gas/19520
2937 * NEWS: Mention new command line option -mrelax-relocations and
2938 new configure option --enable-x86-relax-relocations for x86
2939 target.
2940 * config.in: Regenerated.
2941 * configure.ac: Add --enable-x86-relax-relocations.
2942 (ac_default_x86_relax_relocations): New. Default to 1 except
2943 for x86 Solaris targets older than Solaris 12.
2944 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
2945 * configure: Likewise.
2946 * config/tc-i386.c (generate_relax_relocations): New.
2947 (OPTION_MRELAX_RELOCATIONS): Likewise.
2948 (output_disp): Don't generate relax relocations if
2949 generate_relax_relocations is 0.
2950 (md_longopts): Add -mrelax-relocations.
2951 (md_show_usage): Likewise.
2952 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
2953 * doc/c-i386.texi: Document -mrelax-relocations=.
2954 * testsuite/gas/i386/got-no-relax.d: New file.
2955 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
2956 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
2957 * testsuite/gas/i386/localpic.d: Likewise.
2958 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
2959 * testsuite/gas/i386/reloc32.d: Likewise.
2960 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
2961 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
2962 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
2963 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
2964 * testsuite/gas/i386/i386.exp: Run got-no-relax and
2965 x86-64-gotpcrel-no-relax.
2966
9d3fc4e1
L
29672016-02-03 H.J. Lu <hongjiu.lu@intel.com>
2968
2969 * NEWS: Mention new command line option -mfence-as-lock-add=yes
2970 for x86 target.
2971
ab71ce86
L
29722016-02-03 H.J. Lu <hongjiu.lu@intel.com>
2973
2974 * NEWS: Remove duplicated marker for 2.26.
2975
46d70d04
RL
29762016-02-02 Renlin Li <renlin.li@arm.com>
2977
2978 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
2979
0f99255d
AB
29802016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * testsuite/gas/ip2k/allinsn.d: New file.
2983 * testsuite/gas/ip2k/allinsn.s: New file.
2984 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
2985
5d7a9011
AB
29862016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
2989 some load instructions.
2990 * testsuite/gas/epiphany/allinsn.d: Likewise.
2991 * testsuite/gas/epiphany/regression.d: Likewise.
2992
a012b298
AB
29932016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
2996 suffixes from instruction mnemonics in expected output.
2997 * testsuite/gas/epiphany/allinsn.d: Likewise.
2998 * testsuite/gas/epiphany/regression.d: Likewise.
2999 * testsuite/gas/epiphany/sample.d: Likewise.
3000
2f74d480
AB
30012016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
3004 names.
3005 * testsuite/gas/epiphany/allinsn.d: Likewise.
3006 * testsuite/gas/epiphany/sample.d: Likewise.
3007
b89807c6
AB
30082016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
3009
3010 * testsuite/gas/epiphany/sample.d: Update expected output.
3011
b125bd17
CZ
30122016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
3013
abe051ba
AM
3014 * config/tc-arc.c (md_apply_fix): Allow addendum.
3015 (arc_reloc_op): Allow complex expressions for tpoff.
3016 (md_apply_fix): Handle resolved TLS local symbol.
b125bd17
CZ
3017 * testsuite/gas/arc/tls-relocs1.d: New file.
3018 * testsuite/gas/arc/tls-relocs1.s: Likewise.
3019
4f1d6205
L
30202016-02-01 Loria <Loria@phantasia.org>
3021
3022 PR target/19311
3023 * config/tc-arm.c (encode_arm_immediate): Recode to improve
3024 efficiency and avoid an LLVM loop optimization bug.
3025
ac0d427f
NC
30262016-02-01 Nick Clifton <nickc@redhat.com>
3027
3028 * config/tc-microblaze.c (parse_imm): Fix compile time warning
3029 message extending a negative 32-bit value into a larger signed
3030 value on a 32-bit host.
3031
348ef89a
L
30322016-01-29 H.J. Lu <hongjiu.lu@intel.com>
3033
3034 PR gas/19532
3035 * configure.ac (compressed_debug_sections): Replace == with =.
3036 * configure: Regenerated.
3037
e4e00185
AS
30382016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
3039 H.J. Lu <hongjiu.lu@intel.com>
3040
3041 * config/tc-i386.c (avoid_fence): New.
3042 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
3043 is true.
3044 (OPTION_FENCE_AS_LOCK_ADD): New.
3045 (md_longopts): Add -mfence-as-lock-add.
3046 (md_parse_option): Handle -mfence-as-lock-add.
3047 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
3048 * doc/c-i386.texi (-mfence-as-lock-add): Document.
ac2789d7
L
3049 * testsuite/gas/i386/i386.exp: Run new tests.
3050 * testsuite/gas/i386/fence-as-lock-add.s: New.
3051 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
3052 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
3053 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
3054 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
e4e00185 3055
27ba7c94
L
30562016-01-27 H.J. Lu <hongjiu.lu@intel.com>
3057
3058 * configure.ac (compressed_debug_sections): Remove trailing `]'.
3059 * configure: Regenerated.
3060
d1982f93
L
30612016-01-25 H.J. Lu <hongjiu.lu@intel.com>
3062
3063 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
3064 (OPTION_MOMIT_LOCK_PREFIX): This.
3065 (md_longopts): Updated.
3066 (md_parse_option): Likewise.
3067
00acd688
CM
30682016-01-25 Catherine Moore <clm@codesourcery.com>
3069
3070 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
3071 if abicalls are in effect.
3072 * testsuite/gas/mips/sdata-gp.s: New test.
3073 * testsuite/gas/mips/sdata-gp.d: New expected output
3074 * testsuite/gas/mips/mips.exp: Run new test.
3075
5bc5ae88
RL
30762016-01-25 Renlin Li <renlin.li@arm.com>
3077
3078 * testsuite/gas/arm/thumb2_it_search.d: New.
3079 * testsuite/gas/arm/thumb2_it_search.s: New.
3080
61e137e2
NC
30812016-01-21 Nick Clifton <nickc@redhat.com>
3082
3083 PR gas/19454
3084 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
3085 with arm-netbsdelf target.
3086 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
3087
aed5fc75
NC
30882016-01-20 Nick Clifton <nickc@redhat.com>
3089
74b92a5c
NC
3090 PR 19456
3091 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
3092 * testsuite/gas/arm/blx-bl-convert.d
3093 * testsuite/gas/arm/plt-1.d: Likewise.
3094 * testsuite/gas/arm/reloc-bad.d: Likewise.
3095 * testsuite/gas/arm/thumb-w-good.d: Likewise.
3096 * testsuite/gas/arm/thumb2_pool.d: Likewise.
3097 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
3098 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
3099
72e0b254
NC
3100 PR 19499
3101 * doc/as.texinfo (Errors): Correct documentation describing the
3102 interaction of .file and .line with warning and error messages.
3103
aed5fc75
NC
3104 PR 19458
3105 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
3106 * testsuite/gas/arm/archv8m-main.d: Likewise.
3107 * testsuite/gas/arm/archv8m-base.d: Likewise.
3108
0bff6e2d
MW
31092016-01-20 Matthew Wahab <matthew.wahab@arm.com>
3110
3111 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
3112 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
3113 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
3114
91f68a68
MG
31152016-01-20 Mickael Guene <mickael.guene@st.com>
3116 Terry Guo <terry.guo@arm.com>
3117
3118 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
3119 SHF_ARM_NOREAD section flag.
3120 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
3121 handle letter 'y'.
3122 (arm_elf_section_letter) : Declare it.
3123 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
3124 SHF_ARM_NOREAD section flag.
3125 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
3126
3127 * testsuite/gas/arm/section-execute-only.s: New test case.
3128 * testsuite/gas/arm/section-execute-only.d: Expected output.
3129
100b4f2e
MR
31302016-01-18 Maciej W. Rozycki <macro@imgtec.com>
3131
3132 * config/tc-mips.c (micromips_insn_length): Remove the mention
3133 of 48-bit microMIPS instructions.
3134
3d961d0d
AM
31352016-01-18 Alan Modra <amodra@gmail.com>
3136
3137 * configure: Regenerate.
3138
5c14705f
AM
31392016-01-17 Alan Modra <amodra@gmail.com>
3140
3141 * configure: Regenerate.
3142
b3066ae8
AM
31432016-01-17 Alan Modra <amodra@gmail.com>
3144
3145 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
3146
4d82fe66
NC
31472016-01-14 Nick Clifton <nickc@redhat.com>
3148
3149 * testsuite/gas/rl78/sp-relative-movw.s: New test.
3150 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
3151 * testsuite/gas/rl78/rl78.exp: Run the new test.
3152
651657fa
MW
31532016-01-14 Matthew Wahab <matthew.wahab@arm.com>
3154
3155 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
3156 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
3157
3facb0e9
MR
31582016-01-13 Maciej W. Rozycki <macro@imgtec.com>
3159
3160 * config/tc-nios2.c (output_movia): Preset `code' to 0.
3161
8a4c2869
YS
31622016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
3163
3164 * config/tc-h8300.c (get_operand): Remove spurious condition in
3165 test for closing parenthesis.
3166
105bde57
MW
31672016-01-12 Matthew Wahab <matthew.wahab@arm.com>
3168
3169 * config/tc-arm.c (arm_ext_v8_2): New.
3170 (insns): Add "esb".
3171 * testsuite/gas/arm/armv8_2-a.d: New.
3172 * testsuite/gas/arm/armv8_2-a.s: New.
3173
5230aa4d
AM
31742016-01-12 Alan Modra <amodra@gmail.com>
3175
3176 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
3177
afa8d405
PB
31782016-01-11 Peter Bergner <bergner@vnet.ibm.com>
3179
3180 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
3181 xvcmpnesp, xvcmpnesp.>: Delete tests.
3182 * testsuite/gas/ppc/power9.s: Likewise.
3183 * testsuite/gas/ppc/vsx3.d: Likewise.
3184 * testsuite/gas/ppc/vsx3.s: Likewise.
3185
83c3256e
AS
31862016-01-08 Andreas Schwab <schwab@linux-m68k.org>
3187
3188 PR gas/13050
3189 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
3190 * testsuite/gas/m68k/p13050-1.s: New file.
3191 * testsuite/gas/m68k/p13050-2.d: New file.
3192 * testsuite/gas/m68k/p13050-2.s: New file.
3193
b05a65d0
AB
31942016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
3197 * testsuite/gas/arc/add.d: Likewise.
3198 * testsuite/gas/arc/and.d: Likewise.
3199 * testsuite/gas/arc/asl.d: Likewise.
3200 * testsuite/gas/arc/asr.d: Likewise.
3201 * testsuite/gas/arc/bic.d: Likewise.
3202 * testsuite/gas/arc/extb.d: Likewise.
3203 * testsuite/gas/arc/extw.d: Likewise.
3204 * testsuite/gas/arc/j.d: Likewise.
3205 * testsuite/gas/arc/jl.d: Likewise.
3206 * testsuite/gas/arc/ld2.d: Likewise.
3207 * testsuite/gas/arc/lsr.d: Likewise.
3208 * testsuite/gas/arc/mov.d: Likewise.
3209 * testsuite/gas/arc/or.d: Likewise.
3210 * testsuite/gas/arc/pcl-relocs.d: Likewise.
3211 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
3212 * testsuite/gas/arc/pic-relocs.d: Likewise.
3213 * testsuite/gas/arc/plt-relocs.d: Likewise.
3214 * testsuite/gas/arc/rlc.d: Likewise.
3215 * testsuite/gas/arc/ror.d: Likewise.
3216 * testsuite/gas/arc/rrc.d: Likewise.
3217 * testsuite/gas/arc/sbc.d: Likewise.
3218 * testsuite/gas/arc/sda-relocs.d: Likewise.
3219 * testsuite/gas/arc/sda-relocs2.d: Likewise.
3220 * testsuite/gas/arc/sexb.d: Likewise.
3221 * testsuite/gas/arc/sexw.d: Likewise.
3222 * testsuite/gas/arc/st.d: Likewise.
3223 * testsuite/gas/arc/sub.d: Likewise.
3224 * testsuite/gas/arc/tls-relocs.d: Likewise.
3225 * testsuite/gas/arc/xor.d: Likewise.
3226
6f2750fe
AM
32272016-01-01 Alan Modra <amodra@gmail.com>
3228
3229 Update year range in copyright notice of all files.
3230
3499769a
AM
3231For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
3232\f
3233Copyright (C) 2016 Free Software Foundation, Inc.
3234
3235Copying and distribution of this file, with or without modification,
3236are permitted in any medium without royalty provided the copyright
3237notice and this notice are preserved.
3238
3239Local Variables:
3240mode: change-log
3241left-margin: 8
3242fill-column: 74
3243version-control: never
3244End:
This page took 0.180376 seconds and 4 git commands to generate.