gas: improve architecture mismatch diagnostics in sparc
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * config/tc-sparc.c (sparc_ip): Print the instruction arguments
4 in "architecture mismatch" error messages.
5
6 2016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
7
8 * config/tc-sparc.c (md_assemble): Detect and warning on
9 unpredictable DCTI couples in certain arches.
10 (dcti_couples_detect): New global.
11 (md_longopts): Add command line option -dcti-couples-detect.
12 (md_show_usage): Document -dcti-couples-detect.
13 (md_parse_option): Handle OPTION_DCTI_COUPLES_DETECT.
14 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
15 dcti-couples-v8, dcti-couples-v9 and dcti-couples-v9c tests.
16 * testsuite/gas/sparc/dcti-couples.s: New file.
17 * testsuite/gas/sparc/dcti-couples-v9c.d: Likewise.
18 * testsuite/gas/sparc/dcti-couples-v8.d: Likewise.
19 * testsuite/gas/sparc/dcti-couples-v9.d: Likewise.
20 * testsuite/gas/sparc/dcti-couples-v9c.l: Likewise.
21 * testsuite/gas/sparc/dcti-couples-v8.l: Likewise.
22 * doc/as.texinfo (Overview): Document --dcti-couples-detect.
23 * doc/c-sparc.texi (Sparc-Opts): Likewise.
24
25 2016-09-14 Claudiu Zissulescu <claziss@synopsys.com>
26
27 * testsuite/gas/arc/tls-relocs2.d: New file.
28 * testsuite/gas/arc/tls-relocs2.s: Likewise.
29 * config/tc-arc.c (tokenize_arguments): Accept offsets when base
30 is used.
31
32 2016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
33
34 * config/tc-s390.c (s390_parse_cpu): Support alternate arch
35 strings.
36 * doc/as.texinfo: Document new arch strings.
37 * doc/c-s390.texi: Likewise.
38
39 2016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
40
41 * config/tc-s390.c: Set all facitily bits by default
42
43 2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
44
45 * testsuite/gas/s390/zarch-z196.d: Adjust testcase.
46
47 2016-09-08 H.J. Lu <hongjiu.lu@intel.com>
48
49 * config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU
50 for Intel MCU.
51
52 2016-09-07 H.J. Lu <hongjiu.lu@intel.com>
53
54 * config/tc-i386.c (valid_iamcu_cpu_flags): Removed.
55 (set_cpu_arch): Updated.
56 (md_parse_option): Likewise.
57 * testsuite/gas/i386/i386.exp: Run iamcu-4 and iamcu-5. Remove
58 iamcu-inval-2 and iamcu-inval-3.
59 * testsuite/gas/i386/iamcu-4.d: New file.
60 * testsuite/gas/i386/iamcu-4.s: Likewise.
61 * testsuite/gas/i386/iamcu-5.d: Likewise.
62 * testsuite/gas/i386/iamcu-5.s: Likewise.
63 * testsuite/gas/i386/iamcu-inval-2.l: Removed.
64 * testsuite/gas/i386/iamcu-inval-2.s: Likewise.
65 * testsuite/gas/i386/iamcu-inval-3.l: Likewise.
66 * testsuite/gas/i386/iamcu-inval-3.s: Likewise.
67
68 2016-09-07 Richard Earnshaw <rearnsha@arm.com>
69
70 * config/tc-arm.c ((arm_cpus): Use ARM_ARCH_V8A_CRC for all
71 ARMv8-A CPUs except xgene1.
72
73 2016-08-31 Alan Modra <amodra@gmail.com>
74
75 * config/tc-ppc.c (md_assemble): Set sh_flags for VLE. Test
76 ppc_cpu rather than calling ppc_mach to determine VLE mode.
77 (ppc_frag_check, ppc_handle_align): Likewise use ppc_cpu.
78
79 2016-08-26 Jose E. Marchesi <jose.marchesi@oracle.com>
80
81 * testsuite/gas/sparc/crypto.d: Rename invalid opcode camellia_fi
82 to camellia_fl.
83 * testsuite/gas/sparc/crypto.s: Likewise.
84
85 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
86
87 * config/tc-arm.c (v7m_psrs): Add MSPLIM, PSPLIM, MSPLIM_NS,
88 PSPLIM_NS, PRIMASK_NS, BASEPRI_NS, FAULTMASK_NS, CONTROL_NS, SP_NS and
89 their lowecase counterpart special registers. Write register
90 identifier in hex.
91 * testsuite/gas/arm/archv8m-cmse-msr.s: Reorganize tests per
92 operation, special register and then case. Use different register for
93 each operation. Add tests for new special registers.
94 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Adapt expected result
95 accordingly.
96 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
97 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
98
99 2016-08-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
100
101 * config/tc-arm.c (v7m_psrs): Remove msp_s, MSP_S, psp_s and PSP_S
102 special registers.
103 * testsuite/gas/arm/archv8m-cmse-msr.s: Remove test for above special
104 registers.
105 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
106 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
107 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
108
109 2016-08-24 H.J. Lu <hongjiu.lu@intel.com>
110
111 * config/tc-i386.c (cpu_arch): Add .ptwrite.
112 * doc/c-i386.texi: Document ptwrite and .ptwrite.
113 * testsuite/gas/i386/i386.exp: Run ptwrite, ptwrite-intel,
114 x86-64-ptwrite and x86-64-ptwrite-intel.
115 * testsuite/gas/i386/ptwrite-intel.d: New file.
116 * testsuite/gas/i386/ptwrite.d: Likewise.
117 * testsuite/gas/i386/ptwrite.s: Likewise.
118 * testsuite/gas/i386/x86-64-ptwrite-intel.d: Likewise.
119 * testsuite/gas/i386/x86-64-ptwrite.d: Likewise.
120 * testsuite/gas/i386/x86-64-ptwrite.s: Likewise.
121
122 2016-08-19 Tamar Christina <tamar.christina@arm.com>
123
124 * config/tc-arm.c (do_co_reg2c): Added constraint.
125 * testsuite/gas/arm/dest-unpredictable.s: New.
126 * testsuite/gas/arm/dest-unpredictable.l: New.
127 * testsuite/gas/arm/dest-unpredictable.d: New.
128
129 2016-08-19 Nick Clifton <nickc@redhat.com>
130
131 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Adjust expected
132 ordering of sections.
133 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
134 * testsuite/gas/ia64/alias-ilp32.d: Likewise.
135 * testsuite/gas/ia64/alias.d: Likewise.
136 * testsuite/gas/ia64/group-1.d: Likewise.
137 * testsuite/gas/ia64/group-2.d: Likewise.
138 * testsuite/gas/ia64/secname-ilp32.d: Likewise.
139 * testsuite/gas/ia64/secname.d: Likewise.
140 * testsuite/gas/ia64/unwind-ilp32.d: Likewise.
141 * testsuite/gas/ia64/unwind.d: Likewise.
142 * testsuite/gas/ia64/xdata-ilp32.d: Likewise.
143 * testsuite/gas/ia64/xdata.d: Likewise.
144 * testsuite/gas/mmix/bspec-1.d: Likewise.
145 * testsuite/gas/mmix/bspec-2.d: Likewise.
146 * testsuite/gas/mmix/byte-1.d: Likewise.
147 * testsuite/gas/mmix/loc-1.d: Likewise.
148 * testsuite/gas/mmix/loc-2.d: Likewise.
149 * testsuite/gas/mmix/loc-3.d: Likewise.
150 * testsuite/gas/mmix/loc-4.d: Likewise.
151 * testsuite/gas/mmix/loc-5.d: Likewise.
152 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
153
154 2016-08-11 Richard Sandiford <richard.sandiford@arm.com>
155
156 * config/tc-aarch64.c (parse_aarch64_imm_float): Reject -0.0.
157 * testsuite/gas/aarch64/illegal.s, testsuite/gas/aarch64/illegal.l:
158 Add tests for -0.0. Add an end-of-file comment.
159
160 2016-08-05 Nick Clifton <nickc@redhat.com>
161
162 PR gas/20429
163 * config/tc-arm.c (do_vfp_nsyn_push): Check that no more than 16
164 registers are pushed.
165 (do_vfp_nsyn_pop): Check that no more than 16 registers are
166 popped.
167 * testsuite/gas/arm/pr20429.s: New test.
168 * testsuite/gas/arm/pr20429.d: New test driver.
169 * testsuite/gas/arm/pr20429.1: Expected error output.
170
171 PR gas/20364
172 * config/tc-aarch64.c (s_ltorg): Change the mapping state after
173 aligning the frag.
174 (aarch64_init): Treat rs_align frags in code sections as
175 containing code, not data.
176 * testsuite/gas/aarch64/pr20364.s: New test.
177 * testsuite/gas/aarch64/pr20364.d: New test driver.
178
179 2016-08-04 Stefan Trleman <stefan.teleman@oracle.com>
180
181 PR gas/20427
182 * config/tc-sparc.c (cons_fix_new_sparc): Prevent the generation
183 of 64-bit relocation types when assembling for a 32-bit Solaris
184 target.
185
186 2016-07-27 Jose E. Marchesi <jose.marchesi@oracle.com>
187
188 * testsuite/gas/sparc/sparc.exp: Use is_elf_format to discriminate
189 ELF targets.
190 Run natural, natural-32, pr4587, ticc-imm-reg, v8-movwr-imm,
191 pause, save-args, cbcond, cfr, crypto edge, flush, hpcvis3, ima,
192 ld_st_fsr, ldtw_sttw, ldd_std, ldx_stx, ldx_efsr, mwait, mcdper,
193 sparc5vis4, xcrypto, v9branch1 and imm-plus-rreg only in ELF
194 targets.
195 (sparc_elf_setup): Delete.
196 * testsuite/gas/sparc/save-args.d: Fix a copy-paste typo in the
197 test's #name entry.
198
199 2016-07-27 Maciej W. Rozycki <macro@imgtec.com>
200
201 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `nods' flag.
202 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16)
203 (RELAX_MICROMIPS_MARK_TOOFAR16, RELAX_MICROMIPS_CLEAR_TOOFAR16)
204 (RELAX_MICROMIPS_TOOFAR32, RELAX_MICROMIPS_MARK_TOOFAR32)
205 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Shift bits.
206 (get_append_method): Also return APPEND_ADD_COMPACT for
207 microMIPS instructions.
208 (find_altered_mips16_opcode): Exclude macros from matching.
209 Factor code out...
210 (find_altered_opcode): ... to this new function.
211 (find_altered_micromips_opcode): New function.
212 (frag_branch_delay_slot_size): Likewise.
213 (append_insn): Handle microMIPS branch/jump compaction.
214 (macro_start): Likewise.
215 (relaxed_micromips_32bit_branch_length): Likewise.
216 (md_convert_frag): Likewise.
217 * testsuite/gas/mips/micromips.s: Add conditional explicit NOPs
218 for delay slot filling.
219 * testsuite/gas/mips/micromips-b16.s: Add explicit NOPs for
220 delay slot filling.
221 * testsuite/gas/mips/micromips-size-1.s: Likewise.
222 * testsuite/gas/mips/micromips.l: Adjust line numbers.
223 * testsuite/gas/mips/micromips-warn.l: Likewise.
224 * testsuite/gas/mips/micromips-size-1.l: Likewise.
225 * testsuite/gas/mips/micromips.d: Adjust padding.
226 * testsuite/gas/mips/micromips-trap.d: Likewise.
227 * testsuite/gas/mips/micromips-insn32.d: Likewise.
228 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
229 * testsuite/gas/mips/micromips@beq.d: Update patterns for
230 branch/jump compaction.
231 * testsuite/gas/mips/micromips@bge.d: Likewise.
232 * testsuite/gas/mips/micromips@bgeu.d: Likewise.
233 * testsuite/gas/mips/micromips@blt.d: Likewise.
234 * testsuite/gas/mips/micromips@bltu.d: Likewise.
235 * testsuite/gas/mips/micromips@branch-misc-4.d: Likewise.
236 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Likewise.
237 * testsuite/gas/mips/micromips@branch-misc-5.d: Likewise.
238 * testsuite/gas/mips/micromips@branch-misc-5pic.d: Likewise.
239 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Likewise.
240 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
241 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: Likewise.
242 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d:
243 Likewise.
244 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d:
245 Likewise.
246 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
247 * testsuite/gas/mips/micromips@loc-swap-dis.d: Likewise.
248 * testsuite/gas/mips/micromips@relax.d: Likewise.
249 * testsuite/gas/mips/micromips@relax-at.d: Likewise.
250 * testsuite/gas/mips/micromips@relax-swap3.d: Likewise.
251 * testsuite/gas/mips/branch-extern-2.d: Likewise.
252 * testsuite/gas/mips/branch-extern-4.d: Likewise.
253 * testsuite/gas/mips/branch-section-2.d: Likewise.
254 * testsuite/gas/mips/branch-section-4.d: Likewise.
255 * testsuite/gas/mips/branch-weak-2.d: Likewise.
256 * testsuite/gas/mips/branch-weak-5.d: Likewise.
257 * testsuite/gas/mips/micromips-branch-absolute.d: Likewise.
258 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
259 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
260 * testsuite/gas/mips/micromips-branch-absolute-addend.d:
261 Likewise.
262 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
263 Likewise.
264 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
265 Likewise.
266 * testsuite/gas/mips/micromips-compact.d: New test.
267 * testsuite/gas/mips/mips.exp: Run the new test.
268
269 2016-07-27 Graham Markall <graham.markall@embecosm.com>
270
271 * config/tc-arc.c: Add new global arc_addrtype_hash.
272 Define O_colon and O_addrtype.
273 (debug_exp): Add O_colon and O_addrtype.
274 (tokenize_arguments): Handle colon and address type
275 tokens.
276 (declare_addrtype): New function.
277 (md_begin): Initialise arc_addrtype_hash.
278 (arc_parse_name): Add lookup of address types.
279 (assemble_insn): Handle colons and address types by
280 ignoring them.
281 * testsuite/gas/arc/nps400-8.s: New file.
282 * testsuite/gas/arc/nps400-8.d: New file.
283 * testsuite/gas/arc/nps400-8.s: Add PMU instruction tests.
284 * testsuite/gas/arc/nps400-8.d: Add expected PMU
285 instruction output.
286
287 2016-07-26 Maciej W. Rozycki <macro@imgtec.com>
288
289 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `insn32' flag.
290 (RELAX_MICROMIPS_INSN32): New macro.
291 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
292 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_RELAX32)
293 (RELAX_MICROMIPS_TOOFAR16, RELAX_MICROMIPS_MARK_TOOFAR16)
294 (RELAX_MICROMIPS_CLEAR_TOOFAR16, RELAX_MICROMIPS_TOOFAR32)
295 (RELAX_MICROMIPS_MARK_TOOFAR32, RELAX_MICROMIPS_CLEAR_TOOFAR32):
296 Shift bits.
297 (append_insn): Record `mips_opts.insn32' with relaxed microMIPS
298 branches.
299 (relaxed_micromips_32bit_branch_length): Handle the `insn32'
300 mode.
301 (md_convert_frag): Likewise.
302 * testsuite/gas/mips/micromips-branch-relax.s: Add `insn32'
303 conditionals.
304 * testsuite/gas/mips/micromips-branch-relax.l: Update line
305 numbers accordingly.
306 * testsuite/gas/mips/micromips-branch-relax-pic.l: Likewise.
307 * testsuite/gas/mips/micromips-branch-relax-insn32.d: New test.
308 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.d: New
309 test.
310 * testsuite/gas/mips/micromips-branch-relax-insn32.l: New
311 stderr output.
312 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.l: New
313 stderr output.
314 * testsuite/gas/mips/mips.exp: Run the new tests.
315
316 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
317
318 * configure: Regenerated.
319
320 2016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
321
322 * testsuite/gas/arc/dsp.d: New file.
323 * testsuite/gas/arc/dsp.s: Likewise.
324 * testsuite/gas/arc/fpu.d: Likewise.
325 * testsuite/gas/arc/fpu.s: Likewise.
326 * testsuite/gas/arc/ext2op.d: Add specific disassembler option.
327 * testsuite/gas/arc/ext3op.d: Likewise.
328 * testsuite/gas/arc/tdpfp.d: Likewise.
329 * testsuite/gas/arc/tfpuda.d: Likewise.
330
331 2016-07-20 Maciej W. Rozycki <macro@imgtec.com>
332
333 * config/tc-mips.c (mips_force_relocation): Remove
334 R_MIPS_PC26_S2 and R_MIPS_PC21_S2.
335
336 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
337
338 * config/tc-mips.c (mips_force_relocation, mips_fix_adjustable):
339 Adjust comments for BAL to JALX linker conversion.
340 (fix_bad_cross_mode_branch_p): Accept cross-mode BAL.
341 * testsuite/gas/mips/unaligned-branch-1.l: Update error messages
342 expected.
343 * testsuite/gas/mips/unaligned-branch-micromips-1.l: Likewise.
344 * testsuite/gas/mips/branch-local-4.d: New test.
345 * testsuite/gas/mips/branch-local-n32-4.d: New test.
346 * testsuite/gas/mips/branch-local-n64-4.d: New test.
347 * testsuite/gas/mips/branch-addend.d: New test.
348 * testsuite/gas/mips/branch-addend-n32.d: New test.
349 * testsuite/gas/mips/branch-addend-n64.d: New test.
350 * testsuite/gas/mips/branch-local-4.s: New test source.
351 * testsuite/gas/mips/branch-addend.s: New test source.
352 * testsuite/gas/mips/mips.exp: Run the new tests.
353
354 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
355
356 * config/tc-mips.c (mips_force_relocation): Also retain branch
357 relocations against MIPS16 and microMIPS symbols.
358 (fix_bad_cross_mode_jump_p): New function.
359 (fix_bad_same_mode_jalx_p): Likewise.
360 (fix_bad_misaligned_jump_p): Likewise.
361 (fix_bad_cross_mode_branch_p): Likewise.
362 (fix_bad_misaligned_branch_p): Likewise.
363 (fix_validate_branch): Likewise.
364 (md_apply_fix) <BFD_RELOC_MIPS_JMP, BFD_RELOC_MIPS16_JMP>
365 <BFD_RELOC_MICROMIPS_JMP>: Separate from BFD_RELOC_MIPS_SHIFT5,
366 etc. Verify the ISA mode and alignment of the jump target.
367 <BFD_RELOC_MIPS_21_PCREL_S2>: Replace the inline alignment check
368 with a call to `fix_validate_branch'.
369 <BFD_RELOC_MIPS_26_PCREL_S2>: Likewise.
370 <BFD_RELOC_16_PCREL_S2>: Likewise.
371 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
372 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Retain the original addend.
373 Verify the ISA mode and alignment of the branch target.
374 (md_convert_frag): Verify the ISA mode and alignment of resolved
375 MIPS16 branch targets.
376 * testsuite/gas/mips/branch-misc-1.s: Annotate non-instruction
377 branch targets with `.insn'.
378 * testsuite/gas/mips/branch-misc-5.s: Likewise.
379 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Update
380 accordingly.
381 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
382 * testsuite/gas/mips/micromips-branch-relax.s: Annotate
383 non-instruction branch target with `.insn'.
384 * testsuite/gas/mips/micromips.s: Replace microMIPS JALX targets
385 with external symbols.
386 * testsuite/gas/mips/micromips-insn32.d: Update accordingly.
387 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
388 * testsuite/gas/mips/micromips-trap.d: Likewise.
389 * testsuite/gas/mips/micromips.d: Likewise.
390 * testsuite/gas/mips/mips16.s: Annotate non-instruction branch
391 targets with `.insn'.
392 * testsuite/gas/mips/mips16.d: Update accordingly.
393 * testsuite/gas/mips/mips16-64.d: Likewise.
394 * testsuite/gas/mips/mips16-dwarf2.s: Annotate non-instruction
395 branch target with `.insn'.
396 * testsuite/gas/mips/relax-swap3.s: Likewise.
397 * testsuite/gas/mips/branch-local-2.l: New list test.
398 * testsuite/gas/mips/branch-local-3.l: New list test.
399 * testsuite/gas/mips/branch-local-n32-2.l: New list test.
400 * testsuite/gas/mips/branch-local-n32-3.l: New list test.
401 * testsuite/gas/mips/branch-local-n64-2.l: New list test.
402 * testsuite/gas/mips/branch-local-n64-3.l: New list test.
403 * testsuite/gas/mips/unaligned-jump-1.l: New list test.
404 * testsuite/gas/mips/unaligned-jump-2.l: New list test.
405 * testsuite/gas/mips/unaligned-jump-3.d: New test.
406 * testsuite/gas/mips/unaligned-jump-mips16-1.l: New list test.
407 * testsuite/gas/mips/unaligned-jump-mips16-2.l: New list test.
408 * testsuite/gas/mips/unaligned-jump-mips16-3.d: New test.
409 * testsuite/gas/mips/unaligned-jump-micromips-1.l: New list
410 test.
411 * testsuite/gas/mips/unaligned-jump-micromips-2.l: New list
412 test.
413 * testsuite/gas/mips/unaligned-jump-micromips-3.d: New test.
414 * testsuite/gas/mips/unaligned-branch-1.l: New list test.
415 * testsuite/gas/mips/unaligned-branch-2.l: New list test.
416 * testsuite/gas/mips/unaligned-branch-3.d: New test.
417 * testsuite/gas/mips/unaligned-branch-r6-1.l: New list test.
418 * testsuite/gas/mips/unaligned-branch-r6-2.l: New list test.
419 * testsuite/gas/mips/unaligned-branch-r6-3.l: New list test.
420 * testsuite/gas/mips/unaligned-branch-r6-4.l: New list test.
421 * testsuite/gas/mips/unaligned-branch-r6-5.d: New test.
422 * testsuite/gas/mips/unaligned-branch-r6-6.d: New test.
423 * testsuite/gas/mips/unaligned-branch-mips16-1.l: New list test.
424 * testsuite/gas/mips/unaligned-branch-mips16-2.l: New list test.
425 * testsuite/gas/mips/unaligned-branch-mips16-3.d: New test.
426 * testsuite/gas/mips/unaligned-branch-micromips-1.l: New list
427 test.
428 * testsuite/gas/mips/unaligned-branch-micromips-2.l: New list
429 test.
430 * testsuite/gas/mips/unaligned-branch-micromips-3.d: New test.
431 * testsuite/gas/mips/branch-local-2.s: New test source.
432 * testsuite/gas/mips/branch-local-3.s: New test source.
433 * testsuite/gas/mips/branch-local-n32-2.s: New test source.
434 * testsuite/gas/mips/branch-local-n32-3.s: New test source.
435 * testsuite/gas/mips/branch-local-n64-2.s: New test source.
436 * testsuite/gas/mips/branch-local-n64-3.s: New test source.
437 * testsuite/gas/mips/unaligned-jump-1.s: New test source.
438 * testsuite/gas/mips/unaligned-jump-2.s: New test source.
439 * testsuite/gas/mips/unaligned-jump-mips16-1.s: New test source.
440 * testsuite/gas/mips/unaligned-jump-mips16-2.s: New test source.
441 * testsuite/gas/mips/unaligned-jump-micromips-1.s: New test
442 source.
443 * testsuite/gas/mips/unaligned-jump-micromips-2.s: New test
444 source.
445 * testsuite/gas/mips/unaligned-branch-1.s: New test source.
446 * testsuite/gas/mips/unaligned-branch-2.s: New test source.
447 * testsuite/gas/mips/unaligned-branch-r6-1.s: New test source.
448 * testsuite/gas/mips/unaligned-branch-r6-2.s: New test source.
449 * testsuite/gas/mips/unaligned-branch-r6-3.s: New test source.
450 * testsuite/gas/mips/unaligned-branch-r6-4.s: New test source.
451 * testsuite/gas/mips/unaligned-branch-mips16-1.s: New test
452 source.
453 * testsuite/gas/mips/unaligned-branch-mips16-2.s: New test
454 source.
455 * testsuite/gas/mips/unaligned-branch-micromips-1.s: New test
456 source.
457 * testsuite/gas/mips/unaligned-branch-micromips-2.s: New test
458 source.
459 * testsuite/gas/mips/mips.exp: Run the new tests.
460
461 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
462
463 * config/tc-nds32.c (struct nds32_pseudo_opcode): Make pseudo_val
464 unsigned int.
465 (do_pseudo_b): Adjust.
466 (do_pseudo_bal): Likewise.
467 (do_pseudo_bge): Likewise.
468 (do_pseudo_bges): Likewise.
469 (do_pseudo_bgt): Likewise.
470 (do_pseudo_bgts): Likewise.
471 (do_pseudo_ble): Likewise.
472 (do_pseudo_bles): Likewise.
473 (do_pseudo_blt): Likewise.
474 (do_pseudo_blts): Likewise.
475 (do_pseudo_br): Likewise.
476 (do_pseudo_bral): Likewise.
477 (do_pseudo_la): Likewise.
478 (do_pseudo_li): Likewise.
479 (do_pseudo_ls_bhw): Likewise.
480 (do_pseudo_ls_bhwp): Likewise.
481 (do_pseudo_ls_bhwpc): Likewise.
482 (do_pseudo_ls_bhwi): Likewise.
483 (do_pseudo_move): Likewise.
484 (do_pseudo_neg): Likewise.
485 (do_pseudo_not): Likewise.
486 (do_pseudo_pushpopm): Likewise.
487 (do_pseudo_pushpop): Likewise.
488 (do_pseudo_v3push): Likewise.
489 (do_pseudo_v3pop): Likewise.
490 (do_pseudo_pushpop_stack): Likewise.
491 (do_pseudo_push_bhwd): Likewise.
492 (do_pseudo_pop_bhwd): Likewise.
493 (do_pseudo_pusha): Likewise.
494 (do_pseudo_pushi): Likewise.
495
496 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
497
498 * config/tc-sparc.c (struct pop_entry): Make the type of reloc
499 bfd_reloc_code_real_type.
500
501 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
502
503 * config/tc-sparc.c (pop_table): Remove sentinel.
504 (NUM_PERC_ENTRIES): Use ARRAY_SIZE on pop_table.
505 (md_begin): Adjust.
506
507 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
508
509 * config/tc-z8k.c (newfix): Make type of type argument
510 bfd_reloc_code_real_type.
511 (apply_fix): Likewise.
512
513 2016-07-16 Alan Modra <amodra@gmail.com>
514
515 * config/tc-epiphany.c: Don't include libbfd.h.
516 * config/tc-frv.c: Likewise.
517 * config/tc-ip2k.c: Likewise.
518 * config/tc-iq2000.c: Likewise.
519 * config/tc-m32c.c: Likewise.
520 * config/tc-mep.c: Likewise.
521 * config/tc-mt.c: Likewise.
522 * config/tc-nios2.c: Likewise.
523
524 2016-07-16 Alan Modra <amodra@gmail.com>
525
526 * config/bfin-parse.y: Don't include libbfd.h.
527 * config/tc-bfin.c: Likewise.
528 * config/tc-rl78.c: Likewise.
529 * config/tc-rx.c: Likewise.
530 * config/tc-metag.c: Likewise.
531 (create_dspreg_htabs, create_scond_htab): Use gas_assert not BFD_ASSERT.
532 * Makefile.am: Update dependencies.
533 * Makefile.in: Regenerate.
534
535 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
536
537 * config/tc-mips.h (TC_FORCE_RELOCATION_ABS): New macro.
538 (mips_force_relocation_abs): New prototype.
539 * config/tc-mips.c (mips_force_relocation_abs): New function.
540 * testsuite/gas/mips/branch-absolute.d: Adjust dump patterns.
541 * testsuite/gas/mips/mips16-branch-absolute.d: Likewise.
542 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
543 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
544 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
545 Likewise.
546 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
547 Likewise.
548 * testsuite/gas/mips/branch-absolute-addend.d: New test.
549 * testsuite/gas/mips/mips16-branch-absolute-addend.d: New test.
550 * testsuite/gas/mips/micromips-branch-absolute-addend.d: New
551 test.
552 * testsuite/gas/mips/mips.exp: Run the new tests.
553
554 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
555
556 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS16_16_PCREL_S1>
557 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
558 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Keep the ISA bit in the
559 addend calculated.
560 * testsuite/gas/mips/mips16-branch-absolute.s: Set the ISA bit
561 in `bar', export `foo'.
562 * testsuite/gas/mips/mips16-branch-absolute.d: Adjust
563 accordingly.
564 * testsuite/gas/mips/mips16-branch-absolute-n32.d: Likewise.
565 * testsuite/gas/mips/mips16-branch-absolute-n64.d: Likewise.
566 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d:
567 Likewise.
568 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d:
569 Likewise.
570
571 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
572
573 * testsuite/gas/mips/mips16-branch-absolute.d: Update patterns.
574 * testsuite/gas/mips/branch-absolute.d: New test.
575 * testsuite/gas/mips/branch-absolute-n32.d: New test.
576 * testsuite/gas/mips/branch-absolute-n64.d: New test.
577 * testsuite/gas/mips/branch-absolute-addend-n32.d: New test.
578 * testsuite/gas/mips/branch-absolute-addend-n64.d: New test.
579 * testsuite/gas/mips/mips16-branch-absolute-n32.d: New test.
580 * testsuite/gas/mips/mips16-branch-absolute-n64.d: New test.
581 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d: New
582 test.
583 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d: New
584 test.
585 * testsuite/gas/mips/micromips-branch-absolute.d: New test.
586 * testsuite/gas/mips/micromips-branch-absolute-n32.d: New test.
587 * testsuite/gas/mips/micromips-branch-absolute-n64.d: New test.
588 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d: New
589 test.
590 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d: New
591 test.
592 * testsuite/gas/mips/branch-absolute.s: New test source.
593 * testsuite/gas/mips/branch-absolute-addend.s: New test source.
594 * testsuite/gas/mips/mips16-branch-absolute-addend.s: New test
595 source.
596 * testsuite/gas/mips/micromips-branch-absolute.s: New test
597 source.
598 * testsuite/gas/mips/micromips-branch-absolute-addend.s: New
599 test source.
600 * testsuite/gas/mips/mips.exp: Run the new tests.
601
602 2016-07-13 Maciej W. Rozycki <macro@imgtec.com>
603
604 * testsuite/gas/mips/nal-1.d: New test.
605 * testsuite/gas/mips/mipsr6@nal-1.d: New test.
606 * testsuite/gas/mips/nal-2.d: New test.
607 * testsuite/gas/mips/mipsr6@nal-2.d: New test.
608 * testsuite/gas/mips/nal.s: New test source.
609 * testsuite/gas/mips/mips.exp: Run the new tests.
610
611 2016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com>
612
613 * testsuite/gas/sparc/ldtxa.s: New file.
614 * testsuite/gas/sparc/ldtxa.d: Likewise.
615 * testsuite/gas/sparc/sparc.exp: Execute the ldtxa test.
616
617 2016-07-11 Claudiu Zissulescu <claziss@synopsys.com>
618
619 * config/tc-arc.c (arc_reloc_op_tag): Allow complex ops for dtpoff.
620 (tc_gen_reloc): Remove passing DTPOFF base info into reloc addendum
621 as it is no longer needed.
622
623 2016-07-08 Maciej W. Rozycki <macro@imgtec.com>
624
625 * config/tc-mips.c (append_insn): Remove extraneous
626 `install_insn' call.
627
628 2016-07-04 Jan Beulich <jbeulich@suse.com>
629
630 * config/tc-i386.c (check_qword_reg): Correct register kind
631 checked.
632 * testsuite/gas/i386/x86-64-suffix-bad.s: Add q-suffix with
633 16-bit register cases.
634 * testsuite/gas/i386/x86-64-suffix-bad.l: Adjust expectations.
635
636
637 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
638
639 * testsuite/gas/mips/ecoff@ld.d: Remove test.
640 * testsuite/gas/mips/ecoff@ld-forward.d: Remove test.
641 * testsuite/gas/mips/ecoff@ld-zero-3.d: Remove test.
642 * testsuite/gas/mips/ecoff@sd.d: Remove test.
643 * testsuite/gas/mips/ecoff@sd-forward.d: Remove test.
644 * testsuite/gas/mips/beq.d: Remove a.out and ECOFF support from
645 reloc patterns.
646 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
647 * testsuite/gas/mips/bge.d: Likewise.
648 * testsuite/gas/mips/mipsr6@bge.d: Likewise.
649 * testsuite/gas/mips/bgeu.d: Likewise.
650 * testsuite/gas/mips/mipsr6@bgeu.d: Likewise.
651 * testsuite/gas/mips/blt.d: Likewise.
652 * testsuite/gas/mips/mipsr6@blt.d: Likewise.
653 * testsuite/gas/mips/bltu.d: Likewise.
654 * testsuite/gas/mips/mipsr6@bltu.d: Likewise.
655 * testsuite/gas/mips/branch-likely.d: Likewise.
656 * testsuite/gas/mips/la.d: Likewise.
657 * testsuite/gas/mips/lb.d: Likewise.
658 * testsuite/gas/mips/lifloat.d: Likewise.
659 * testsuite/gas/mips/sb.d: Likewise.
660 * testsuite/gas/mips/uld.d: Likewise.
661 * testsuite/gas/mips/ulh.d: Likewise.
662 * testsuite/gas/mips/ulw.d: Likewise.
663 * testsuite/gas/mips/usd.d: Likewise.
664 * testsuite/gas/mips/ush.d: Likewise.
665 * testsuite/gas/mips/usw.d: Likewise.
666
667 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
668
669 * testsuite/gas/mips/branch-misc-2.s: Move non
670 locally-defined-global symbol tests...
671 * testsuite/gas/mips/branch-misc-5.s: ... to this new test.
672 * testsuite/gas/mips/branch-misc-2.d: Update accordingly.
673 * testsuite/gas/mips/branch-misc-2-64.d: Likewise.
674 * testsuite/gas/mips/branch-misc-2pic.d: Likewise.
675 * testsuite/gas/mips/branch-misc-2pic-64.d: Likewise.
676 * testsuite/gas/mips/mipsr6@branch-misc-2-64.d: Likewise.
677 * testsuite/gas/mips/mipsr6@branch-misc-2pic-64.d: Likewise.
678 * testsuite/gas/mips/micromips@branch-misc-2.d: Likewise.
679 * testsuite/gas/mips/micromips@branch-misc-2-64.d: Likewise.
680 * testsuite/gas/mips/micromips@branch-misc-2pic.d: Likewise.
681 * testsuite/gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
682 * testsuite/gas/mips/branch-misc-5.d: New test.
683 * testsuite/gas/mips/branch-misc-5pic.d: New test.
684 * testsuite/gas/mips/branch-misc-5-64.d: New test.
685 * testsuite/gas/mips/branch-misc-5pic-64.d: New test.
686 * testsuite/gas/mips/mipsr6@branch-misc-5-64.d: New test.
687 * testsuite/gas/mips/mipsr6@branch-misc-5pic-64.d: New test.
688 * testsuite/gas/mips/micromips@branch-misc-5.d: New test.
689 * testsuite/gas/mips/micromips@branch-misc-5pic.d: New test.
690 * testsuite/gas/mips/micromips@branch-misc-5-64.d: New test.
691 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: New test.
692 * testsuite/gas/mips/mips.exp: Run the new tests.
693
694 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
695
696 * testsuite/gas/mips/beq.s: Uncomment branches to undefined
697 symbols.
698 * testsuite/gas/mips/beq.d: Update accordingly.
699 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
700 * testsuite/gas/mips/micromips@beq.d: Likewise.
701
702 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
703
704 * testsuite/gas/mips/mips.exp: Restrict 64-bit `branch-mips'
705 tests to NewABI targets.
706
707 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
708
709 * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
710 together.
711
712 2016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
713
714 * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
715 require field.
716 (aarch64_features): Initialize require fields.
717 (aarch64_parse_features): Handle dependencies.
718 (aarch64_feature_enable_set, aarch64_feature_disable_set): New.
719 (md_assemble): Use AARCH64_CPU_HAS_ALL_FEATURES.
720 * testsuite/gas/aarch64/illegal-nofp16.s: New.
721 * testsuite/gas/aarch64/illegal-nofp16.l: New.
722 * testsuite/gas/aarch64/illegal-nofp16.d: New.
723
724 2016-07-01 Nick Clifton <nickc@redhat.com>
725
726 * macro.c (macro_expand_body): Use a buffer big enough to hold an
727 extremely large integer.
728
729 2016-07-01 Jan Beulich <jbeulich@suse.com>
730
731 * testsuite/gas/i386/mpx-inval-2.l: Relax for COFF targets.
732
733 2016-07-01 Tristan Gingold <gingold@adacore.com>
734
735 * NEWS: Add marker for 2.27.
736
737 2016-07-01 Jan Beulich <jbeulich@suse.com>
738
739 * tc-i386.c (i386_index_check): Add special checks for bndmk,
740 bndldx, and bndstx.
741 * testsuite/gas/i386/mpx-inval-2.s: Add %rip and %eip relative
742 as well as scaling by other than 1 tests.
743 * testsuite/gas/i386/mpx-inval-2.l: Adjust accordingly.
744
745 2016-07-01 Jan Beulich <jbeulich@suse.com>
746
747 * tc-i386.c (md_assemble): Alter address size checking for MPX
748 instructions.
749 * testsuite/gas/i386/mpx-inval-2.s: New.
750 * testsuite/gas/i386/mpx-inval-2.l: New.
751 * testsuite/gas/i386/i386.exp: Run new test.
752
753 2016-07-01 Jan Beulich <jbeulich@suse.com>
754
755 PR gas/20318
756 * config/tc-i386.c (match_template): Add char parameter,
757 consumed in Intel mode for an extra suffix check.
758 (md_assemble): New local variable mnem_suffix.
759 * testsuite/gas/i386/suffix-bad.s: New.
760 * testsuite/gas/i386/suffix-bad.l: New.
761 * testsuite/gas/i386/i386.exp: Run new test (twice).
762
763 2016-07-01 Jan Beulich <jbeulich@suse.com>
764
765 * testsuite/gas/i386/movz.s: New.
766 * testsuite/gas/i386/movz32.d: New.
767 * testsuite/gas/i386/movz64.d: New.
768 * testsuite/gas/i386/i386.exp: Run new tests.
769
770 2016-07-01 Jan Beulich <jbeulich@suse.com>
771
772 * config/tc-i386.c (struct _i386_insn): New field memop1_string.
773 (md_assemble): Free first memory operand string.
774 (i386_index_check): Use repprefixok to distingush xlat from
775 other (real) string ops.
776 (maybe_adjust_templates): New.
777 (i386_att_operand). Call it. Store first memory operand string.
778 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
779 * testsuite/gas/i386/intel-movs.s: New.
780 * testsuite/gas/i386/intel-movs32.d: New.
781 * testsuite/gas/i386/intel-movs64.d: New.
782 * testsuite/gas/i386/i386.exp: Run new tests. Invoke as for
783 64-bits tests with "--defsym x86_64=1 --strip-local-absolute".
784
785 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
786
787 * config/tc-mips.c (get_append_method): Fix a comment typo.
788
789 2016-06-30 Matthew Fortune <Matthew.Fortune@imgtec.com>
790 Maciej W. Rozycki <macro@imgtec.com>
791
792 * config/tc-mips.c (append_insn) <APPEND_SWAP>: Do not special
793 case MIPS16 handling.
794 * testsuite/gas/mips/branch-swap-3.d: New test.
795 * testsuite/gas/mips/branch-swap-4.d: New test.
796 * testsuite/gas/mips/mips16@branch-swap-3.d: New test.
797 * testsuite/gas/mips/mips16@branch-swap-4.d: New test.
798 * testsuite/gas/mips/micromips@branch-swap-3.d: New test.
799 * testsuite/gas/mips/micromips@branch-swap-4.d: New test.
800 * testsuite/gas/mips/branch-swap-3.s: New test source.
801 * testsuite/gas/mips/mips.exp: Run the new tests.
802
803 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
804
805 * config/tc-mips.c (append_insn): Simplify non-MIPS16 branch
806 swapping sequence.
807
808 2016-06-30 Maciej W. Rozycki <macro@imgtec.com>
809
810 PR gas/20312
811 * write.c (subsegs_finish_section): Force no section padding to
812 alignment on failed assembly, always set last frag's alignment
813 from section.
814 * testsuite/gas/all/pr20312.l: New list test.
815 * testsuite/gas/all/pr20312.s: New test source.
816 * testsuite/gas/all/gas.exp: Run the new test
817
818 2016-06-30 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * config.in (TARGET_WITH_CPU): Undefine.
821 * configure.ac: Add --with-cpu support, and define in config.h.
822 * configure: Regenerate.
823 * config/tc-arc.c: Use TARGET_WITH_CPU to select default CPU.
824 * NEWS: Mention new configure option.
825
826 2016-06-30 Matthew Wahab <matthew.wahab@arm.com>
827
828 * testsuite/gas/arm/armv8_2+rdma.d: New.
829
830 2016-06-29 H.J. Lu <hongjiu.lu@intel.com>
831
832 * NEWS: Mention --enable-compressed-debug-sections=gas is the
833 default for Linux/x86 targets.
834 * configure.tgt (ac_default_compressed_debug_sections): Default
835 to yes for Linux/x86 targets.
836
837 2016-06-29 Maciej W. Rozycki <macro@imgtec.com>
838
839 * write.c: Remove "libbfd.h" inclusion.
840
841 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
842
843 * testsuite/gas/elf/elf.exp: Use `supports_gnu_unique' with the
844 `type' test.
845
846 2016-06-28 Alan Modra <amodra@gmail.com>
847
848 PR gas/20247
849 * testsuite/gas/elf/section11.s: Don't start directives in first column.
850
851 2016-06-28 Richard Sandiford <richard.sandiford@arm.com>
852
853 * testsuite/gas/aarch64/diagnostic.s,
854 testsuite/gas/aarch64/diagnostic.l: Add tests for out-of-range indices.
855
856 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
857
858 * config/tc-mips.c (mips16_reloc_p): Handle
859 BFD_RELOC_MIPS16_16_PCREL_S1.
860 (b_reloc_p): Likewise.
861 (limited_pcrel_reloc_p): Likewise.
862 (md_pcrel_from): Likewise.
863 (md_apply_fix): Likewise.
864 (tc_gen_reloc): Likewise.
865 (md_convert_frag): Likewise.
866 (mips_fix_adjustable): Update comment.
867 * testsuite/gas/mips/mips16-branch-reloc-2.d: Remove error
868 output, add dump patterns.
869 * testsuite/gas/mips/mips16-branch-reloc-3.d: Remove error
870 output, add dump patterns.
871 * testsuite/gas/mips/mips16-branch-addend-2.d: Remove error
872 output, add dump patterns.
873 * testsuite/gas/mips/mips16-branch-addend-3.d: Remove error
874 output, add dump patterns.
875 * testsuite/gas/mips/mips16-branch-absolute.d: Remove error
876 output, add dump patterns.
877 * testsuite/gas/mips/mips16-branch-reloc-2.l: Remove file.
878 * testsuite/gas/mips/mips16-branch-reloc-3.l: Remove file.
879 * testsuite/gas/mips/mips16-branch-addend-2.l: Remove file.
880 * testsuite/gas/mips/mips16-branch-addend-3.l: Remove file.
881 * testsuite/gas/mips/mips16-branch-absolute.l: Remove file.
882 * testsuite/gas/mips/mips16-branch-addend-2.s: Add padding.
883 * testsuite/gas/mips/branch-weak.s: Adjust alignment, avoid
884 implicit instruction padding, avoid MIPS16 JR->JRC conversion.
885 * testsuite/gas/mips/branch-weak-6.d: New test.
886 * testsuite/gas/mips/branch-weak-7.d: New test.
887 * testsuite/gas/mips/mips.exp: Run the new tests.
888
889 2016-06-27 Vineet Gupta <vgupta@synopsys.com>
890
891 * config//tc-arc.c (tc_arc_frame_initial_instructions): Use
892 cfi_add_CFA_def_cfa to generate default CFA with offset
893 * testsuite/gas/cfi/cfi-arc-1.d: Update expected output.
894
895 2016-06-27 Nick Clifton <nickc@redhat.com>
896
897 PR gas/20247
898 * as.h (do_not_pad_sections_to_alignment): New global variable.
899 * as.c (show_usage): Add --no-pad-sections.
900 (parse_args): Likewise.
901 * write.c (size_seg): Skip padding the end of the section if
902 requested from the command line.
903 (SUB_SEGMENT_ALIGN): Likewise.
904 * doc/as.texinfo: Document the new option.
905 * NEWS: Mention the new feature.
906 * testsuite/gas/elf/section11.s: New test.
907 * testsuite/gas/elf/section11.d: New test driver.
908 * testsuite/gas/elf/elf.exp: Run the new test.
909
910 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
911
912 * config/tc-dlx.c: Include bfd/elf32-dlx.h.
913 * config/tc-dlx.h: Remove prototype of dlx_set_skip_hi16.
914
915 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
916
917 * config/tc-xtensa.c (xtensa_elf_suffix): Use ARRAY_SIZE instead of a
918 sentinal element.
919 (map_suffix_reloc_to_operator): Likewise.
920 (map_operator_to_reloc): Likewise.
921
922 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
923
924 * config/tc-nds32.c (md_begin): Use ARRAY_SIZE instead of a sentinal
925 element in relax_table.
926
927 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
928
929 * config/tc-aarch64.c: Make the type of reg_entry::type
930 aarch_reg_type.
931
932 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
933
934 * config/tc-bfin.c (bfin_cpus): Remove sentinal.
935 (md_parse_option): Adjust.
936 * config/tc-aarch64.c (aarch64_parse_abi): Replace use of a sentinal
937 with iteration from 0 to ARRAY_SIZE.
938 * config/tc-mcore.c (md_begin): Likewise.
939 * config/tc-visium.c (visium_parse_arch): Likewise.
940
941 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
942
943 * config/tc-tic54x.c (tic54x_set_default_include): remove argument
944 and simplify accordingly.
945 (tic54x_include): Adjust.
946 (tic54x_mlib): Likewise.
947
948 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
949
950 * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
951
952 2016-06-24 Maciej W. Rozycki <macro@imgtec.com>
953
954 * config/tc-mips.c (append_insn): Use any `O_symbol' expression
955 unchanged with relaxed MIPS16 instructions.
956 (mips16_extended_frag): Adjust accordingly. Return 1 right
957 away if a relocation will be required for the symbol requested.
958 Remove dead first relaxation pass code.
959 (mips_relax_frag): Pass `sec' down to `mips16_extended_frag'.
960 (md_convert_frag): Adjust symbol value calculation. Raise an
961 error if a relocation is required for the symbol requested.
962 * testsuite/gas/mips/mips16@relax-swap3.d: Remove dump patterns,
963 add error output.
964 * testsuite/gas/mips/mips16@relax-swap3.l: New error output.
965 * testsuite/gas/mips/mips16-pcrel-relax-0.d: New test.
966 * testsuite/gas/mips/mips16-pcrel-relax-1.d: New test.
967 * testsuite/gas/mips/mips16-pcrel-relax-2.d: New test.
968 * testsuite/gas/mips/mips16-pcrel-relax-3.d: New test.
969 * testsuite/gas/mips/mips16-pcrel-reloc-0.d: New test.
970 * testsuite/gas/mips/mips16-pcrel-reloc-1.d: New test.
971 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: New test.
972 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: New test.
973 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: New test.
974 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: New test.
975 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: New test.
976 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: New test.
977 * testsuite/gas/mips/mips16-pcrel-addend-0.d: New test.
978 * testsuite/gas/mips/mips16-pcrel-addend-1.d: New test.
979 * testsuite/gas/mips/mips16-pcrel-addend-2.d: New test.
980 * testsuite/gas/mips/mips16-pcrel-addend-3.d: New test.
981 * testsuite/gas/mips/mips16-pcrel-absolute.d: New test.
982 * testsuite/gas/mips/mips16-branch-reloc-0.d: New test.
983 * testsuite/gas/mips/mips16-branch-reloc-1.d: New test.
984 * testsuite/gas/mips/mips16-branch-reloc-2.d: New test.
985 * testsuite/gas/mips/mips16-branch-reloc-3.d: New test.
986 * testsuite/gas/mips/mips16-branch-addend-0.d: New test.
987 * testsuite/gas/mips/mips16-branch-addend-1.d: New test.
988 * testsuite/gas/mips/mips16-branch-addend-2.d: New test.
989 * testsuite/gas/mips/mips16-branch-addend-3.d: New test.
990 * testsuite/gas/mips/mips16-branch-absolute.d: New test.
991 * testsuite/gas/mips/mips16-absolute-reloc-0.d: New test.
992 * testsuite/gas/mips/mips16-absolute-reloc-1.d: New test.
993 * testsuite/gas/mips/mips16-absolute-reloc-2.d: New test.
994 * testsuite/gas/mips/mips16-absolute-reloc-3.d: New test.
995 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: New error output.
996 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: New error output.
997 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: New error output.
998 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: New error output.
999 * testsuite/gas/mips/mips16-pcrel-addend-2.l: New error output.
1000 * testsuite/gas/mips/mips16-pcrel-addend-3.l: New error output.
1001 * testsuite/gas/mips/mips16-pcrel-absolute.l: New error output.
1002 * testsuite/gas/mips/mips16-branch-reloc-2.l: New error output.
1003 * testsuite/gas/mips/mips16-branch-reloc-3.l: New error output.
1004 * testsuite/gas/mips/mips16-branch-addend-2.l: New error output.
1005 * testsuite/gas/mips/mips16-branch-addend-3.l: New error output.
1006 * testsuite/gas/mips/mips16-branch-absolute.l: New error output.
1007 * testsuite/gas/mips/mips16-absolute-reloc-2.l: New error output.
1008 * testsuite/gas/mips/mips16-absolute-reloc-3.l: New error output.
1009 * testsuite/gas/mips/mips16-pcrel-relax-0.s: New test source.
1010 * testsuite/gas/mips/mips16-pcrel-relax-2.s: New test source.
1011 * testsuite/gas/mips/mips16-pcrel-reloc-0.s: New test source.
1012 * testsuite/gas/mips/mips16-pcrel-reloc-1.s: New test source.
1013 * testsuite/gas/mips/mips16-pcrel-reloc-2.s: New test source.
1014 * testsuite/gas/mips/mips16-pcrel-reloc-3.s: New test source.
1015 * testsuite/gas/mips/mips16-pcrel-reloc-4.s: New test source.
1016 * testsuite/gas/mips/mips16-pcrel-reloc-5.s: New test source.
1017 * testsuite/gas/mips/mips16-pcrel-reloc-6.s: New test source.
1018 * testsuite/gas/mips/mips16-pcrel-reloc-7.s: New test source.
1019 * testsuite/gas/mips/mips16-pcrel-addend-0.s: New test source.
1020 * testsuite/gas/mips/mips16-pcrel-addend-1.s: New test source.
1021 * testsuite/gas/mips/mips16-pcrel-addend-2.s: New test source.
1022 * testsuite/gas/mips/mips16-pcrel-addend-3.s: New test source.
1023 * testsuite/gas/mips/mips16-pcrel-absolute.s: New test source.
1024 * testsuite/gas/mips/mips16-branch-reloc-0.s: New test source.
1025 * testsuite/gas/mips/mips16-branch-reloc-1.s: New test source.
1026 * testsuite/gas/mips/mips16-branch-reloc-2.s: New test source.
1027 * testsuite/gas/mips/mips16-branch-reloc-3.s: New test source.
1028 * testsuite/gas/mips/mips16-branch-addend-0.s: New test source.
1029 * testsuite/gas/mips/mips16-branch-addend-1.s: New test source.
1030 * testsuite/gas/mips/mips16-branch-addend-2.s: New test source.
1031 * testsuite/gas/mips/mips16-branch-addend-3.s: New test source.
1032 * testsuite/gas/mips/mips16-branch-absolute.s: New test source.
1033 * testsuite/gas/mips/mips16-absolute-reloc-0.s: New test source.
1034 * testsuite/gas/mips/mips16-absolute-reloc-1.s: New test source.
1035 * testsuite/gas/mips/mips16-absolute-reloc-2.s: New test source.
1036 * testsuite/gas/mips/mips16-absolute-reloc-3.s: New test source.
1037 * testsuite/gas/mips/mips.exp: Run the new tests.
1038
1039 2016-06-24 Alan Modra <amodra@gmail.com>
1040
1041 * configure.tgt (alpha-*-openbsd*): Use em=nbsd.
1042
1043 2016-06-23 Maciej W. Rozycki <macro@imgtec.com>
1044
1045 * config/tc-mips.c (b_reloc_p): New function.
1046 (mips_fix_adjustable): Also keep the original microMIPS symbol
1047 referred from branch relocations.
1048 * testsuite/gas/mips/branch-local-1.d: New test.
1049 * testsuite/gas/mips/branch-local-n32-1.d: New test.
1050 * testsuite/gas/mips/branch-local-n64-1.d: New test.
1051 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Update
1052 relocations.
1053 * testsuite/gas/mips/branch-local-1.s: New test source.
1054 * testsuite/gas/mips/mips.exp: Run the new cases.
1055
1056 2016-06-23 Graham Markall <graham.markall@embecosm.com>
1057
1058 * config/tc-arc.c (options, md_longopts, md_parse_option): Move
1059 -mspfp, -mdpfp and -mfpuda out of the sections for dummy
1060 options. Correct erroneous enabling of SPFP instructions when
1061 using -mnps400.
1062
1063 2016-06-22 Peter Bergner <bergner@vnet.ibm.com>
1064
1065 * testsuite/gas/ppc/power9.d <brd, brh, brw, mffs, mffs., mffsce,
1066 mffscdrn, mffscdrni, mffscrn, mffscrni, mffsl, nandxor, rldixor,
1067 setbool, xor3>: New tests.
1068 * testsuite/gas/ppc/power9.s: Likewise.
1069
1070 2016-06-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1071
1072 * config/tc-xtensa.c: Include elf/xtensa.h.
1073
1074 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1075
1076 * config/tc-mips.c (calculate_reloc) <BFD_RELOC_HI16_S_PCREL>
1077 <BFD_RELOC_LO16_PCREL>: New switch cases.
1078 (md_apply_fix) <BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL>:
1079 Move switch cases along `BFD_RELOC_MIPS_JMP'.
1080 <BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2>
1081 <BFD_RELOC_MIPS_18_PCREL_S3, BFD_RELOC_MIPS_19_PCREL_S2>: Handle
1082 the resolved case.
1083 * testsuite/gas/mips/pcrel-reloc-4.d: New test.
1084 * testsuite/gas/mips/pcrel-reloc-4-r6.d: New test.
1085 * testsuite/gas/mips/pcrel-reloc-5.d: New test.
1086 * testsuite/gas/mips/pcrel-reloc-5-r6.d: New test.
1087 * testsuite/gas/mips/pcrel-reloc-6.d: New test.
1088 * testsuite/gas/mips/pcrel-reloc-6.l: New list test.
1089 * testsuite/gas/mips/pcrel-reloc-4.s: New test source.
1090 * testsuite/gas/mips/pcrel-reloc-6.s: New test source.
1091 * testsuite/gas/mips/mips.exp: Run the new tests.
1092
1093 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1094
1095 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS_18_PCREL_S3>
1096 <BFD_RELOC_MIPS_19_PCREL_S2>: Avoid null pointer dereferences
1097 via `fixP->fx_addsy'.
1098
1099 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1100
1101 * config/tc-mips.c (md_pcrel_from) <BFD_RELOC_MIPS_18_PCREL_S3>:
1102 Calculate relocation from the containing aligned doubleword.
1103 (tc_gen_reloc) <BFD_RELOC_MIPS_18_PCREL_S3>: Calculate the
1104 addend from the containing aligned doubleword.
1105
1106 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1107
1108 * config/tc-mips.c (mips_force_relocation): Use `file_mips_opts'
1109 rather than `mips_opts' for the R6 ISA check.
1110 (mips_fix_adjustable): Likewise.
1111 * testsuite/gas/mips/pcrel-reloc-1.d: New test.
1112 * testsuite/gas/mips/pcrel-reloc-1-r6.d: New test.
1113 * testsuite/gas/mips/pcrel-reloc-2.d: New test.
1114 * testsuite/gas/mips/pcrel-reloc-2-r6.d: New test.
1115 * testsuite/gas/mips/pcrel-reloc-3.d: New test.
1116 * testsuite/gas/mips/pcrel-reloc-3-r6.d: New test.
1117 * testsuite/gas/mips/pcrel-reloc-1.s: New test source.
1118 * testsuite/gas/mips/mips.exp: Run the new tests.
1119
1120 2016-06-21 Graham Markall <graham.markall@embecosm.com>
1121
1122 * config/tc-arc.c (check_cpu_feature, md_parse_option):
1123 Add nps400 option and feature. Add check for nps400
1124 feature. Refactor existing checks to check subclass before
1125 feature enablement.
1126 (md_show_usage): Document flags for NPS-400 and add some other
1127 undocumented flags.
1128 (cpu_type): Remove nps400 CPU type entry
1129 (check_zol): Remove bfd_mach_arc_nps400 case.
1130 (md_show_usage): Add help on -mcpu=nps400.
1131 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
1132 set.
1133 * doc/c-arc.texi: Document the -mnps400, -mspfp, -mdpfp, and
1134 -fpuda flags. Document -mcpu=nps400.
1135 * testsuite/gas/arc/nps-400-0.d: Use -mcpu=arc700 -mnps400. Change
1136 expected flags to match ARC700 instead of NPS400.
1137 * testsuite/gas/arc/nps-400-1.d: Use -mcpu=arc700 -mnps400.
1138 * testsuite/gas/arc/nps-400-2.d: Likewise.
1139 * testsuite/gas/arc/nps-400-3.d: Likewise.
1140 * testsuite/gas/arc/nps-400-4.d: Likewise.
1141 * testsuite/gas/arc/nps-400-5.d: Likewise.
1142 * testsuite/gas/arc/nps-400-6.d: Likewise.
1143 * testsuite/gas/arc/nps-400-7.d: Likewise.
1144 * testsuite/gas/arc/textinsn2op01.s: Change opcode of myinsn to
1145 avoid clash with cbba instruction.
1146 * testsuite/gas/arc/textinsn2op01.d: Likewise.
1147 * testsuite/gas/arc/textinsn3op.d: Likewise.
1148 * testsuite/gas/arc/textinsn3op.s: Likewise.
1149 * testsuite/gas/arc/nps-400-0.d: Test using NPS-400 using
1150 -mcpu=nps400 as an alternative to -mcpu=arc700 -mnps400 flags.
1151
1152 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
1153
1154 * testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
1155 * testsuite/gas/mips/r6-64-n64.d: Likewise.
1156
1157 2016-06-20 Maciej W. Rozycki <macro@imgtec.com>
1158
1159 * config/tc-mips.c (mips_fix_adjustable): Update comment on jump
1160 reloc conversion.
1161
1162 2016-06-20 Virendra Pathak <virendra.pathak@broadcom.com>
1163
1164 * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
1165
1166 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1167
1168 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
1169 %hmcddfr and %hva_mask_nz.
1170 (sparc_ip): New handling of asr/privileged/hyperprivileged
1171 registers, adapted to the new form of the sparc opcodes table.
1172 * testsuite/gas/sparc/rdasr.s: New file.
1173 * testsuite/gas/sparc/rdasr.d: Likewise.
1174 * testsuite/gas/sparc/wrasr.s: Likewise.
1175 * testsuite/gas/sparc/wrasr.d: Likewise.
1176 * testsuite/gas/sparc/sparc.exp (sparc_elf_setup): Add rdasr and
1177 wrasr tests.
1178 * testsuite/gas/sparc/rdpr.d: Use -Av9m, as some privileged
1179 registers require it.
1180 * testsuite/gas/sparc/wrpr.s: Complete to cover all privileged
1181 registers and write instruction modalities.
1182 * testsuite/gas/sparc/wrpr.d: Likewise.
1183 * testsuite/gas/sparc/rdhpr.s: Likewise for hyperprivileged
1184 registers.
1185 * testsuite/gas/sparc/rdhpr.d: Likewise.
1186 * testsuite/gas/sparc/wrhpr.s: Likewise.
1187 * testsuite/gas/sparc/wrhpr.d: Likewise.
1188
1189 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1190
1191 * config/tc-sparc.c (sparc_arch_table): adjust the GAS
1192 architectures to use the right opcode architecture.
1193 (sparc_md_end): Handle v9{c,d,e,v,m}.
1194 (sparc_ip): Fix some comments.
1195 * testsuite/gas/sparc/ldx_efsr.d: Fix the architecture of this
1196 instruction, which is v9d.
1197 * testsuite/gas/sparc/mwait.s: Remove the `rd %mwait,%g1'
1198 instruction from the test, as %mwait is not readable.
1199 * testsuite/gas/sparc/mwait.d: Likewise.
1200 * testsuite/gas/sparc/mism-1.s: Expand to check v9b and v9e
1201 mismatch architecture errors.
1202 * testsuite/gas/sparc/mism-2.s: New file.
1203
1204 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1205
1206 * config/tc-sparc.c (priv_reg_table): Use NULL instead of the
1207 empty string to mark the end of the array.
1208 (hpriv_reg_table): Likewise.
1209 (v9a_asr_table): Likewise.
1210 (cmp_reg_entry): Handle entries with NULL names.
1211 (F_POP_V9): Define.
1212 (F_POP_PCREL): Likewise.
1213 (F_POP_TLS_CALL): Likewise.
1214 (F_POP_POSTFIX): Likewise.
1215 (struct pop_entry): New type.
1216 (pop_table): New variable.
1217 (enum pop_entry_type): New type.
1218 (struct perc_entry): Likewise.
1219 (NUM_PERC_ENTRIES): Define.
1220 (perc_table): New variable.
1221 (cmp_perc_entry): New function.
1222 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
1223 perc_table.
1224 (sparc_ip): Handle entries with NULL names in priv_reg_table,
1225 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
1226 %-pseudo-ops.
1227
1228 2016-06-15 Nick Clifton <nickc@redhat.com>
1229
1230 * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the
1231 instruction size.
1232 * config/tc-mcore.c (md_assemble): Likewise.
1233 * config/tc-mn10200.c (md_assemble): Likewise.
1234 * config/tc-moxie.c (md_assemble): Likewise.
1235 * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32.
1236 * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of
1237 exception targets. Add alpha, hppa, microblaze and rl78 to list
1238 of exceptions.
1239 (forward): Add microblaze to list of exceptions.
1240 (fwdexp): Add alpha to list of exceptions.
1241 (redef2): Add arm-epoc-pe and rl78 to list of exceptions.
1242 (redef3): Add rl78 and x86_64 cygwin to list of exceptions.
1243 (do_930509a): Alpha sort list of exception targets. Add h8300 and
1244 mn10200 to list of exceptions.
1245 (align2): Expect to fail for nds32.
1246 (cond): Add alpha and rl78 to list of exceptions.
1247 * testsuite/gas/all/none.d: Skip for ft32 and hppa.
1248 * testsuite/gas/all/string.d: Skip for tic4x.
1249 * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff
1250 target does not support ELF.
1251 * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target.
1252 * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names.
1253 * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH
1254 tests for sh-pe and sh-rtemscoff targets.
1255 * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to
1256 list of exceptions.
1257 (type): Run the noifunc version for alpha-freebsd and visium.
1258 * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore,
1259 mn10200 or moxie targets.
1260 * testsuite/gas/ft32/insn.d: Update expected disassembly.
1261 * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin
1262 targets.
1263 * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for
1264 mcore and rx targets.
1265 * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k,
1266 rl78 and vax.
1267 (purge): Expect to fail on the ns32k and vax.
1268 * testsuite/gas/nds32/alu-2.d: Update expected disassembly.
1269 * testsuite/gas/nds32/ls.d: Likewise.
1270 * testsuite/gas/nds32/sys-reg.d: Likewise.
1271 * testsuite/gas/nds32/usr-spe-reg.d: Likewise.
1272 * testsuite/gas/pe/aligncomm-d.d: Skip for the sh.
1273 * testsuite/gas/pe/section-align-3.d: Likewise.
1274 * testsuite/gas/pe/section-exclude.d: Likewise.
1275 * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required
1276 data has been seen.
1277 * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow
1278 for variations in whitespace.
1279 * testsuite/gas/tilepro/t_constants.d: Pass once all the required
1280 data has been seen.
1281 * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro.
1282 Installs a 32-bit value without generating warnings on 64-bit
1283 hosts.
1284 Use the new macro to replace the .word directives.
1285
1286 2016-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * testsuite/gas/arc/add_s.d: New file.
1289 * testsuite/gas/arc/add_s.s: New file.
1290
1291 2016-06-14 Graham Markall <graham.markall@embecosm.com>
1292
1293 * testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
1294 * testsuite/gas/arc/nps400-6.d: Likewise.
1295
1296 2016-06-14 Graham Markall <graham.markall@embecosm.com>
1297
1298 * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and
1299 addf.
1300 * testsuite/gas/arc/nps400-6.d: Likewise.
1301
1302 2016-06-14 Graham Markall <graham.markall@embecosm.com>
1303
1304 * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd,
1305 calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab,
1306 lbdsize, bdlen, csms, csma, cbba, zncv, and hofs.
1307 * testsuite/gas/arc/nps400-6.d: Likewise.
1308
1309 2016-06-14 Nick Clifton <nickc@redhat.com>
1310
1311 * config/tc-nds32.c (nds32_get_align): Avoid left shifting a
1312 signed constant.
1313
1314 2016-06-13 Maciej W. Rozycki <macro@imgtec.com>
1315
1316 * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
1317 JALR relocations on R6.
1318 * testsuite/gas/mips/jal-svr4pic-local.d: New test.
1319 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
1320 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
1321 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
1322 * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
1323 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
1324 test.
1325 * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
1326 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
1327 test.
1328 * testsuite/gas/mips/jal-svr4pic-local.s: New test source.
1329 * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
1330 source.
1331 * testsuite/gas/mips/mips.exp: Run the new tests.
1332
1333 2016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
1334
1335 * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
1336 * doc/c-aarch64.texi: Document that vulcan is a valid processor
1337 name.
1338
1339 2016-06-13 Nick Clifton <nickc@redhat.com>
1340
1341 * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
1342 that are not supported.
1343
1344 * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed
1345 constant.
1346 * config/tc-cr16.c (check_range): Likewise.
1347 * config/tc-nios2.c (nios2_check_overflow): Likewise.
1348
1349 2016-06-08 Renlin Li <renlin.li@arm.com>
1350
1351 * config/tc-aarch64.c (print_operands): Substitute size.
1352 (output_operand_error_record): Likewise.
1353
1354 2016-06-07 Alan Modra <amodra@gmail.com>
1355
1356 * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR,
1357 PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE,
1358 PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define.
1359 (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden
1360 by vle_opcodes, and that vle flag doesn't enable opcodes. Don't
1361 add vle_opcodes twice.
1362 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.
1363
1364 2016-06-07 Matthew Wahab <matthew.wahab@arm.com>
1365
1366 * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras.
1367 (arm_ext_ras): Renamed from arm_ext_v8_2.
1368 (insns): Update for arm_ext_v8_2 renaming.
1369 (arm_extensions): Add "ras".
1370 * doc/c-arm.texi (ARM Options): Add an entry for "ras".
1371 * testsuite/gas/arm/armv8-a+ras.d: New.
1372 * testsuite/gas/arm/armv8_2-a.d: Add explicit command line
1373 options.
1374
1375 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1376
1377 * itbl-parse.y (yyerror): Use modern argument declaration style.
1378
1379 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1380
1381 * config/tc-sh.c (parse_reg): Change type of mode argument to
1382 sh_arg_type.
1383 (get_operand): Adjust.
1384 (insert): Change type of how to bfd_reloc_code_real_type.
1385 (insert4): Likewise.
1386 * config/tc-sh64.c (shmedia_get_operand): Adjust.
1387 (shmedia_parse_reg): Change type of mode to shmedia_arg_type.
1388
1389 2016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1390
1391 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
1392 const char *.
1393
1394 2016-06-03 Peter Bergner <bergner@vnet.ibm.com>
1395
1396 PR binutils/20196
1397 * gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
1398 stbcx., sthcx., stwcx., stdcx.>: Add tests.
1399 * gas/testsuite/gas/ppc/e6500.d: Likewise.
1400 * gas/testsuite/gas/ppc/power8.s: Likewise.
1401 * gas/testsuite/gas/ppc/power8.d: Likewise.
1402 * gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
1403 stdcx.>: Add tests.
1404 * gas/testsuite/gas/ppc/power4.d: Likewise.
1405
1406 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
1407
1408 PR binutis/18386
1409 * testsuite/gas/i386/i386.exp: Run x86-64-branch-4.
1410 * testsuite/gas/i386/x86-64-branch.d: Updated.
1411 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
1412 * testsuite/gas/i386/x86-64-branch-4.l: New file.
1413 * testsuite/gas/i386/x86-64-branch-4.s: Likewise.
1414
1415 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1416
1417 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry.
1418 * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value.
1419
1420 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1421
1422 * config/tc-arm.c (arm_cpus): Add cortex-a73 entry.
1423 * doc/c-arm.texi (-mcpu=): Document cortex-a73 value.
1424
1425 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
1426
1427 * configure.tgt: Replace -uclibc with *.
1428
1429 2016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * config/tc-arc.c (parse_opcode_flags): New function.
1432 (find_opcode_match): Move flag parsing code out to new function.
1433 Ignore operands marked IGNORE.
1434 (build_fake_opcode_hash_entry): New function.
1435 (find_special_case_long_opcode): New function.
1436 (find_special_case): Lookup long opcodes.
1437 * testsuite/gas/arc/nps400-7.d: New file.
1438 * testsuite/gas/arc/nps400-7.s: New file.
1439
1440 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1441
1442 * config/tc-ns32k.c: Remove definition of input_line_pointer.
1443
1444 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1445
1446 * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
1447 sentinal with iteration to array size.
1448
1449 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1450
1451 * config/xtensa-relax.h: Move typedefs of enums to the enums
1452 definition.
1453
1454 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1455
1456 * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
1457 macro.
1458
1459 2016-06-01 Graham Markall <graham.markall@embecosm.com>
1460
1461 * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
1462 operands of types a,b,u6, 0,b,u6, and 0,b,limm.
1463 * testsuite/gas/arc/nps-400-1.d: Likewise.
1464
1465 2016-05-29 H.J. Lu <hongjiu.lu@intel.com>
1466
1467 PR gas/20145
1468 * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
1469 noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
1470 noavx512ifma and noavx512vbmi.
1471 * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
1472 noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
1473 and noavx512vbmi.
1474 * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
1475 * testsuite/gas/i386/noavx512-1.l: New file.
1476 * testsuite/gas/i386/noavx512-1.s: Likewise.
1477 * testsuite/gas/i386/noavx512-2.l: Likewise.
1478 * testsuite/gas/i386/noavx512-2.s: Likewise.
1479
1480 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
1481
1482 PR gas/20145
1483 * config/tc-i386.c (cpu_arch): Add 687.
1484 (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
1485 nosse4.1, nosse4.2, nosse4 and noavx2.
1486 (parse_real_register): Check cpuregmmx instead of cpummx for MMX
1487 register. Check cpuregxmm instead of cpusse for XMM register.
1488 Check cpuregymm instead of cpuavx for YMM register. Check
1489 cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
1490 * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
1491 nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
1492 * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
1493 * testsuite/gas/i386/arch-10.d (as): Likewise.
1494 * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
1495 * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
1496 arch-10-3 and arch-10-4. Run no87-3, nosse-4, nosse-5, noavx-3
1497 and noavx-4.
1498 * testsuite/gas/i386/no87-3.l: New file.
1499 * testsuite/gas/i386/no87-3.s: Likewise.
1500 * testsuite/gas/i386/noavx-3.l: Likewise.
1501 * testsuite/gas/i386/noavx-3.s: Likewise.
1502 * testsuite/gas/i386/noavx-4.d: Likewise.
1503 * testsuite/gas/i386/noavx-4.s: Likewise.
1504 * testsuite/gas/i386/nosse-4.l: Likewise.
1505 * testsuite/gas/i386/nosse-4.s: Likewise.
1506 * testsuite/gas/i386/nosse-5.d: Likewise.
1507 * testsuite/gas/i386/nosse-5.s: Likewise.
1508
1509 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
1510
1511 PR gas/20154
1512 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
1513 cpuintel64.
1514 (match_template): Check Intel64/AMD64 ISA.
1515
1516 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
1517
1518 PR gas/20154
1519 * config/tc-i386.c (intel64): New.
1520 (cpu_flags_match): Set cpuamd64 and cpuintel64.
1521 (md_parse_option): Set intel64 instead of cpuamd64 and
1522 cpuintel64.
1523
1524 2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
1525
1526 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
1527 cpuno64.
1528
1529 2016-05-26 Peter Bergner <bergner@vnet.ibm.com>
1530
1531 * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
1532 * testsuite/gas/ppc/altivec3.s: Likewise.
1533 * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
1534 * testsuite/gas/ppc/power9.s: Likewise.
1535
1536 2016-05-26 H.J. Lu <hongjiu.lu@intel.com>
1537
1538 * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
1539 * testsuite/gas/i386/noavx-1.l: Likewise.
1540 * testsuite/gas/i386/nommx-1.l: Likewise.
1541 * testsuite/gas/i386/nosse-1.l: Likewise.
1542 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
1543 * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
1544 * testsuite/gas/i386/noavx-1.s: Likewise.
1545 * testsuite/gas/i386/nommx-1.s: Likewise.
1546 * testsuite/gas/i386/nosse-1.s: Likewise.
1547 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
1548
1549 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1550
1551 * config/tc-metag.c (metag_handle_align): Make the type of noop
1552 unsigned char.
1553
1554 2016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1555
1556 * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
1557 bfd_reloc_code_real_type.
1558
1559 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 PR gas/20140
1562 * config/tc-i386.c (cpu_flags_match): Require another match
1563 for AVX512VL.
1564 * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
1565 x86-64-avx512vl-1 and x86-64-avx512vl-2.
1566 * testsuite/gas/i386/avx512vl-1.l: New file.
1567 * testsuite/gas/i386/avx512vl-1.s: Likewise.
1568 * testsuite/gas/i386/avx512vl-2.l: Likewise.
1569 * testsuite/gas/i386/avx512vl-2.s: Likewise.
1570 * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
1571 * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
1572 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
1573 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
1574
1575 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
1576
1577 PR gas/20141
1578 * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
1579 * testsuite/gas/i386/x86-64-pr20141.d: New file.
1580 * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
1581
1582 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
1583
1584 * config/tc-i386.c (arch_entry): Remove negated.
1585 (noarch_entry): New struct.
1586 (cpu_arch): Updated. Remove .no87, .nommx, .nosse and .noavx.
1587 (cpu_noarch): New.
1588 (set_cpu_arch): Check cpu_noarch after cpu_arch.
1589 (md_parse_option): Allow -march=+nosse. Check cpu_noarch after
1590 cpu_arch.
1591 (output_message): New function.
1592 (show_arch): Use it. Handle cpu_noarch.
1593 * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
1594 nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
1595 * testsuite/gas/i386/noavx-1.l: New file.
1596 * testsuite/gas/i386/noavx-1.s: Likewise.
1597 * testsuite/gas/i386/noavx-2.s: Likewise.
1598 * testsuite/gas/i386/noavx-2.l: Likewise.
1599 * testsuite/gas/i386/nommx-1.s: Likewise.
1600 * testsuite/gas/i386/nommx-1.l: Likewise.
1601 * testsuite/gas/i386/nommx-2.s: Likewise.
1602 * testsuite/gas/i386/nommx-2.l: Likewise.
1603 * testsuite/gas/i386/nommx-3.s: Likewise.
1604 * testsuite/gas/i386/nommx-3.l: Likewise.
1605 * testsuite/gas/i386/nosse-1.s: Likewise.
1606 * testsuite/gas/i386/nosse-1.l: Likewise.
1607 * testsuite/gas/i386/nosse-2.s: Likewise.
1608 * testsuite/gas/i386/nosse-2.l: Likewise.
1609 * testsuite/gas/i386/nosse-3.s: Likewise.
1610 * testsuite/gas/i386/nosse-3.l: Likewise.
1611
1612 2016-05-25 Chua Zheng Leong <chuazl@comp.nus.edu.sg>
1613
1614 PR target/20067
1615 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
1616 instruction if supported by the currently selected fpu variant.
1617 * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
1618 * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
1619
1620 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
1621
1622 * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
1623 jump relocations against MIPS16 or microMIPS symbols on RELA
1624 targets.
1625 * testsuite/gas/mips/jalx-local.d: New test.
1626 * testsuite/gas/mips/jalx-local-n32.d: New test.
1627 * testsuite/gas/mips/jalx-local-n64.d: New test.
1628 * testsuite/gas/mips/jalx-local.s: New test source.
1629 * testsuite/gas/mips/mips.exp: Run the new tests.
1630
1631 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
1632
1633 * config/tc-mips.c (md_apply_fix)
1634 <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
1635 code accordingly.
1636
1637 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1638
1639 * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
1640 operator to operatorT.
1641 (map_suffix_reloc_to_operator): Change return type to operatorT.
1642
1643 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1644
1645 * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
1646
1647 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1648
1649 * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
1650 handler_charp to const char *.
1651
1652 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1653
1654 * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
1655 (ft32_target_format): Likewise.
1656 (TARGET_FORMAT): Adjust.
1657
1658 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1659
1660 * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
1661 (ia64_frob_label): Likewise.
1662
1663 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1664
1665 * config/tc-cr16.c (check_range): Make type of retval op_err.
1666 * config/tc-crx.c: Likewise.
1667
1668 2016-05-23 Claudiu Zissulescu <claziss@synopsys.com>
1669
1670 * config/tc-arc.c (md_begin): Add XY registers.
1671 (cpu_types): Code density is default off for ARC EM.
1672
1673 2016-05-23 Cupertino Miranda <cmiranda@synopsys.com>
1674
1675 * config/tc-arc.c (attributes_t): Renamed attribute class to
1676 attr_class.
1677 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed.
1678
1679 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
1680
1681 * configuse.tgt: Add entry for arm-phoenix.
1682
1683 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1684
1685 * config/tc-tic54x.c (tic54x_sect): simplify string creation.
1686
1687 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1688
1689 * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant.
1690
1691 2016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1692
1693 * config/tc-tic54x.c (tic54x_mmregs): Adjust.
1694 (md_begin): Likewise.
1695 (encode_condition): Likewise.
1696 (encode_cc3): Likewise.
1697 (encode_cc2): Likewise.
1698 (encode_operand): Likewise.
1699 (tic54x_undefined_symbol): Likewise.
1700
1701 2016-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
1702
1703 * config/tc-mips.c (mips_cpu_info_table): Update comment. Add
1704 p6600 entry.
1705 * doc/c-mips.texi: Document p6600 -march option.
1706
1707 2016-05-20 H.J. Lu <hongjiu.lu@intel.com>
1708
1709 PR gas/19600
1710 * config/tc-i386.c (md_apply_fix): Preserve addend for
1711 BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
1712 * testsuite/gas/i386/addend.d: New file.
1713 * testsuite/gas/i386/addend.s: Likewise.
1714 * testsuite/gas/i386/x86-64-addend.d: Likewise.
1715 * testsuite/gas/i386/x86-64-addend.s: Likewise.
1716 * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
1717 * testsuite/gas/i386/reloc32.d: Updated.
1718
1719 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
1720
1721 * config/tc-mips.c (append_insn): Correct the encoding of a
1722 constant argument for microMIPS JALX.
1723 (tc_gen_reloc): Correct the encoding of an in-place addend for
1724 microMIPS JALX.
1725 * testsuite/gas/mips/jalx-addend.d: New test.
1726 * testsuite/gas/mips/jalx-addend-n32.d: New test.
1727 * testsuite/gas/mips/jalx-addend-n64.d: New test.
1728 * testsuite/gas/mips/jalx-imm.d: New test.
1729 * testsuite/gas/mips/jalx-imm-n32.d: New test.
1730 * testsuite/gas/mips/jalx-imm-n64.d: New test.
1731 * testsuite/gas/mips/jalx-addend.s: New test source.
1732 * testsuite/gas/mips/jalx-imm.s: New test source.
1733 * testsuite/gas/mips/mips.exp: Run the new tests.
1734
1735 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
1736
1737 * config/tc-mips.c: Correct tab-after-space formatting mistakes
1738 throughout.
1739
1740 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * config/tc-arc.c (find_opcode_match): Remove casting away of
1743 const.
1744 * config/tc-arc.h (struct arc_flags): Make flgp field const.
1745
1746 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
1749 appropriate.
1750 (md_convert_frag): Likewise.
1751
1752 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
1755 cached opcode to NULL when we reach a non-matching opcode.
1756 * testsuite/gas/arc/asm-errors-2.d: New file.
1757 * testsuite/gas/arc/asm-errors-2.err: New file.
1758 * testsuite/gas/arc/asm-errors-2.s: New file.
1759
1760 2016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * config/tc-arc.c (tokenize_arguments): Add checks for array
1763 overflow.
1764 * testsuite/gas/arc/asm-errors.s: Addition test line added.
1765 * testsuite/gas/arc/asm-errors.err: Update expected results.
1766
1767 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1768
1769 * config/tc-rx.c (struct cpu_type): Change the type of a field from
1770 int to enum rx_cpu_types.
1771
1772 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1773
1774 * config/tc-dlx.c (struct machine_it): change the type of a field from
1775 int to bfd_reloc_code_real_type.
1776 * config/tc-tic4x.c: Likewise.
1777
1778 2016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1779
1780 * config/tc-v850.c (v850_target_arch): change type to enum
1781 bfd_architecture.
1782 * config/tc-v850.h (v850_target_arch): Likewise.
1783
1784 2016-05-18 Alan Modra <amodra@gmail.com>
1785
1786 * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
1787 allowed negative range.
1788 * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
1789 * testsuite/gas/ppc/power9.d: Update.
1790
1791 2016-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
1792
1793 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
1794 disassembling and stop skipping targets.
1795 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1796 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
1797 * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
1798 instruction for targets that have stronger alignment requirement.
1799 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
1800 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
1801 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
1802 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
1803 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
1804 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
1805 * testsuite/gas/arm/archv8m-main.d: Likewise.
1806 * testsuite/gas/arm/archv8m.s: Add label.
1807 * testsuite/gas/arm/archv8m-cmse.s: Likewise.
1808 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
1809 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
1810
1811 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1812
1813 * config/tc-m32r.c (mach_table): Make static and const.
1814
1815 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1816
1817 * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
1818 definition.
1819
1820 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1821
1822 * config/tc-mn10300.c (md_begin): set linkrelax here instead of
1823 defining it.
1824 * config/tc-msp430.c (md_begin): Likewise.
1825
1826 2016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1827
1828 * config/tc-m68hc11.c (fixup8): Change variables type from int to
1829 bfd_reloc_code_real_type where appropriate.
1830 (fixup16): Likewise.
1831 (fixup8_xg): Likewise.
1832
1833 2016-05-15 Maciej W. Rozycki <macro@imgtec.com>
1834
1835 * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
1836
1837 2016-05-13 Peter Bergner <bergner@vnet.ibm.com>
1838
1839 * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
1840 * testsuite/gas/ppc/power9.s: Likewise.
1841
1842 2016-05-13 Alan Modra <amodra@gmail.com>
1843
1844 * config/obj-coff.c (weak_uniquify): Delete unused var.
1845
1846 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1847
1848 * app.c (app_push): Use XNEW and related macros.
1849 * as.c (parse_args): Likewise.
1850 * cgen.c (make_right_shifted_expr): Likewise.
1851 (gas_cgen_tc_gen_reloc): Likewise.
1852 * config/bfin-defs.h: Likewise.
1853 * config/bfin-parse.y: Likewise.
1854 * config/obj-coff.c (stack_init): Likewise.
1855 (stack_push): Likewise.
1856 (coff_obj_symbol_new_hook): Likewise.
1857 (coff_obj_symbol_clone_hook): Likewise.
1858 (add_lineno): Likewise.
1859 (coff_frob_symbol): Likewise.
1860 * config/obj-elf.c (obj_elf_section_name): Likewise.
1861 (build_group_lists): Likewise.
1862 * config/obj-evax.c (evax_symbol_new_hook): Likewise.
1863 * config/obj-macho.c (obj_mach_o_indirect_symbol): Likewise.
1864 * config/tc-aarch64.c (insert_reg_alias): Likewise.
1865 (find_or_make_literal_pool): Likewise.
1866 (add_to_lit_pool): Likewise.
1867 (fill_instruction_hash_table): Likewise.
1868 * config/tc-alpha.c (load_expression): Likewise.
1869 (emit_jsrjmp): Likewise.
1870 (s_alpha_ent): Likewise.
1871 (s_alpha_end): Likewise.
1872 (s_alpha_linkage): Likewise.
1873 (md_begin): Likewise.
1874 (tc_gen_reloc): Likewise.
1875 * config/tc-arc.c (arc_insert_opcode): Likewise.
1876 (arc_extcorereg): Likewise.
1877 * config/tc-bfin.c: Likewise.
1878 * config/tc-cr16.c: Likewise.
1879 * config/tc-cris.c: Likewise.
1880 * config/tc-crx.c (preprocess_reglist): Likewise.
1881 * config/tc-d10v.c: Likewise.
1882 * config/tc-frv.c (frv_insert_vliw_insn): Likewise.
1883 (frv_tomcat_shuffle): Likewise.
1884 * config/tc-h8300.c: Likewise.
1885 * config/tc-i370.c (i370_macro): Likewise.
1886 * config/tc-i386.c (lex_got): Likewise.
1887 (md_parse_option): Likewise.
1888 * config/tc-ia64.c (alloc_record): Likewise.
1889 (set_imask): Likewise.
1890 (save_prologue_count): Likewise.
1891 (dot_proc): Likewise.
1892 (dot_endp): Likewise.
1893 (ia64_frob_label): Likewise.
1894 (add_qp_imply): Likewise.
1895 (add_qp_mutex): Likewise.
1896 (mark_resource): Likewise.
1897 (dot_alias): Likewise.
1898 * config/tc-m68hc11.c: Likewise.
1899 * config/tc-m68k.c (m68k_frob_label): Likewise.
1900 (s_save): Likewise.
1901 (mri_control_label): Likewise.
1902 (push_mri_control): Likewise.
1903 (build_mri_control_operand): Likewise.
1904 (s_mri_else): Likewise.
1905 (s_mri_break): Likewise.
1906 (s_mri_next): Likewise.
1907 (s_mri_for): Likewise.
1908 (s_mri_endw): Likewise.
1909 * config/tc-metag.c (create_mnemonic_htab): Likewise.
1910 * config/tc-microblaze.c: Likewise.
1911 * config/tc-mmix.c (s_loc): Likewise.
1912 * config/tc-nds32.c (nds32_relax_hint): Likewise.
1913 * config/tc-nios2.c (nios2_insn_reloc_new): Likewise.
1914 * config/tc-rl78.c: Likewise.
1915 * config/tc-rx.c (rx_include): Likewise.
1916 * config/tc-sh.c: Likewise.
1917 * config/tc-sh64.c (shmedia_frob_section_type): Likewise.
1918 * config/tc-sparc.c: Likewise.
1919 * config/tc-spu.c: Likewise.
1920 * config/tc-tic6x.c (static tic6x_unwind_info *tic6x_get_unwind): Likewise.
1921 (tic6x_start_unwind_section): Likewise.
1922 * config/tc-tilegx.c: Likewise.
1923 * config/tc-tilepro.c: Likewise.
1924 * config/tc-v850.c: Likewise.
1925 * config/tc-visium.c: Likewise.
1926 * config/tc-xgate.c: Likewise.
1927 * config/tc-xtensa.c (xtensa_translate_old_userreg_ops): Likewise.
1928 (new_resource_table): Likewise.
1929 (resize_resource_table): Likewise.
1930 (xtensa_create_trampoline_frag): Likewise.
1931 (xtensa_maybe_create_literal_pool_frag): Likewise.
1932 (cache_literal_section): Likewise.
1933 * config/xtensa-relax.c (append_transition): Likewise.
1934 (append_condition): Likewise.
1935 (append_value_condition): Likewise.
1936 (append_constant_value_condition): Likewise.
1937 (append_literal_op): Likewise.
1938 (append_label_op): Likewise.
1939 (append_constant_op): Likewise.
1940 (append_field_op): Likewise.
1941 (append_user_fn_field_op): Likewise.
1942 (enter_opname_n): Likewise.
1943 (enter_opname): Likewise.
1944 (split_string): Likewise.
1945 (parse_insn_templ): Likewise.
1946 (clone_req_or_option_list): Likewise.
1947 (clone_req_option_list): Likewise.
1948 (parse_option_cond): Likewise.
1949 (parse_insn_pattern): Likewise.
1950 (parse_insn_repl): Likewise.
1951 (build_transition): Likewise.
1952 (build_transition_table): Likewise.
1953 * dw2gencfi.c (alloc_fde_entry): Likewise.
1954 (alloc_cfi_insn_data): Likewise.
1955 (cfi_add_CFA_remember_state): Likewise.
1956 (dot_cfi_escape): Likewise.
1957 (dot_cfi_fde_data): Likewise.
1958 (select_cie_for_fde): Likewise.
1959 * dwarf2dbg.c (dwarf2_directive_loc): Likewise.
1960 * ecoff.c (ecoff_add_bytes): Likewise.
1961 (ecoff_build_debug): Likewise.
1962 * input-scrub.c (input_scrub_push): Likewise.
1963 (input_scrub_begin): Likewise.
1964 (input_scrub_next_buffer): Likewise.
1965 * itbl-ops.c (append_insns_as_macros): Likewise.
1966 (alloc_entry): Likewise.
1967 (alloc_field): Likewise.
1968 * listing.c (listing_newline): Likewise.
1969 (listing_listing): Likewise.
1970 * macro.c (get_any_string): Likewise.
1971 (delete_macro): Likewise.
1972 * stabs.c (generate_asm_file): Likewise.
1973 (stabs_generate_asm_lineno): Likewise.
1974 * subsegs.c (subseg_change): Likewise.
1975 (subseg_get): Likewise.
1976 * symbols.c (define_dollar_label): Likewise.
1977 (symbol_relc_make_sym): Likewise.
1978 * write.c (write_relocs): Likewise.
1979
1980 2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1981
1982 * config/obj-coff.c (obj_coff_def): Simplify string copying.
1983 (weak_name2altname): Likewise.
1984 (weak_uniquify): Likewise.
1985 (obj_coff_section): Likewise.
1986 (obj_coff_init_stab_section): Likewise.
1987 * config/obj-elf.c (obj_elf_section_name): Likewise.
1988 (obj_elf_init_stab_section): Likewise.
1989 * config/obj-evax.c (evax_shorten_name): Likewise.
1990 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise.
1991 * config/tc-aarch64.c (create_register_alias): Likewise.
1992 * config/tc-alpha.c (load_expression): Likewise.
1993 (s_alpha_file): Likewise.
1994 (s_alpha_section_name): Likewise.
1995 (tc_gen_reloc): Likewise.
1996 * config/tc-arc.c (md_assemble): Likewise.
1997 * config/tc-arm.c (create_neon_reg_alias): Likewise.
1998 (start_unwind_section): Likewise.
1999 * config/tc-hppa.c (pa_build_unwind_subspace): Likewise.
2000 (hppa_elf_mark_end_of_function): Likewise.
2001 * config/tc-nios2.c (nios2_modify_arg): Likewise.
2002 (nios2_negate_arg): Likewise.
2003 * config/tc-rx.c (rx_section): Likewise.
2004 * config/tc-sh64.c (sh64_consume_datalabel): Likewise.
2005 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
2006 * config/tc-tic54x.c (tic54x_include): Likewise.
2007 (tic54x_macro_info): Likewise.
2008 (subsym_get_arg): Likewise.
2009 (subsym_substitute): Likewise.
2010 (tic54x_start_line_hook): Likewise.
2011 * config/tc-xtensa.c (xtensa_literal_prefix): Likewise.
2012 (xg_reverse_shift_count): Likewise.
2013 * config/xtensa-relax.c (enter_opname_n): Likewise.
2014 (split_string): Likewise.
2015 * dwarf2dbg.c (get_filenum): Likewise.
2016 (process_entries): Likewise.
2017 * expr.c (operand): Likewise.
2018 * itbl-ops.c (alloc_entry): Likewise.
2019 * listing.c (listing_message): Likewise.
2020 (listing_title): Likewise.
2021 * macro.c (check_macro): Likewise.
2022 * stabs.c (s_xstab): Likewise.
2023 * symbols.c (symbol_relc_make_expr): Likewise.
2024 * write.c (compress_debug): Likewise.
2025
2026 2016-05-12 Nick Clifton <nickc@redhat.com>
2027
2028 PR target/20068
2029 * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
2030
2031 2016-05-11 Nick Clifton <nickc@redhat.com>
2032
2033 PR target/20068
2034 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
2035 big endian ARM configurations.
2036
2037 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
2038 Matthew Fortune <matthew.fortune@imgtec.com>
2039
2040 * config/tc-mips.c (options): Add OPTION_DSPR3 and
2041 OPTION_NO_DSPR3.
2042 (md_longopts): Likewise.
2043 (md_show_usage): Add help for -mdspr3 and -mno-dspr3.
2044 (mips_ases): Define availability for DSPr3.
2045 (mips_ase_groups): Add ASE_DSPR3 to the DSP group.
2046 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
2047 * doc/as.texinfo: Document -mdspr3, -mno-dspr3. Fix -mdspr2
2048 formatting.
2049 * doc/c-mips.texi: Document -mdspr3, -mno-dspr3, .set dspr3 and
2050 .set nodspr3. Fix -mdspr2 formatting.
2051 * testsuite/gas/mips/mips32-dspr3.d: New file.
2052 * testsuite/gas/mips/mips32-dspr3.s: Likewise.
2053 * testsuite/gas/mips/mips.exp: Run mips32-dspr3 test.
2054
2055 2016-05-11 Nick Clifton <nickc@redhat.com>
2056
2057 PR target/20068
2058 * config/tc-arm.c (add_to_lit_pool): Ensure that the padding added
2059 to the pool uses O_constant.
2060 * testsuite/gas/arm/pr20068.s: New test.
2061 * testsuite/gas/arm/pr20068.d: Test driver.
2062
2063 2016-05-11 Nick Clifton <nickc@redhat.com>
2064
2065 * testsuite/gas/arm/archv8m-cmse-base.d: Skip for non-ELF ARM targets.
2066 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2067 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2068 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
2069 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2070 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2071 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2072 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2073 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2074
2075 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
2076
2077 * testsuite/gas/i386/i386.exp: Run RDPID tests.
2078 * testsuite/gas/i386/prefix.d: Adjust.
2079 * testsuite/gas/i386/rdpid.s: New test.
2080 * testsuite/gas/i386/rdpid.d: Ditto.
2081 * testsuite/gas/i386/rdpid-intel.d: Ditto.
2082 * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
2083 * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
2084 * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
2085
2086 2016-05-10 Alexander Fomin <alexander.fomin@intel.com>
2087
2088 * config/tc-i386.c (cpu_arch): Add RDPID.
2089 * doc/c-i386.texi: Document RDPID.
2090
2091 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2092
2093 * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
2094 set branch type of a symbol.
2095
2096 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2097
2098 * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
2099 * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
2100 instructions.
2101 (arm_extensions): Add dsp extension for ARMv8-M Mainline.
2102 (aeabi_set_public_attributes): Memorize the feature bits of the
2103 architecture selected for Tag_CPU_arch. Use it to set
2104 Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
2105 (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
2106 * testsuite/gas/arm/arch7em-bad.d: Rename to ...
2107 * testsuite/gas/arm/arch7em-bad-1.d: This.
2108 * testsuite/gas/arm/arch7em-bad-2.d: New file.
2109 * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
2110 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2111 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2112 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2113 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2114 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
2115 * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
2116
2117 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2118
2119 * config/tc-arm.c (struct arm_option_extension_value_table): Make
2120 allowed_archs an array with 2 entries.
2121 (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
2122 (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
2123 (arm_extensions): Use separate entries in allowed_archs when several
2124 archs are allowed to use an extension and change ARCH_ANY in
2125 ARM_ARCH_NONE in allowed_archs.
2126 (arm_parse_extension): Check that, for each allowed_archs entry, all
2127 bits are set in the current architecture, ignoring ARM_ANY entries.
2128 (s_arm_arch_extension): Likewise.
2129
2130 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2131
2132 * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
2133 (arm_ext_v8m_main): New feature set for bit ARM_EXT2_V8M_MAIN.
2134 (arm_ext_v8m_m_only): New feature set for instructions in ARMv8-M not
2135 shared with a non M profile architecture.
2136 (do_rn): New function.
2137 (known_t32_only_insn): Check opcode against arm_ext_v8m_m_only rather
2138 than arm_ext_v8m.
2139 (v7m_psrs): Add ARMv8-M security extensions new special registers.
2140 (insns): Add ARMv8-M Security Extensions instructions.
2141 (aeabi_set_public_attributes): Use arm_ext_v8m_m_only instead of
2142 arm_ext_v8m_m to decide the profile and the Thumb ISA.
2143 * testsuite/gas/arm/archv8m-cmse.s: New file.
2144 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise..
2145 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
2146 * testsuite/gas/arm/any-cmse.d: Likewise.
2147 * testsuite/gas/arm/any-cmse-main.d: Likewise.
2148 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
2149 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
2150 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2151 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2152 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2153
2154 2016-05-09 Jose E. Marchesi <jose.marchesi@oracle.com>
2155
2156 * testsuite/gas/sparc/sparc5vis4.s: Fix mnemonic of faligndatai.
2157 * testsuite/gas/sparc/sparc5vis4.d: Likewise.
2158
2159 2016-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2160
2161 * config/tc-arm.c (fpu_arch_vfp_v1): Mark with ATTRIBUTE_UNUSED.
2162 (fpu_arch_vfp_v3): Likewise.
2163 (fpu_arch_neon_v1): Likewise.
2164 (arm_arch_full): Likewise.
2165 (parse_neon_el_struct_list): Initialize fields of firsttype.
2166
2167 2016-05-03 Claudiu Zissulescu <claziss@synopsys.com>
2168
2169 * config/tc-arc.c (syntaxclass): Add SYNTAX_NOP and SYNTAX_1OP.
2170 (arc_extinsn): Handle new introduced syntax.
2171 * testsuite/gas/arc/textinsn1op.d: New file.
2172 * testsuite/gas/arc/textinsn1op.s: Likewise.
2173 * doc/c-arc.texi: Document SYNTAX_NOP and SYNTAX_1OP.
2174
2175 2016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2176
2177 * testsuite/gas/lns/lns.exp: Add avr to list of targets using
2178 DW_LNS_fixed_advance_pc.
2179
2180 2016-04-27 Alan Modra <amodra@gmail.com>
2181
2182 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
2183 (xmemdup0): New inline function.
2184
2185 2016-04-22 Maciej W. Rozycki <macro@imgtec.com>
2186
2187 * config/tc-mips.c (code_option_type): New enum.
2188 (parse_code_option): Return status indicating option type.
2189 (s_mipsset): Update `parse_code_option' call site accordingly.
2190 Always set register sizes from the ISA with ISA overrides.
2191 (s_module): Update `parse_code_option' call site.
2192 * testsuite/gas/mips/isa-override-1.d: New test.
2193 * testsuite/gas/mips/micromips@isa-override-1.d: New test.
2194 * testsuite/gas/mips/mips1@isa-override-1.d: New test.
2195 * testsuite/gas/mips/mips2@isa-override-1.d: New test.
2196 * testsuite/gas/mips/mips32@isa-override-1.d: New test.
2197 * testsuite/gas/mips/mips32r2@isa-override-1.d: New test.
2198 * testsuite/gas/mips/mips32r3@isa-override-1.d: New test.
2199 * testsuite/gas/mips/mips32r5@isa-override-1.d: New test.
2200 * testsuite/gas/mips/mips32r6@isa-override-1.d: New test.
2201 * testsuite/gas/mips/mips64r2@isa-override-1.d: New test.
2202 * testsuite/gas/mips/mips64r3@isa-override-1.d: New test.
2203 * testsuite/gas/mips/mips64r5@isa-override-1.d: New test.
2204 * testsuite/gas/mips/mips64r6@isa-override-1.d: New test.
2205 * testsuite/gas/mips/r3000@isa-override-1.d: New test.
2206 * testsuite/gas/mips/r3900@isa-override-1.d: New test.
2207 * testsuite/gas/mips/r5900@isa-override-1.d: New test.
2208 * testsuite/gas/mips/octeon@isa-override-1.d: New test.
2209 * testsuite/gas/mips/octeon3@isa-override-1.d: New test.
2210 * testsuite/gas/mips/isa-override-2.l: New list test.
2211 * testsuite/gas/mips/mips1@isa-override-2.l: New list test.
2212 * testsuite/gas/mips/mips2@isa-override-2.l: New list test.
2213 * testsuite/gas/mips/mips32@isa-override-2.l: New list test.
2214 * testsuite/gas/mips/mips32r2@isa-override-2.l: New list test.
2215 * testsuite/gas/mips/mips32r3@isa-override-2.l: New list test.
2216 * testsuite/gas/mips/mips32r5@isa-override-2.l: New list test.
2217 * testsuite/gas/mips/mips32r6@isa-override-2.l: New list test.
2218 * testsuite/gas/mips/r3000@isa-override-2.l: New list test.
2219 * testsuite/gas/mips/r3900@isa-override-2.l: New list test.
2220 * testsuite/gas/mips/octeon3@isa-override-2.l: New list test.
2221 * testsuite/gas/mips/octeon3@isa-override-1.l: New stderr
2222 output.
2223 * testsuite/gas/mips/isa-override-1.s: New test source.
2224 * testsuite/gas/mips/r5900@isa-override-1.s: New test source.
2225 * testsuite/gas/mips/isa-override-2.s: New test source.
2226 * testsuite/gas/mips/mips1@isa-override-2.s: New test source.
2227 * testsuite/gas/mips/mips2@isa-override-2.s: New test source.
2228 * testsuite/gas/mips/mips32@isa-override-2.s: New test source.
2229 * testsuite/gas/mips/mips32r2@isa-override-2.s: New test source.
2230 * testsuite/gas/mips/mips32r3@isa-override-2.s: New test source.
2231 * testsuite/gas/mips/mips32r5@isa-override-2.s: New test source.
2232 * testsuite/gas/mips/mips32r6@isa-override-2.s: New test source.
2233 * testsuite/gas/mips/r3000@isa-override-2.s: New test source.
2234 * testsuite/gas/mips/r3900@isa-override-2.s: New test source.
2235 * testsuite/gas/mips/octeon3@isa-override-2.s: New test source.
2236 * testsuite/gas/mips/mips.exp: Run the new tests.
2237
2238 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2239
2240 * cgen.c: Likewise.
2241 * config/tc-bfin.c: Likewise.
2242 * config/tc-ia64.c: Likewise.
2243 * config/tc-mep.c: Likewise.
2244 * config/tc-metag.c: Likewise.
2245 * config/tc-nios2.c: Likewise.
2246 * config/tc-rl78.c: Likewise.
2247
2248 2016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
2251 -mcpu. Add cross reference to .cpu directive from -mcpu option.
2252 (ARC Directives): Add NPS400 to .cpu directive list.
2253
2254 2016-04-20 Matthew Wahab <matthew.wahab@arm.com>
2255
2256 * config/tc-aarch64.c (aarch64_features): Add "ras".
2257 * doc/c-aarch64.texi (AArch64 Extensions): Add "ras".
2258 * testsuite/gas/aarch64/armv8-ras-1.d: New.
2259 * testsuite/gas/aarch64/armv8-ras-1.s: New.
2260 * testsuite/gas/aarch64/illegal-ras-1.d: New.
2261 * testsuite/gas/aarch64/illegal-ras-1.s: New.
2262
2263 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * testsuite/gas/arc/nps400-6.d: New file.
2266 * testsuite/gas/arc/nps400-6.s: New file.
2267
2268 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * testsuite/gas/arc/nps400-4.d: New file.
2271 * testsuite/gas/arc/nps400-4.s: New file.
2272 * testsuite/gas/arc/nps400-5.d: New file.
2273 * testsuite/gas/arc/nps400-5.s: New file.
2274
2275 2016-04-19 Martin Galvan <martin.galvan@tallertechnologies.com>
2276
2277 * doc/as.texinfo (.cfi_remember_state, .cfi_restore_state): Improve
2278 documentation.
2279
2280 2016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
2281
2282 Revert prevous change.
2283 * config/tc-arc.c (arc_option): Make .cpu directive
2284 case-sensitive again.
2285
2286 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * config/tc-arc.c (arc_option): Make .cpu directive
2289 case-insensitive.
2290
2291 2016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
2292
2293 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
2294
2295 2016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2296
2297 * config/tc-mips.c (md_begin): Remove useless assignment.
2298
2299 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
2300
2301 * Makefile.in: Regenerated with automake 1.11.6.
2302 * aclocal.m4: Likewise.
2303 * doc/Makefile.in: Likewise.
2304
2305 2016-04-15 Alan Modra <amodra@gmail.com>
2306
2307 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
2308
2309 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2310
2311 * config/tc-nios2.c (nios2_as_options): Make file static.
2312 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
2313 * config/tc-sparc.c (native_op_table): Likewise.
2314
2315 2016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2316
2317 * config/tc-m32c.c (M32C_Macros): Remove.
2318 * config/tc-msp430.c (option_numbers): Likewise.
2319
2320 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * testsuite/gas/arc/nps400-3.d: New file.
2323 * testsuite/gas/arc/nps400-3.s: New file.
2324
2325 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * testsuite/gas/arc/add_s-err.s: Update target pattern.
2328 * testsuite/gas/arc/warn.s: Likewise.
2329 * testsuite/gas/elf/elf.exp: Run test for arc.
2330
2331 2016-04-14 Nick Clifton <nickc@redhat.com>
2332
2333 PR target/19938
2334 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
2335 sections possibly having the SHF_STRINGS flag bit set.
2336 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
2337
2338 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
2339
2340 * config/tc-arc.c (mach_type_specified_p): Change type to
2341 bfd_boolean.
2342 (arc_option): Set private flags when parsing cpu pseudo-op.
2343 (md_parse_option): Set mach_type_specified_p to TRUE.
2344
2345 2016-04-13 Nick Clifton <nickc@redhat.com>
2346
2347 PR target/19937
2348 * testsuite/gas/v850/pr19937.s: New test.
2349 * testsuite/gas/v850/pr19937.d: New test control file.
2350 * testsuite/gas/v850/basic.exp: Run the new test.
2351
2352 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
2353 Andrew Bennett <andrew.bennett@imgtec.com>
2354
2355 * config/tc-mips.c (relaxed_branch_length): Use the long
2356 sequence where the target is a weak symbol.
2357 (relaxed_micromips_32bit_branch_length): Likewise.
2358 (relaxed_micromips_16bit_branch_length): Likewise.
2359 * testsuite/gas/mips/branch-weak-1.d: New test.
2360 * testsuite/gas/mips/branch-weak-2.d: New test.
2361 * testsuite/gas/mips/branch-weak-3.d: New test.
2362 * testsuite/gas/mips/branch-weak-4.d: New test.
2363 * testsuite/gas/mips/branch-weak-5.d: New test.
2364 * testsuite/gas/mips/branch-weak.l: New stderr output.
2365 * testsuite/gas/mips/branch-weak.s: New test source.
2366 * testsuite/gas/mips/mips.exp: Run the new tests.
2367
2368 2016-04-13 Maciej W. Rozycki <macro@imgtec.com>
2369
2370 * config/tc-mips.c (relaxed_branch_length): Use the long
2371 sequence where the distance cannot be determined.
2372 (relaxed_micromips_32bit_branch_length): Likewise.
2373 * testsuite/gas/mips/branch-extern-1.d: New test.
2374 * testsuite/gas/mips/branch-extern-2.d: New test.
2375 * testsuite/gas/mips/branch-extern-3.d: New test.
2376 * testsuite/gas/mips/branch-extern-4.d: New test.
2377 * testsuite/gas/mips/branch-extern.l: New stderr output.
2378 * testsuite/gas/mips/branch-extern.s: New test source.
2379 * testsuite/gas/mips/branch-section-1.d: New test.
2380 * testsuite/gas/mips/branch-section-2.d: New test.
2381 * testsuite/gas/mips/branch-section-3.d: New test.
2382 * testsuite/gas/mips/branch-section-4.d: New test.
2383 * testsuite/gas/mips/branch-section.l: New stderr output.
2384 * testsuite/gas/mips/branch-section.s: New test source.
2385 * testsuite/gas/mips/mips.exp: Run the new tests.
2386
2387 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
2388
2389 * testsuite/gas/arc/textauxregister.d: New file.
2390 * testsuite/gas/arc/textauxregister.s: Likewise.
2391 * testsuite/gas/arc/textcondcode.d: Likewise.
2392 * testsuite/gas/arc/textcondcode.s: Likewise.
2393 * testsuite/gas/arc/textcoreregister.d: Likewise.
2394 * testsuite/gas/arc/textcoreregister.s: Likewise.
2395 * testsuite/gas/arc/textpseudoop.d: Likewise.
2396 * testsuite/gas/arc/textpseudoop.s: Likewise.
2397 * testsuite/gas/arc/ld2.d: Update test.
2398 * testsuite/gas/arc/st.d: Likewise.
2399 * testsuite/gas/arc/taux.d: Likewise.
2400 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
2401 .extCoreRegister and .extAuxRegister documentation.
2402 * config/tc-arc.c (arc_extcorereg): New function.
2403 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
2404 .extAuxRegister pseudo-ops.
2405 (extRegister_t): New type.
2406 (ext_condcode, arc_aux_hash): New global variable.
2407 (find_opcode_match): Check for extensions.
2408 (preprocess_operands): Likewise.
2409 (md_begin): Add aux registers in a hash.
2410 (assemble_insn): Update use arc_flags member.
2411 (tokenize_extregister): New function.
2412 (create_extcore_section): Likewise.
2413 * config/tc-arc.h (arc_flags): Delete code, add flgp.
2414
2415 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
2416
2417 * testsuite/gas/arc/noargs_a7.d: New file.
2418 * testsuite/gas/arc/noargs_a7.s: Likewise.
2419 * testsuite/gas/arc/noargs_hs.d: Likewise.
2420 * testsuite/gas/arc/noargs_hs.s: Likewise.
2421
2422 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
2423
2424 * testsuite/gas/arc/textinsn-errors.d: New File.
2425 * testsuite/gas/arc/textinsn-errors.err: Likewise.
2426 * testsuite/gas/arc/textinsn-errors.s: Likewise.
2427 * testsuite/gas/arc/textinsn2op.d: Likewise.
2428 * testsuite/gas/arc/textinsn2op.s: Likewise.
2429 * testsuite/gas/arc/textinsn2op01.d: Likewise.
2430 * testsuite/gas/arc/textinsn2op01.s: Likewise.
2431 * testsuite/gas/arc/textinsn3op.d: Likewise.
2432 * testsuite/gas/arc/textinsn3op.s: Likewise.
2433 * doc/c-arc.texi (ARC Directives): Add .extInstruction
2434 documentation.
2435 * config/tc-arc.c (arcext_section): New variable.
2436 (arc_extinsn): New function.
2437 (md_pseudo_table): Add .extInstruction pseudo op.
2438 (attributes_t): New type.
2439 (suffixclass, syntaxclass, syntaxclassmod): New constant
2440 structures.
2441 (find_opcode_match): Remove arc_num_opcodes.
2442 (md_begin): Likewise.
2443 (tokenize_extinsn): New function.
2444 (arc_set_ext_seg): Likewise.
2445 (create_extinst_section): Likewise.
2446
2447 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
2448
2449 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
2450 (arc_adjust_symtab): New function.
2451 * config/tc-arc.h (ARC_FLAG_AUX): Define.
2452 (obj_adjust_symtab): Likewise.
2453 * testsuite/gas/arc/taux.d: New file.
2454 * testsuite/gas/arc/taux.s: Likewise.
2455
2456 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
2457
2458 * config/tc-mips.c (s_option): Sanitize `.option picX'
2459 pseudo-op.
2460 * testsuite/gas/mips/option-pic-1.d: New test.
2461 * testsuite/gas/mips/option-pic-2.l: New list test.
2462 * testsuite/gas/mips/option-pic-1.s: New test source.
2463 * testsuite/gas/mips/option-pic-2.s: New test source.
2464 * testsuite/gas/mips/mips.exp: Run the new tests.
2465
2466 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
2467
2468 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
2469 PIC.
2470 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
2471 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
2472 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
2473 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
2474 * testsuite/gas/mips/mips.exp: Run the new tests.
2475
2476 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
2477
2478 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
2479
2480 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
2481
2482 * messages.c (as_bad): Fix a typo in description.
2483
2484 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
2485
2486 * config/tc-mips.c (mips_check_options): Unify messages.
2487
2488 2016-04-09 Maciej W. Rozycki <macro@imgtec.com>
2489
2490 * config/tc-mips.c (mips_check_options): Use `opts->isa'
2491 consistently.
2492
2493 2016-04-08 Nick Clifton <nickc@redhat.com>
2494
2495 PR target/19910
2496 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
2497 COFF and AOUT sparc targets.
2498
2499 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
2502 * testsuite/gas/arc/nps400-2.d: New file.
2503 * testsuite/gas/arc/nps400-2.s: New file.
2504
2505 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2506
2507 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
2508 structure.
2509 (arc_opcode_hash_entry_iterator_init): New function.
2510 (arc_opcode_hash_entry_iterator_next): New function.
2511 (find_opcode_match): Iterate over all arc_opcode entries
2512 referenced by the arc_opcode_hash_entry passed in as a parameter.
2513
2514 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * config/tc-arc.c (arc_find_opcode): Now returns
2517 arc_opcode_hash_entry pointer.
2518 (find_opcode_match): Update argument type, extract arc_opcode from
2519 incoming arc_opcode_hash_entry.
2520 (find_special_case_pseudo): Update return type.
2521 (find_special_case_flag): Update return type.
2522 (find_special_case): Update return type.
2523 (assemble_tokens): Lookup arc_opcode_hash_entry based on
2524 instruction mnemonic, then use find_opcode_match to identify
2525 specific arc_opcode.
2526
2527 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
2530 (arc_find_opcode): New function.
2531 (find_special_case_pseudo): Use arc_find_opcode.
2532 (find_special_case_flag): Likewise.
2533 (assemble_tokens): Likewise.
2534 (md_begin): Build hash using struct arc_opcode_hash_entry.
2535
2536 2016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
2537
2538 * config/tc-arc.c (arc_option): Prepare string for automatic
2539 translation.
2540 (declare_register): Likewise.
2541
2542 2016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
2543
2544 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
2545 Correct entry for RDMA. Alpha sort entries.
2546
2547 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * config/tc-arc.c (tokenize_flags): Allow greater range of
2550 characters into flag names.
2551
2552 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
2555 new de_fault label.
2556 (preprocess_operands): Delete.
2557 (assemble_tokens): Remove call to preprocess_operands.
2558
2559 2016-04-07 Nick Clifton <nickc@redhat.com>
2560
2561 PR gas/19910
2562 * config/tc-sparc.c (sparc_ip): Report an error if the expression
2563 inside a %-macro could not be fully parsed.
2564 * expr.c (integer_constant): Accept and ignore U suffixes to
2565 integers.
2566 (operand): When a missing closing parenthesis is encountered,
2567 report the character that was found instead.
2568 * testsuite/gas/mips/tls-ill.l: Update expected error message.
2569 * testsuite/gas/sparc/pr19910-1.d: New test driver.
2570 * testsuite/gas/sparc/pr19910-1.s: New test.
2571 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
2572 * testsuite/gas/sparc/pr19910-2.s: New test.
2573 * testsuite/gas/sparc/sparc.exp: Run the new tests.
2574
2575 2016-04-06 Nick Clifton <nickc@redhat.com>
2576
2577 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
2578 an EINT instruction. Warn/fix as necessary.
2579 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
2580 * testsuite/gas/msp430/bad.l: Update expected messages.
2581
2582 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * testsuite/gas/arc/nps400-1.d: Update expected results.
2585 * testsuite/gas/arc/nps400-1.s: Additional test cases.
2586
2587 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
2588
2589 * config/tc-arc.c (is_code_density_p): Compare directly the
2590 subclass field.
2591 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
2592 (check_cpu_feature): New function.
2593 (find_opcode_match): Use check_cpu_feature function.
2594 (preprocess_operands): Likewise.
2595 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
2596 * testsuite/gas/arc/tdpfp.d: New file.
2597 * testsuite/gas/arc/tfpuda.d: Likewise.
2598 * testsuite/gas/arc/tfpx.s: Likewise.
2599
2600 2016-04-05 Jiong Wang <jiong.wang@arm.com>
2601
2602 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
2603 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
2604 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
2605 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
2606 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
2607 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
2608 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
2609 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
2610 for Thumb.
2611 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
2612
2613 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
2614
2615 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
2616 JUMP instructions type.
2617 * testsuite/gas/arc/relocs-errors.d: New file.
2618 * testsuite/gas/arc/relocs-errors.err: Likewise.
2619 * testsuite/gas/arc/relocs-errors.s: Likewise.
2620
2621 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
2622
2623 PR gas/19909
2624 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
2625 only if i.disp_encoding != disp_encoding_32bit.
2626 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
2627 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
2628 * gas/testsuite/gas/i386/disp32.d: Updated.
2629 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
2630
2631 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
2632
2633 PR gas/19498
2634 * testsuite/gas/i386/i386.exp: Run pr19498.
2635 * testsuite/gas/i386/pr19498.d: New file.
2636 * testsuite/gas/i386/pr19498.s: Likewise.
2637
2638 2016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * config/tc-arc.h: Include 'opcode/arc.h'.
2641 (MAX_INSN_ARGS): Delete.
2642 (MAX_INSN_FLGS): Delete.
2643
2644 2016-04-04 Alan Modra <amodra@gmail.com>
2645
2646 PR 19498
2647 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
2648 from function on all paths that set sy_resolving.
2649
2650 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2651
2652 * app.c (app_push): use XNEW macro.
2653 * as.c: Likewise.
2654 * config/obj-elf.c (obj_elf_change_section): Likewise.
2655 (elf_copy_symbol_attributes): Likewise.
2656 (obj_elf_size): Likewise.
2657 (build_group_lists): Likewise.
2658 * config/tc-aarch64.c (add_operand_error_record): Likewise.
2659 (md_assemble): Likewise.
2660 (tc_gen_reloc): Likewise.
2661 (get_upper_str): Likewise.
2662 (aarch64_parse_features): Likewise.
2663 * config/tc-arm.c (insert_reg_alias): Likewise.
2664 (insert_neon_reg_alias): Likewise.
2665 (find_or_make_literal_pool): Likewise.
2666 (s_arm_elf_cons): Likewise.
2667 (add_unwind_opcode): Likewise.
2668 (arm_parse_extension): Likewise.
2669 * config/tc-avr.c (create_record_for_frag): Likewise.
2670 * config/tc-crx.c: Likewise.
2671 * config/tc-d30v.c: Likewise.
2672 * config/tc-dlx.c (s_proc): Likewise.
2673 * config/tc-ft32.c: Likewise.
2674 * config/tc-h8300.c: Likewise.
2675 * config/tc-hppa.c (pa_proc): Likewise.
2676 (create_new_space): Likewise.
2677 (create_new_subspace): Likewise.
2678 * config/tc-i860.c: Likewise.
2679 * config/tc-i960.c: Likewise.
2680 * config/tc-ia64.c: Likewise.
2681 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
2682 (iq2000_record_hi16): Likewise.
2683 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
2684 * config/tc-m32r.c (debug_sym): Likewise.
2685 (m32r_record_hi16): Likewise.
2686 * config/tc-m68k.c (m68k_ip): Likewise.
2687 (md_begin): Likewise.
2688 * config/tc-mcore.c: Likewise.
2689 * config/tc-microblaze.c (check_got): Likewise.
2690 * config/tc-mips.c (append_insn): Likewise.
2691 (s_mipsset): Likewise.
2692 (mips_record_label): Likewise.
2693 (s_mips_end): Likewise.
2694 * config/tc-mmix.c (mmix_frob_file): Likewise.
2695 * config/tc-mn10200.c: Likewise.
2696 * config/tc-mn10300.c: Likewise.
2697 * config/tc-moxie.c: Likewise.
2698 * config/tc-msp430.c: Likewise.
2699 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
2700 * config/tc-ns32k.c: Likewise.
2701 * config/tc-or1k.c: Likewise.
2702 * config/tc-pdp11.c: Likewise.
2703 * config/tc-pj.c (fake_opcode): Likewise.
2704 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
2705 (ppc_macro): Likewise.
2706 (ppc_dwsect): Likewise.
2707 (ppc_machine): Likewise.
2708 * config/tc-rl78.c (rl78_frag_init): Likewise.
2709 * config/tc-rx.c (rx_frag_init): Likewise.
2710 * config/tc-s390.c (s390_lit_suffix): Likewise.
2711 (s390_machine): Likewise.
2712 (s390_machinemode): Likewise.
2713 * config/tc-score.c (s3_insert_reg): Likewise.
2714 (s3_gen_reloc): Likewise.
2715 * config/tc-score7.c (s7_insert_reg): Likewise.
2716 (s7_gen_reloc): Likewise.
2717 * config/tc-tic30.c (tic30_operand): Likewise.
2718 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
2719 * config/tc-tic54x.c (stag_add_field): Likewise.
2720 (tic54x_struct): Likewise.
2721 (tic54x_space): Likewise.
2722 (tic54x_field): Likewise.
2723 (tic54x_mlib): Likewise.
2724 (subsym_substitute): Likewise.
2725 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
2726 * config/tc-vax.c: Likewise.
2727 * config/tc-xc16x.c: Likewise.
2728 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
2729 (directive_push): Likewise.
2730 (xtensa_begin_directive): Likewise.
2731 (tokenize_arguments): Likewise.
2732 (xtensa_add_literal_sym): Likewise.
2733 (new_resource_table): Likewise.
2734 (resize_resource_table): Likewise.
2735 (emit_single_op): Likewise.
2736 (xtensa_create_trampoline_frag): Likewise.
2737 (xtensa_maybe_create_literal_pool_frag): Likewise.
2738 (xtensa_add_config_info): Likewise.
2739 (xtensa_realloc_fixup_cache): Likewise.
2740 (add_subseg_info): Likewise.
2741 (cache_literal_section): Likewise.
2742 (add_xt_block_frags): Likewise.
2743 (add_xt_prop_frags): Likewise.
2744 (init_op_placement_info_table): Likewise.
2745 (build_section_rename): Likewise.
2746 * config/tc-z80.c: Likewise.
2747 * config/tc-z8k.c: Likewise.
2748 * depend.c (register_dependency): Likewise.
2749 * dwarf2dbg.c (get_line_subseg): Likewise.
2750 (dwarf2_gen_line_info_1): Likewise.
2751 (get_filenum): Likewise.
2752 * ecoff.c (allocate_scope): Likewise.
2753 (allocate_vlinks): Likewise.
2754 (allocate_shash): Likewise.
2755 (allocate_thash): Likewise.
2756 (allocate_tag): Likewise.
2757 (allocate_forward): Likewise.
2758 (allocate_thead): Likewise.
2759 (allocate_lineno_list): Likewise.
2760 * expr.c (make_expr_symbol): Likewise.
2761 * hash.c (hash_new_sized): Likewise.
2762 * input-file.c (input_file_push): Likewise.
2763 * listing.c (file_info): Likewise.
2764 (listing_newline): Likewise.
2765 * macro.c (new_formal): Likewise.
2766 (define_macro): Likewise.
2767 * remap.c (add_debug_prefix_map): Likewise.
2768 * symbols.c (symbol_find_noref): Likewise.
2769 (define_dollar_label): Likewise.
2770 (fb_label_instance_inc): Likewise.
2771 (symbol_relc_make_value): Likewise.
2772
2773 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2774
2775 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
2776 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
2777 (ppc_znop): Likewise.
2778 (ppc_pe_section): Likewise.
2779 (ppc_frob_symbol): Likewise.
2780 * config/tc-tic30.c (tic30_operand): Likewise.
2781 * config/tc-tic4x.c (tic4x_sect): Likewise.
2782 (tic4x_usect): Likewise.
2783
2784 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2785
2786 * config/tc-alpha.c: Const qualify FLT_CHARS.
2787 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
2788 * config/tc-cris.h: Likewise.
2789 * expr.c: Likewise.
2790 * config/tc-mmix.c (md_atof): Adjust comment.
2791 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
2792 * tc.h: Declare FLT_CHARS and EXP_CHARS.
2793
2794 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2795
2796 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
2797 * config/tc-score7.c (s7_gen_reloc): Likewise.
2798
2799 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2800
2801 * config/tc-arm.c (do_t_branch): Change the type of reloc to
2802 bfd_reloc_code_real_type.
2803
2804 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2805
2806 * config/bfin-parse.y (current_inputline): Remove definition.
2807 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
2808
2809 2016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2810
2811 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
2812 strings.
2813
2814 2016-04-02 Alan Modra <amodra@gmail.com>
2815
2816 PR 19896
2817 * read.c (assign_symbol): Consume rest of line after an error
2818 rather than continuing to process the line.
2819
2820 2016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
2823 (MAX_FLAG_NAME_LENGTH): ...this.
2824 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
2825 * config/tc-arc.c (tokenize_flags): Likewise.
2826
2827 2016-04-01 Alan Modra <amodra@gmail.com>
2828
2829 * cgen.c (weak_operand_overflow_check): Return const char*.
2830 * messages.c (as_internal_value_out_of_range): Formatting.
2831 (as_warn_value_out_of_range): Consify prefix param.
2832 (as_bad_value_out_of_range): Likewise.
2833 * read.c (s_errwarn): Constify msg..
2834 (s_float_space, float_cons): ..and err.
2835 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
2836 ieee_md_atof, vax_md_atof): Update prototypes.
2837 * tc.h (md_atof): Update prototype.
2838 * config/atof-ieee.c (ieee_md_atof): Return const char*.
2839 * config/atof-vax.c (vax_md_atof): Likewise.
2840 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
2841 * config/tc-aarch64.c (md_atof): Return const char*.
2842 * config/tc-alpha.c (s_alpha_section_name): Likewise.
2843 (s_alpha_comm): Constify sec_name.
2844 (section_name): Constify.
2845 (s_alpha_section): Consify name..
2846 (alpha_elf_section_letter): ..and ptr_msg param..
2847 (md_atof): ..and return.
2848 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
2849 * config/tc-arc.c (md_atof): Return const char*.
2850 * config/tc-arm.c (md_atof): Likewise.
2851 * config/tc-avr.c (md_atof): Likewise.
2852 * config/tc-bfin.c (md_atof): Likewise.
2853 * config/tc-cr16.c (md_atof): Likewise.
2854 * config/tc-cris.c (md_atof): Likewise.
2855 * config/tc-crx.c (md_atof): Likewise.
2856 * config/tc-d10v.c (md_atof): Likewise.
2857 * config/tc-d30v.c (md_atof): Likewise.
2858 * config/tc-dlx.c (md_atof): Likewise.
2859 * config/tc-epiphany.c (md_atof): Likewise.
2860 * config/tc-fr30.c (md_atof): Likewise.
2861 * config/tc-frv.c (md_atof): Likewise.
2862 * config/tc-ft32.c (md_atof): Likewise.
2863 * config/tc-h8300.c (md_atof): Likewise.
2864 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
2865 (struct default_space_dict): Likewise.
2866 (create_new_space): Constify name param.
2867 (create_new_subspace): Likewise.
2868 (is_defined_space, is_defined_subspace): Likewise.
2869 (pa_parse_space_stmt): Constify space_name param.
2870 (md_atof): Return const char*.
2871 (pa_spaces_begin): Constify name.
2872 * config/tc-i370.c (md_atof): Return const char*.
2873 * config/tc-i386.c (md_atof): Likewise.
2874 (x86_64_section_letter): Constify ptr_msg param.
2875 * config/tc-i386.h (x86_64_section_letter): Update prototype.
2876 * config/tc-i860.c (struct i860_it): Constify error.
2877 (md_atof): Return const char*.
2878 * config/tc-i960.c (md_atof): Likewise.
2879 * config/tc-ia64.c (md_atof): Likewise.
2880 (ia64_elf_section_letter): Constify ptr_msg param.
2881 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
2882 * config/tc-ip2k.c (md_atof): Return const char*.
2883 * config/tc-iq2000.c (md_atof): Likewise.
2884 * config/tc-lm32.c (md_atof): Likewise.
2885 * config/tc-m32c.c (md_atof): Likewise.
2886 * config/tc-m32r.c (md_atof): Likewise.
2887 * config/tc-m68hc11.c (md_atof): Likewise.
2888 * config/tc-m68k.c (md_atof): Likewise.
2889 * config/tc-mcore.c (md_atof): Likewise.
2890 * config/tc-mep.c (md_atof): Likewise.
2891 (mep_elf_section_letter): Constify ptr_msg param.
2892 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
2893 * config/tc-metag.c (md_atof): Return const char*.
2894 * config/tc-microblaze.c (md_atof): Likewise.
2895 * config/tc-microblaze.h (md_atof): Delete prototype.
2896 * config/tc-mips.c (mips_parse_argument_token): Constify err.
2897 (md_atof): Return const char*.
2898 * config/tc-mmix.c (md_atof): Likewise.
2899 * config/tc-mn10200.c (md_atof): Likewise.
2900 * config/tc-mn10300.c (md_atof): Likewise.
2901 * config/tc-moxie.c (md_atof): Likewise.
2902 * config/tc-msp430.c (md_atof): Likewise.
2903 * config/tc-mt.c (md_atof): Likewise.
2904 * config/tc-nds32.c (md_atof): Likewise.
2905 * config/tc-nios2.c (md_atof): Likewise.
2906 (nios2_elf_section_letter): Constify ptr_msg param.
2907 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
2908 * config/tc-ns32k.c (md_atof): Return const char*.
2909 * config/tc-or1k.c (md_atof): Likewise.
2910 * config/tc-pdp11.c (struct pdp11_code): Constify error.
2911 (md_atof): Return const char*.
2912 * config/tc-pj.c (md_atof): Likewise.
2913 * config/tc-ppc.c (md_atof): Likewise.
2914 * config/tc-rl78.c (md_atof): Likewise.
2915 * config/tc-rx.c (md_atof): Likewise.
2916 * config/tc-s390.c (md_atof): Likewise.
2917 * config/tc-score.c (s3_atof, md_atof): Likewise.
2918 * config/tc-sh.c (md_atof): Likewise.
2919 * config/tc-sparc.c (struct sparc_it): Constify error.
2920 (md_atof): Return const char*.
2921 * config/tc-spu.c (md_atof): Likewise.
2922 * config/tc-tic30.c (md_atof): Likewise.
2923 * config/tc-tic4x.c (md_atof): Likewise.
2924 * config/tc-tic54x.c (md_atof): Likewise.
2925 * config/tc-tic6x.c (md_atof): Likewise.
2926 * config/tc-tilegx.c (md_atof): Likewise.
2927 * config/tc-tilepro.c (md_atof): Likewise.
2928 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
2929 * config/tc-vax.c (md_atof): Likewise.
2930 * config/tc-visium.c (md_atof): Likewise.
2931 * config/tc-xc16x.c (md_atof): Likewise.
2932 * config/tc-xgate.c (md_atof): Likewise.
2933 * config/tc-xstormy16.c (md_atof): Likewise.
2934 * config/tc-xtensa.c (md_atof): Likewise.
2935 * config/tc-z80.c (md_atof): Likewise.
2936 * config/tc-z8k.c (md_atof): Likewise.
2937
2938 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2939
2940 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
2941 const.
2942 (xtensa_section_rename): Make argument type const char *.
2943 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
2944
2945 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2946
2947 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
2948 args[0].
2949
2950 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2951
2952 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
2953 char *.
2954 (m32c_indirect_operand): Likewise.
2955 * config/tc-nds32.c (do_pseudo_b): Likewise.
2956 (do_pseudo_bal): Likewise.
2957 (do_pseudo_ls_bhw): Likewise.
2958
2959 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2960
2961 * as.c (parse_args): Cast literal to char * when assigning to optarg.
2962
2963 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2964
2965 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
2966 get_symbol_name ().
2967 * config/tc-sparc.c (s_register): Cast a literal to char * in
2968 assignment.
2969
2970 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2971
2972 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
2973 input_line_pointer.
2974 * config/tc-m32r.c (expand_debug_syms): Likewise.
2975 * config/tc-msp430.c (msp430_dstoperand): Likewise.
2976 * config/tc-z80.c (md_begin): Likewise.
2977 * stabs.c (stabs_generate_asm_func): Likewise.
2978
2979 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2980
2981 * cgen.c: Modernize the way functions declare arguments.
2982 * config/tc-bfin.c: Likewise.
2983 * config/tc-pdp11.c: Likewise.
2984 * literal.c: Likewise.
2985 * read.c: Likewise.
2986 * stabs.c: Likewise.
2987
2988 2016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2989
2990 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
2991 variables unsigned char[].
2992 * config/tc-alpha.c (alpha_handle_align): Likewise.
2993 * config/tc-arm.c (arm_handle_align): Likewise.
2994 * config/tc-z80.c: Likewise.
2995
2996 2016-03-30 Nick Clifton <nickc@redhat.com>
2997
2998 PR target/19880
2999 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
3000 shifting.
3001
3002 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
3003
3004 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
3005 * testsuite/gas/elf/elf.exp: Likewise.
3006 * testsuite/gas/all/redef3.d: Allow execution for ARC.
3007
3008 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
3009
3010 * testsuite/gas/arc/warn.exp: Fix matching pattern.
3011
3012 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
3013
3014 * testsuite/gas/arc/ext2op.d: New file.
3015 * testsuite/gas/arc/ext2op.s: Likewise.
3016 * testsuite/gas/arc/ext3op.d: Likewise.
3017 * testsuite/gas/arc/ext3op.s: Likewise.
3018
3019 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3020
3021 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
3022 qualifier.
3023 * config/tc-alpha.c (md_parse_option): Likewise.
3024 * config/tc-arc.c (md_parse_option): Likewise.
3025 * config/tc-arm.c (struct arm_long_option_table): Likewise.
3026 (md_parse_option): Likewise.
3027 * config/tc-avr.c (md_parse_option): Likewise.
3028 * config/tc-bfin.c (md_parse_option): Likewise.
3029 * config/tc-cr16.c (md_parse_option): Likewise.
3030 * config/tc-cris.c (s_cris_arch): Likewise.
3031 (md_parse_option): Likewise.
3032 * config/tc-crx.c (md_parse_option): Likewise.
3033 * config/tc-d10v.c (md_parse_option): Likewise.
3034 * config/tc-d30v.c (md_parse_option): Likewise.
3035 * config/tc-dlx.c (md_parse_option): Likewise.
3036 * config/tc-epiphany.c (md_parse_option): Likewise.
3037 * config/tc-fr30.c (md_parse_option): Likewise.
3038 * config/tc-frv.c (md_parse_option): Likewise.
3039 * config/tc-ft32.c (md_parse_option): Likewise.
3040 * config/tc-h8300.c (md_parse_option): Likewise.
3041 * config/tc-hppa.c (md_parse_option): Likewise.
3042 * config/tc-i370.c (md_parse_option): Likewise.
3043 * config/tc-i386.c (md_parse_option): Likewise.
3044 * config/tc-i860.c (md_parse_option): Likewise.
3045 * config/tc-i960.c (md_parse_option): Likewise.
3046 * config/tc-ia64.c (md_parse_option): Likewise.
3047 * config/tc-ip2k.c (md_parse_option): Likewise.
3048 * config/tc-iq2000.c (md_parse_option): Likewise.
3049 * config/tc-lm32.c (md_parse_option): Likewise.
3050 * config/tc-m32c.c (md_parse_option): Likewise.
3051 * config/tc-m32r.c (md_parse_option): Likewise.
3052 * config/tc-m68hc11.c (md_parse_option): Likewise.
3053 * config/tc-m68k.c (md_parse_option): Likewise.
3054 * config/tc-mcore.c (md_parse_option): Likewise.
3055 * config/tc-mep.c (md_parse_option): Likewise.
3056 * config/tc-metag.c (struct metag_long_option): Likewise.
3057 (md_parse_option): Likewise.
3058 * config/tc-microblaze.c (md_parse_option): Likewise.
3059 * config/tc-microblaze.h (md_parse_option): Remove prototype.
3060 * config/tc-mips.c (md_parse_option): Adjust.
3061 * config/tc-mmix.c (md_parse_option): Likewise.
3062 * config/tc-mn10200.c (md_parse_option): Likewise.
3063 * config/tc-mn10300.c (md_parse_option): Likewise.
3064 * config/tc-moxie.c (md_parse_option): Likewise.
3065 * config/tc-msp430.c (md_parse_option): Likewise.
3066 * config/tc-mt.c (md_parse_option): Likewise.
3067 * config/tc-nds32.c (md_parse_option): Likewise.
3068 * config/tc-nds32.h (nds32_parse_option): Likewise.
3069 * config/tc-nios2.c (md_parse_option): Likewise.
3070 * config/tc-ns32k.c (md_parse_option): Likewise.
3071 * config/tc-or1k.c (md_parse_option): Likewise.
3072 * config/tc-pdp11.c (md_parse_option): Likewise.
3073 * config/tc-pj.c (md_parse_option): Likewise.
3074 * config/tc-ppc.c (md_parse_option): Likewise.
3075 * config/tc-rl78.c (md_parse_option): Likewise.
3076 * config/tc-rx.c (md_parse_option): Likewise.
3077 * config/tc-s390.c (s390_parse_cpu): Likewise.
3078 * config/tc-score.c (md_parse_option): Likewise.
3079 * config/tc-sh.c (md_parse_option): Likewise.
3080 * config/tc-sparc.c (md_parse_option): Likewise.
3081 * config/tc-spu.c (md_parse_option): Likewise.
3082 * config/tc-tic30.c (md_parse_option): Likewise.
3083 * config/tc-tic4x.c (md_parse_option): Likewise.
3084 * config/tc-tic54x.c (md_parse_option): Likewise.
3085 * config/tc-tic6x.c (md_parse_option): Likewise.
3086 * config/tc-tilegx.c (md_parse_option): Likewise.
3087 * config/tc-tilepro.c (md_parse_option): Likewise.
3088 * config/tc-v850.c (md_parse_option): Likewise.
3089 * config/tc-vax.c (md_parse_option): Likewise.
3090 * config/tc-visium.c (struct visium_long_option_table): Likewise.
3091 * config/tc-xc16x.c (md_parse_option): Likewise.
3092 * config/tc-xgate.c (md_parse_option): Likewise.
3093 * config/tc-xstormy16.c (md_parse_option): Likewise.
3094 * config/tc-xtensa.c (md_parse_option): Likewise.
3095 * config/tc-z80.c (md_parse_option): Likewise.
3096 * config/tc-z8k.c (md_parse_option): Likewise.
3097 * tc.h (md_parse_option): Likewise.
3098
3099 2016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3100
3101 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
3102 * config/tc-hppa.c (fix_new_hppa): Likewise.
3103 (pa_vtable_entry): Likewise.
3104 (pa_vtable_inherit): Likewise.
3105 * config/tc-m68k.c (md_begin): Likewise.
3106
3107 2016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3108
3109 * config/obj-elf.c (obj_elf_section_name): Return const char *.
3110 * config/obj-elf.h (obj_elf_section_name): Adjust.
3111 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
3112 (aarch64_parse_cpu): Likewise.
3113 (aarch64_parse_arch): Likewise.
3114 * config/tc-arm.c (arm_parse_extension): Likewise.
3115 (arm_parse_cpu): Likewise.
3116 (arm_parse_arch): Likewise.
3117 * config/tc-nds32.c: Likewise.
3118 * config/xtensa-relax.c (parse_special_fn): Likewise.
3119 * stabs.c (generate_asm_file): Likewise.
3120
3121 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3122
3123 * config/tc-cr16.c (cr16_assemble): New function.
3124 (md_assemble): Call cr16_assemble.
3125
3126 2016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3127
3128 * as.c (parse_args): Adjust.
3129 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
3130 * config/obj-elf.c (elf_frob_symbol): Adjust.
3131
3132 2016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
3133
3134 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
3135 registers to be in the 16..31 range.
3136
3137 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3138
3139 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
3140 frag_var ().
3141
3142 2016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3143
3144 * config/tc-visium.c (md_atof): Localize the string returned on
3145 failure.
3146
3147 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3148
3149 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
3150 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
3151 * config/tc-m68hc11.c (md_begin): Likewise.
3152 (print_opcode_list): Likewise.
3153 * config/tc-msp430.c (msp430_section): Likewise.
3154 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
3155 (s3_build_dependency_insn_hsh): Likewise.
3156 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
3157 (s7_build_dependency_insn_hsh): Likewise.
3158 * config/tc-tic4x.c: Likewise.
3159 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3160 (subsym_get_arg): Likewise.
3161 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
3162 (get_directive): Likewise.
3163 (cache_literal_section): Likewise.
3164 * config/xtensa-relax.c: Likewise.
3165 * symbols.c (symbol_create): Likewise.
3166 (local_symbol_make): Likewise.
3167 (symbol_relc_make_expr): Likewise.
3168
3169 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3170
3171 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
3172 str.
3173
3174 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3175
3176 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
3177 call with a switch.
3178
3179 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3180
3181 * config/tc-ia64.c (ia64_do_align): Remove.
3182 (ia64_cons_align): Call do_align () directly.
3183 (dot_proc): Likewise.
3184 (stmt_float_cons): Likewise.
3185
3186 2016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3187
3188 * listing.c (listing_message): Use XNEW style allocation macros.
3189 * read.c (read_a_source_file): Likewise.
3190 (read_symbol_name): Likewise.
3191 (s_mri_common): Likewise.
3192 (assign_symbol): Likewise.
3193 (s_reloc): Likewise.
3194 (emit_expr_with_reloc): Likewise.
3195 (s_incbin): Likewise.
3196 (s_include): Likewise.
3197 * sb.c (sb_build): Likewise.
3198 (sb_check): Likewise.
3199
3200 2016-03-22 Alan Modra <amodra@gmail.com>
3201
3202 * write.c (record_alignment): Revert 2016-02-18 change.
3203
3204 2016-03-22 Alan Modra <amodra@gmail.com>
3205
3206 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
3207 (emit_jsrjmp, tc_gen_reloc): Likewise.
3208 * config/tc-i370.c (i370_macro): Likewise.
3209
3210 2016-03-22 Nick Clifton <nickc@redhat.com>
3211
3212 * configure: Regenerate.
3213
3214 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * testsuite/gas/arc/nps400-0.d: New file.
3217 * testsuite/gas/arc/nps400-0.s: New file.
3218 * testsuite/gas/arc/nps400-1.d: New file.
3219 * testsuite/gas/arc/nps400-1.s: New file.
3220
3221 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3222
3223 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
3224 declarations to start of block. Reset code on all flags before
3225 attempting to match them. Handle multiple hits on the same flag.
3226 Handle flag class.
3227 * testsuite/gas/arc/asm-errors.d: New file.
3228 * testsuite/gas/arc/asm-errors.err: New file.
3229 * testsuite/gas/arc/asm-errors.s: New file.
3230
3231 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * config/tc-arc.c (cpu_types): Add nps400 entry.
3234 (check_zol): Handle nps400.
3235
3236 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 * config/tc-arc.c (arc_select_cpu): Remove use of
3239 EF_ARC_CPU_GENERIC.
3240
3241 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * config/tc-arc.c (arc_target): Delay initialisation until
3244 arc_select_cpu.
3245 (arc_target_name): Likewise.
3246 (arc_features): Likewise.
3247 (arc_mach_type): Likewise.
3248 (cpu_types): Remove "all" entry.
3249 (arc_select_cpu): New function, most of the content is from...
3250 (md_parse_option): ... here. Call new arc_select_cpu.
3251 (md_begin): Call arc_select_cpu if needed, default is now arc700.
3252
3253 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
3256 * testsuite/gas/arc/inline-data-2.d: New file.
3257
3258 2016-03-21 Nick Clifton <nickc@redhat.com>
3259
3260 * atof-generic.c: Replace use of alloca with call to xmalloc.
3261 * cgen.c: Likewise.
3262 * dwarf2dbg.c: Likewise.
3263 * macro.c: Likewise.
3264 * remap.c: Likewise.
3265 * stabs.c: Likewise.
3266 * symbols.c: Likewise.
3267 * config/obj-elf.c: Likewise.
3268 * config/tc-aarch64.c: Likewise.
3269 * config/tc-arc.c: Likewise.
3270 * config/tc-arm.c: Likewise.
3271 * config/tc-avr.c: Likewise.
3272 * config/tc-ia64.c: Likewise.
3273 * config/tc-mips.c: Likewise.
3274 * config/tc-msp430.c: Likewise.
3275 * config/tc-nds32.c: Likewise.
3276 * config/tc-ppc.c: Likewise.
3277 * config/tc-sh.c: Likewise.
3278 * config/tc-tic30.c: Likewise.
3279 * config/tc-tic54x.c: Likewise.
3280 * config/tc-xstormy16.c: Likewise.
3281 * config/te-vms.c: Likewise.
3282 * configure: Regenerate.
3283
3284 2016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3285
3286 * tc-i386.c (f32_1): Change type to unsigned char[].
3287 (f32_2): Likewise.
3288 (f32_3): Likewise.
3289 (f32_4): Likewise.
3290 (f32_5): Likewise.
3291 (f32_6): Likewise.
3292 (f32_7): Likewise.
3293 (f32_8): Likewise.
3294 (f32_9): Likewise.
3295 (f32_10): Likewise.
3296 (f32_11): Likewise.
3297 (f32_12): Likewise.
3298 (f32_13): Likewise.
3299 (f32_14): Likewise.
3300 (f16_3): Likewise.
3301 (f16_4): Likewise.
3302 (f16_5): Likewise.
3303 (f16_6): Likewise.
3304 (f16_7): Likewise.
3305 (f16_8): Likewise.
3306 (jump_31): Likewise.
3307 (f32_patt): Likewise.
3308 (f16_patt): Likewise.
3309 (alt_3): Likewise.
3310 (alt_4): Likewise.
3311 (alt_5): Likewise.
3312 (alt_6): Likewise.
3313 (alt_7): Likewise.
3314 (alt_8): Likewise.
3315 (alt_9): Likewise.
3316 (alt_10): Likewise.
3317 (alt_patt): Likewise.
3318
3319 2016-03-18 Nick Clifton <nickc@redhat.com>
3320
3321 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
3322 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
3323 .tlsdescldr and .xword directives.
3324
3325 PR target/19721
3326 * testsuite/gas/aarch64/pr19721.s: New test source file.
3327 * testsuite/gas/aarch64/pr19721.d: New test driver file.
3328
3329 * doc/as.texinfo: Place the target specific command line options
3330 into their own man page section.
3331
3332 2016-03-16 Jiong Wang <jiong.wang@arm.com>
3333
3334 * config/tc-arm.c (N_S_32): New.
3335 (N_F_16_32): Likewise.
3336 (N_SUF_32): Support N_F16.
3337 (N_IF_32): Likewise.
3338 (neon_dyadic_misc): Likewise.
3339 (do_neon_cmp): Likewise.
3340 (do_neon_cmp_inv): Likewise.
3341 (do_neon_mul): Likewise.
3342 (do_neon_fcmp_absolute): Likewise.
3343 (do_neon_step): Likewise.
3344 (do_neon_abs_neg): Likewise.
3345 (CVT_FLAVOR_VAR): Likewise.
3346 (do_neon_cvt_1): Likewise.
3347 (do_neon_recip_est): Likewise.
3348 (do_vmaxnm): Likewise.
3349 (do_vrint_1): Likewise.
3350 (neon_check_type): Check architecture support for FP16 extension.
3351 (insns): Update comments.
3352 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
3353 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
3354 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
3355 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
3356 arm mode.
3357 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
3358 thumb mode.
3359 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
3360 error file.
3361
3362 2016-03-16 Nick Clifton <nickc@redhat.com>
3363
3364 * read.c (emit_expr_with_reloc): Add code check a bignum with
3365 nbytes == 1.
3366 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
3367 other than 32-bits.
3368 * testsuite/gas/elf/bignum.s: New test source file.
3369 * testsuite/gas/elf/bignum.d: New test driver file.
3370 * testsuite/gas/elf/elf.exp: Run the new test.
3371
3372 2016-03-15 Ulrich Drepper <drepper@gmail.com>
3373
3374 * doc/c-i386.texi (Register Naming): Update to details of the
3375 latest architecture version.
3376
3377 2016-03-10 Mickael Guene <mickael.guene@st.com>
3378
3379 PR gas/19744
3380 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
3381 (do_mov): Likewise.
3382 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
3383 (do_t_mov_cmp): Likewise.
3384 (do_t_add_sub): Protect against bad relocations usage.
3385 (do_t_mov_cmp): Likewise.
3386 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
3387 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
3388 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
3389 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
3390
3391 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3392
3393 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
3394 do_alignment.
3395 (do_neon_ld_st_lane): Likewise.
3396 (do_neon_ld_dup): Likewise.
3397
3398 2016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * testsuite/gas/arc/inline-data-1.d: New file.
3401 * testsuite/gas/arc/inline-data-1.s: New file.
3402
3403 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
3404
3405 * config/tc-arm.c (arm_cpus): Add cortex-r8.
3406 * doc/c-arm.texi: Add cortex-r8.
3407
3408 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3409
3410 * config/tc-arc.c: Add const qualifiers.
3411 * config/tc-h8300.c (md_begin): Likewise.
3412 * config/tc-ia64.c (print_prmask): Likewise.
3413 * config/tc-msp430.c (msp430_operands): Likewise.
3414 * config/tc-nds32.c (struct suffix_name): Likewise.
3415 (struct nds32_parse_option_table): Likewise.
3416 (struct nds32_set_option_table): Likewise.
3417 (do_pseudo_pushpopm): Likewise.
3418 (do_pseudo_pushpop_stack): Likewise.
3419 (nds32_relax_relocs): Likewise.
3420 (nds32_flag): Likewise.
3421 (struct nds32_hint_map): Likewise.
3422 (nds32_find_reloc_table): Likewise.
3423 (nds32_match_hint_insn): Likewise.
3424 * config/tc-s390.c: Likewise.
3425 * config/tc-sh.c (get_specific): Likewise.
3426 * config/tc-tic30.c: Likewise.
3427 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
3428 (tic4x_indirect_parse): Likewise.
3429 * config/tc-vax.c (vax_cons): Likewise.
3430 * config/tc-z80.c (struct reg_entry): Likewise.
3431 * config/tc-epiphany.c (md_assemble): Adjust.
3432 (epiphany_assemble): New function.
3433 (epiphany_elf_section_rtn): Call do_align directly.
3434 (epiphany_elf_section_text): Likewise.
3435 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
3436 (ip2k_elf_section_text): Likewise.
3437 * read.c (do_align): Make it not static.
3438 * read.h (do_align): New prototype.
3439
3440 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
3441
3442 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
3443 for ARMv8.1 AdvSIMD use.
3444 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
3445 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
3446
3447 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
3448
3449 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
3450 feature.
3451 (record_feature_use): New.
3452 (mark_feature_used): Use record_feature_use.
3453 (do_neon_qrdmlah): New.
3454 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
3455 variants.
3456 (arm_extensions): Put into alphabetical order. Re-indent "simd"
3457 and "rdma" entries. Fix the incorrect merge value for "+rdma".
3458 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
3459 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
3460 Make source file explicit.
3461 * testsuite/gas/arm/armv8-a+rdma.l: New.
3462 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
3463 directives. Fix white-space.
3464 * testsuite/gas/arm/armv8_1-a+simd.d: New.
3465
3466 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
3467
3468 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
3469
3470 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
3471 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
3472
3473 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
3474 (tc_arc_fix_adjustable): Changed default return value to 1.
3475 * testsuite/gas/arc/j.d: Updated expected symbol
3476 * testsuite/gas/arc/jl.d: Likewise
3477 * testsuite/gas/arc/relax-avoid1.d: Likewise
3478 * testsuite/gas/arc/st.d: Likewise
3479
3480 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
3481
3482 * config/tc-arc.c: Enable code density instructions for ARC EM.
3483
3484 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3485
3486 PR ld/19645
3487 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
3488 for ELF assemblers.
3489 * as.c (flag_use_elf_stt_common): New.
3490 (show_usage): Add --elf-stt-common=.
3491 (option_values): Add OPTION_ELF_STT_COMMON.
3492 (std_longopts): Add --elf-stt-common=.
3493 (parse_args): Handle --elf-stt-common=.
3494 * as.h (flag_use_elf_stt_common): New.
3495 * config.in: Regenerated.
3496 * configure: Likewise.
3497 * configure.ac: Add --enable-elf-stt-common and define
3498 DEFAULT_GENERATE_ELF_STT_COMMON.
3499 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
3500 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
3501 * doc/as.texinfo: Document --elf-stt-common=.
3502 * testsuite/gas/elf/common3.s: New file.
3503 * testsuite/gas/elf/common3a.d: Likewise.
3504 * testsuite/gas/elf/common3b.d: Likewise.
3505 * testsuite/gas/elf/common4.s: Likewise.
3506 * testsuite/gas/elf/common4a.d: Likewise.
3507 * testsuite/gas/elf/common4b.d: Likewise.
3508 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
3509 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
3510 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
3511 and common4b.
3512 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
3513 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
3514 --elf-stt-common=no to as.
3515 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
3516 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
3517 --elf-stt-common=no to as.
3518 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
3519 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
3520 of dw2-compress-3 and dw2-compressed-3.
3521
3522 2016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3523
3524 * as.c (select_emulation_mode): Add const qualifiers.
3525 * as.h: Likewise.
3526 * config/bfin-defs.h: Likewise.
3527 * config/bfin-parse.y: Likewise.
3528 * config/rx-parse.y: Likewise.
3529 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
3530 (struct aarch64_cpu_option_table): Likewise.
3531 (struct aarch64_arch_option_table): Likewise.
3532 (struct aarch64_option_cpu_value_table): Likewise.
3533 (struct aarch64_long_option_table): Likewise.
3534 (struct aarch64_option_abi_value_table): Likewise.
3535 * config/tc-arm.c (struct reloc_entry): Likewise.
3536 (tc_gen_reloc): Likewise.
3537 (struct arm_option_table): Likewise.
3538 (struct arm_legacy_option_table): Likewise.
3539 (struct arm_cpu_option_table): Likewise.
3540 (struct arm_arch_option_table): Likewise.
3541 (struct arm_option_extension_value_table): Likewise.
3542 (struct arm_option_fpu_value_table): Likewise.
3543 (struct arm_option_value_table): Likewise.
3544 (struct arm_long_option_table): Likewise.
3545 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
3546 (struct mcu_type_s): Likewise.
3547 (struct exp_mod_s): Likewise.
3548 (avr_operand): Likewise.
3549 (avr_operands): Likewise.
3550 * config/tc-d10v.c (md_begin): Likewise.
3551 * config/tc-dlx.c: Likewise.
3552 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
3553 * config/tc-ft32.c (parse_condition): Likewise.
3554 * config/tc-h8300.c (do_a_fix_imm): Likewise.
3555 * config/tc-hppa.c (pa_ip): Likewise.
3556 (hppa_regname_to_dw2regnum): Likewise.
3557 * config/tc-i370.c (i370_elf_suffix): Likewise.
3558 * config/tc-i960.c (struct tabentry): Likewise.
3559 * config/tc-m32r.c: Likewise.
3560 * config/tc-m68k.c: Likewise.
3561 * config/tc-m68k.h: Likewise.
3562 * config/tc-mcore.c (parse_psrmod): Likewise.
3563 * config/tc-metag.c (struct metag_core_option): Likewise.
3564 (struct metag_long_option): Likewise.
3565 * config/tc-microblaze.c: Likewise.
3566 * config/tc-mips.c (macro): Likewise.
3567 * config/tc-mn10200.c: Likewise.
3568 * config/tc-mn10300.c: Likewise.
3569 * config/tc-msp430.c (struct rcodes_s): Likewise.
3570 (struct hcodes_s): Likewise.
3571 (md_parse_option): Likewise.
3572 * config/tc-ns32k.c (struct ns32k_option): Likewise.
3573 (optlist): Likewise.
3574 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
3575 (tc_ppc_regname_to_dw2regnum): Likewise.
3576 * config/tc-ppc.h: Likewise.
3577 * config/tc-rl78.c: Likewise.
3578 * config/tc-rx.c (struct cpu_type): Likewise.
3579 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
3580 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
3581 (sparc_ip): Likewise.
3582 * config/tc-spu.c (insn_fmt_string): Likewise.
3583 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3584 * config/tc-v850.c: Likewise.
3585 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
3586 (struct visium_long_option_table): Likewise.
3587 * config/tc-xgate.c: Likewise.
3588 * config/tc-z8k.c: Likewise.
3589 * read.c (add_include_dir): Likewise.
3590 * read.h: Likewise.
3591
3592 2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * testsuite/gas/all/gas.exp: Change target pattern to cover
3595 arceb-*.
3596 * testsuite/gas/all/redef3.d: Likewise.
3597 * testsuite/gas/elf/elf.exp: Likewise.
3598
3599 2016-02-24 Renlin Li <renlin.li@arm.com>
3600
3601 * config/tc-arm.c (BAD_FP16): New error message macro.
3602 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
3603 fp16 scalar instructions.
3604 (neon_check_type): Allow different size from key.
3605 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
3606 (try_vfp_nsyn): Likewise.
3607 (do_vfp_nsyn_mla_mls): Likewise.
3608 (do_vfp_nsyn_fma_fms): Likewise.
3609 (do_vfp_nsyn_ldm_stm): Likewise
3610 (do_vfp_nsyn_sqrt): Likewise
3611 (do_vfp_nsyn_div): Likewise
3612 (do_vfp_nsyn_nmul): Likewise.
3613 (do_vfp_nsyn_cmp): Likewise.
3614 (do_neon_shll): Likewise.
3615 (do_vfp_nsyn_cvt_fpv8): Likewise.
3616 (do_neon_cvttb_2): Likewise.
3617 (do_neon_mov): Likewise.
3618 (do_neon_rshift_round_imm): Likewise.
3619 (do_neon_ldr_str): Likewise.
3620 (do_vfp_nsyn_fpv8): Likewise.
3621 (do_vmaxnm): Likewise.
3622 (do_vrint_1): Likewise.
3623 (insns): New entry for vins, vmovx.
3624 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
3625 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
3626 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
3627 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
3628 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
3629 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
3630 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
3631
3632 2016-02-24 Renlin Li <renlin.li@arm.com>
3633
3634 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
3635 (neon_shape_class): New SC_HALF.
3636 (neon_shape_el): New SE_H.
3637 (neon_shape_el_size): New size for SE_H.
3638 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
3639 (neon_select_shape): Add SE_H support code.
3640 (el_type_of_type_chk): Use N_F_ALL.
3641 (do_vfp_nsyn_cvt): Add SE_H shape support.
3642 (do_neon_cvtz): Likewise.
3643 (do_neon_cvt_1): Likewise.
3644 (do_neon_cvttb_1): Likewise.
3645
3646 2016-02-24 Renlin Li <renlin.li@arm.com>
3647
3648 * testsuite/gas/arm/copro.d: Adjust output.
3649 * testsuite/gas/arm/copro.s: Adjust co-processor num.
3650
3651 2016-02-24 Renlin Li <renlin.li@arm.com>
3652
3653 * testsuite/gas/arm/mask_1.d: New.
3654 * testsuite/gas/arm/mask_1.s: New.
3655
3656 2016-02-24 Renlin Li <renlin.li@arm.com>
3657
3658 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
3659 * testsuite/gas/arm/copro.d: Update.
3660
3661 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3662
3663 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
3664 * doc/c-arm.texi (ARM Options): Document cortex-a32.
3665
3666 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3667
3668 * doc/c-arm.texi (ARM Options): Document cortex-a17.
3669
3670 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
3671
3672 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
3673 hpux.
3674
3675 2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3676
3677 * output-file.c (output_file_create): Make file name argument const.
3678 (output_file_close): Likewise.
3679 * output-file.h (output_file_create): Adjust.
3680 (output_file_close): Likewise.
3681 * depend.c (quote_string_for_make): Make src argument const char *.
3682 (register_dependency): Likewise.
3683 (wrap_output): Likewise.
3684 * as.h (register_dependency): Adjust.
3685 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
3686 as_where ();
3687 * symbols.c (S_SET_EXTERNAL): Likewise.
3688 * input-scrub.c (as_where): Return the file name.
3689 * as.h (as_where): Adjust prototype.
3690 * app.c (do_scrub_chars): Adjust.
3691 * cond.c (s_elseif): Likewise.
3692 (s_else): Likewise.
3693 (initialize_cframe): Likewise.
3694 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
3695 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
3696 * config/obj-som.c (obj_som_init_stab_section): Likewise.
3697 * config/tc-aarch64.c (output_info): Likewise.
3698 * config/tc-ia64.c (md_assemble): Likewise.
3699 (dot_alias): Likewise.
3700 * config/tc-m68k.c (m68k_frob_label): Likewise.
3701 * config/tc-mmix.c (s_bspec): Likewise.
3702 (mmix_handle_mmixal): Likewise.
3703 * config/tc-rx.c (rx_include): Likewise.
3704 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3705 (tic54x_adjust_symtab): Likewise.
3706 * config/tc-xtensa.c (directive_push): Likewise.
3707 (xtensa_sanity_check): Likewise.
3708 (xtensa_relax_frag): Likewise.
3709 (md_convert_frag): Likewise.
3710 (tinsn_to_slotbuf): Likewise.
3711 * dwarf2dbg.c (dwarf2_where): Likewise.
3712 * ecoff.c (add_file): Likewise.
3713 (ecoff_generate_asm_lineno): Likewise.
3714 * expr.c (make_expr_symbol): Likewise.
3715 * frags.c (frag_new): Likewise.
3716 (frag_var_init): Likewise.
3717 * listing.c (listing_newline): Likewise.
3718 * messages.c (identify): Likewise.
3719 (as_show_where): Likewise.
3720 (as_warn_internal): Likewise.
3721 (as_bad_internal): Likewise.
3722 * read.c (s_irp): Likewise.
3723 (s_macro): Likewise.
3724 (s_reloc): Likewise.
3725 * stabs.c (stabs_generate_asm_file): Likewise.
3726 (stabs_generate_asm_lineno): Likewise.
3727 (stabs_generate_asm_func): Likewise.
3728 * write.c (fix_new_internal): Likewise.
3729 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
3730 (as_warn_value_out_of_range): Adjust prototype.
3731 (as_bad_value_out_of_range): Adjust prototype.
3732 * messages.c (identify): Make file name argument const char *.
3733 (as_warn_internal): Likewise.
3734 (as_warn_where): Likewise.
3735 (as_bad_internal): Likewise.
3736 (as_bad_where): Likewise.
3737 (as_internal_value_out_of_range): Likewise.
3738 (as_warn_value_out_of_range): Likewise.
3739 (as_bad_value_out_of_range): Likewise.
3740 * as.h (found_comment_file): Change type to const char *.
3741 * cond.c (file_line::file): Likewise.
3742 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
3743 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
3744 * config/obj-som.c (obj_som_init_stab_section): Likewise.
3745 * config/tc-aarch64.c (output_info): Likewise.
3746 * config/tc-alpha.c (insert_operand): Likewise.
3747 * config/tc-arc.c (insert_operand): Likewise.
3748 * config/tc-d30v.c (check_size): Likewise.
3749 * config/tc-ia64.c (struct alias): Likewise.
3750 * config/tc-m68k.c (struct label_line): Likewise.
3751 * config/tc-mcore.c (md_apply_fix): Likewise.
3752 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
3753 * config/tc-mips.c (mips16_immed): Likewise.
3754 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
3755 * config/tc-ppc.c (ppc_insert_operand): Likewise.
3756 * config/tc-rx.c (rx_include): Likewise.
3757 * config/tc-s390.c (s390_insert_operand): Likewise.
3758 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
3759 (tic54x_adjust_symtab): Likewise.
3760 * config/tc-tilegx.c (insert_operand): Likewise.
3761 (apply_special_operator): Likewise.
3762 * config/tc-tilepro.c (insert_operand): Likewise.
3763 * config/tc-xtensa.c (directive_push): Likewise.
3764 * ecoff.c (add_file): Likewise.
3765 (ecoff_generate_asm_lineno): Likewise.
3766 * listing.c (listing_newline): Likewise.
3767 * read.c (s_irp): Likewise.
3768 * write.c (install_reloc): Likewise.
3769 * write.h (struct fix): Likewise.
3770 * input-file.c (file_name): Change type to const char *.
3771 (saved_file::file_name): Likewise.
3772 (input_file_open): Change type of argument to const char *.
3773 * input-file.h (input_file_open): Adjust.
3774 * input-scrub.c (logical_input_file): change type to const char *.
3775 (physical_input_file): Likewise.
3776 (struct input_save): Adjust.
3777 (input_scrub_push): Adjust.
3778 (input_scrub_begin): Adjust.
3779 (as_where): Adjust.
3780 * input-scrub.c (input_scrub_new_file): Make file name argument const.
3781 (input_scrub_include_file): Likewise.
3782 (new_logical_line_flags): Likewise.
3783 (new_logical_line): Likewise.
3784 * as.h: Adjust.
3785 * frags.h (struct frag): Change type of fr_file to const char *.
3786 * expr.c (expr_symbol_where): Change type of file argument to
3787 const char **.
3788 * expr.h (expr_symbol_where): Likewise.
3789 * config/tc-i370.c (md_apply_fix): adjust.
3790 * config/tc-mmix.c (mmix_md_end): Likewise.
3791 * config/tc-ppc.c (md_apply_fix): Likewise.
3792 * config/tc-s390.c (md_apply_fix): Likewise.
3793 * symbols.c (report_op_error): Likewise.
3794 (resolve_symbol_value): Likewise.
3795 * config/tc-ia64.c (slot::src_file): Change type to const char *.
3796 (rsrc::file): Likewise.
3797 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
3798 const char *.
3799 (xtensa_relax_frag): Likewise.
3800 (md_convert_frag): Likewise.
3801 (tinsn_to_slotbuf): Likewise.
3802 * expr.c (expr_symbol_line): Likewise.
3803 * macro.c (define_macro): Likewise.
3804 * macro.h (macro_struct): Likewise.
3805 * messages.c (as_show_where): Likewise.
3806 * read.c (s_macro): Likewise.
3807 * stabs.c (stabs_generate_asm_file): Likewise.
3808 (generate_asm_file): Likewise.
3809 (stabs_generate_asm_lineno): Likewise.
3810 * write.h (struct reloc_list): Likewise.
3811 * input-scrub.c (as_where): Change return type to const char *.
3812 * as.h (as_wheree): Adjust.
3813
3814 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
3815
3816 * write.c (compress_debug): Move BFD compression bits setting
3817 to ...
3818 (write_object_file): Here.
3819
3820 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
3821
3822 * config/tc-i386.c (register_number): Check RegVRex.
3823 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
3824 with %zmm19 and %zmm3.
3825 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
3826 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
3827
3828 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
3829 Jiong Wang <jiong.wang@arm.com>
3830
3831 * config/tc-arm.c (arm_ext_fp16): New.
3832 (arm_extensions): New entry for "fp16".
3833
3834 2016-02-19 Nick Clifton <nickc@redhat.com>
3835
3836 PR 19630
3837 * read.c (read_a_source_file): Check for assemble_one returning
3838 with input_line_pointer set to NULL.
3839
3840 2016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3841
3842 * listing.c (rebuffer_line): Change return type to void.
3843
3844 * symbols.c (decode_local_label_name): Make type a const char *.
3845 * listing.c (print_source): Make type of p const char *.
3846 (print_line): Make type of string const char *.
3847 (buffer_line): Return const char *.
3848 (title): Make type const char *.
3849 (subtitle): Likewise.
3850 (listing_listing): Make type of p const char *.
3851 * messages.c (as_internal_value_out_of_range): Make type of prefix
3852 const char *.
3853 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
3854 and string const char *.
3855 * read.c (_bfd_rel): Make type of name const char *.
3856 * app.c (out_string): Change type to const char *.
3857 (struct app_save::out_string): Likewise.
3858
3859 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
3860 Nick Clifton <nickc@redhat.com>
3861
3862 * read.c (finish_bundle): Avoid recording a negative alignment.
3863 (do_align): Use unsigned values for n, len and max. Only create
3864 a frag if the alignment requirement is greater than the minimum
3865 byte alignment. Avoid recording a negative alignment.
3866 (s_align): Use unsigned values where appropriate.
3867 (bss_alloc): Use an unsigned value for the alignment.
3868 (sizeof_sleb128): Add a comment noting that we encode one octet
3869 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
3870 (emit_leb129_expr): Abort if the emitted encoding was longer than
3871 expected.
3872 * read.h (output_leb128): Update prototype.
3873 (sizeof_leb128): Update prototype.
3874 (bss_alloc): Update prototype.
3875 * write.c (record_alignment): Use an unsigned value for the
3876 alignment. Do not record alignments less than the minimum
3877 alignment for a byte.
3878 * write.h (record_alignment): Update prototype.
3879
3880 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
3881
3882 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
3883 .init.literal/.fini.literal section name.
3884 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
3885 list of xtensa tests.
3886 * testsuite/gas/xtensa/init-fini-literals.d: New file:
3887 init-fini-literals test result patterns.
3888 * testsuite/gas/xtensa/init-fini-literals.s: New file:
3889 init-fini-literals test.
3890
3891 2016-02-17 Nick Clifton <nickc@redhat.com>
3892
3893 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
3894 devices.csv file as of March 2016.
3895
3896 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
3897
3898 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
3899 function.
3900 (tc_arc_regname_to_dw2regnum): Likewise.
3901 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
3902 (tc_cfi_frame_initial_instructions): Likewise.
3903 (tc_regname_to_dw2regnum): Likewise.
3904 * testsuite/gas/cfi/cfi-arc-1.d: New file.
3905 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
3906 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
3907
3908 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
3909
3910 * doc/internals.texi (S_IS_EXTERN): Remove.
3911
3912 2016-02-16 Nick Clifton <nickc@redhat.com>
3913
3914 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
3915 update.
3916
3917 2016-02-16 Renlin Li <renlin.li@arm.com>
3918
3919 PR gas/19620
3920 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
3921 * testsuite/gas/aarch64/movw_label.d: New.
3922 * testsuite/gas/aarch64/movw_label.s: New.
3923
3924 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
3925
3926 PR gas/19556
3927 * config/rx-parse.y (MOV): Opcode generation for index
3928 register addressing mode.
3929 * testsuite/gas/rx/rx.exp: Updated for new testcase.
3930 * testsuite/gas/rx/pr19665.s: New file.
3931 * testsuite/gas/rx/pr19665.s: New file.
3932 * testsuite/gas/rx/mov.d: Update expected output.
3933
3934 2016-02-15 Nick Clifton <nickc@redhat.com>
3935
3936 * doc/as.texinfo (.section): Document that numeric values can now
3937 be used for the flags and type fields of the ELF target's .section
3938 directive. Add notes about the restrictions on setting flags and
3939 types.
3940 * config/obj-elf.c (obj_elf_change_section): Allow known sections
3941 to be given processor specific section types. Allow processor and
3942 application specific flags of a section to be set after
3943 definition.
3944 (obj_elf_parse_section_letters): Handle parsing numeric values.
3945 (obj_elf_section_type): Handle parsing numeric values.
3946 (obj_elf_section): Allow numeric type values.
3947 * config/obj-elf.h (obj_elf_change_section): Update prototype.
3948 * testsuite/gas/elf/section10.d: New test.
3949 * testsuite/gas/elf/section10.s: Source file for new test.
3950 * testsuite/gas/elf/elf.exp: Run the new test.
3951 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
3952 the description of the flags produced by readelf.
3953 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
3954 * NEWS: Mention the new feature.
3955
3956 2016-02-11 Nick Clifton <nickc@redhat.com>
3957
3958 PR gas/19614
3959 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
3960 until it is actually used.
3961 (cfi_set_sections): Set cfi_sections_set to true.
3962 (dot_cfi_startproc): Likewise.
3963 (dot_cfi_endproc): Likewise.
3964 (dot_cfi_fde_data): Likewise.
3965 (cfi_finish): Likewise.
3966 (dot_cfi_sections): Do not set cfi_sections_set.
3967 * doc/as.texinfo (.cfi_sections): Note that targets can provide
3968 their own cfi section name. Also note that the directive can be
3969 reissued provided that CFI generation has not started.
3970 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
3971 .cfi_endproc directives so that the redefinition of .cfi_sections
3972 will trigger the generation of the error message.
3973 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
3974 number of error message.
3975
3976 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
3977 Janek van Oirschot <jvanoirs@synopsys.com>
3978
3979 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
3980 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
3981 Define.
3982 (arc_flags, arc_relax_type): New structure.
3983 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
3984 (RELAX_TABLE_ENTRY_MAX): New define.
3985 (relaxation_state, md_relax_table, arc_relaxable_insns)
3986 (arc_num_relaxable_ins): New variable.
3987 (rlx_operand_type, arc_rlx_types): New enums.
3988 (arc_relaxable_ins): New structure.
3989 (OPTION_RELAX): New option.
3990 (arc_insn): New relax member.
3991 (arc_flags): Remove.
3992 (relax_insn_p): New function.
3993 (apply_fixups): Likewise.
3994 (relaxable_operand): Likewise.
3995 (may_relax_expr): Likewise.
3996 (relaxable_flag): Likewise.
3997 (arc_pcrel_adjust): Likewise.
3998 (md_estimate_size_before_relax): Implement.
3999 (md_convert_frag): Likewise.
4000 (md_parse_option): Handle new mrelax option.
4001 (md_show_usage): Likewise.
4002 (assemble_insn): Set relax member.
4003 (emit_insn0): New function.
4004 (emit_insn1): Likewise.
4005 (emit_insn): Handle relaxation case.
4006 * NEWS: Mention the new relaxation option.
4007 * doc/c-arc.texi (ARC Options): Document new mrelax option.
4008 * doc/as.texinfo (Target ARC Options): Likewise.
4009 * testsuite/gas/arc/relax-avoid1.d: New file.
4010 * testsuite/gas/arc/relax-avoid1.s: Likewise.
4011 * testsuite/gas/arc/relax-avoid2.d: Likewise.
4012 * testsuite/gas/arc/relax-avoid2.s: Likewise.
4013 * testsuite/gas/arc/relax-avoid3.d: Likewise.
4014 * testsuite/gas/arc/relax-avoid3.s: Likewise.
4015 * testsuite/gas/arc/relax-b.d: Likewise.
4016 * testsuite/gas/arc/relax-b.s: Likewise.
4017
4018 2016-02-08 Nick Clifton <nickc@redhat.com>
4019
4020 * config/tc-ia64.c (dot_prologue): Fix formatting.
4021
4022 2016-02-04 Nick Clifton <nickc@redhat.com>
4023
4024 * config/obj-elf.c (obj_elf_change_section): Remove support for
4025 ARM NOREAD sections.
4026 * config/tc-arm.c (arm_elf_section_letter): Delete.
4027 * config/tc-arm.h (md_elf_section_letter): Delete.
4028 * doc/c-arm.texi (ARM Section Attribute): Delete section.
4029 * testsuite/gas/arm/section-execute-only.d: Delete.
4030 * testsuite/gas/arm/section-execute-only.s: Delete.
4031
4032 2016-02-04 Nick Clifton <nickc@redhat.com>
4033
4034 PR target/19561
4035 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
4036 to handle encoding of RRUX instruction.
4037 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
4038 shift instructions.
4039 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
4040
4041 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
4042
4043 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
4044 substitutions for BFD_RELOC_* as unsigned.
4045 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
4046 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
4047 * testsuite/gas/xtensa/loc.s: New file: loc test.
4048
4049 2016-02-03 Kevin Buettner <kevinb@redhat.com>
4050
4051 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
4052
4053 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4054
4055 PR gas/19520
4056 * NEWS: Mention new command line option -mrelax-relocations and
4057 new configure option --enable-x86-relax-relocations for x86
4058 target.
4059 * config.in: Regenerated.
4060 * configure.ac: Add --enable-x86-relax-relocations.
4061 (ac_default_x86_relax_relocations): New. Default to 1 except
4062 for x86 Solaris targets older than Solaris 12.
4063 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
4064 * configure: Likewise.
4065 * config/tc-i386.c (generate_relax_relocations): New.
4066 (OPTION_MRELAX_RELOCATIONS): Likewise.
4067 (output_disp): Don't generate relax relocations if
4068 generate_relax_relocations is 0.
4069 (md_longopts): Add -mrelax-relocations.
4070 (md_show_usage): Likewise.
4071 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
4072 * doc/c-i386.texi: Document -mrelax-relocations=.
4073 * testsuite/gas/i386/got-no-relax.d: New file.
4074 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
4075 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
4076 * testsuite/gas/i386/localpic.d: Likewise.
4077 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
4078 * testsuite/gas/i386/reloc32.d: Likewise.
4079 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
4080 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
4081 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
4082 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
4083 * testsuite/gas/i386/i386.exp: Run got-no-relax and
4084 x86-64-gotpcrel-no-relax.
4085
4086 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4087
4088 * NEWS: Mention new command line option -mfence-as-lock-add=yes
4089 for x86 target.
4090
4091 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
4092
4093 * NEWS: Remove duplicated marker for 2.26.
4094
4095 2016-02-02 Renlin Li <renlin.li@arm.com>
4096
4097 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
4098
4099 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4100
4101 * testsuite/gas/ip2k/allinsn.d: New file.
4102 * testsuite/gas/ip2k/allinsn.s: New file.
4103 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
4104
4105 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
4108 some load instructions.
4109 * testsuite/gas/epiphany/allinsn.d: Likewise.
4110 * testsuite/gas/epiphany/regression.d: Likewise.
4111
4112 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
4115 suffixes from instruction mnemonics in expected output.
4116 * testsuite/gas/epiphany/allinsn.d: Likewise.
4117 * testsuite/gas/epiphany/regression.d: Likewise.
4118 * testsuite/gas/epiphany/sample.d: Likewise.
4119
4120 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
4123 names.
4124 * testsuite/gas/epiphany/allinsn.d: Likewise.
4125 * testsuite/gas/epiphany/sample.d: Likewise.
4126
4127 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
4128
4129 * testsuite/gas/epiphany/sample.d: Update expected output.
4130
4131 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
4132
4133 * config/tc-arc.c (md_apply_fix): Allow addendum.
4134 (arc_reloc_op): Allow complex expressions for tpoff.
4135 (md_apply_fix): Handle resolved TLS local symbol.
4136 * testsuite/gas/arc/tls-relocs1.d: New file.
4137 * testsuite/gas/arc/tls-relocs1.s: Likewise.
4138
4139 2016-02-01 Loria <Loria@phantasia.org>
4140
4141 PR target/19311
4142 * config/tc-arm.c (encode_arm_immediate): Recode to improve
4143 efficiency and avoid an LLVM loop optimization bug.
4144
4145 2016-02-01 Nick Clifton <nickc@redhat.com>
4146
4147 * config/tc-microblaze.c (parse_imm): Fix compile time warning
4148 message extending a negative 32-bit value into a larger signed
4149 value on a 32-bit host.
4150
4151 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
4152
4153 PR gas/19532
4154 * configure.ac (compressed_debug_sections): Replace == with =.
4155 * configure: Regenerated.
4156
4157 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
4158 H.J. Lu <hongjiu.lu@intel.com>
4159
4160 * config/tc-i386.c (avoid_fence): New.
4161 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
4162 is true.
4163 (OPTION_FENCE_AS_LOCK_ADD): New.
4164 (md_longopts): Add -mfence-as-lock-add.
4165 (md_parse_option): Handle -mfence-as-lock-add.
4166 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
4167 * doc/c-i386.texi (-mfence-as-lock-add): Document.
4168 * testsuite/gas/i386/i386.exp: Run new tests.
4169 * testsuite/gas/i386/fence-as-lock-add.s: New.
4170 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
4171 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
4172 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
4173 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
4174
4175 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
4176
4177 * configure.ac (compressed_debug_sections): Remove trailing `]'.
4178 * configure: Regenerated.
4179
4180 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
4181
4182 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
4183 (OPTION_MOMIT_LOCK_PREFIX): This.
4184 (md_longopts): Updated.
4185 (md_parse_option): Likewise.
4186
4187 2016-01-25 Catherine Moore <clm@codesourcery.com>
4188
4189 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
4190 if abicalls are in effect.
4191 * testsuite/gas/mips/sdata-gp.s: New test.
4192 * testsuite/gas/mips/sdata-gp.d: New expected output
4193 * testsuite/gas/mips/mips.exp: Run new test.
4194
4195 2016-01-25 Renlin Li <renlin.li@arm.com>
4196
4197 * testsuite/gas/arm/thumb2_it_search.d: New.
4198 * testsuite/gas/arm/thumb2_it_search.s: New.
4199
4200 2016-01-21 Nick Clifton <nickc@redhat.com>
4201
4202 PR gas/19454
4203 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
4204 with arm-netbsdelf target.
4205 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
4206
4207 2016-01-20 Nick Clifton <nickc@redhat.com>
4208
4209 PR 19456
4210 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
4211 * testsuite/gas/arm/blx-bl-convert.d
4212 * testsuite/gas/arm/plt-1.d: Likewise.
4213 * testsuite/gas/arm/reloc-bad.d: Likewise.
4214 * testsuite/gas/arm/thumb-w-good.d: Likewise.
4215 * testsuite/gas/arm/thumb2_pool.d: Likewise.
4216 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
4217 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
4218
4219 PR 19499
4220 * doc/as.texinfo (Errors): Correct documentation describing the
4221 interaction of .file and .line with warning and error messages.
4222
4223 PR 19458
4224 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
4225 * testsuite/gas/arm/archv8m-main.d: Likewise.
4226 * testsuite/gas/arm/archv8m-base.d: Likewise.
4227
4228 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
4229
4230 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
4231 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
4232 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
4233
4234 2016-01-20 Mickael Guene <mickael.guene@st.com>
4235 Terry Guo <terry.guo@arm.com>
4236
4237 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
4238 SHF_ARM_NOREAD section flag.
4239 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
4240 handle letter 'y'.
4241 (arm_elf_section_letter) : Declare it.
4242 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
4243 SHF_ARM_NOREAD section flag.
4244 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
4245
4246 * testsuite/gas/arm/section-execute-only.s: New test case.
4247 * testsuite/gas/arm/section-execute-only.d: Expected output.
4248
4249 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
4250
4251 * config/tc-mips.c (micromips_insn_length): Remove the mention
4252 of 48-bit microMIPS instructions.
4253
4254 2016-01-18 Alan Modra <amodra@gmail.com>
4255
4256 * configure: Regenerate.
4257
4258 2016-01-17 Alan Modra <amodra@gmail.com>
4259
4260 * configure: Regenerate.
4261
4262 2016-01-17 Alan Modra <amodra@gmail.com>
4263
4264 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
4265
4266 2016-01-14 Nick Clifton <nickc@redhat.com>
4267
4268 * testsuite/gas/rl78/sp-relative-movw.s: New test.
4269 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
4270 * testsuite/gas/rl78/rl78.exp: Run the new test.
4271
4272 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
4273
4274 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
4275 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
4276
4277 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
4278
4279 * config/tc-nios2.c (output_movia): Preset `code' to 0.
4280
4281 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
4282
4283 * config/tc-h8300.c (get_operand): Remove spurious condition in
4284 test for closing parenthesis.
4285
4286 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
4287
4288 * config/tc-arm.c (arm_ext_v8_2): New.
4289 (insns): Add "esb".
4290 * testsuite/gas/arm/armv8_2-a.d: New.
4291 * testsuite/gas/arm/armv8_2-a.s: New.
4292
4293 2016-01-12 Alan Modra <amodra@gmail.com>
4294
4295 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
4296
4297 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
4298
4299 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
4300 xvcmpnesp, xvcmpnesp.>: Delete tests.
4301 * testsuite/gas/ppc/power9.s: Likewise.
4302 * testsuite/gas/ppc/vsx3.d: Likewise.
4303 * testsuite/gas/ppc/vsx3.s: Likewise.
4304
4305 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
4306
4307 PR gas/13050
4308 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
4309 * testsuite/gas/m68k/p13050-1.s: New file.
4310 * testsuite/gas/m68k/p13050-2.d: New file.
4311 * testsuite/gas/m68k/p13050-2.s: New file.
4312
4313 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
4316 * testsuite/gas/arc/add.d: Likewise.
4317 * testsuite/gas/arc/and.d: Likewise.
4318 * testsuite/gas/arc/asl.d: Likewise.
4319 * testsuite/gas/arc/asr.d: Likewise.
4320 * testsuite/gas/arc/bic.d: Likewise.
4321 * testsuite/gas/arc/extb.d: Likewise.
4322 * testsuite/gas/arc/extw.d: Likewise.
4323 * testsuite/gas/arc/j.d: Likewise.
4324 * testsuite/gas/arc/jl.d: Likewise.
4325 * testsuite/gas/arc/ld2.d: Likewise.
4326 * testsuite/gas/arc/lsr.d: Likewise.
4327 * testsuite/gas/arc/mov.d: Likewise.
4328 * testsuite/gas/arc/or.d: Likewise.
4329 * testsuite/gas/arc/pcl-relocs.d: Likewise.
4330 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
4331 * testsuite/gas/arc/pic-relocs.d: Likewise.
4332 * testsuite/gas/arc/plt-relocs.d: Likewise.
4333 * testsuite/gas/arc/rlc.d: Likewise.
4334 * testsuite/gas/arc/ror.d: Likewise.
4335 * testsuite/gas/arc/rrc.d: Likewise.
4336 * testsuite/gas/arc/sbc.d: Likewise.
4337 * testsuite/gas/arc/sda-relocs.d: Likewise.
4338 * testsuite/gas/arc/sda-relocs2.d: Likewise.
4339 * testsuite/gas/arc/sexb.d: Likewise.
4340 * testsuite/gas/arc/sexw.d: Likewise.
4341 * testsuite/gas/arc/st.d: Likewise.
4342 * testsuite/gas/arc/sub.d: Likewise.
4343 * testsuite/gas/arc/tls-relocs.d: Likewise.
4344 * testsuite/gas/arc/xor.d: Likewise.
4345
4346 2016-01-01 Alan Modra <amodra@gmail.com>
4347
4348 Update year range in copyright notice of all files.
4349
4350 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
4351 \f
4352 Copyright (C) 2016 Free Software Foundation, Inc.
4353
4354 Copying and distribution of this file, with or without modification,
4355 are permitted in any medium without royalty provided the copyright
4356 notice and this notice are preserved.
4357
4358 Local Variables:
4359 mode: change-log
4360 left-margin: 8
4361 fill-column: 74
4362 version-control: never
4363 End:
This page took 0.171736 seconds and 5 git commands to generate.