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