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