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