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