Assert on lval_register
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5e359a63
NC
12016-12-06 Nick Clifton <nickc@redhat.com>
2
3 PR gas/20896
4 * testsuite/gas/mmix/err-byte1.s: Adjust expected warning messages
5 to account for patch to next_char_of_string.
6
14c1428b
NC
72016-12-05 Nick Clifton <nickc@redhat.com>
8
f49547a6
NC
9 PR gas/20902
10 * read.c (next_char_of_string): Do end advance past the end of the
11 buffer.
12
14c1428b
NC
13 PR gas/20904
14 * as.h (SKIP_ALL_WHITESPACE): New macro.
15 * expr.c (operand): Use it.
16
c28eeff2
SN
172016-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
18
19 * config/tc-arm.c (do_vcmla, do_vcadd): Define.
20 (neon_scalar_for_vcmla): Define.
21 (enum operand_parse_code): Add OP_IROT1 and OP_IROT2.
22 (NEON_ENC_TAB): Add DDSI and QQSI variants.
23 (insns): Add vcmla and vcadd.
24 * testsuite/gas/arm/armv8_3-a-simd.d: New.
25 * testsuite/gas/arm/armv8_3-a-simd.s: New.
26 * testsuite/gas/arm/armv8_3-a-simd-bad.d: New.
27 * testsuite/gas/arm/armv8_3-a-simd-bad.l: New.
28 * testsuite/gas/arm/armv8_3-a-simd-bad.s: New.
29
06911889
CZ
302016-12-05 Claudiu Zissulescu <claziss@synopsys.com>
31
32 * testsuite/gas/arc/textauxregister-1.d: New file.
33 * testsuite/gas/arc/textauxregister-1.s: Likewise.
34 * testsuite/gas/arc/textcondcode-err.s: Likewise.
35 * testsuite/gas/arc/textcoreregister-err.s: Likewise.
36 * config/tc-arc.c (tokenize_extregister): Return bfd_boolean,
37 don't check second argument of extension auxiliary register for
38 signess.
39 (arc_extcorereg): Consider the return of tokenize_extregister
40 function call.
41
49e8a725
SN
422016-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
43
44 * config/tc-arm.c (arm_ext_v8_3, do_vjcvt): Define.
45 (insns): Add vjcvt.
46 * testsuite/gas/aarch64/armv8_3-a-fp.s: New.
47 * testsuite/gas/aarch64/armv8_3-a-fp.d: New.
48 * testsuite/gas/aarch64/armv8_3-a-fp-bad.s: New.
49 * testsuite/gas/aarch64/armv8_3-a-fp-bad.d: New.
50 * testsuite/gas/aarch64/armv8_3-a-fp-bad.l: New.
51
a12fd8e1
SN
522016-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com>
53
54 * config/tc-arm.c (arm_archs): Add "armv8.3-a".
55 * doc/c-arm.texi (-march): Add "armv8.3-a".
56
a9752fdf
CZ
572016-12-02 Claudiu Zissulescu <claziss@synopsys.com>
58
59 * testsuite/gas/arc/cpu-em-err.s: New file.
60 * testsuite/gas/arc/cpu-em4-err.s: Likewise.
61 * testsuite/gas/arc/cpu-fpuda-err.s: Likewise.
62 * testsuite/gas/arc/cpu-hs-err.s: Likewise.
63 * testsuite/gas/arc/cpu-quarkse-err.s: Likewise.
64 * testsuite/gas/arc/noargs_a7.s: Add .cpu.
65 * config/tc-arc.c (ARC_CPU_TYPE_A6xx): Define.
66 (ARC_CPU_TYPE_A7xx): Likewise.
67 (ARC_CPU_TYPE_AV2EM): Likewise.
68 (ARC_CPU_TYPE_AV2HS): Likewise.
69 (cpu_types): Update list of known CPU names.
70 (arc_show_cpu_list): New function.
71 (md_show_usage): Print accepted CPU names.
72 (cl_features): New variable.
73 (arc_select_cpu): Use cl_features.
74 (arc_option): Allow various .cpu names.
75 (md_parse_option): Set cl_features.
76 * doc/c-arc.texi: Update -mcpu and .cpu documentation.
77
d5451cd4
JC
782016-12-02 Josh Conner <joshconner@google.com>
79
80 * configure.tgt: Add support for fuchsia (OS).
81
6d6ad65b
NC
822016-12-01 Nick Clifton <nickc@redhat.com>
83
69ace220
NC
84 PR gas/20898
85 * app.c (do_scrub_chars): Do not attempt to unget EOF.
86
4cbd8408
NC
87 PR gas/20897
88 * subsegs.c (subsegs_print_statistics): Do nothing if no output
89 file was created.
90
6d6ad65b
NC
91 PR gas/20895
92 * symbols.c (resolve_symbol_value): Gracefully handle erroneous
93 symbolic expressions.
94
abe7c33b
CZ
952016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
96
97 * config/tc-arc.c (find_opcode_match): New function argument
98 errmsg.
99 (assemble_tokens): Collect and report the eventual error message
100 found during opcode matching process.
101 * testsuite/gas/arc/lpcount-err.s: New file.
102 * testsuite/gas/arc/add_s-err.s: Update error message.
103
abfcb414
AP
1042016-11-28 Ramiro Polla <ramiro@hex-rays.com>
105 Amit Pawar <amit.pawar@amd.com>
106
107 PR binutils/20637
108 * testsuite/gas/i386/xop32reg.d: New file.
109 * testsuite/gas/i386/xop32reg.s: New file.
110 * testsuite/gas/i386/i386.exp: Run new test.
111
a582903f
AM
1122016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
113
114 * arparse.y: Fix spelling in comments.
115
8f02b5ad
AM
1162016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
117
118 * config/bfin-lex.l: Fix spelling in comments.
119
c29ae970
AM
1202016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
121
122 * testsuite/gas/all/gas.exp: Fix spelling in comments.
123 * testsuite/gas/cris/cris.exp: Fix spelling in comments.
124 * testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments.
125 * testsuite/gas/hppa/parse/parse.exp: Fix spelling in comments.
126 * testsuite/gas/hppa/reloc/reloc.exp: Fix spelling in comments.
127 * testsuite/gas/sh/arch/arch.exp: Fix spelling in comments.
128 * testsuite/gas/tic4x/tic4x.exp: Fix spelling in comments.
129
a40d0312
AM
1302016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
131
132 * testsuite/gas/arm/local_function.d: Fix spelling in comments.
133 * testsuite/gas/arm/req.s: Fix spelling in comments.
134 * testsuite/gas/arm/vfp1.s: Fix spelling in comments.
135 * testsuite/gas/arm/vfp1_t2.s: Fix spelling in comments.
136 * testsuite/gas/arm/vfp1xD.s: Fix spelling in comments.
137 * testsuite/gas/arm/vfp1xD_t2.s: Fix spelling in comments.
138 * testsuite/gas/mcore/allinsn.s: Fix spelling in comments.
139 * testsuite/gas/mips/24k-triple-stores-5.s: Fix spelling in comments.
140 * testsuite/gas/mips/delay.d: Fix spelling in comments.
141 * testsuite/gas/mips/nodelay.d: Fix spelling in comments.
142 * testsuite/gas/mips/r5900-full.s: Fix spelling in comments.
143 * testsuite/gas/mips/r5900.s: Fix spelling in comments.
144
2b0f3761
AM
1452016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
146
147 * as.h: Fix spelling in comments.
148 * config/obj-ecoff.c: Fix spelling in comments.
149 * config/obj-macho.c: Fix spelling in comments.
150 * config/tc-aarch64.c: Fix spelling in comments.
151 * config/tc-arc.c: Fix spelling in comments.
152 * config/tc-arm.c: Fix spelling in comments.
153 * config/tc-avr.c: Fix spelling in comments.
154 * config/tc-cr16.c: Fix spelling in comments.
155 * config/tc-epiphany.c: Fix spelling in comments.
156 * config/tc-frv.c: Fix spelling in comments.
157 * config/tc-hppa.c: Fix spelling in comments.
158 * config/tc-hppa.h: Fix spelling in comments.
159 * config/tc-i370.c: Fix spelling in comments.
160 * config/tc-m68hc11.c: Fix spelling in comments.
161 * config/tc-m68k.c: Fix spelling in comments.
162 * config/tc-mcore.c: Fix spelling in comments.
163 * config/tc-mep.c: Fix spelling in comments.
164 * config/tc-metag.c: Fix spelling in comments.
165 * config/tc-mips.c: Fix spelling in comments.
166 * config/tc-mn10200.c: Fix spelling in comments.
167 * config/tc-mn10300.c: Fix spelling in comments.
168 * config/tc-nds32.c: Fix spelling in comments.
169 * config/tc-nios2.c: Fix spelling in comments.
170 * config/tc-ns32k.c: Fix spelling in comments.
171 * config/tc-pdp11.c: Fix spelling in comments.
172 * config/tc-ppc.c: Fix spelling in comments.
173 * config/tc-riscv.c: Fix spelling in comments.
174 * config/tc-rx.c: Fix spelling in comments.
175 * config/tc-score.c: Fix spelling in comments.
176 * config/tc-score7.c: Fix spelling in comments.
177 * config/tc-sparc.c: Fix spelling in comments.
178 * config/tc-tic54x.c: Fix spelling in comments.
179 * config/tc-vax.c: Fix spelling in comments.
180 * config/tc-xgate.h: Fix spelling in comments.
181 * config/tc-xtensa.c: Fix spelling in comments.
182 * config/tc-z80.c: Fix spelling in comments.
183 * dwarf2dbg.c: Fix spelling in comments.
184 * input-file.h: Fix spelling in comments.
185 * itbl-ops.c: Fix spelling in comments.
186 * read.c: Fix spelling in comments.
187 * stabs.c: Fix spelling in comments.
188 * symbols.c: Fix spelling in comments.
189 * write.c: Fix spelling in comments.
190 * testsuite/gas/all/itbl-test.c: Fix spelling in comments.
191 * testsuite/gas/tic4x/opclasses.h: Fix spelling in comments.
192
65d1cff9
JM
1932016-11-25 Jose E. Marchesi <jose.marchesi@oracle.com>
194
195 * config/tc-sparc.c (sparc_ip): Avoid emitting a cbcond error
196 messages for non-cbcond instructions.
197 * testsuite/gas/sparc/cbcond-diag.s: New file.
198 * testsuite/gas/sparc/cbcond-diag.l: Likewise.
199 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run cbcond-diag tests.
200
128e85e3
JM
2012016-11-23 Jose E. Marchesi <jose.marchesi@oracle.com>
202
203 * testsuite/gas/sparc/sparc.exp (gas_64_check): Make sure the
204 hwcaps-bump test is run with 64-bit objects.
205
073808ed
KLC
2062016-11-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
207
208 * config/tc-riscv.c: Add missing break.
209
3ae0486c
AM
2102016-11-23 Alan Modra <amodra@gmail.com>
211
212 * po/POTFILES.in: Regenerate.
213
96fe4562
AM
2142016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
215
216 * configure: Regenerate.
217
6884417a
JM
2182016-11-22 Jose E. Marchesi <jose.marchesi@oracle.com>
219
220 * config/tc-sparc.c: Move HWS_* and HWS2_* definitions to
221 opcodes/sparc-opc.c.
222 (sparc_arch): Clarify the new role of the hwcap_allowed and
223 hwcap2_allowed fields.
224 (sparc_arch_table): Remove HWS_* and HWS2_* instances from
225 hwcap_allowed and hwcap2_allowed respectively.
226 (md_parse_option): Include the opcode arch hwcaps when processing
227 -A.
228 (sparc_ip): Use the current opcode arch hwcaps to update
229 hwcap_allowed, as well as the hwcaps of the instruction triggering
230 the bump.
231 * testsuite/gas/sparc/hwcaps-bump.s: New file.
232 * testsuite/gas/sparc/hwcaps-bump.l: Likewise.
233 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run tests in
234 hwcaps-bump.
235
c4b943d7
CZ
2362016-11-22 Claudiu Zissulescu <claziss@synopsys.com>
237
238 * testsuite/gas/arc/b.d: Update test result.
239
08dc996f
AM
2402016-11-22 Alan Modra <amodra@gmail.com>
241
242 PR 20744
243 * config/tc-ppc.c: Delete VLE insn defines.
244 (md_assemble): Swap use_a_reloc and use_d_reloc.
245 * testsuite/gas/ppc/vle-reloc.d: Update.
246
5689c942
RL
2472016-11-21 Renlin Li <renlin.li@arm.com>
248
249 PR gas/20827
250 * config/tc-arm.c (encode_arm_shift): Don't assert for operands not
251 presented.
252 * testsuite/gas/arm/add-shift-two.d: New.
253 * testsuite/gas/arm/add-shift-two.s: New.
254
2d7f2507
AM
2552016-11-21 Alan Modra <amodra@gmail.com>
256
257 * configure.ac: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
258 * Makefile.am (comparison): Rewrite using do_compare.
259 * configure: Regenerate.
260 * Makefile.in: Regenerate.
261 * doc/Makefile.in: Regenerate.
262
bb050a69
CZ
2632016-11-18 Claudiu Zissulescu <claziss@synopsys.com>
264
265 * testsuite/gas/arc/cl-warn.s: New file.
266 * testsuite/gas/arc/cpu-pseudop-1.d: Likewise.
267 * testsuite/gas/arc/cpu-pseudop-1.s: Likewise.
268 * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
269 * testsuite/gas/arc/cpu-pseudop-2.s: Likewise.
270 * testsuite/gas/arc/cpu-warn2.s: Likewise.
271 * config/tc-arc.c (selected_cpu): Initialize.
272 (feature_type): New struct.
273 (feature_list): New variable.
274 (arc_check_feature): New function.
275 (arc_select_cpu): Check for .cpu duplicates. Don't overwrite the
276 current cpu features. Check if a feature is available for a given
277 cpu.
278 (md_parse_option): Test if features are available for a given cpu.
279
c2c4ff8d
SN
2802016-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
281
282 * config/tc-aarch64.c (parse_operands): Handle AARCH64_OPND_IMM_ROT*.
283 * testsuite/gas/aarch64/advsimd-armv8_3.d: New.
284 * testsuite/gas/aarch64/advsimd-armv8_3.s: New.
285 * testsuite/gas/aarch64/illegal-fcmla.s: New.
286 * testsuite/gas/aarch64/illegal-fcmla.l: New.
287 * testsuite/gas/aarch64/illegal-fcmla.d: New.
288
28617675
SN
2892016-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
290
291 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Add ldaprb, ldaprh, ldapr tests.
292 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Likewise.
293 * testsuite/gas/aarch64/illegal-ldapr.s: Likewise.
294 * testsuite/gas/aarch64/illegal-ldapr.d: Likewise.
295 * testsuite/gas/aarch64/illegal-ldapr.l: Likewise.
296
ccfc90a3
SN
2972016-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
298
299 * testsuite/gas/aarch64/fp-armv8_3.s: Add fjcvtzs test.
300 * testsuite/gas/aarch64/fp-armv8_3.d: Likewise.
301 * testsuite/gas/aarch64/illegal-fjcvtzs.s: Likewise.
302 * testsuite/gas/aarch64/illegal-fjcvtzs.d: Likewise.
303 * testsuite/gas/aarch64/illegal-fjcvtzs.l: Likewise.
304 * testsuite/gas/aarch64/illegal-nofp-armv8_3.s: Likewise.
305 * testsuite/gas/aarch64/illegal-nofp-armv8_3.d: Likewise.
306 * testsuite/gas/aarch64/illegal-nofp-armv8_3.l: Likewise.
307
3f06e550
SN
3082016-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
309
310 * config/tc-aarch64.c (parse_operands): Handle AARCH64_OPND_ADDR_SIMM10.
311 (fix_insn): Likewise.
312 (warn_unpredictable_ldst): Handle ldst_imm10.
313 * testsuite/gas/aarch64/pac.s: Add ldraa and ldrab tests.
314 * testsuite/gas/aarch64/pac.d: Likewise.
315 * testsuite/gas/aarch64/illegal-ldraa.s: New.
316 * testsuite/gas/aarch64/illegal-ldraa.l: New.
317 * testsuite/gas/aarch64/illegal-ldraa.d: New.
318
93ca3936
NC
3192016-11-15 Nick Clifton <nickc@redhat.com>
320
321 PR gas/20803
322 * config/tc-sparc.c (cons_fix_new_sparc): Use unaligned relocs in
323 the .eh_frame section.
324
b612f419
AG
3252016-11-13 Anthony Green <green@moxielogic.org>
326
327 * config/tc-moxie.c (md_assemble): Assemble 'bad' opcode.
328
86b80085
NC
3292016-11-11 Nick Clifton <nickc@redhat.com>
330
331 PR gas/20732
332 * expr.c (integer_constant): If tc_allow_L_suffix is defined and
333 non-zero then accept a L or LL suffix.
334 * testsuite/gas/sparc/pr20732.d: New test source file.
335 * testsuite/gas/sparc/pr20732.d: New test output file.
336 * testsuite/gas/sparc/sparc.exp: Run new test.
337
74f5402d
SN
3382016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
339
340 * testsuite/gas/aarch64/pac.s: Add ARMv8.3 branch instruction tests.
341 * testsuite/gas/aarch64/pac.d: Likewise.
342
c84364ec
SN
3432016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
344
345 * config/tc-aarch64.c (process_omitted_operand): Handle AARCH64_OPND_Rm_SP.
346 (parse_operands): Likewise.
347 * testsuite/gas/aarch64/pac.s: Add pacga.
348 * testsuite/gas/aarch64/pac.d: Add pacga.
349
a2cfc830
SN
3502016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
351
352 * testsuite/gas/aarch64/pac.s: New.
353 * testsuite/gas/aarch64/pac.d: New.
354
b0bfa7b5
SN
3552016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
356
357 * testsuite/gas/aarch64/sysreg-3.s: New.
358 * testsuite/gas/aarch64/sysreg-3.d: New.
359 * testsuite/gas/aarch64/illegal-sysreg-3.l: New.
360 * testsuite/gas/aarch64/illegal-sysreg-3.d: New.
361
8787d804
SN
3622016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
363
364 * testsuite/gas/aarch64/system-3.s: New.
365 * testsuite/gas/aarch64/system-3.d: New.
366 * testsuite/gas/aarch64/system.d: Update expected output.
367
1924ff75
SN
3682016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
369
370 * config/tc-aarch64.c (aarch64_archs): Add "armv8.3-a".
371 * doc/c-aarch64.texi (-march): Likewise.
372
fa09f4ea
SN
3732016-11-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
374
375 * config/tc-aarch64.c (aarch64_features): Fix "simd" and "crypto".
376 * testsuite/gas/aarch64/illegal-crypto-nofp.d: New.
377 * testsuite/gas/aarch64/illegal-crypto-nofp.l: New.
378 * testsuite/gas/aarch64/illegal-fp16-nofp.d: New.
379 * testsuite/gas/aarch64/illegal-fp16-nofp.l: New.
380 * testsuite/gas/aarch64/illegal-fp16-nofp.s: New.
381
60227d64
L
3822016-11-09 H.J. Lu <hongjiu.lu@intel.com>
383
384 PR binutils/20799
385 * testsuite/gas/i386/opcode.s: Add a test for EVEX vpextrw.
386 * testsuite/gas/i386/opcode-intel.d: Updated.
387 * testsuite/gas/i386/opcode-suffix.d: Likewise.
388 * testsuite/gas/i386/opcode.d: Likewise.
389 * testsuite/gas/i386/x86-64-avx512bw-opts.s: Remove vpextrw
390 tests.
391 * testsuite/gas/i386/x86-64-avx512bw-opts-intel.d: Updated.
392 * testsuite/gas/i386/x86-64-avx512bw-opts.d: Likewise.
393
7766fd10
L
3942016-11-09 H.J. Lu <hongjiu.lu@intel.com>
395
396 PR binutils/20754
397 * testsuite/gas/i386/opcode-suffix.d: Updated.
398
48c97fa1
L
3992016-11-07 H.J. Lu <hongjiu.lu@intel.com>
400
401 PR binutils/20775
402 * testsuite/gas/i386/i386.exp: Run fpu-bad.
403 * testsuite/gas/i386/fpu-bad.d: New file.
404 * testsuite/gas/i386/fpu-bad.s: Likewise.
405
9cee1c1e
NS
4062016-11-04 Nathan Sidwell <nathan@acm.org>
407
408 gas/
409 * input-scrub.c (partial_size): Make size_t.
410 (buffer_length): Likewise. Adjust meaning.
411 (struct input_save): Adjust partial_size type.
412 (input_scrub_reinit): New.
413 (input_scrub_push, input_scrub_begin): Use it.
414 (input_scrub_next_buffer): Fix buffer extension logic. Only scan
415 newly read buffer for newline.
416
b437d035
AB
4172016-11-04 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * config/tc-arc.c (find_opcode_match): Use insert function to
420 validate matching address type operands.
421 * testsuite/gas/arc/nps400-10.d: New file.
422 * testsuite/gas/arc/nps400-10.s: New file.
423
b19ea8d2
TP
4242016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
425
426 * config/tc-arm.c (cortex-m33): Declare new processor.
427 * doc/c-arm.texi (-mcpu ARM command line option): Document new
428 Cortex-M33 processor.
429 * NEWS: Mention ARM Cortex-M33 support.
430
ce1b0a45
TP
4312016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
432
433 * config/tc-arm.c (cortex-m23): Declare new processor.
434 * doc/c-arm.texi (-mcpu ARM command line option): Document new
435 Cortex-M23 processor.
436 * NEWS: Mention ARM Cortex-M23 support.
437
4f7eddc4
PD
4382016-11-04 Palmer Dabbelt <palmer@dabbelt.com>
439 Andrew Waterman <andrew@sifive.com>
440
441 * Makefile.am (CPU_DOCS): Add c-riscv.texi.
442 * Makefile.in: Regenerate.
443 * doc/all.texi: Set RISCV.
444 * doc/as.texinfo: Add RISCV options.
445 Add RISC-V-Dependent node.
446 Include c-riscv.texi.
447 * doc/c-riscv.texi: Rename RISC-V Options to RISC-V-Opts.
448
98d0e90c
GM
4492016-11-03 Graham Markall <graham.markall@embecosm.com>
450
451 * testsuite/gas/arc/nps400-6.s: Change ldbit tests so that limm
452 operands are out of the range of an s9, in order to fix the test.
453 * testsuite/gas/arc/nps400-6.d: Updated to match new expected output.
454
5a736821
GM
4552016-11-03 Graham Markall <graham.markall@embecosm.com>
456
457 * testsuite/gas/arc/nps-400-9.d: Added.
458 * testsuite/gas/arc/nps-400-9.s: Added.
459
bdfe53e3
AB
4602016-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * config/tc-arc.c (struct arc_insn): Change type of insn field.
463 (md_number_to_chars_midend): Support 6- and 8-byte values.
464 (emit_insn0): Update debug output.
465 (find_opcode_match): Likewise.
466 (build_fake_opcode_hash_entry): Delete.
467 (find_special_case_long_opcode): Delete.
468 (find_special_case): Remove long format special case handling.
469 (insert_operand): Change instruction type and update debug print
470 format.
471 (assemble_insn): Change instruction type, update debug print
472 formats, and remove unneeded assert.
473
06fe285f
GM
4742016-11-03 Graham Markall <graham.markall@embecosm.com>
475
476 * config/tc-arc.c (assemble_insn): Replace use of ARC_SHORT with
477 arc_opcode_len.
478
91fdca6f
GM
4792016-11-03 Graham Markall <graham.markall@embecosm.com>
480
481 * config/tc-arc.c (struct arc_insn): Replace short_insn flag with
482 len field.
483 (apply_fixups): Update to use len field.
484 (emit_insn0): Simplify code, making use of len field.
485 (md_convert_frag): Update to use len field.
486 (assemble_insn): Update to use len field.
487
2fe9c2a0
SP
4882016-11-03 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
489
490 * config/tc-aarch64.c (aarch64_cpus): Add falkor.
491 * config/tc-arm.c (arm_cpus): Likewise.
492 * doc/c-aarch64.texi: Likewise.
493 * doc/c-arm.texi: Likewise.
494
8b89fe14
L
4952016-11-03 H.J. Lu <hongjiu.lu@intel.com>
496
497 PR binutils/20754
498 * testsuite/gas/i386/opcode.s: Add tests for opcode 0x82.
499 * testsuite/gas/i386/opcode-intel.d: Updated.
500 * testsuite/gas/i386/opcode.d: Likewise.
501
bada4342
JW
5022016-11-02 Jiong Wang <jiong.wang@arm.com>
503
504 * config/tc-arm.c (SBIT_SHIFT): New.
505 (T2_SBIT_SHIFT): Likewise.
506 (t32_insn_ok): Return TRUE for MOV in ARMv8-M Baseline.
507 (md_apply_fix): Try UINT16 encoding when ARM/Thumb modified immediate
508 encoding failed.
509 * testsuite/gas/arm/archv6t2-bad.s: New error case.
510 * testsuite/gas/arm/archv6t2-bad.l: New error match.
511 * testsuite/gas/arm/archv6t2.s: New testcase.
512 * testsuite/gas/arm/archv6t2.d: New expected result.
513 * testsuite/gas/arm/archv8m.s: New testcase.
514 * testsuite/gas/arm/archv8m-base.d: New expected result.
515 * testsuite/gas/arm/archv8m-main.d: Likewise.
516 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
517
47acf0bd
IT
5182016-11-02 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
519
520 * config/tc-i386.c: (cpu_arch) Add .avx512_4vnniw.
521 (cpu_noarch): Add noavx512_4vnniw.
522 * doc/c-i386.texi: Document avx512_4vnniw, noavx512_4vnniw.
523 * testsuite/gas/i386/i386.exp: Run AVX512_4VNNIW tests.
524 * testsuite/gas/i386/avx512_4vnniwd_vl-intel.d: New test.
525 * testsuite/gas/i386/avx512_4vnniwd_vl.d: Ditto.
526 * testsuite/gas/i386/avx512_4vnniwd_vl.s: Ditto.
527 * testsuite/gas/i386/avx512_4vnniwd-intel.d: Ditto.
528 * testsuite/gas/i386/avx512_4vnniwd.d: Ditto.
529 * testsuite/gas/i386/avx512_4vnniwd.s: Ditto.
530 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl-intel.d: Ditto.
531 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl.d: Ditto.
532 * testsuite/gas/i386/x86-64-avx512_4vnniwd_vl.s: Ditto.
533 * testsuite/gas/i386/x86-64-avx512_4vnniwd-intel.d: Ditto.
534 * testsuite/gas/i386/x86-64-avx512_4vnniwd.d: Ditto.
535 * testsuite/gas/i386/x86-64-avx512_4vnniwd.s: Ditto.
536
920d2ddc
IT
5372016-11-02 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
538
539 * config/tc-i386.c (cpu_arch): Add .avx512_4fmaps.
540 (cpu_noarch): Add noavx512_4fmaps.
541 (process_operands): Handle implicit quad group.
542 * doc/c-i386.texi: Document avx512_4fmaps, noavx512_4fmaps.
543 * testsuite/gas/i386/i386.exp: Add AVX512_4FMAPS tests.
544 * testsuite/gas/i386/avx512_4fmaps_vl-intel.d: New test.
545 * testsuite/gas/i386/avx512_4fmaps_vl.d: Ditto.
546 * testsuite/gas/i386/avx512_4fmaps_vl.s: Ditto.
547 * testsuite/gas/i386/avx512_4fmaps-intel.d: Ditto.
548 * testsuite/gas/i386/avx512_4fmaps.d: Ditto.
549 * testsuite/gas/i386/avx512_4fmaps.s: Ditto.
550 * testsuite/gas/i386/avx512_4fmaps-warn.l: Ditto.
551 * testsuite/gas/i386/avx512_4fmaps-warn.s: Ditto.
552 * testsuite/gas/i386/avx512_4fmaps_vl-warn.l: Ditto.
553 * testsuite/gas/i386/avx512_4fmaps_vl-warn.s: Ditto.
554 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Ditto.
555 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d: Ditto.
556 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Ditto.
557 * testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d: Ditto.
558 * testsuite/gas/i386/x86-64-avx512_4fmaps.d: Ditto.
559 * testsuite/gas/i386/x86-64-avx512_4fmaps.s: Ditto.
560 * testsuite/gas/i386/x86-64-avx512_4fmaps-warn.l: Ditto.
561 * testsuite/gas/i386/x86-64-avx512_4fmaps-warn.s: Ditto.
562 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.l: Ditto.
563 * testsuite/gas/i386/x86-64-avx512_4fmaps_vl-warn.s: Ditto.
564
e23eba97
NC
5652016-11-01 Palmer Dabbelt <palmer@dabbelt.com>
566 Andrew Waterman <andrew@sifive.com>
567
568 Add support for RISC-V architecture.
569 * Makefile.am: Add riscv files.
570 * Makefile.in: Regenerate.
571 * NEWS: Mention the support for this architecture.
572 * configure.in: Define a default architecture.
573 * configure: Regenerate.
574 * configure.tgt: Add entries for riscv.
575 * doc/as.texinfo: Likewise.
576 * testsuite/gas/all/gas.exp: Expect the redef tests to fail.
577 * testsuite/gas/elf/elf.exp: Expect the groupauto tests to fail.
578 * config/tc-riscv.c: New file.
579 * config/tc-riscv.h: New file.
580 * doc/c-riscv.texi: New file.
581 * testsuite/gas/riscv: New directory.
582 * testsuite/gas/riscv/riscv.exp: New file.
583 * testsuite/gas/riscv/t_insns.d: New file.
584 * testsuite/gas/riscv/t_insns.s: New file.
585
bb65a718
AB
5862016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * config/tc-arc.c (arc_target): Delete.
589 (arc_target_name): Delete.
590 (arc_features): Delete.
591 (arc_mach_type): Delete.
592 (mach_type_specified_p): Delete.
593 (enum mach_selection_type): New enum.
594 (mach_selection_mode): New static global.
595 (selected_cpu): New static global.
596 (arc_eflag): Rename to ...
597 (arc_initial_eflag): ...this, and make const.
598 (arc_select_cpu): Update comment, new parameter, check how
599 previous machine type selection was made, and record this
600 selection. Use selected_cpu instead of old globals.
601 (arc_option): Remove use of arc_get_mach, instead use
602 arc_select_cpu to validate machine type selection. Use
603 selected_cpu over old globals.
604 (allocate_tok): Use selected_cpu over old globals.
605 (find_opcode_match): Likewise.
606 (assemble_tokens): Likewise.
607 (arc_cons_fix_new): Likewise.
608 (arc_extinsn): Likewise.
609 (arc_extcorereg): Likewise.
610 (md_begin): Update default machine type selection, use
611 selected_cpu over old globals.
612 (md_parse_option): Update machine type selection option handling,
613 use selected_cpu over old globals.
614 * testsuite/gas/arc/nps400-0.s: Add .cpu directive.
615
2a3a7490
AM
6162016-10-26 Alan Modra <amodra@gmail.com>
617
618 Revert 2016-10-06 Alan Modra <amodra@gmail.com>
619 * config/rl78-parse.y: Do use old %name-prefix syntax.
620 * config/rx-parse.y: Likewise.
621
b5cefcca
L
6222016-10-21 H.J. Lu <hongjiu.lu@intel.com>
623
624 * config/tc-i386.c (cpu_arch): Remove .pcommit.
625 * doc/c-i386.texi: Likewise.
626 * testsuite/gas/i386/i386.exp: Remove pcommit tests.
627 * testsuite/gas/i386/pcommit-intel.d: Removed.
628 * testsuite/gas/i386/pcommit.d: Likewise.
629 * testsuite/gas/i386/pcommit.s: Likewise.
630 * testsuite/gas/i386/x86-64-pcommit-intel.d: Likewise.
631 * testsuite/gas/i386/x86-64-pcommit.d: Likewise.
632 * testsuite/gas/i386/x86-64-pcommit.s: Likewise.
633
9889cbb1
L
6342016-10-20 H.J. Lu <hongjiu.lu@intel.com>
635
636 PR binutis/20705
637 * testsuite/gas/i386/i386.exp: Run x86-64-opcode-bad.
638 * testsuite/gas/i386/x86-64-opcode-bad.d: New file.
639 * testsuite/gas/i386/x86-64-opcode-bad.s: Likewise.
640
008a97ef
RL
6412016-10-19 Renlin Li <renlin.li@arm.com>
642
643 * config/tc-arm.c (encode_arm_shift): Generate unpredictable warning
644 for register-shifted register instructions.
645 * testsuite/gas/arm/shift-bad-pc.d: New.
646 * testsuite/gas/arm/shift-bad-pc.l: New.
647 * testsuite/gas/arm/shift-bad-pc.s: New.
648
8cae7a47
CM
6492016-10-17 Cupertino Miranda <cmiranda@synopsys.com>
650
651 * testsuite/arc/dis-inv.d: Fixed matching.
652
decf5bd1
CM
6532016-10-17 Cupertino Miranda <cmiranda@synopsys.com>
654
655 * testsuite/arc/dis-inv.s: Test to validate patch.
656 * testsuite/arc/dis-inv.d: Likewise.
657
e5b06ef0
CZ
6582016-10-14 Claudiu Zissulescu <claziss@synopsys.com>
659
660 * testsuite/gas/arc/shortlimm_a7.d: New file.
661 * testsuite/gas/arc/shortlimm_a7.s: Likewise.
662 * testsuite/gas/arc/shortlimm_hs.d: Likewise.
663 * testsuite/gas/arc/shortlimm_hs.s: Likewise.
664
a24bb4f0
NC
6652016-10-11 Nick Clifton <nickc@redhat.com>
666
667 * gas/arm/tls.d: Adjust output to match change in objdump.
668
93562a34
JW
6692016-10-11 Jiong Wang <jiong.wang@arm.com>
670
671 PR target/20666
672 * testsuite/gas/aarch64/alias-2.d: Update expected results.
673
969b385b
AK
6742016-10-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
675
676 * testsuite/gas/cfi/cfi-common-1.d: Adjust regexps for mips64.
677 * testsuite/gas/cfi/cfi-common-2.d: Likewise.
678 * testsuite/gas/cfi/cfi-common-3.d: Likewise.
679 * testsuite/gas/cfi/cfi-common-4.d: Likewise.
680 * testsuite/gas/cfi/cfi-common-5.d: Likewise.
681 * testsuite/gas/cfi/cfi-common-7.d: Likewise.
682 * testsuite/gas/cfi/cfi-common-8.d: Likewise.
683 * testsuite/gas/cfi/cfi-common-9.d: Likewise.
684 * testsuite/gas/cfi/cfi-mips-1.d: Likewise.
685
b6f80bb8
AM
6862016-10-08 Alan Modra <amodra@gmail.com>
687
688 * Makefile.am (EXTRA_as_new_SOURCES): Add config/rl78-parse.y and
689 config/rx-parse.y. Move config/bfin-parse.y.
690 (bfin-parse.@OBJEXT@, rl78-parse.@OBJEXT@, rx-parse.@OBJEXT@): Delete.
691 ($(srcdir)/config/rl78-defs.h): New rule.
692 * Makefile.in: Regenerate.
693
362c0c4d
JW
6942016-10-07 Jiong Wang <jiong.wang@arm.com>
695
696 PR target/20667
697 * testsuite/gas/aarch64/sys-rt-reg.s: Test source for instructions using
698 SYS_Rt reg.
699 * testsuite/gas/aarch64/sys-rt-reg.d: New testcase.
700
08ec958f
CZ
7012016-10-06 Claudiu Zissulescu <claziss@synopsys.com>
702
703 * testsuite/gas/arc/leave_enter.d: New file.
704 * testsuite/gas/arc/leave_enter.s: Likewise.
705 * testsuite/gas/arc/regnames.d: Likewise.
706 * testsuite/gas/arc/regnames.s: Likewise.
707 * config/tc-arc.c (arc_parse_name): Don't match reg names against
708 confirmed symbol names.
709
fcddde94
AM
7102016-10-06 Alan Modra <amodra@gmail.com>
711
712 * app.c (do_scrub_chars): Move fall through comment.
713 * expr.c (operand): Likewise.
714
3d3424e9
MF
7152016-10-06 Matthew Fortune <matthew.fortune@imgtec.com>
716
717 PR gas/20648
718 * dw2gencfi.c (dot_cfi_sections): Refine the check for
719 inconsistent .cfi_sections to only consider compact vs non
720 compact forms.
721 * testsuite/gas/cfi/cfi-common-9.d: New file.
722 * testsuite/gas/cfi/cfi-common-9.s: New file.
723 * testsuite/gas/cfi/cfi.exp: Run new test.
724
1a0670f3
AM
7252016-10-06 Alan Modra <amodra@gmail.com>
726
727 * app.c: Add missing fall through comments.
728 * dw2gencfi.c: Likewise.
729 * expr.c: Likewise.
730 * config/tc-alpha.c: Likewise.
731 * config/tc-arc.c: Likewise.
732 * config/tc-arm.c: Likewise.
733 * config/tc-cr16.c: Likewise.
734 * config/tc-crx.c: Likewise.
735 * config/tc-dlx.c: Likewise.
736 * config/tc-h8300.c: Likewise.
737 * config/tc-hppa.c: Likewise.
738 * config/tc-i370.c: Likewise.
739 * config/tc-i386.c: Likewise.
740 * config/tc-i960.c: Likewise.
741 * config/tc-ia64.c: Likewise.
742 * config/tc-m68hc11.c: Likewise.
743 * config/tc-m68k.c: Likewise.
744 * config/tc-mep.c: Likewise.
745 * config/tc-metag.c: Likewise.
746 * config/tc-microblaze.c: Likewise.
747 * config/tc-mips.c: Likewise.
748 * config/tc-ns32k.c: Likewise.
749 * config/tc-rx.c: Likewise.
750 * config/tc-score.c: Likewise.
751 * config/tc-score7.c: Likewise.
752 * config/tc-sh.c: Likewise.
753 * config/tc-tic4x.c: Likewise.
754 * config/tc-vax.c: Likewise.
755 * config/tc-xstormy16.c: Likewise.
756 * config/tc-z80.c: Likewise.
757 * config/tc-z8k.c: Likewise.
758 * config/obj-elf.c: Likewise.
759 * config/tc-i386.c: Likewise.
760 * depend.c: Spell fall through comments consistently.
761 * config/tc-arm.c: Likewise.
762 * config/tc-d10v.c: Likewise.
763 * config/tc-i960.c: Likewise.
764 * config/tc-ia64.c: Likewise.
765 * config/tc-m68k.c: Likewise.
766 * config/tc-mcore.c: Likewise.
767 * config/tc-mep.c: Likewise.
768 * config/tc-ns32k.c: Likewise.
769 * config/tc-visium.c: Likewise.
770 * config/tc-xstormy16.c: Likewise.
771 * config/tc-z8k.c: Likewise.
772
1e0f0b4d
AM
7732016-10-06 Alan Modra <amodra@gmail.com>
774
775 * as.h (as_assert): Add ATTRIBUTE_NORETURN.
776
2b804145
AM
7772016-10-06 Alan Modra <amodra@gmail.com>
778
779 * config/tc-arc.c (find_opcode_match): Add missing break.
780 * config/tc-i960.c (get_cdisp): Likewise.
781 * config/tc-metag.c (parse_swap, md_apply_fix): Likewise.
782 * config/tc-mt.c (md_parse_option): Likewise.
783 * config/tc-nds32.c (nds32_apply_fix): Likewise.
784 * config/tc-hppa.c (pa_ip): Assert rather than testing last
785 condition of multiple if statements.
786 * config/tc-s390.c (s390_exp_compare): Return 0 on error.
787 * config/tc-tic4x.c (tic4x_operand_parse): Add as_bad and break
788 out of case rather than falling into next case. Formatting.
789
95e61695
AM
7902016-10-06 Alan Modra <amodra@gmail.com>
791
792 * config/rl78-parse.y: Don't use deprecated %name-prefix.
793 * config/rx-parse.y: Likewise.
794
744ce302
JW
7952016-09-29 Jiong Wang <jiong.wang@arm.com>
796
797 PR target/20553
798 * testsuite/gas/aarch64/advsimd-fp16.s (indexed_elem): New high index
799 testcases for H and S variants. New low index testcases for D variant.
800 * testsuite/gas/aarch64/advsimd-fp16.d: Update expected results.
801
a5721ba2
AM
8022016-09-29 Alan Modra <amodra@gmail.com>
803
804 * config/tc-ppc.c (md_assemble): Handle PPC_OPERAND_OPTIONAL32.
805 * testsuite/gas/ppc/power8.s: Provide tbegin. operand.
806 * testsuite/gas/ppc/power9.d: Update cmprb disassembly.
807
78fb7e37
TS
8082016-09-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
809
810 * config/tc-xtensa.c (xg_reverse_shift_count): Pass cnt_arg instead of
811 cnt_argp to concat.
812
c5da1932
VZ
8132016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
814
815 * Makefile.in: Regenerate.
816 * configure: Likewise.
817 * doc/Makefile.in: Likewise.
818
005d79fd
AM
8192016-09-26 Alan Modra <amodra@gmail.com>
820
821 * config/tc-ppc.c (ppc_elf_gnu_attribute): New function.
822 (md_pseudo_table <ELF>): Handle "gnu_attribute".
823
870dd155
TP
8242016-09-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
825
826 * config/tc-arm.c (v7m_psrs): Remove BASEPRI_MASK MRS/MSR special
827 register and redundant basepri_max.
828
ad43e107
RS
8292016-09-21 Richard Sandiford <richard.sandiford@arm.com>
830
831 * config/tc-aarch64.c (print_operands): Print spaces between
832 operands.
833 * testsuite/gas/aarch64/ilp32-basic.d: Expect spaces after ","
834 in addresses.
835 * testsuite/gas/aarch64/ldst-reg-imm-post-ind.d: Likewise.
836 * testsuite/gas/aarch64/ldst-reg-imm-pre-ind.d: Likewise.
837 * testsuite/gas/aarch64/ldst-reg-pair.d: Likewise.
838 * testsuite/gas/aarch64/ldst-reg-reg-offset.d: Likewise.
839 * testsuite/gas/aarch64/ldst-reg-uns-imm.d: Likewise.
840 * testsuite/gas/aarch64/ldst-reg-unscaled-imm.d: Likewise.
841 * testsuite/gas/aarch64/reloc-insn.d: Likewise.
842 * testsuite/gas/aarch64/sve.d: Likewise.
843 * testsuite/gas/aarch64/symbol.d: Likewise.
844 * testsuite/gas/aarch64/system.d: Likewise.
845 * testsuite/gas/aarch64/tls-desc.d: Likewise.
846 * testsuite/gas/aarch64/sve-invalid.l: Expect spaces after ","
847 in suggested alternatives.
848 * testsuite/gas/aarch64/verbose-error.l: Likewise.
849
ab3b8fcf
RS
8502016-09-21 Richard Sandiford <richard.sandiford@arm.com>
851
852 * config/tc-aarch64.c (output_operand_error_record): Use "must be"
853 rather than "should be" or "expected to be" in error messages.
854 (parse_operands): Likewise.
855 * testsuite/gas/aarch64/diagnostic.l: Likewise.
856 * testsuite/gas/aarch64/legacy_reg_names.l: Likewise.
857 * testsuite/gas/aarch64/sve-invalid.l: Likewise.
858 * testsuite/gas/aarch64/sve-reg-diagnostic.l: Likewise.
859
bb7eff52
RS
8602016-09-21 Richard Sandiford <richard.sandiford@arm.com>
861
862 * config/tc-aarch64.c (opcode_lookup): Search for the end of
863 a condition name, rather than assuming that it will have exactly
864 2 characters.
865 (parse_operands): Likewise.
866 * testsuite/gas/aarch64/alias.d: Add new condition-code comments
867 to the expected output.
868 * testsuite/gas/aarch64/beq_1.d: Likewise.
869 * testsuite/gas/aarch64/float-fp16.d: Likewise.
870 * testsuite/gas/aarch64/int-insns.d: Likewise.
871 * testsuite/gas/aarch64/no-aliases.d: Likewise.
872 * testsuite/gas/aarch64/programmer-friendly.d: Likewise.
873 * testsuite/gas/aarch64/reloc-insn.d: Likewise.
874 * testsuite/gas/aarch64/b_c_1.d, testsuite/gas/aarch64/b_c_1.s:
875 New test.
876
f2a5c4f5
RS
8772016-09-21 Richard Sandiford <richard.sandiford@arm.com>
878
879 * testsuite/gas/aarch64/diagnostic.s,
880 testsuite/gas/aarch64/diagnostic.l: Add tests for
881 invalid uses of MUL VL and MUL in base AArch64 instructions.
882 * testsuite/gas/aarch64/sve-add.s, testsuite/gas/aarch64/sve-add.d,
883 testsuite/gas/aarch64/sve-dup.s, testsuite/gas/aarch64/sve-dup.d,
884 testsuite/gas/aarch64/sve-invalid.s,
885 testsuite/gas/aarch64/sve-invalid.d,
886 testsuite/gas/aarch64/sve-invalid.l,
887 testsuite/gas/aarch64/sve-reg-diagnostic.s,
888 testsuite/gas/aarch64/sve-reg-diagnostic.d,
889 testsuite/gas/aarch64/sve-reg-diagnostic.l,
890 testsuite/gas/aarch64/sve.s, testsuite/gas/aarch64/sve.d: New tests.
891
c0890d26
RS
8922016-09-21 Richard Sandiford <richard.sandiford@arm.com>
893
894 * doc/c-aarch64.texi: Document the "sve" feature.
895 * config/tc-aarch64.c (REG_TYPE_R_Z_BHSDQ_VZP): New register type.
896 (get_reg_expected_msg): Handle it.
897 (parse_operands): When parsing operands of an SVE instruction,
898 disallow immediates that match REG_TYPE_R_Z_BHSDQ_VZP.
899 (aarch64_features): Add an entry for SVE.
900
047cd301
RS
9012016-09-21 Richard Sandiford <richard.sandiford@arm.com>
902
903 * config/tc-aarch64.c (parse_operands): Handle the new SVE core
904 and FP register operands.
905
165d4950
RS
9062016-09-21 Richard Sandiford <richard.sandiford@arm.com>
907
908 * config/tc-aarch64.c (double_precision_operand_p): New function.
909 (parse_operands): Use it to calculate the dp_p input to
910 parse_aarch64_imm_float. Handle the new SVE FP immediate operands.
911
e950b345
RS
9122016-09-21 Richard Sandiford <richard.sandiford@arm.com>
913
914 * config/tc-aarch64.c (parse_operands): Handle the new SVE integer
915 immediate operands.
916
98907a70
RS
9172016-09-21 Richard Sandiford <richard.sandiford@arm.com>
918
919 * config/tc-aarch64.c (SHIFTED_NONE, SHIFTED_MUL_VL): New
920 parse_shift_modes.
921 (parse_shift): Handle SHIFTED_MUL_VL.
922 (parse_address_main): Add an imm_shift_mode parameter.
923 (parse_address, parse_sve_address): Update accordingly.
924 (parse_operands): Handle MUL VL addressing modes.
925
4df068de
RS
9262016-09-21 Richard Sandiford <richard.sandiford@arm.com>
927
928 * config/tc-aarch64.c (REG_TYPE_SVE_BASE, REG_TYPE_SVE_OFFSET): New
929 register types.
930 (get_reg_expected_msg): Handle them.
931 (aarch64_addr_reg_parse): New function, split out from
932 aarch64_reg_parse_32_64. Handle Z registers too.
933 (aarch64_reg_parse_32_64): Call it.
934 (parse_address_main): Add base_qualifier, offset_qualifier,
935 base_type and offset_type parameters. Handle SVE base and offset
936 registers.
937 (parse_address): Update call to parse_address_main.
938 (parse_sve_address): New function.
939 (parse_operands): Parse the new SVE address operands.
940
2442d846
RS
9412016-09-21 Richard Sandiford <richard.sandiford@arm.com>
942
943 * config/tc-aarch64.c (SHIFTED_MUL): New parse_shift_mode.
944 (parse_shift): Handle it. Reject AARCH64_MOD_MUL for all other
945 shift modes. Skip range tests for AARCH64_MOD_MUL.
946 (process_omitted_operand): Handle AARCH64_OPND_SVE_PATTERN_SCALED.
947 (parse_operands): Likewise.
948
245d2e3f
RS
9492016-09-21 Richard Sandiford <richard.sandiford@arm.com>
950
951 * config/tc-aarch64.c (parse_enum_string): New function.
952 (po_enum_or_fail): New macro.
953 (parse_operands): Handle AARCH64_OPND_SVE_PATTERN and
954 AARCH64_OPND_SVE_PRFOP.
955
d50c751e
RS
9562016-09-21 Richard Sandiford <richard.sandiford@arm.com>
957
958 * config/tc-aarch64.c (vector_el_type): Add NT_zero and NT_merge.
959 (parse_vector_type_for_operand): Assert that the skipped character
960 is a '.'.
961 (parse_predication_for_operand): New function.
962 (parse_typed_reg): Parse /z and /m suffixes for predicate registers.
963 (vectype_to_qualifier): Handle NT_zero and NT_merge.
964
f11ad6bc
RS
9652016-09-21 Richard Sandiford <richard.sandiford@arm.com>
966
967 * config/tc-aarch64.c (NTA_HASVARWIDTH): New macro.
968 (AARCH64_REG_TYPES): Add ZN and PN.
969 (get_reg_expected_msg): Handle them.
970 (parse_vector_type_for_operand): Add a reg_type parameter.
971 Skip the width for Zn and Pn registers.
972 (parse_typed_reg): Extend vector handling to Zn and Pn. Update the
973 call to parse_vector_type_for_operand. Set HASVARTYPE for Zn and Pn,
974 expecting the width to be 0.
975 (parse_vector_reg_list): Restrict error about [BHSD]nn operands to
976 REG_TYPE_VN.
977 (vectype_to_qualifier): Use S_[BHSD] qualifiers for NTA_HASVARWIDTH.
978 (parse_operands): Handle the new Zn and Pn operands.
979 (REGSET16): New macro, split out from...
980 (REGSET31): ...here.
981 (reg_names): Add Zn and Pn entries.
982
0c608d6b
RS
9832016-09-21 Richard Sandiford <richard.sandiford@arm.com>
984
985 * config/tc-aarch64.c (output_operand_error_record): Handle
986 AARCH64_OPDE_UNTIED_OPERAND.
987
4989adac
RS
9882016-09-21 Richard Sandiford <richard.sandiford@arm.com>
989
990 * config/tc-aarch64.c (find_best_match): Simplify, allowing an
991 instruction with all-NIL qualifiers to fail to match.
992
73866052
RS
9932016-09-21 Richard Sandiford <richard.sandiford@arm.com>
994
995 * config/tc-aarch64.c (parse_address_main): Remove reloc and
996 accept_reg_post_index parameters. Parse relocations and register
997 post indexes unconditionally.
998 (parse_address): Remove accept_reg_post_index parameter.
999 Update call to parse_address_main.
1000 (parse_address_reloc): Delete.
1001 (parse_operands): Call parse_address instead of parse_address_main.
1002 Update existing callers of parse_address and make them check
1003 inst.reloc.type where appropriate.
1004 * testsuite/gas/aarch64/diagnostic.s: Add tests for relocations
1005 in ADDR_SIMPLE, SIMD_ADDR_SIMPLE, ADDR_SIMM7 and ADDR_SIMM9 addresses.
1006 Also test for invalid uses of post-index register addressing.
1007 * testsuite/gas/aarch64/diagnostic.l: Update accordingly.
1008
e1b988bb
RS
10092016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1010
1011 * config/tc-aarch64.c (REG_TYPE_R_Z, REG_TYPE_R_SP): New register
1012 types.
1013 (get_reg_expected_msg): Handle them and REG_TYPE_R64_SP.
1014 (aarch64_check_reg_type): Simplify.
1015 (aarch64_reg_parse_32_64): Return the reg_entry instead of the
1016 register number. Return the type as a qualifier rather than an
1017 "isreg32" boolean. Remove reject_sp, reject_rz and isregzero
1018 parameters.
1019 (parse_shifter_operand): Update call to aarch64_parse_32_64_reg.
1020 Use get_reg_expected_msg.
1021 (parse_address_main): Likewise. Use aarch64_check_reg_type.
1022 (po_int_reg_or_fail): Replace reject_sp and reject_rz parameters
1023 with a reg_type parameter. Update call to aarch64_parse_32_64_reg.
1024 Use aarch64_check_reg_type to test the result.
1025 (parse_operands): Update after the above changes. Parse ADDR_SIMPLE
1026 addresses normally before enforcing the syntax restrictions.
1027 * testsuite/gas/aarch64/diagnostic.s: Add tests for a post-index
1028 zero register and for a stack pointer index.
1029 * testsuite/gas/aarch64/diagnostic.l: Update accordingly.
1030 Also update existing diagnostic messages after the above changes.
1031 * testsuite/gas/aarch64/illegal-lse.l: Update the error message
1032 for 32-bit register bases.
1033
874d7e6e
RS
10342016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1035
1036 * config/tc-aarch64.c (parse_aarch64_imm_float): Remove range check.
1037 (parse_operands): Check the range of 8-bit FP immediates here instead.
1038
6a9deabe
RS
10392016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1040
1041 * config/tc-aarch64.c (parse_aarch64_imm_float): Report a specific
1042 low-severity error for registers.
1043 (parse_operands): Report an invalid floating point constant for
1044 if parsing an FPIMM8 fails, and if no better error has been
1045 recorded.
1046 * testsuite/gas/aarch64/diagnostic.s,
1047 testsuite/gas/aarch64/diagnostic.l: Add tests for integer operands
1048 to FMOV.
1049
04a3379a
RS
10502016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1051
1052 * config/tc-aarch64.c (aarch64_double_precision_fmovable): Rename
1053 to...
1054 (can_convert_double_to_float): ...this. Accept any double-precision
1055 value that converts to single precision without loss of precision.
1056 (parse_aarch64_imm_float): Update accordingly.
1057
1799c0d0
RS
10582016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1059
1060 * config/tc-aarch64.c (parse_immediate_expression): Add a
1061 reg_type parameter.
1062 (parse_constant_immediate): Likewise, and update calls.
1063 (parse_aarch64_imm_float): Likewise.
1064 (parse_big_immediate): Likewise.
1065 (po_imm_nc_or_fail): Update accordingly, passing down a new
1066 imm_reg_type variable.
1067 (po_imm_of_fail): Likewise.
1068 (parse_operands): Likewise.
1069
10d76650
RS
10702016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1071
1072 * config/tc-aarch64.c (parse_neon_reg_list): Rename to...
1073 (parse_vector_reg_list): ...this and take a register type
1074 as input.
1075 (parse_operands): Update accordingly.
1076
53021dd1
RS
10772016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1078
1079 * config/tc-aarch64.c (parse_neon_type_for_operand): Rename to...
1080 (parse_vector_type_for_operand): ...this.
1081 (parse_typed_reg): Update accordingly.
1082
8f9a77af
RS
10832016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1084
1085 * config/tc-aarch64.c (neon_type_el): Rename to...
1086 (vector_type_el): ...this.
1087 (parse_neon_type_for_operand): Update accordingly.
1088 (parse_typed_reg): Likewise.
1089 (aarch64_reg_parse): Likewise.
1090 (vectype_to_qualifier): Likewise.
1091 (parse_operands): Likewise.
1092 (eq_neon_type_el): Likewise. Rename to...
1093 (eq_vector_type_el): ...this.
1094 (parse_neon_reg_list): Update accordingly.
1095
f06935a5
RS
10962016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1097
1098 * config/tc-aarch64.c (neon_el_type: Rename to...
1099 (vector_el_type): ...this.
1100 (neon_type_el): Update accordingly.
1101 (parse_neon_type_for_operand): Likewise.
1102 (vectype_to_qualifier): Likewise.
1103
a235d3ae
RS
11042016-09-21 Richard Sandiford <richard.sandiford@arm.com>
1105
1106 * config/tc-aarch64.c (parse_neon_operand_type): Delete.
1107 (parse_typed_reg): Call parse_neon_type_for_operand directly.
1108
f807f43d
CZ
11092016-09-15 Claudiu Zissulescu <claziss@synopsys.com>
1110
1111 * testsuite/gas/arc/textinsnxop.d: New file.
1112 * testsuite/gas/arc/textinsnxop.s: Likewise.
1113
d7cd93a7
JM
11142016-09-15 Jose E. Marchesi <jose.marchesi@oracle.com>
1115
1116 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
1117 dcti-couples-v9 only in ELF targets to avoid spurious failures in
1118 sparc-aout and sparc-coff targets.
1119
fd486b63
PB
11202016-09-14 Peter Bergner <bergner@vnet.ibm.com>
1121
1122 * testsuite/gas/ppc/power9.d <slbiag, cpabort> New tests.
1123 <addex., brd, brh, brw, lwzmx, nandxor, rldixor, setbool,
1124 xor3, cp_abort, copy_first, paste, paste_last, sync>: Remove tests.
1125 <copy, paste.>: Update tests.
1126 * testsuite/gas/ppc/power9.s: Likewise.
1127
fc7514d6
JM
11282016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
1129
1130 * config/tc-sparc.c (sparc_ip): Print the instruction arguments
1131 in "architecture mismatch" error messages.
1132
46a2d504
JM
11332016-09-14 Jose E. Marchesi <jose.marchesi@oracle.com>
1134
1135 * config/tc-sparc.c (md_assemble): Detect and warning on
1136 unpredictable DCTI couples in certain arches.
1137 (dcti_couples_detect): New global.
1138 (md_longopts): Add command line option -dcti-couples-detect.
1139 (md_show_usage): Document -dcti-couples-detect.
1140 (md_parse_option): Handle OPTION_DCTI_COUPLES_DETECT.
1141 * testsuite/gas/sparc/sparc.exp (gas_64_check): Run
1142 dcti-couples-v8, dcti-couples-v9 and dcti-couples-v9c tests.
1143 * testsuite/gas/sparc/dcti-couples.s: New file.
1144 * testsuite/gas/sparc/dcti-couples-v9c.d: Likewise.
1145 * testsuite/gas/sparc/dcti-couples-v8.d: Likewise.
1146 * testsuite/gas/sparc/dcti-couples-v9.d: Likewise.
1147 * testsuite/gas/sparc/dcti-couples-v9c.l: Likewise.
1148 * testsuite/gas/sparc/dcti-couples-v8.l: Likewise.
1149 * doc/as.texinfo (Overview): Document --dcti-couples-detect.
1150 * doc/c-sparc.texi (Sparc-Opts): Likewise.
1151
32348c58
CZ
11522016-09-14 Claudiu Zissulescu <claziss@synopsys.com>
1153
1154 * testsuite/gas/arc/tls-relocs2.d: New file.
1155 * testsuite/gas/arc/tls-relocs2.s: Likewise.
1156 * config/tc-arc.c (tokenize_arguments): Accept offsets when base
1157 is used.
1158
952c3f51
AK
11592016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1160
1161 * config/tc-s390.c (s390_parse_cpu): Support alternate arch
1162 strings.
1163 * doc/as.texinfo: Document new arch strings.
1164 * doc/c-s390.texi: Likewise.
1165
58af6397
AK
11662016-09-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1167
1168 * config/tc-s390.c: Set all facitily bits by default
1169
8b71537b
PS
11702016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
1171
1172 * testsuite/gas/s390/zarch-z196.d: Adjust testcase.
1173
8d471ec1
L
11742016-09-08 H.J. Lu <hongjiu.lu@intel.com>
1175
1176 * config/tc-i386.c (i386_target_format): Allow PROCESSOR_IAMCU
1177 for Intel MCU.
1178
5b64d091
L
11792016-09-07 H.J. Lu <hongjiu.lu@intel.com>
1180
1181 * config/tc-i386.c (valid_iamcu_cpu_flags): Removed.
1182 (set_cpu_arch): Updated.
1183 (md_parse_option): Likewise.
1184 * testsuite/gas/i386/i386.exp: Run iamcu-4 and iamcu-5. Remove
1185 iamcu-inval-2 and iamcu-inval-3.
1186 * testsuite/gas/i386/iamcu-4.d: New file.
1187 * testsuite/gas/i386/iamcu-4.s: Likewise.
1188 * testsuite/gas/i386/iamcu-5.d: Likewise.
1189 * testsuite/gas/i386/iamcu-5.s: Likewise.
1190 * testsuite/gas/i386/iamcu-inval-2.l: Removed.
1191 * testsuite/gas/i386/iamcu-inval-2.s: Likewise.
1192 * testsuite/gas/i386/iamcu-inval-3.l: Likewise.
1193 * testsuite/gas/i386/iamcu-inval-3.s: Likewise.
1194
27e5a270
RE
11952016-09-07 Richard Earnshaw <rearnsha@arm.com>
1196
1197 * config/tc-arm.c ((arm_cpus): Use ARM_ARCH_V8A_CRC for all
1198 ARMv8-A CPUs except xgene1.
1199
f7d69005
AM
12002016-08-31 Alan Modra <amodra@gmail.com>
1201
1202 * config/tc-ppc.c (md_assemble): Set sh_flags for VLE. Test
1203 ppc_cpu rather than calling ppc_mach to determine VLE mode.
1204 (ppc_frag_check, ppc_handle_align): Likewise use ppc_cpu.
1205
1b8b6532
JM
12062016-08-26 Jose E. Marchesi <jose.marchesi@oracle.com>
1207
1208 * testsuite/gas/sparc/crypto.d: Rename invalid opcode camellia_fi
1209 to camellia_fl.
1210 * testsuite/gas/sparc/crypto.s: Likewise.
1211
1a336194
TP
12122016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1213
1214 * config/tc-arm.c (v7m_psrs): Add MSPLIM, PSPLIM, MSPLIM_NS,
1215 PSPLIM_NS, PRIMASK_NS, BASEPRI_NS, FAULTMASK_NS, CONTROL_NS, SP_NS and
1216 their lowecase counterpart special registers. Write register
1217 identifier in hex.
1218 * testsuite/gas/arm/archv8m-cmse-msr.s: Reorganize tests per
1219 operation, special register and then case. Use different register for
1220 each operation. Add tests for new special registers.
1221 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Adapt expected result
1222 accordingly.
1223 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1224 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
1225
c4dd0ba2
TP
12262016-08-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
1227
1228 * config/tc-arm.c (v7m_psrs): Remove msp_s, MSP_S, psp_s and PSP_S
1229 special registers.
1230 * testsuite/gas/arm/archv8m-cmse-msr.s: Remove test for above special
1231 registers.
1232 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
1233 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
1234 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
1235
6b40c462
L
12362016-08-24 H.J. Lu <hongjiu.lu@intel.com>
1237
1238 * config/tc-i386.c (cpu_arch): Add .ptwrite.
1239 * doc/c-i386.texi: Document ptwrite and .ptwrite.
1240 * testsuite/gas/i386/i386.exp: Run ptwrite, ptwrite-intel,
1241 x86-64-ptwrite and x86-64-ptwrite-intel.
1242 * testsuite/gas/i386/ptwrite-intel.d: New file.
1243 * testsuite/gas/i386/ptwrite.d: Likewise.
1244 * testsuite/gas/i386/ptwrite.s: Likewise.
1245 * testsuite/gas/i386/x86-64-ptwrite-intel.d: Likewise.
1246 * testsuite/gas/i386/x86-64-ptwrite.d: Likewise.
1247 * testsuite/gas/i386/x86-64-ptwrite.s: Likewise.
1248
873f10f0
TC
12492016-08-19 Tamar Christina <tamar.christina@arm.com>
1250
1251 * config/tc-arm.c (do_co_reg2c): Added constraint.
1252 * testsuite/gas/arm/dest-unpredictable.s: New.
1253 * testsuite/gas/arm/dest-unpredictable.l: New.
1254 * testsuite/gas/arm/dest-unpredictable.d: New.
1255
dd905818
NC
12562016-08-19 Nick Clifton <nickc@redhat.com>
1257
1258 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Adjust expected
1259 ordering of sections.
1260 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
1261 * testsuite/gas/ia64/alias-ilp32.d: Likewise.
1262 * testsuite/gas/ia64/alias.d: Likewise.
1263 * testsuite/gas/ia64/group-1.d: Likewise.
1264 * testsuite/gas/ia64/group-2.d: Likewise.
1265 * testsuite/gas/ia64/secname-ilp32.d: Likewise.
1266 * testsuite/gas/ia64/secname.d: Likewise.
1267 * testsuite/gas/ia64/unwind-ilp32.d: Likewise.
1268 * testsuite/gas/ia64/unwind.d: Likewise.
1269 * testsuite/gas/ia64/xdata-ilp32.d: Likewise.
1270 * testsuite/gas/ia64/xdata.d: Likewise.
1271 * testsuite/gas/mmix/bspec-1.d: Likewise.
1272 * testsuite/gas/mmix/bspec-2.d: Likewise.
1273 * testsuite/gas/mmix/byte-1.d: Likewise.
1274 * testsuite/gas/mmix/loc-1.d: Likewise.
1275 * testsuite/gas/mmix/loc-2.d: Likewise.
1276 * testsuite/gas/mmix/loc-3.d: Likewise.
1277 * testsuite/gas/mmix/loc-4.d: Likewise.
1278 * testsuite/gas/mmix/loc-5.d: Likewise.
1279 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
1280
dbd8770c
RS
12812016-08-11 Richard Sandiford <richard.sandiford@arm.com>
1282
1283 * config/tc-aarch64.c (parse_aarch64_imm_float): Reject -0.0.
1284 * testsuite/gas/aarch64/illegal.s, testsuite/gas/aarch64/illegal.l:
1285 Add tests for -0.0. Add an end-of-file comment.
1286
7ea12e5c
NC
12872016-08-05 Nick Clifton <nickc@redhat.com>
1288
b126985e
NC
1289 PR gas/20429
1290 * config/tc-arm.c (do_vfp_nsyn_push): Check that no more than 16
1291 registers are pushed.
1292 (do_vfp_nsyn_pop): Check that no more than 16 registers are
1293 popped.
1294 * testsuite/gas/arm/pr20429.s: New test.
1295 * testsuite/gas/arm/pr20429.d: New test driver.
1296 * testsuite/gas/arm/pr20429.1: Expected error output.
1297
7ea12e5c
NC
1298 PR gas/20364
1299 * config/tc-aarch64.c (s_ltorg): Change the mapping state after
1300 aligning the frag.
1301 (aarch64_init): Treat rs_align frags in code sections as
1302 containing code, not data.
1303 * testsuite/gas/aarch64/pr20364.s: New test.
1304 * testsuite/gas/aarch64/pr20364.d: New test driver.
1305
02442566
ST
13062016-08-04 Stefan Trleman <stefan.teleman@oracle.com>
1307
1308 PR gas/20427
1309 * config/tc-sparc.c (cons_fix_new_sparc): Prevent the generation
1310 of 64-bit relocation types when assembling for a 32-bit Solaris
1311 target.
1312
c88960d0
JM
13132016-07-27 Jose E. Marchesi <jose.marchesi@oracle.com>
1314
1315 * testsuite/gas/sparc/sparc.exp: Use is_elf_format to discriminate
1316 ELF targets.
1317 Run natural, natural-32, pr4587, ticc-imm-reg, v8-movwr-imm,
1318 pause, save-args, cbcond, cfr, crypto edge, flush, hpcvis3, ima,
1319 ld_st_fsr, ldtw_sttw, ldd_std, ldx_stx, ldx_efsr, mwait, mcdper,
1320 sparc5vis4, xcrypto, v9branch1 and imm-plus-rreg only in ELF
1321 targets.
1322 (sparc_elf_setup): Delete.
1323 * testsuite/gas/sparc/save-args.d: Fix a copy-paste typo in the
1324 test's #name entry.
1325
7bd374a4
MR
13262016-07-27 Maciej W. Rozycki <macro@imgtec.com>
1327
1328 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `nods' flag.
1329 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16)
1330 (RELAX_MICROMIPS_MARK_TOOFAR16, RELAX_MICROMIPS_CLEAR_TOOFAR16)
1331 (RELAX_MICROMIPS_TOOFAR32, RELAX_MICROMIPS_MARK_TOOFAR32)
1332 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Shift bits.
1333 (get_append_method): Also return APPEND_ADD_COMPACT for
1334 microMIPS instructions.
1335 (find_altered_mips16_opcode): Exclude macros from matching.
1336 Factor code out...
1337 (find_altered_opcode): ... to this new function.
1338 (find_altered_micromips_opcode): New function.
1339 (frag_branch_delay_slot_size): Likewise.
1340 (append_insn): Handle microMIPS branch/jump compaction.
1341 (macro_start): Likewise.
1342 (relaxed_micromips_32bit_branch_length): Likewise.
1343 (md_convert_frag): Likewise.
1344 * testsuite/gas/mips/micromips.s: Add conditional explicit NOPs
1345 for delay slot filling.
1346 * testsuite/gas/mips/micromips-b16.s: Add explicit NOPs for
1347 delay slot filling.
1348 * testsuite/gas/mips/micromips-size-1.s: Likewise.
1349 * testsuite/gas/mips/micromips.l: Adjust line numbers.
1350 * testsuite/gas/mips/micromips-warn.l: Likewise.
1351 * testsuite/gas/mips/micromips-size-1.l: Likewise.
1352 * testsuite/gas/mips/micromips.d: Adjust padding.
1353 * testsuite/gas/mips/micromips-trap.d: Likewise.
1354 * testsuite/gas/mips/micromips-insn32.d: Likewise.
1355 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
1356 * testsuite/gas/mips/micromips@beq.d: Update patterns for
1357 branch/jump compaction.
1358 * testsuite/gas/mips/micromips@bge.d: Likewise.
1359 * testsuite/gas/mips/micromips@bgeu.d: Likewise.
1360 * testsuite/gas/mips/micromips@blt.d: Likewise.
1361 * testsuite/gas/mips/micromips@bltu.d: Likewise.
1362 * testsuite/gas/mips/micromips@branch-misc-4.d: Likewise.
1363 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Likewise.
1364 * testsuite/gas/mips/micromips@branch-misc-5.d: Likewise.
1365 * testsuite/gas/mips/micromips@branch-misc-5pic.d: Likewise.
1366 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Likewise.
1367 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
1368 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: Likewise.
1369 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d:
1370 Likewise.
1371 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d:
1372 Likewise.
1373 * testsuite/gas/mips/micromips@loc-swap.d: Likewise.
1374 * testsuite/gas/mips/micromips@loc-swap-dis.d: Likewise.
1375 * testsuite/gas/mips/micromips@relax.d: Likewise.
1376 * testsuite/gas/mips/micromips@relax-at.d: Likewise.
1377 * testsuite/gas/mips/micromips@relax-swap3.d: Likewise.
1378 * testsuite/gas/mips/branch-extern-2.d: Likewise.
1379 * testsuite/gas/mips/branch-extern-4.d: Likewise.
1380 * testsuite/gas/mips/branch-section-2.d: Likewise.
1381 * testsuite/gas/mips/branch-section-4.d: Likewise.
1382 * testsuite/gas/mips/branch-weak-2.d: Likewise.
1383 * testsuite/gas/mips/branch-weak-5.d: Likewise.
1384 * testsuite/gas/mips/micromips-branch-absolute.d: Likewise.
1385 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
1386 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
1387 * testsuite/gas/mips/micromips-branch-absolute-addend.d:
1388 Likewise.
1389 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
1390 Likewise.
1391 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
1392 Likewise.
1393 * testsuite/gas/mips/micromips-compact.d: New test.
1394 * testsuite/gas/mips/mips.exp: Run the new test.
1395
db18dbab
GM
13962016-07-27 Graham Markall <graham.markall@embecosm.com>
1397
1398 * config/tc-arc.c: Add new global arc_addrtype_hash.
1399 Define O_colon and O_addrtype.
1400 (debug_exp): Add O_colon and O_addrtype.
1401 (tokenize_arguments): Handle colon and address type
1402 tokens.
1403 (declare_addrtype): New function.
1404 (md_begin): Initialise arc_addrtype_hash.
1405 (arc_parse_name): Add lookup of address types.
1406 (assemble_insn): Handle colons and address types by
1407 ignoring them.
1408 * testsuite/gas/arc/nps400-8.s: New file.
1409 * testsuite/gas/arc/nps400-8.d: New file.
1410 * testsuite/gas/arc/nps400-8.s: Add PMU instruction tests.
1411 * testsuite/gas/arc/nps400-8.d: Add expected PMU
1412 instruction output.
1413
8484fb75
MR
14142016-07-26 Maciej W. Rozycki <macro@imgtec.com>
1415
1416 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Add `insn32' flag.
1417 (RELAX_MICROMIPS_INSN32): New macro.
1418 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
1419 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_RELAX32)
1420 (RELAX_MICROMIPS_TOOFAR16, RELAX_MICROMIPS_MARK_TOOFAR16)
1421 (RELAX_MICROMIPS_CLEAR_TOOFAR16, RELAX_MICROMIPS_TOOFAR32)
1422 (RELAX_MICROMIPS_MARK_TOOFAR32, RELAX_MICROMIPS_CLEAR_TOOFAR32):
1423 Shift bits.
1424 (append_insn): Record `mips_opts.insn32' with relaxed microMIPS
1425 branches.
1426 (relaxed_micromips_32bit_branch_length): Handle the `insn32'
1427 mode.
1428 (md_convert_frag): Likewise.
1429 * testsuite/gas/mips/micromips-branch-relax.s: Add `insn32'
1430 conditionals.
1431 * testsuite/gas/mips/micromips-branch-relax.l: Update line
1432 numbers accordingly.
1433 * testsuite/gas/mips/micromips-branch-relax-pic.l: Likewise.
1434 * testsuite/gas/mips/micromips-branch-relax-insn32.d: New test.
1435 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.d: New
1436 test.
1437 * testsuite/gas/mips/micromips-branch-relax-insn32.l: New
1438 stderr output.
1439 * testsuite/gas/mips/micromips-branch-relax-insn32-pic.l: New
1440 stderr output.
1441 * testsuite/gas/mips/mips.exp: Run the new tests.
1442
fecd57f9
L
14432016-07-21 H.J. Lu <hongjiu.lu@intel.com>
1444
1445 * configure: Regenerated.
1446
37fd5ef3
CZ
14472016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
1448
1449 * testsuite/gas/arc/dsp.d: New file.
1450 * testsuite/gas/arc/dsp.s: Likewise.
1451 * testsuite/gas/arc/fpu.d: Likewise.
1452 * testsuite/gas/arc/fpu.s: Likewise.
1453 * testsuite/gas/arc/ext2op.d: Add specific disassembler option.
1454 * testsuite/gas/arc/ext3op.d: Likewise.
1455 * testsuite/gas/arc/tdpfp.d: Likewise.
1456 * testsuite/gas/arc/tfpuda.d: Likewise.
1457
5caa2b07
MR
14582016-07-20 Maciej W. Rozycki <macro@imgtec.com>
1459
1460 * config/tc-mips.c (mips_force_relocation): Remove
1461 R_MIPS_PC26_S2 and R_MIPS_PC21_S2.
1462
a6ebf616
MR
14632016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1464
1465 * config/tc-mips.c (mips_force_relocation, mips_fix_adjustable):
1466 Adjust comments for BAL to JALX linker conversion.
1467 (fix_bad_cross_mode_branch_p): Accept cross-mode BAL.
1468 * testsuite/gas/mips/unaligned-branch-1.l: Update error messages
1469 expected.
1470 * testsuite/gas/mips/unaligned-branch-micromips-1.l: Likewise.
1471 * testsuite/gas/mips/branch-local-4.d: New test.
1472 * testsuite/gas/mips/branch-local-n32-4.d: New test.
1473 * testsuite/gas/mips/branch-local-n64-4.d: New test.
1474 * testsuite/gas/mips/branch-addend.d: New test.
1475 * testsuite/gas/mips/branch-addend-n32.d: New test.
1476 * testsuite/gas/mips/branch-addend-n64.d: New test.
1477 * testsuite/gas/mips/branch-local-4.s: New test source.
1478 * testsuite/gas/mips/branch-addend.s: New test source.
1479 * testsuite/gas/mips/mips.exp: Run the new tests.
1480
9d862524
MR
14812016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1482
1483 * config/tc-mips.c (mips_force_relocation): Also retain branch
1484 relocations against MIPS16 and microMIPS symbols.
1485 (fix_bad_cross_mode_jump_p): New function.
1486 (fix_bad_same_mode_jalx_p): Likewise.
1487 (fix_bad_misaligned_jump_p): Likewise.
1488 (fix_bad_cross_mode_branch_p): Likewise.
1489 (fix_bad_misaligned_branch_p): Likewise.
1490 (fix_validate_branch): Likewise.
1491 (md_apply_fix) <BFD_RELOC_MIPS_JMP, BFD_RELOC_MIPS16_JMP>
1492 <BFD_RELOC_MICROMIPS_JMP>: Separate from BFD_RELOC_MIPS_SHIFT5,
1493 etc. Verify the ISA mode and alignment of the jump target.
1494 <BFD_RELOC_MIPS_21_PCREL_S2>: Replace the inline alignment check
1495 with a call to `fix_validate_branch'.
1496 <BFD_RELOC_MIPS_26_PCREL_S2>: Likewise.
1497 <BFD_RELOC_16_PCREL_S2>: Likewise.
1498 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
1499 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Retain the original addend.
1500 Verify the ISA mode and alignment of the branch target.
1501 (md_convert_frag): Verify the ISA mode and alignment of resolved
1502 MIPS16 branch targets.
1503 * testsuite/gas/mips/branch-misc-1.s: Annotate non-instruction
1504 branch targets with `.insn'.
1505 * testsuite/gas/mips/branch-misc-5.s: Likewise.
1506 * testsuite/gas/mips/micromips@branch-misc-5-64.d: Update
1507 accordingly.
1508 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: Likewise.
1509 * testsuite/gas/mips/micromips-branch-relax.s: Annotate
1510 non-instruction branch target with `.insn'.
1511 * testsuite/gas/mips/micromips.s: Replace microMIPS JALX targets
1512 with external symbols.
1513 * testsuite/gas/mips/micromips-insn32.d: Update accordingly.
1514 * testsuite/gas/mips/micromips-noinsn32.d: Likewise.
1515 * testsuite/gas/mips/micromips-trap.d: Likewise.
1516 * testsuite/gas/mips/micromips.d: Likewise.
1517 * testsuite/gas/mips/mips16.s: Annotate non-instruction branch
1518 targets with `.insn'.
1519 * testsuite/gas/mips/mips16.d: Update accordingly.
1520 * testsuite/gas/mips/mips16-64.d: Likewise.
1521 * testsuite/gas/mips/mips16-dwarf2.s: Annotate non-instruction
1522 branch target with `.insn'.
1523 * testsuite/gas/mips/relax-swap3.s: Likewise.
1524 * testsuite/gas/mips/branch-local-2.l: New list test.
1525 * testsuite/gas/mips/branch-local-3.l: New list test.
1526 * testsuite/gas/mips/branch-local-n32-2.l: New list test.
1527 * testsuite/gas/mips/branch-local-n32-3.l: New list test.
1528 * testsuite/gas/mips/branch-local-n64-2.l: New list test.
1529 * testsuite/gas/mips/branch-local-n64-3.l: New list test.
1530 * testsuite/gas/mips/unaligned-jump-1.l: New list test.
1531 * testsuite/gas/mips/unaligned-jump-2.l: New list test.
1532 * testsuite/gas/mips/unaligned-jump-3.d: New test.
1533 * testsuite/gas/mips/unaligned-jump-mips16-1.l: New list test.
1534 * testsuite/gas/mips/unaligned-jump-mips16-2.l: New list test.
1535 * testsuite/gas/mips/unaligned-jump-mips16-3.d: New test.
1536 * testsuite/gas/mips/unaligned-jump-micromips-1.l: New list
1537 test.
1538 * testsuite/gas/mips/unaligned-jump-micromips-2.l: New list
1539 test.
1540 * testsuite/gas/mips/unaligned-jump-micromips-3.d: New test.
1541 * testsuite/gas/mips/unaligned-branch-1.l: New list test.
1542 * testsuite/gas/mips/unaligned-branch-2.l: New list test.
1543 * testsuite/gas/mips/unaligned-branch-3.d: New test.
1544 * testsuite/gas/mips/unaligned-branch-r6-1.l: New list test.
1545 * testsuite/gas/mips/unaligned-branch-r6-2.l: New list test.
1546 * testsuite/gas/mips/unaligned-branch-r6-3.l: New list test.
1547 * testsuite/gas/mips/unaligned-branch-r6-4.l: New list test.
1548 * testsuite/gas/mips/unaligned-branch-r6-5.d: New test.
1549 * testsuite/gas/mips/unaligned-branch-r6-6.d: New test.
1550 * testsuite/gas/mips/unaligned-branch-mips16-1.l: New list test.
1551 * testsuite/gas/mips/unaligned-branch-mips16-2.l: New list test.
1552 * testsuite/gas/mips/unaligned-branch-mips16-3.d: New test.
1553 * testsuite/gas/mips/unaligned-branch-micromips-1.l: New list
1554 test.
1555 * testsuite/gas/mips/unaligned-branch-micromips-2.l: New list
1556 test.
1557 * testsuite/gas/mips/unaligned-branch-micromips-3.d: New test.
1558 * testsuite/gas/mips/branch-local-2.s: New test source.
1559 * testsuite/gas/mips/branch-local-3.s: New test source.
1560 * testsuite/gas/mips/branch-local-n32-2.s: New test source.
1561 * testsuite/gas/mips/branch-local-n32-3.s: New test source.
1562 * testsuite/gas/mips/branch-local-n64-2.s: New test source.
1563 * testsuite/gas/mips/branch-local-n64-3.s: New test source.
1564 * testsuite/gas/mips/unaligned-jump-1.s: New test source.
1565 * testsuite/gas/mips/unaligned-jump-2.s: New test source.
1566 * testsuite/gas/mips/unaligned-jump-mips16-1.s: New test source.
1567 * testsuite/gas/mips/unaligned-jump-mips16-2.s: New test source.
1568 * testsuite/gas/mips/unaligned-jump-micromips-1.s: New test
1569 source.
1570 * testsuite/gas/mips/unaligned-jump-micromips-2.s: New test
1571 source.
1572 * testsuite/gas/mips/unaligned-branch-1.s: New test source.
1573 * testsuite/gas/mips/unaligned-branch-2.s: New test source.
1574 * testsuite/gas/mips/unaligned-branch-r6-1.s: New test source.
1575 * testsuite/gas/mips/unaligned-branch-r6-2.s: New test source.
1576 * testsuite/gas/mips/unaligned-branch-r6-3.s: New test source.
1577 * testsuite/gas/mips/unaligned-branch-r6-4.s: New test source.
1578 * testsuite/gas/mips/unaligned-branch-mips16-1.s: New test
1579 source.
1580 * testsuite/gas/mips/unaligned-branch-mips16-2.s: New test
1581 source.
1582 * testsuite/gas/mips/unaligned-branch-micromips-1.s: New test
1583 source.
1584 * testsuite/gas/mips/unaligned-branch-micromips-2.s: New test
1585 source.
1586 * testsuite/gas/mips/mips.exp: Run the new tests.
1587
065251a0
TS
15882016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1589
1590 * config/tc-nds32.c (struct nds32_pseudo_opcode): Make pseudo_val
1591 unsigned int.
1592 (do_pseudo_b): Adjust.
1593 (do_pseudo_bal): Likewise.
1594 (do_pseudo_bge): Likewise.
1595 (do_pseudo_bges): Likewise.
1596 (do_pseudo_bgt): Likewise.
1597 (do_pseudo_bgts): Likewise.
1598 (do_pseudo_ble): Likewise.
1599 (do_pseudo_bles): Likewise.
1600 (do_pseudo_blt): Likewise.
1601 (do_pseudo_blts): Likewise.
1602 (do_pseudo_br): Likewise.
1603 (do_pseudo_bral): Likewise.
1604 (do_pseudo_la): Likewise.
1605 (do_pseudo_li): Likewise.
1606 (do_pseudo_ls_bhw): Likewise.
1607 (do_pseudo_ls_bhwp): Likewise.
1608 (do_pseudo_ls_bhwpc): Likewise.
1609 (do_pseudo_ls_bhwi): Likewise.
1610 (do_pseudo_move): Likewise.
1611 (do_pseudo_neg): Likewise.
1612 (do_pseudo_not): Likewise.
1613 (do_pseudo_pushpopm): Likewise.
1614 (do_pseudo_pushpop): Likewise.
1615 (do_pseudo_v3push): Likewise.
1616 (do_pseudo_v3pop): Likewise.
1617 (do_pseudo_pushpop_stack): Likewise.
1618 (do_pseudo_push_bhwd): Likewise.
1619 (do_pseudo_pop_bhwd): Likewise.
1620 (do_pseudo_pusha): Likewise.
1621 (do_pseudo_pushi): Likewise.
1622
9bceab41
TS
16232016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1624
1625 * config/tc-sparc.c (struct pop_entry): Make the type of reloc
1626 bfd_reloc_code_real_type.
1627
cf80913a
TS
16282016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1629
1630 * config/tc-sparc.c (pop_table): Remove sentinel.
1631 (NUM_PERC_ENTRIES): Use ARRAY_SIZE on pop_table.
1632 (md_begin): Adjust.
1633
35fec4ff
TS
16342016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1635
1636 * config/tc-z8k.c (newfix): Make type of type argument
1637 bfd_reloc_code_real_type.
1638 (apply_fix): Likewise.
1639
00dad9a4
AM
16402016-07-16 Alan Modra <amodra@gmail.com>
1641
1642 * config/tc-epiphany.c: Don't include libbfd.h.
1643 * config/tc-frv.c: Likewise.
1644 * config/tc-ip2k.c: Likewise.
1645 * config/tc-iq2000.c: Likewise.
1646 * config/tc-m32c.c: Likewise.
1647 * config/tc-mep.c: Likewise.
1648 * config/tc-mt.c: Likewise.
1649 * config/tc-nios2.c: Likewise.
1650
76e7a751
AM
16512016-07-16 Alan Modra <amodra@gmail.com>
1652
1653 * config/bfin-parse.y: Don't include libbfd.h.
1654 * config/tc-bfin.c: Likewise.
1655 * config/tc-rl78.c: Likewise.
1656 * config/tc-rx.c: Likewise.
1657 * config/tc-metag.c: Likewise.
1658 (create_dspreg_htabs, create_scond_htab): Use gas_assert not BFD_ASSERT.
1659 * Makefile.am: Update dependencies.
1660 * Makefile.in: Regenerate.
1661
b416ba9b
MR
16622016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1663
1664 * config/tc-mips.h (TC_FORCE_RELOCATION_ABS): New macro.
1665 (mips_force_relocation_abs): New prototype.
1666 * config/tc-mips.c (mips_force_relocation_abs): New function.
1667 * testsuite/gas/mips/branch-absolute.d: Adjust dump patterns.
1668 * testsuite/gas/mips/mips16-branch-absolute.d: Likewise.
1669 * testsuite/gas/mips/micromips-branch-absolute-n32.d: Likewise.
1670 * testsuite/gas/mips/micromips-branch-absolute-n64.d: Likewise.
1671 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d:
1672 Likewise.
1673 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d:
1674 Likewise.
1675 * testsuite/gas/mips/branch-absolute-addend.d: New test.
1676 * testsuite/gas/mips/mips16-branch-absolute-addend.d: New test.
1677 * testsuite/gas/mips/micromips-branch-absolute-addend.d: New
1678 test.
1679 * testsuite/gas/mips/mips.exp: Run the new tests.
1680
96e9ba5f
MR
16812016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1682
1683 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS16_16_PCREL_S1>
1684 <BFD_RELOC_MICROMIPS_7_PCREL_S1, BFD_RELOC_MICROMIPS_10_PCREL_S1>
1685 <BFD_RELOC_MICROMIPS_16_PCREL_S1>: Keep the ISA bit in the
1686 addend calculated.
1687 * testsuite/gas/mips/mips16-branch-absolute.s: Set the ISA bit
1688 in `bar', export `foo'.
1689 * testsuite/gas/mips/mips16-branch-absolute.d: Adjust
1690 accordingly.
1691 * testsuite/gas/mips/mips16-branch-absolute-n32.d: Likewise.
1692 * testsuite/gas/mips/mips16-branch-absolute-n64.d: Likewise.
1693 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d:
1694 Likewise.
1695 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d:
1696 Likewise.
1697
0c117286
MR
16982016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1699
1700 * testsuite/gas/mips/mips16-branch-absolute.d: Update patterns.
1701 * testsuite/gas/mips/branch-absolute.d: New test.
1702 * testsuite/gas/mips/branch-absolute-n32.d: New test.
1703 * testsuite/gas/mips/branch-absolute-n64.d: New test.
1704 * testsuite/gas/mips/branch-absolute-addend-n32.d: New test.
1705 * testsuite/gas/mips/branch-absolute-addend-n64.d: New test.
1706 * testsuite/gas/mips/mips16-branch-absolute-n32.d: New test.
1707 * testsuite/gas/mips/mips16-branch-absolute-n64.d: New test.
1708 * testsuite/gas/mips/mips16-branch-absolute-addend-n32.d: New
1709 test.
1710 * testsuite/gas/mips/mips16-branch-absolute-addend-n64.d: New
1711 test.
1712 * testsuite/gas/mips/micromips-branch-absolute.d: New test.
1713 * testsuite/gas/mips/micromips-branch-absolute-n32.d: New test.
1714 * testsuite/gas/mips/micromips-branch-absolute-n64.d: New test.
1715 * testsuite/gas/mips/micromips-branch-absolute-addend-n32.d: New
1716 test.
1717 * testsuite/gas/mips/micromips-branch-absolute-addend-n64.d: New
1718 test.
1719 * testsuite/gas/mips/branch-absolute.s: New test source.
1720 * testsuite/gas/mips/branch-absolute-addend.s: New test source.
1721 * testsuite/gas/mips/mips16-branch-absolute-addend.s: New test
1722 source.
1723 * testsuite/gas/mips/micromips-branch-absolute.s: New test
1724 source.
1725 * testsuite/gas/mips/micromips-branch-absolute-addend.s: New
1726 test source.
1727 * testsuite/gas/mips/mips.exp: Run the new tests.
1728
92281a5b
MR
17292016-07-13 Maciej W. Rozycki <macro@imgtec.com>
1730
1731 * testsuite/gas/mips/nal-1.d: New test.
1732 * testsuite/gas/mips/mipsr6@nal-1.d: New test.
1733 * testsuite/gas/mips/nal-2.d: New test.
1734 * testsuite/gas/mips/mipsr6@nal-2.d: New test.
1735 * testsuite/gas/mips/nal.s: New test source.
1736 * testsuite/gas/mips/mips.exp: Run the new tests.
1737
6e7ced37
JM
17382016-07-12 Jose E. Marchesi <jose.marchesi@oracle.com>
1739
1740 * testsuite/gas/sparc/ldtxa.s: New file.
1741 * testsuite/gas/sparc/ldtxa.d: Likewise.
1742 * testsuite/gas/sparc/sparc.exp: Execute the ldtxa test.
1743
05bbf016
CZ
17442016-07-11 Claudiu Zissulescu <claziss@synopsys.com>
1745
1746 * config/tc-arc.c (arc_reloc_op_tag): Allow complex ops for dtpoff.
1747 (tc_gen_reloc): Remove passing DTPOFF base info into reloc addendum
1748 as it is no longer needed.
1749
d9dcf8c6
MR
17502016-07-08 Maciej W. Rozycki <macro@imgtec.com>
1751
1752 * config/tc-mips.c (append_insn): Remove extraneous
1753 `install_insn' call.
1754
33d0ab95
JB
17552016-07-04 Jan Beulich <jbeulich@suse.com>
1756
1757 * config/tc-i386.c (check_qword_reg): Correct register kind
1758 checked.
1759 * testsuite/gas/i386/x86-64-suffix-bad.s: Add q-suffix with
1760 16-bit register cases.
1761 * testsuite/gas/i386/x86-64-suffix-bad.l: Adjust expectations.
1762
1763
fcedb9f3
MR
17642016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1765
1766 * testsuite/gas/mips/ecoff@ld.d: Remove test.
1767 * testsuite/gas/mips/ecoff@ld-forward.d: Remove test.
1768 * testsuite/gas/mips/ecoff@ld-zero-3.d: Remove test.
1769 * testsuite/gas/mips/ecoff@sd.d: Remove test.
1770 * testsuite/gas/mips/ecoff@sd-forward.d: Remove test.
1771 * testsuite/gas/mips/beq.d: Remove a.out and ECOFF support from
1772 reloc patterns.
1773 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
1774 * testsuite/gas/mips/bge.d: Likewise.
1775 * testsuite/gas/mips/mipsr6@bge.d: Likewise.
1776 * testsuite/gas/mips/bgeu.d: Likewise.
1777 * testsuite/gas/mips/mipsr6@bgeu.d: Likewise.
1778 * testsuite/gas/mips/blt.d: Likewise.
1779 * testsuite/gas/mips/mipsr6@blt.d: Likewise.
1780 * testsuite/gas/mips/bltu.d: Likewise.
1781 * testsuite/gas/mips/mipsr6@bltu.d: Likewise.
1782 * testsuite/gas/mips/branch-likely.d: Likewise.
1783 * testsuite/gas/mips/la.d: Likewise.
1784 * testsuite/gas/mips/lb.d: Likewise.
1785 * testsuite/gas/mips/lifloat.d: Likewise.
1786 * testsuite/gas/mips/sb.d: Likewise.
1787 * testsuite/gas/mips/uld.d: Likewise.
1788 * testsuite/gas/mips/ulh.d: Likewise.
1789 * testsuite/gas/mips/ulw.d: Likewise.
1790 * testsuite/gas/mips/usd.d: Likewise.
1791 * testsuite/gas/mips/ush.d: Likewise.
1792 * testsuite/gas/mips/usw.d: Likewise.
1793
00437d3b
MR
17942016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1795
1796 * testsuite/gas/mips/branch-misc-2.s: Move non
1797 locally-defined-global symbol tests...
1798 * testsuite/gas/mips/branch-misc-5.s: ... to this new test.
1799 * testsuite/gas/mips/branch-misc-2.d: Update accordingly.
1800 * testsuite/gas/mips/branch-misc-2-64.d: Likewise.
1801 * testsuite/gas/mips/branch-misc-2pic.d: Likewise.
1802 * testsuite/gas/mips/branch-misc-2pic-64.d: Likewise.
1803 * testsuite/gas/mips/mipsr6@branch-misc-2-64.d: Likewise.
1804 * testsuite/gas/mips/mipsr6@branch-misc-2pic-64.d: Likewise.
1805 * testsuite/gas/mips/micromips@branch-misc-2.d: Likewise.
1806 * testsuite/gas/mips/micromips@branch-misc-2-64.d: Likewise.
1807 * testsuite/gas/mips/micromips@branch-misc-2pic.d: Likewise.
1808 * testsuite/gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
1809 * testsuite/gas/mips/branch-misc-5.d: New test.
1810 * testsuite/gas/mips/branch-misc-5pic.d: New test.
1811 * testsuite/gas/mips/branch-misc-5-64.d: New test.
1812 * testsuite/gas/mips/branch-misc-5pic-64.d: New test.
1813 * testsuite/gas/mips/mipsr6@branch-misc-5-64.d: New test.
1814 * testsuite/gas/mips/mipsr6@branch-misc-5pic-64.d: New test.
1815 * testsuite/gas/mips/micromips@branch-misc-5.d: New test.
1816 * testsuite/gas/mips/micromips@branch-misc-5pic.d: New test.
1817 * testsuite/gas/mips/micromips@branch-misc-5-64.d: New test.
1818 * testsuite/gas/mips/micromips@branch-misc-5pic-64.d: New test.
1819 * testsuite/gas/mips/mips.exp: Run the new tests.
1820
f26c9c2e
MR
18212016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1822
1823 * testsuite/gas/mips/beq.s: Uncomment branches to undefined
1824 symbols.
1825 * testsuite/gas/mips/beq.d: Update accordingly.
1826 * testsuite/gas/mips/mipsr6@beq.d: Likewise.
1827 * testsuite/gas/mips/micromips@beq.d: Likewise.
1828
d7f20d66
MR
18292016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1830
1831 * testsuite/gas/mips/mips.exp: Restrict 64-bit `branch-mips'
1832 tests to NewABI targets.
1833
e51af157
MR
18342016-07-02 Maciej W. Rozycki <macro@imgtec.com>
1835
1836 * testsuite/gas/mips/mips.exp: Group `branch-misc' tests
1837 together.
1838
93d8990c
SN
18392016-07-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
1840
1841 * config/tc-aarch64.c (struct aarch64_option_cpu_value_table): Add
1842 require field.
1843 (aarch64_features): Initialize require fields.
1844 (aarch64_parse_features): Handle dependencies.
1845 (aarch64_feature_enable_set, aarch64_feature_disable_set): New.
1846 (md_assemble): Use AARCH64_CPU_HAS_ALL_FEATURES.
1847 * testsuite/gas/aarch64/illegal-nofp16.s: New.
1848 * testsuite/gas/aarch64/illegal-nofp16.l: New.
1849 * testsuite/gas/aarch64/illegal-nofp16.d: New.
1850
98a4fc78
NC
18512016-07-01 Nick Clifton <nickc@redhat.com>
1852
1853 * macro.c (macro_expand_body): Use a buffer big enough to hold an
1854 extremely large integer.
1855
248feb2f
JB
18562016-07-01 Jan Beulich <jbeulich@suse.com>
1857
1858 * testsuite/gas/i386/mpx-inval-2.l: Relax for COFF targets.
1859
96a84ea3
TG
18602016-07-01 Tristan Gingold <gingold@adacore.com>
1861
1862 * NEWS: Add marker for 2.27.
1863
8178be5b
JB
18642016-07-01 Jan Beulich <jbeulich@suse.com>
1865
1866 * tc-i386.c (i386_index_check): Add special checks for bndmk,
1867 bndldx, and bndstx.
1868 * testsuite/gas/i386/mpx-inval-2.s: Add %rip and %eip relative
1869 as well as scaling by other than 1 tests.
1870 * testsuite/gas/i386/mpx-inval-2.l: Adjust accordingly.
1871
327e8c42
JB
18722016-07-01 Jan Beulich <jbeulich@suse.com>
1873
1874 * tc-i386.c (md_assemble): Alter address size checking for MPX
1875 instructions.
1876 * testsuite/gas/i386/mpx-inval-2.s: New.
1877 * testsuite/gas/i386/mpx-inval-2.l: New.
1878 * testsuite/gas/i386/i386.exp: Run new test.
1879
83b16ac6
JB
18802016-07-01 Jan Beulich <jbeulich@suse.com>
1881
1882 PR gas/20318
1883 * config/tc-i386.c (match_template): Add char parameter,
1884 consumed in Intel mode for an extra suffix check.
1885 (md_assemble): New local variable mnem_suffix.
1886 * testsuite/gas/i386/suffix-bad.s: New.
1887 * testsuite/gas/i386/suffix-bad.l: New.
1888 * testsuite/gas/i386/i386.exp: Run new test (twice).
1889
c07315e0
JB
18902016-07-01 Jan Beulich <jbeulich@suse.com>
1891
1892 * testsuite/gas/i386/movz.s: New.
1893 * testsuite/gas/i386/movz32.d: New.
1894 * testsuite/gas/i386/movz64.d: New.
1895 * testsuite/gas/i386/i386.exp: Run new tests.
1896
8325cc63
JB
18972016-07-01 Jan Beulich <jbeulich@suse.com>
1898
1899 * config/tc-i386.c (struct _i386_insn): New field memop1_string.
1900 (md_assemble): Free first memory operand string.
1901 (i386_index_check): Use repprefixok to distingush xlat from
1902 other (real) string ops.
1903 (maybe_adjust_templates): New.
1904 (i386_att_operand). Call it. Store first memory operand string.
1905 * config/tc-i386-intel.c (i386_intel_operand): Likewise.
1906 * testsuite/gas/i386/intel-movs.s: New.
1907 * testsuite/gas/i386/intel-movs32.d: New.
1908 * testsuite/gas/i386/intel-movs64.d: New.
1909 * testsuite/gas/i386/i386.exp: Run new tests. Invoke as for
1910 64-bits tests with "--defsym x86_64=1 --strip-local-absolute".
1911
3b821a28
MR
19122016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1913
1914 * config/tc-mips.c (get_append_method): Fix a comment typo.
1915
99e7978b
MF
19162016-06-30 Matthew Fortune <Matthew.Fortune@imgtec.com>
1917 Maciej W. Rozycki <macro@imgtec.com>
1918
1919 * config/tc-mips.c (append_insn) <APPEND_SWAP>: Do not special
1920 case MIPS16 handling.
1921 * testsuite/gas/mips/branch-swap-3.d: New test.
1922 * testsuite/gas/mips/branch-swap-4.d: New test.
1923 * testsuite/gas/mips/mips16@branch-swap-3.d: New test.
1924 * testsuite/gas/mips/mips16@branch-swap-4.d: New test.
1925 * testsuite/gas/mips/micromips@branch-swap-3.d: New test.
1926 * testsuite/gas/mips/micromips@branch-swap-4.d: New test.
1927 * testsuite/gas/mips/branch-swap-3.s: New test source.
1928 * testsuite/gas/mips/mips.exp: Run the new tests.
1929
5e35670b
MR
19302016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1931
1932 * config/tc-mips.c (append_insn): Simplify non-MIPS16 branch
1933 swapping sequence.
1934
93a24ba7
MR
19352016-06-30 Maciej W. Rozycki <macro@imgtec.com>
1936
1937 PR gas/20312
1938 * write.c (subsegs_finish_section): Force no section padding to
1939 alignment on failed assembly, always set last frag's alignment
1940 from section.
1941 * testsuite/gas/all/pr20312.l: New list test.
1942 * testsuite/gas/all/pr20312.s: New test source.
1943 * testsuite/gas/all/gas.exp: Run the new test
1944
8d6f5ac3
AB
19452016-06-30 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * config.in (TARGET_WITH_CPU): Undefine.
1948 * configure.ac: Add --with-cpu support, and define in config.h.
1949 * configure: Regenerate.
1950 * config/tc-arc.c: Use TARGET_WITH_CPU to select default CPU.
1951 * NEWS: Mention new configure option.
1952
534dbe46
MW
19532016-06-30 Matthew Wahab <matthew.wahab@arm.com>
1954
1955 * testsuite/gas/arm/armv8_2+rdma.d: New.
1956
4e3e1fdf
L
19572016-06-29 H.J. Lu <hongjiu.lu@intel.com>
1958
1959 * NEWS: Mention --enable-compressed-debug-sections=gas is the
1960 default for Linux/x86 targets.
1961 * configure.tgt (ac_default_compressed_debug_sections): Default
1962 to yes for Linux/x86 targets.
1963
6d44f09a
MR
19642016-06-29 Maciej W. Rozycki <macro@imgtec.com>
1965
1966 * write.c: Remove "libbfd.h" inclusion.
1967
eb9bb5b4
MR
19682016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1969
1970 * testsuite/gas/elf/elf.exp: Use `supports_gnu_unique' with the
1971 `type' test.
1972
d48796b5
AM
19732016-06-28 Alan Modra <amodra@gmail.com>
1974
1975 PR gas/20247
1976 * testsuite/gas/elf/section11.s: Don't start directives in first column.
1977
dab26bf4
RS
19782016-06-28 Richard Sandiford <richard.sandiford@arm.com>
1979
1980 * testsuite/gas/aarch64/diagnostic.s,
1981 testsuite/gas/aarch64/diagnostic.l: Add tests for out-of-range indices.
1982
c9775dde
MR
19832016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1984
1985 * config/tc-mips.c (mips16_reloc_p): Handle
1986 BFD_RELOC_MIPS16_16_PCREL_S1.
1987 (b_reloc_p): Likewise.
1988 (limited_pcrel_reloc_p): Likewise.
1989 (md_pcrel_from): Likewise.
1990 (md_apply_fix): Likewise.
1991 (tc_gen_reloc): Likewise.
1992 (md_convert_frag): Likewise.
1993 (mips_fix_adjustable): Update comment.
1994 * testsuite/gas/mips/mips16-branch-reloc-2.d: Remove error
1995 output, add dump patterns.
1996 * testsuite/gas/mips/mips16-branch-reloc-3.d: Remove error
1997 output, add dump patterns.
1998 * testsuite/gas/mips/mips16-branch-addend-2.d: Remove error
1999 output, add dump patterns.
2000 * testsuite/gas/mips/mips16-branch-addend-3.d: Remove error
2001 output, add dump patterns.
2002 * testsuite/gas/mips/mips16-branch-absolute.d: Remove error
2003 output, add dump patterns.
2004 * testsuite/gas/mips/mips16-branch-reloc-2.l: Remove file.
2005 * testsuite/gas/mips/mips16-branch-reloc-3.l: Remove file.
2006 * testsuite/gas/mips/mips16-branch-addend-2.l: Remove file.
2007 * testsuite/gas/mips/mips16-branch-addend-3.l: Remove file.
2008 * testsuite/gas/mips/mips16-branch-absolute.l: Remove file.
2009 * testsuite/gas/mips/mips16-branch-addend-2.s: Add padding.
2010 * testsuite/gas/mips/branch-weak.s: Adjust alignment, avoid
2011 implicit instruction padding, avoid MIPS16 JR->JRC conversion.
2012 * testsuite/gas/mips/branch-weak-6.d: New test.
2013 * testsuite/gas/mips/branch-weak-7.d: New test.
2014 * testsuite/gas/mips/mips.exp: Run the new tests.
2015
45a54ee5
VG
20162016-06-27 Vineet Gupta <vgupta@synopsys.com>
2017
2018 * config//tc-arc.c (tc_arc_frame_initial_instructions): Use
2019 cfi_add_CFA_def_cfa to generate default CFA with offset
2020 * testsuite/gas/cfi/cfi-arc-1.d: Update expected output.
2021
95daf210
NC
20222016-06-27 Nick Clifton <nickc@redhat.com>
2023
2024 PR gas/20247
2025 * as.h (do_not_pad_sections_to_alignment): New global variable.
2026 * as.c (show_usage): Add --no-pad-sections.
2027 (parse_args): Likewise.
2028 * write.c (size_seg): Skip padding the end of the section if
2029 requested from the command line.
2030 (SUB_SEGMENT_ALIGN): Likewise.
2031 * doc/as.texinfo: Document the new option.
2032 * NEWS: Mention the new feature.
2033 * testsuite/gas/elf/section11.s: New test.
2034 * testsuite/gas/elf/section11.d: New test driver.
2035 * testsuite/gas/elf/elf.exp: Run the new test.
2036
3cd72572
TS
20372016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2038
2039 * config/tc-dlx.c: Include bfd/elf32-dlx.h.
2040 * config/tc-dlx.h: Remove prototype of dlx_set_skip_hi16.
2041
e066bf5f
TS
20422016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2043
2044 * config/tc-xtensa.c (xtensa_elf_suffix): Use ARRAY_SIZE instead of a
2045 sentinal element.
2046 (map_suffix_reloc_to_operator): Likewise.
2047 (map_operator_to_reloc): Likewise.
2048
0708347f
TS
20492016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2050
2051 * config/tc-nds32.c (md_begin): Use ARRAY_SIZE instead of a sentinal
2052 element in relax_table.
2053
8a0b252a
TS
20542016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2055
2056 * config/tc-aarch64.c: Make the type of reg_entry::type
2057 aarch_reg_type.
2058
5703197e
TS
20592016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2060
2061 * config/tc-bfin.c (bfin_cpus): Remove sentinal.
2062 (md_parse_option): Adjust.
2063 * config/tc-aarch64.c (aarch64_parse_abi): Replace use of a sentinal
2064 with iteration from 0 to ARRAY_SIZE.
2065 * config/tc-mcore.c (md_begin): Likewise.
2066 * config/tc-visium.c (visium_parse_arch): Likewise.
2067
4b92e388
TS
20682016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2069
2070 * config/tc-tic54x.c (tic54x_set_default_include): remove argument
2071 and simplify accordingly.
2072 (tic54x_include): Adjust.
2073 (tic54x_mlib): Likewise.
2074
7c2c4aa1
TS
20752016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2076
2077 * config/tc-xtensa.c (xtensa_make_property_section): Remove prototype.
2078
88a7ef16
MR
20792016-06-24 Maciej W. Rozycki <macro@imgtec.com>
2080
2081 * config/tc-mips.c (append_insn): Use any `O_symbol' expression
2082 unchanged with relaxed MIPS16 instructions.
2083 (mips16_extended_frag): Adjust accordingly. Return 1 right
2084 away if a relocation will be required for the symbol requested.
2085 Remove dead first relaxation pass code.
2086 (mips_relax_frag): Pass `sec' down to `mips16_extended_frag'.
2087 (md_convert_frag): Adjust symbol value calculation. Raise an
2088 error if a relocation is required for the symbol requested.
2089 * testsuite/gas/mips/mips16@relax-swap3.d: Remove dump patterns,
2090 add error output.
2091 * testsuite/gas/mips/mips16@relax-swap3.l: New error output.
2092 * testsuite/gas/mips/mips16-pcrel-relax-0.d: New test.
2093 * testsuite/gas/mips/mips16-pcrel-relax-1.d: New test.
2094 * testsuite/gas/mips/mips16-pcrel-relax-2.d: New test.
2095 * testsuite/gas/mips/mips16-pcrel-relax-3.d: New test.
2096 * testsuite/gas/mips/mips16-pcrel-reloc-0.d: New test.
2097 * testsuite/gas/mips/mips16-pcrel-reloc-1.d: New test.
2098 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: New test.
2099 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: New test.
2100 * testsuite/gas/mips/mips16-pcrel-reloc-4.d: New test.
2101 * testsuite/gas/mips/mips16-pcrel-reloc-5.d: New test.
2102 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: New test.
2103 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: New test.
2104 * testsuite/gas/mips/mips16-pcrel-addend-0.d: New test.
2105 * testsuite/gas/mips/mips16-pcrel-addend-1.d: New test.
2106 * testsuite/gas/mips/mips16-pcrel-addend-2.d: New test.
2107 * testsuite/gas/mips/mips16-pcrel-addend-3.d: New test.
2108 * testsuite/gas/mips/mips16-pcrel-absolute.d: New test.
2109 * testsuite/gas/mips/mips16-branch-reloc-0.d: New test.
2110 * testsuite/gas/mips/mips16-branch-reloc-1.d: New test.
2111 * testsuite/gas/mips/mips16-branch-reloc-2.d: New test.
2112 * testsuite/gas/mips/mips16-branch-reloc-3.d: New test.
2113 * testsuite/gas/mips/mips16-branch-addend-0.d: New test.
2114 * testsuite/gas/mips/mips16-branch-addend-1.d: New test.
2115 * testsuite/gas/mips/mips16-branch-addend-2.d: New test.
2116 * testsuite/gas/mips/mips16-branch-addend-3.d: New test.
2117 * testsuite/gas/mips/mips16-branch-absolute.d: New test.
2118 * testsuite/gas/mips/mips16-absolute-reloc-0.d: New test.
2119 * testsuite/gas/mips/mips16-absolute-reloc-1.d: New test.
2120 * testsuite/gas/mips/mips16-absolute-reloc-2.d: New test.
2121 * testsuite/gas/mips/mips16-absolute-reloc-3.d: New test.
2122 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: New error output.
2123 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: New error output.
2124 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: New error output.
2125 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: New error output.
2126 * testsuite/gas/mips/mips16-pcrel-addend-2.l: New error output.
2127 * testsuite/gas/mips/mips16-pcrel-addend-3.l: New error output.
2128 * testsuite/gas/mips/mips16-pcrel-absolute.l: New error output.
2129 * testsuite/gas/mips/mips16-branch-reloc-2.l: New error output.
2130 * testsuite/gas/mips/mips16-branch-reloc-3.l: New error output.
2131 * testsuite/gas/mips/mips16-branch-addend-2.l: New error output.
2132 * testsuite/gas/mips/mips16-branch-addend-3.l: New error output.
2133 * testsuite/gas/mips/mips16-branch-absolute.l: New error output.
2134 * testsuite/gas/mips/mips16-absolute-reloc-2.l: New error output.
2135 * testsuite/gas/mips/mips16-absolute-reloc-3.l: New error output.
2136 * testsuite/gas/mips/mips16-pcrel-relax-0.s: New test source.
2137 * testsuite/gas/mips/mips16-pcrel-relax-2.s: New test source.
2138 * testsuite/gas/mips/mips16-pcrel-reloc-0.s: New test source.
2139 * testsuite/gas/mips/mips16-pcrel-reloc-1.s: New test source.
2140 * testsuite/gas/mips/mips16-pcrel-reloc-2.s: New test source.
2141 * testsuite/gas/mips/mips16-pcrel-reloc-3.s: New test source.
2142 * testsuite/gas/mips/mips16-pcrel-reloc-4.s: New test source.
2143 * testsuite/gas/mips/mips16-pcrel-reloc-5.s: New test source.
2144 * testsuite/gas/mips/mips16-pcrel-reloc-6.s: New test source.
2145 * testsuite/gas/mips/mips16-pcrel-reloc-7.s: New test source.
2146 * testsuite/gas/mips/mips16-pcrel-addend-0.s: New test source.
2147 * testsuite/gas/mips/mips16-pcrel-addend-1.s: New test source.
2148 * testsuite/gas/mips/mips16-pcrel-addend-2.s: New test source.
2149 * testsuite/gas/mips/mips16-pcrel-addend-3.s: New test source.
2150 * testsuite/gas/mips/mips16-pcrel-absolute.s: New test source.
2151 * testsuite/gas/mips/mips16-branch-reloc-0.s: New test source.
2152 * testsuite/gas/mips/mips16-branch-reloc-1.s: New test source.
2153 * testsuite/gas/mips/mips16-branch-reloc-2.s: New test source.
2154 * testsuite/gas/mips/mips16-branch-reloc-3.s: New test source.
2155 * testsuite/gas/mips/mips16-branch-addend-0.s: New test source.
2156 * testsuite/gas/mips/mips16-branch-addend-1.s: New test source.
2157 * testsuite/gas/mips/mips16-branch-addend-2.s: New test source.
2158 * testsuite/gas/mips/mips16-branch-addend-3.s: New test source.
2159 * testsuite/gas/mips/mips16-branch-absolute.s: New test source.
2160 * testsuite/gas/mips/mips16-absolute-reloc-0.s: New test source.
2161 * testsuite/gas/mips/mips16-absolute-reloc-1.s: New test source.
2162 * testsuite/gas/mips/mips16-absolute-reloc-2.s: New test source.
2163 * testsuite/gas/mips/mips16-absolute-reloc-3.s: New test source.
2164 * testsuite/gas/mips/mips.exp: Run the new tests.
2165
5c0ff163
AM
21662016-06-24 Alan Modra <amodra@gmail.com>
2167
2168 * configure.tgt (alpha-*-openbsd*): Use em=nbsd.
2169
0e9c5a5c
MR
21702016-06-23 Maciej W. Rozycki <macro@imgtec.com>
2171
2172 * config/tc-mips.c (b_reloc_p): New function.
2173 (mips_fix_adjustable): Also keep the original microMIPS symbol
2174 referred from branch relocations.
2175 * testsuite/gas/mips/branch-local-1.d: New test.
2176 * testsuite/gas/mips/branch-local-n32-1.d: New test.
2177 * testsuite/gas/mips/branch-local-n64-1.d: New test.
2178 * testsuite/gas/mips/micromips@branch-misc-4-64.d: Update
2179 relocations.
2180 * testsuite/gas/mips/branch-local-1.s: New test source.
2181 * testsuite/gas/mips/mips.exp: Run the new cases.
2182
ce440d63
GM
21832016-06-23 Graham Markall <graham.markall@embecosm.com>
2184
2185 * config/tc-arc.c (options, md_longopts, md_parse_option): Move
2186 -mspfp, -mdpfp and -mfpuda out of the sections for dummy
2187 options. Correct erroneous enabling of SPFP instructions when
2188 using -mnps400.
2189
6fd3a02d
PB
21902016-06-22 Peter Bergner <bergner@vnet.ibm.com>
2191
2192 * testsuite/gas/ppc/power9.d <brd, brh, brw, mffs, mffs., mffsce,
2193 mffscdrn, mffscdrni, mffscrn, mffscrni, mffsl, nandxor, rldixor,
2194 setbool, xor3>: New tests.
2195 * testsuite/gas/ppc/power9.s: Likewise.
2196
b0b79343
TS
21972016-06-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2198
2199 * config/tc-xtensa.c: Include elf/xtensa.h.
2200
8cec2cfe
MR
22012016-06-21 Maciej W. Rozycki <macro@imgtec.com>
2202
2203 * config/tc-mips.c (calculate_reloc) <BFD_RELOC_HI16_S_PCREL>
2204 <BFD_RELOC_LO16_PCREL>: New switch cases.
2205 (md_apply_fix) <BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL>:
2206 Move switch cases along `BFD_RELOC_MIPS_JMP'.
2207 <BFD_RELOC_MIPS_21_PCREL_S2, BFD_RELOC_MIPS_26_PCREL_S2>
2208 <BFD_RELOC_MIPS_18_PCREL_S3, BFD_RELOC_MIPS_19_PCREL_S2>: Handle
2209 the resolved case.
2210 * testsuite/gas/mips/pcrel-reloc-4.d: New test.
2211 * testsuite/gas/mips/pcrel-reloc-4-r6.d: New test.
2212 * testsuite/gas/mips/pcrel-reloc-5.d: New test.
2213 * testsuite/gas/mips/pcrel-reloc-5-r6.d: New test.
2214 * testsuite/gas/mips/pcrel-reloc-6.d: New test.
2215 * testsuite/gas/mips/pcrel-reloc-6.l: New list test.
2216 * testsuite/gas/mips/pcrel-reloc-4.s: New test source.
2217 * testsuite/gas/mips/pcrel-reloc-6.s: New test source.
2218 * testsuite/gas/mips/mips.exp: Run the new tests.
2219
717ba204
MR
22202016-06-21 Maciej W. Rozycki <macro@imgtec.com>
2221
2222 * config/tc-mips.c (md_apply_fix) <BFD_RELOC_MIPS_18_PCREL_S3>
2223 <BFD_RELOC_MIPS_19_PCREL_S2>: Avoid null pointer dereferences
2224 via `fixP->fx_addsy'.
2225
51f6035b
MR
22262016-06-21 Maciej W. Rozycki <macro@imgtec.com>
2227
2228 * config/tc-mips.c (md_pcrel_from) <BFD_RELOC_MIPS_18_PCREL_S3>:
2229 Calculate relocation from the containing aligned doubleword.
2230 (tc_gen_reloc) <BFD_RELOC_MIPS_18_PCREL_S3>: Calculate the
2231 addend from the containing aligned doubleword.
2232
912815f0
MR
22332016-06-21 Maciej W. Rozycki <macro@imgtec.com>
2234
2235 * config/tc-mips.c (mips_force_relocation): Use `file_mips_opts'
2236 rather than `mips_opts' for the R6 ISA check.
2237 (mips_fix_adjustable): Likewise.
2238 * testsuite/gas/mips/pcrel-reloc-1.d: New test.
2239 * testsuite/gas/mips/pcrel-reloc-1-r6.d: New test.
2240 * testsuite/gas/mips/pcrel-reloc-2.d: New test.
2241 * testsuite/gas/mips/pcrel-reloc-2-r6.d: New test.
2242 * testsuite/gas/mips/pcrel-reloc-3.d: New test.
2243 * testsuite/gas/mips/pcrel-reloc-3-r6.d: New test.
2244 * testsuite/gas/mips/pcrel-reloc-1.s: New test source.
2245 * testsuite/gas/mips/mips.exp: Run the new tests.
2246
bdd582db
GM
22472016-06-21 Graham Markall <graham.markall@embecosm.com>
2248
2249 * config/tc-arc.c (check_cpu_feature, md_parse_option):
2250 Add nps400 option and feature. Add check for nps400
2251 feature. Refactor existing checks to check subclass before
2252 feature enablement.
2253 (md_show_usage): Document flags for NPS-400 and add some other
2254 undocumented flags.
2255 (cpu_type): Remove nps400 CPU type entry
2256 (check_zol): Remove bfd_mach_arc_nps400 case.
2257 (md_show_usage): Add help on -mcpu=nps400.
2258 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
2259 set.
2260 * doc/c-arc.texi: Document the -mnps400, -mspfp, -mdpfp, and
2261 -fpuda flags. Document -mcpu=nps400.
2262 * testsuite/gas/arc/nps-400-0.d: Use -mcpu=arc700 -mnps400. Change
2263 expected flags to match ARC700 instead of NPS400.
2264 * testsuite/gas/arc/nps-400-1.d: Use -mcpu=arc700 -mnps400.
2265 * testsuite/gas/arc/nps-400-2.d: Likewise.
2266 * testsuite/gas/arc/nps-400-3.d: Likewise.
2267 * testsuite/gas/arc/nps-400-4.d: Likewise.
2268 * testsuite/gas/arc/nps-400-5.d: Likewise.
2269 * testsuite/gas/arc/nps-400-6.d: Likewise.
2270 * testsuite/gas/arc/nps-400-7.d: Likewise.
2271 * testsuite/gas/arc/textinsn2op01.s: Change opcode of myinsn to
2272 avoid clash with cbba instruction.
2273 * testsuite/gas/arc/textinsn2op01.d: Likewise.
2274 * testsuite/gas/arc/textinsn3op.d: Likewise.
2275 * testsuite/gas/arc/textinsn3op.s: Likewise.
2276 * testsuite/gas/arc/nps-400-0.d: Test using NPS-400 using
2277 -mcpu=nps400 as an alternative to -mcpu=arc700 -mnps400 flags.
2278
ff03d62a
MR
22792016-06-20 Maciej W. Rozycki <macro@imgtec.com>
2280
2281 * testsuite/gas/mips/r6-64-n32.d: Change the `name' tag.
2282 * testsuite/gas/mips/r6-64-n64.d: Likewise.
2283
507dcb32
MR
22842016-06-20 Maciej W. Rozycki <macro@imgtec.com>
2285
2286 * config/tc-mips.c (mips_fix_adjustable): Update comment on jump
2287 reloc conversion.
2288
9f99c22e
VP
22892016-06-20 Virendra Pathak <virendra.pathak@broadcom.com>
2290
2291 * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
2292
96074adc
JM
22932016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2294
2295 * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
2296 %hmcddfr and %hva_mask_nz.
2297 (sparc_ip): New handling of asr/privileged/hyperprivileged
2298 registers, adapted to the new form of the sparc opcodes table.
2299 * testsuite/gas/sparc/rdasr.s: New file.
2300 * testsuite/gas/sparc/rdasr.d: Likewise.
2301 * testsuite/gas/sparc/wrasr.s: Likewise.
2302 * testsuite/gas/sparc/wrasr.d: Likewise.
2303 * testsuite/gas/sparc/sparc.exp (sparc_elf_setup): Add rdasr and
2304 wrasr tests.
2305 * testsuite/gas/sparc/rdpr.d: Use -Av9m, as some privileged
2306 registers require it.
2307 * testsuite/gas/sparc/wrpr.s: Complete to cover all privileged
2308 registers and write instruction modalities.
2309 * testsuite/gas/sparc/wrpr.d: Likewise.
2310 * testsuite/gas/sparc/rdhpr.s: Likewise for hyperprivileged
2311 registers.
2312 * testsuite/gas/sparc/rdhpr.d: Likewise.
2313 * testsuite/gas/sparc/wrhpr.s: Likewise.
2314 * testsuite/gas/sparc/wrhpr.d: Likewise.
2315
7a10c22f
JM
23162016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2317
2318 * config/tc-sparc.c (sparc_arch_table): adjust the GAS
2319 architectures to use the right opcode architecture.
2320 (sparc_md_end): Handle v9{c,d,e,v,m}.
2321 (sparc_ip): Fix some comments.
2322 * testsuite/gas/sparc/ldx_efsr.d: Fix the architecture of this
2323 instruction, which is v9d.
2324 * testsuite/gas/sparc/mwait.s: Remove the `rd %mwait,%g1'
2325 instruction from the test, as %mwait is not readable.
2326 * testsuite/gas/sparc/mwait.d: Likewise.
2327 * testsuite/gas/sparc/mism-1.s: Expand to check v9b and v9e
2328 mismatch architecture errors.
2329 * testsuite/gas/sparc/mism-2.s: New file.
2330
8b8c7c9f
JM
23312016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2332
2333 * config/tc-sparc.c (priv_reg_table): Use NULL instead of the
2334 empty string to mark the end of the array.
2335 (hpriv_reg_table): Likewise.
2336 (v9a_asr_table): Likewise.
2337 (cmp_reg_entry): Handle entries with NULL names.
2338 (F_POP_V9): Define.
2339 (F_POP_PCREL): Likewise.
2340 (F_POP_TLS_CALL): Likewise.
2341 (F_POP_POSTFIX): Likewise.
2342 (struct pop_entry): New type.
2343 (pop_table): New variable.
2344 (enum pop_entry_type): New type.
2345 (struct perc_entry): Likewise.
2346 (NUM_PERC_ENTRIES): Define.
2347 (perc_table): New variable.
2348 (cmp_perc_entry): New function.
2349 (md_begin): Sort hpriv_reg_table and v9a_asr_table, and initialize
2350 perc_table.
2351 (sparc_ip): Handle entries with NULL names in priv_reg_table,
2352 hpriv_reg_table and v9a_asr_table. Use perc_table to handle
2353 %-pseudo-ops.
2354
3ee6e4fb
NC
23552016-06-15 Nick Clifton <nickc@redhat.com>
2356
2357 * config/tc-ft32.c (md_assemble): Call dwarf2_emit_insn with the
2358 instruction size.
2359 * config/tc-mcore.c (md_assemble): Likewise.
2360 * config/tc-mn10200.c (md_assemble): Likewise.
2361 * config/tc-moxie.c (md_assemble): Likewise.
2362 * config/tc-pj.c (md_apply_fix): Handle BFD_RELOC_PJ_CODE_REL32.
2363 * testsuite/gas/all/gas.exp (diff1 test): Alpha sort list of
2364 exception targets. Add alpha, hppa, microblaze and rl78 to list
2365 of exceptions.
2366 (forward): Add microblaze to list of exceptions.
2367 (fwdexp): Add alpha to list of exceptions.
2368 (redef2): Add arm-epoc-pe and rl78 to list of exceptions.
2369 (redef3): Add rl78 and x86_64 cygwin to list of exceptions.
2370 (do_930509a): Alpha sort list of exception targets. Add h8300 and
2371 mn10200 to list of exceptions.
2372 (align2): Expect to fail for nds32.
2373 (cond): Add alpha and rl78 to list of exceptions.
2374 * testsuite/gas/all/none.d: Skip for ft32 and hppa.
2375 * testsuite/gas/all/string.d: Skip for tic4x.
2376 * testsuite/gas/alpha/alpha.exp: Note that the alpha-linuxecoff
2377 target does not support ELF.
2378 * testsuite/gas/arm/blx-bl-convert.dL Skip for the nto target.
2379 * testsuite/gas/cfi/cfi-alpha-2.d: All extended format names.
2380 * testsuite/gas/cfi/cfi.exp: Alpha sort list of targets. Skip SH
2381 tests for sh-pe and sh-rtemscoff targets.
2382 * testsuite/gas/elf/elf.exp (redef): Add rl78, xgate and vax to
2383 list of exceptions.
2384 (type): Run the noifunc version for alpha-freebsd and visium.
2385 * testsuite/gas/elf/warn-2.s: Do not expect to fail on the mcore,
2386 mn10200 or moxie targets.
2387 * testsuite/gas/ft32/insn.d: Update expected disassembly.
2388 * testsuite/gas/i386/i386.exp (x86-64-pcrel): Skip for cygwin
2389 targets.
2390 * testsuite/gas/lns/lns.exp (lns-common-1): No longer skip for
2391 mcore and rx targets.
2392 * testsuite/gas/macros/macros.exp (dot): Add exceptions for ns32k,
2393 rl78 and vax.
2394 (purge): Expect to fail on the ns32k and vax.
2395 * testsuite/gas/nds32/alu-2.d: Update expected disassembly.
2396 * testsuite/gas/nds32/ls.d: Likewise.
2397 * testsuite/gas/nds32/sys-reg.d: Likewise.
2398 * testsuite/gas/nds32/usr-spe-reg.d: Likewise.
2399 * testsuite/gas/pe/aligncomm-d.d: Skip for the sh.
2400 * testsuite/gas/pe/section-align-3.d: Likewise.
2401 * testsuite/gas/pe/section-exclude.d: Likewise.
2402 * testsuite/gas/ppc/test2xcoff32.d: Pass once all the required
2403 data has been seen.
2404 * testsuite/gas/ppc/textalign-xcoff-001.d: Fix up regexp to allow
2405 for variations in whitespace.
2406 * testsuite/gas/tilepro/t_constants.d: Pass once all the required
2407 data has been seen.
2408 * testsuite/gas/tilepro/t_constants.s (.safe_word): New macro.
2409 Installs a 32-bit value without generating warnings on 64-bit
2410 hosts.
2411 Use the new macro to replace the .word directives.
2412
02f3be19
AB
24132016-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * testsuite/gas/arc/add_s.d: New file.
2416 * testsuite/gas/arc/add_s.s: New file.
2417
6f9f37ed 24182016-06-14 Graham Markall <graham.markall@embecosm.com>
28215275
GM
2419
2420 * testsuite/gas/arc/nps400-6.s: Add tests of ldbit.
2421 * testsuite/gas/arc/nps400-6.d: Likewise.
2422
6f9f37ed 24232016-06-14 Graham Markall <graham.markall@embecosm.com>
9ba75c88
GM
2424
2425 * testsuite/gas/arc/nps400-6.s: Add tests of hash, tr, utf8, e4by, and
2426 addf.
2427 * testsuite/gas/arc/nps400-6.d: Likewise.
2428
6f9f37ed 24292016-06-14 Graham Markall <graham.markall@embecosm.com>
14053c19
GM
2430
2431 * testsuite/gas/arc/nps400-6.s: Add tests of calcbsd, calcbxd,
2432 calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab,
2433 lbdsize, bdlen, csms, csma, cbba, zncv, and hofs.
2434 * testsuite/gas/arc/nps400-6.d: Likewise.
2435
d2dfe54d
NC
24362016-06-14 Nick Clifton <nickc@redhat.com>
2437
2438 * config/tc-nds32.c (nds32_get_align): Avoid left shifting a
2439 signed constant.
2440
97f50151
MR
24412016-06-13 Maciej W. Rozycki <macro@imgtec.com>
2442
2443 * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
2444 JALR relocations on R6.
2445 * testsuite/gas/mips/jal-svr4pic-local.d: New test.
2446 * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
2447 * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
2448 * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
2449 * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
2450 * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
2451 test.
2452 * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
2453 * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
2454 test.
2455 * testsuite/gas/mips/jal-svr4pic-local.s: New test source.
2456 * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
2457 source.
2458 * testsuite/gas/mips/mips.exp: Run the new tests.
2459
0a8be2fe
VP
24602016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
2461
2462 * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
2463 * doc/c-aarch64.texi: Document that vulcan is a valid processor
2464 name.
2465
69c9e028
NC
24662016-06-13 Nick Clifton <nickc@redhat.com>
2467
2468 * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
2469 that are not supported.
2470
2471 * config/tc-arc.c (md_apply_fix): Avoid left shifting a signed
2472 constant.
2473 * config/tc-cr16.c (check_range): Likewise.
2474 * config/tc-nios2.c (nios2_check_overflow): Likewise.
2475
08d3b0cc
RL
24762016-06-08 Renlin Li <renlin.li@arm.com>
2477
2478 * config/tc-aarch64.c (print_operands): Substitute size.
2479 (output_operand_error_record): Likewise.
2480
14b57c7c
AM
24812016-06-07 Alan Modra <amodra@gmail.com>
2482
2483 * config/tc-ppc.c (PPC_APUINFO_ISEL, PPC_APUINFO_PMR,
2484 PPC_APUINFO_RFMCI, PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE,
2485 PPC_APUINFO_EFS, PPC_APUINFO_BRLOCK, PPC_APUINFO_VLE): Don't define.
2486 (ppc_setup_opcodes): Check vle disables powerpc_opcodes overridden
2487 by vle_opcodes, and that vle flag doesn't enable opcodes. Don't
2488 add vle_opcodes twice.
2489 (ppc_cleanup): Use APUINFO_SECTION_NAME and APUINFO_LABEL.
2490
4d1464f2
MW
24912016-06-07 Matthew Wahab <matthew.wahab@arm.com>
2492
2493 * config/tc-arm.c (arm_ext_v8_2): Rename to arm_ext_ras.
2494 (arm_ext_ras): Renamed from arm_ext_v8_2.
2495 (insns): Update for arm_ext_v8_2 renaming.
2496 (arm_extensions): Add "ras".
2497 * doc/c-arm.texi (ARM Options): Add an entry for "ras".
2498 * testsuite/gas/arm/armv8-a+ras.d: New.
2499 * testsuite/gas/arm/armv8_2-a.d: Add explicit command line
2500 options.
2501
852a1d49
TS
25022016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2503
2504 * itbl-parse.y (yyerror): Use modern argument declaration style.
2505
c4212e11
TS
25062016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2507
2508 * config/tc-sh.c (parse_reg): Change type of mode argument to
2509 sh_arg_type.
2510 (get_operand): Adjust.
2511 (insert): Change type of how to bfd_reloc_code_real_type.
2512 (insert4): Likewise.
2513 * config/tc-sh64.c (shmedia_get_operand): Adjust.
2514 (shmedia_parse_reg): Change type of mode to shmedia_arg_type.
2515
73a229c7
TS
25162016-06-05 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2517
2518 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
2519 const char *.
2520
026122a6
PB
25212016-06-03 Peter Bergner <bergner@vnet.ibm.com>
2522
2523 PR binutils/20196
2524 * gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
2525 stbcx., sthcx., stwcx., stdcx.>: Add tests.
2526 * gas/testsuite/gas/ppc/e6500.d: Likewise.
2527 * gas/testsuite/gas/ppc/power8.s: Likewise.
2528 * gas/testsuite/gas/ppc/power8.d: Likewise.
2529 * gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
2530 stdcx.>: Add tests.
2531 * gas/testsuite/gas/ppc/power4.d: Likewise.
2532
07f5af7d
L
25332016-06-03 H.J. Lu <hongjiu.lu@intel.com>
2534
2535 PR binutis/18386
2536 * testsuite/gas/i386/i386.exp: Run x86-64-branch-4.
2537 * testsuite/gas/i386/x86-64-branch.d: Updated.
2538 * testsuite/gas/i386/ilp32/x86-64-branch.d: Likewise.
2539 * testsuite/gas/i386/x86-64-branch-4.l: New file.
2540 * testsuite/gas/i386/x86-64-branch-4.s: Likewise.
2541
1aa70332
KT
25422016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2543
2544 * config/tc-aarch64.c (aarch64_cpus): Add cortex-a73 entry.
2545 * doc/c-aarch64.texi (-mcpu): Document cortex-a73 value.
2546
362a3eba
KT
25472016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2548
2549 * config/tc-arm.c (arm_cpus): Add cortex-a73 entry.
2550 * doc/c-arm.texi (-mcpu=): Document cortex-a73 value.
2551
4ad0bb5f
VG
25522016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
2553
2554 * configure.tgt: Replace -uclibc with *.
2555
4eb6f892
AB
25562016-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * config/tc-arc.c (parse_opcode_flags): New function.
2559 (find_opcode_match): Move flag parsing code out to new function.
2560 Ignore operands marked IGNORE.
2561 (build_fake_opcode_hash_entry): New function.
2562 (find_special_case_long_opcode): New function.
2563 (find_special_case): Lookup long opcodes.
2564 * testsuite/gas/arc/nps400-7.d: New file.
2565 * testsuite/gas/arc/nps400-7.s: New file.
2566
c273521c
TS
25672016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2568
2569 * config/tc-ns32k.c: Remove definition of input_line_pointer.
2570
814f1489
TS
25712016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2572
2573 * config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
2574 sentinal with iteration to array size.
2575
d05584d3
TS
25762016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2577
2578 * config/xtensa-relax.h: Move typedefs of enums to the enums
2579 definition.
2580
5e429f4c
TS
25812016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2582
2583 * config/tc-ns32k.c (bit_fix_new): Replace obstack-alloc with XOBNEW
2584 macro.
2585
315f180f
GM
25862016-06-01 Graham Markall <graham.markall@embecosm.com>
2587
2588 * testsuite/gas/arc/nps-400-1.s: Add rflt variants with
2589 operands of types a,b,u6, 0,b,u6, and 0,b,limm.
2590 * testsuite/gas/arc/nps-400-1.d: Likewise.
2591
0cbd0046
L
25922016-05-29 H.J. Lu <hongjiu.lu@intel.com>
2593
2594 PR gas/20145
2595 * config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
2596 noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
2597 noavx512ifma and noavx512vbmi.
2598 * doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
2599 noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
2600 and noavx512vbmi.
2601 * testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
2602 * testsuite/gas/i386/noavx512-1.l: New file.
2603 * testsuite/gas/i386/noavx512-1.s: Likewise.
2604 * testsuite/gas/i386/noavx512-2.l: Likewise.
2605 * testsuite/gas/i386/noavx512-2.s: Likewise.
2606
1848e567
L
26072016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2608
2609 PR gas/20145
2610 * config/tc-i386.c (cpu_arch): Add 687.
2611 (cpu_noarch): Add no287, no387, no687, nosse2, nosse3, nossse3,
2612 nosse4.1, nosse4.2, nosse4 and noavx2.
2613 (parse_real_register): Check cpuregmmx instead of cpummx for MMX
2614 register. Check cpuregxmm instead of cpusse for XMM register.
2615 Check cpuregymm instead of cpuavx for YMM register. Check
2616 cpuregzmm/cpuregmask instead of cpuavx512f for ZMMM/mask register.
2617 * doc/c-i386.texi: Mention 687, no287, no387, no687, nosse2,
2618 nosse3, nossse3, nosse4.1, nosse4.2, nosse4 and noavx2.
2619 * testsuite/gas/i386/arch-10-prefetchw.d (as): Add mmx.
2620 * testsuite/gas/i386/arch-10.d (as): Likewise.
2621 * testsuite/gas/i386/arch-11.s: Add ".arch .mmx".
2622 * testsuite/gas/i386/i386.exp: Pass mmx to assembler for
2623 arch-10-3 and arch-10-4. Run no87-3, nosse-4, nosse-5, noavx-3
2624 and noavx-4.
2625 * testsuite/gas/i386/no87-3.l: New file.
2626 * testsuite/gas/i386/no87-3.s: Likewise.
2627 * testsuite/gas/i386/noavx-3.l: Likewise.
2628 * testsuite/gas/i386/noavx-3.s: Likewise.
2629 * testsuite/gas/i386/noavx-4.d: Likewise.
2630 * testsuite/gas/i386/noavx-4.s: Likewise.
2631 * testsuite/gas/i386/nosse-4.l: Likewise.
2632 * testsuite/gas/i386/nosse-4.s: Likewise.
2633 * testsuite/gas/i386/nosse-5.d: Likewise.
2634 * testsuite/gas/i386/nosse-5.s: Likewise.
2635
e92bae62
L
26362016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2637
2638 PR gas/20154
2639 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
2640 cpuintel64.
2641 (match_template): Check Intel64/AMD64 ISA.
2642
e89c5eaa
L
26432016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2644
2645 PR gas/20154
2646 * config/tc-i386.c (intel64): New.
2647 (cpu_flags_match): Set cpuamd64 and cpuintel64.
2648 (md_parse_option): Set intel64 instead of cpuamd64 and
2649 cpuintel64.
2650
9d07ebe1
L
26512016-05-27 H.J. Lu <hongjiu.lu@intel.com>
2652
2653 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
2654 cpuno64.
2655
19dfcc89
PB
26562016-05-26 Peter Bergner <bergner@vnet.ibm.com>
2657
2658 * testsuite/gas/ppc/altivec3.d <vmsumudm>: Add test.
2659 * testsuite/gas/ppc/altivec3.s: Likewise.
2660 * testsuite/gas/ppc/power9.d <addex[.], lwzmx, vmsumudm>: Add tests.
2661 * testsuite/gas/ppc/power9.s: Likewise.
2662
8d5b9a5a
L
26632016-05-26 H.J. Lu <hongjiu.lu@intel.com>
2664
2665 * testsuite/gas/i386/avx512vl-2.l: Append "#pass".
2666 * testsuite/gas/i386/noavx-1.l: Likewise.
2667 * testsuite/gas/i386/nommx-1.l: Likewise.
2668 * testsuite/gas/i386/nosse-1.l: Likewise.
2669 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
2670 * testsuite/gas/i386/avx512vl-2.s: Append ".p2align 4".
2671 * testsuite/gas/i386/noavx-1.s: Likewise.
2672 * testsuite/gas/i386/nommx-1.s: Likewise.
2673 * testsuite/gas/i386/nosse-1.s: Likewise.
2674 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2675
81cead6f
TS
26762016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2677
2678 * config/tc-metag.c (metag_handle_align): Make the type of noop
2679 unsigned char.
2680
79052aae
TS
26812016-05-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2682
2683 * config/tc-rx.c (md_convert_frag): Make the type of reloc_type
2684 bfd_reloc_code_real_type.
2685
73b090a9
L
26862016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2687
2688 PR gas/20140
2689 * config/tc-i386.c (cpu_flags_match): Require another match
2690 for AVX512VL.
2691 * testsuite/gas/i386/i386.exp: Run avx512vl-1, avx512vl-2,
2692 x86-64-avx512vl-1 and x86-64-avx512vl-2.
2693 * testsuite/gas/i386/avx512vl-1.l: New file.
2694 * testsuite/gas/i386/avx512vl-1.s: Likewise.
2695 * testsuite/gas/i386/avx512vl-2.l: Likewise.
2696 * testsuite/gas/i386/avx512vl-2.s: Likewise.
2697 * testsuite/gas/i386/x86-64-avx512vl-1.l: Likewise.
2698 * testsuite/gas/i386/x86-64-avx512vl-1.s: Likewise.
2699 * testsuite/gas/i386/x86-64-avx512vl-2.l: Likewise.
2700 * testsuite/gas/i386/x86-64-avx512vl-2.s: Likewise.
2701
f1360d58
L
27022016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2703
2704 PR gas/20141
2705 * testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
2706 * testsuite/gas/i386/x86-64-pr20141.d: New file.
2707 * testsuite/gas/i386/x86-64-pr20141.s: Likewise.
2708
293f5f65
L
27092016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2710
2711 * config/tc-i386.c (arch_entry): Remove negated.
2712 (noarch_entry): New struct.
2713 (cpu_arch): Updated. Remove .no87, .nommx, .nosse and .noavx.
2714 (cpu_noarch): New.
2715 (set_cpu_arch): Check cpu_noarch after cpu_arch.
2716 (md_parse_option): Allow -march=+nosse. Check cpu_noarch after
2717 cpu_arch.
2718 (output_message): New function.
2719 (show_arch): Use it. Handle cpu_noarch.
2720 * testsuite/gas/i386/i386.exp: Run nommx-1, nommx-2, nommx-3,
2721 nosse-1, nosse-2, nosse-3, noavx-1 and noavx-2.
2722 * testsuite/gas/i386/noavx-1.l: New file.
2723 * testsuite/gas/i386/noavx-1.s: Likewise.
2724 * testsuite/gas/i386/noavx-2.s: Likewise.
2725 * testsuite/gas/i386/noavx-2.l: Likewise.
2726 * testsuite/gas/i386/nommx-1.s: Likewise.
2727 * testsuite/gas/i386/nommx-1.l: Likewise.
2728 * testsuite/gas/i386/nommx-2.s: Likewise.
2729 * testsuite/gas/i386/nommx-2.l: Likewise.
2730 * testsuite/gas/i386/nommx-3.s: Likewise.
2731 * testsuite/gas/i386/nommx-3.l: Likewise.
2732 * testsuite/gas/i386/nosse-1.s: Likewise.
2733 * testsuite/gas/i386/nosse-1.l: Likewise.
2734 * testsuite/gas/i386/nosse-2.s: Likewise.
2735 * testsuite/gas/i386/nosse-2.l: Likewise.
2736 * testsuite/gas/i386/nosse-3.s: Likewise.
2737 * testsuite/gas/i386/nosse-3.l: Likewise.
2738
934c2632
CZL
27392016-05-25 Chua Zheng Leong <chuazl@comp.nus.edu.sg>
2740
ee4d7613 2741 PR target/20067
934c2632
CZL
2742 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
2743 instruction if supported by the currently selected fpu variant.
2744 * testsuite/gas/arm/vfpv3-ldr_immediate.s: Add test of this PR.
2745 * testsuite/gas/arm/vfpv3-ldr_immediate.d: Update expected disassembly.
2746
44d3da23 27472016-05-24 Maciej W. Rozycki <macro@imgtec.com>
934c2632 2748
44d3da23
MR
2749 * config/tc-mips.c (mips_fix_adjustable): Also return 0 for
2750 jump relocations against MIPS16 or microMIPS symbols on RELA
2751 targets.
2752 * testsuite/gas/mips/jalx-local.d: New test.
2753 * testsuite/gas/mips/jalx-local-n32.d: New test.
2754 * testsuite/gas/mips/jalx-local-n64.d: New test.
2755 * testsuite/gas/mips/jalx-local.s: New test source.
2756 * testsuite/gas/mips/mips.exp: Run the new tests.
2757
4512dafa
MR
27582016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2759
2760 * config/tc-mips.c (md_apply_fix)
2761 <BFD_RELOC_MIPS16_TLS_TPREL_LO16>: Remove fall-through, adjust
2762 code accordingly.
2763
cc34adb2
TS
27642016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2765
2766 * config/tc-xtensa.c (struct suffix_reloc_map): Change type of field
2767 operator to operatorT.
2768 (map_suffix_reloc_to_operator): Change return type to operatorT.
2769
c023823f
TS
27702016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2771
2772 * config/tc-d30v.c (find_format): Change type of X_op to operatorT.
2773
049efc64
TS
27742016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2775
2776 * config/tc-mmix.c (mmix_parse_predefined_name): Change type of
2777 handler_charp to const char *.
2778
b19e0aeb
TS
27792016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2780
2781 * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
2782 (ft32_target_format): Likewise.
2783 (TARGET_FORMAT): Adjust.
2784
e5e27b07
TS
27852016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2786
2787 * config/tc-ia64.c (dot_rot): simplify allocations from obstacks.
2788 (ia64_frob_label): Likewise.
2789
6610dc6d
TS
27902016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2791
2792 * config/tc-cr16.c (check_range): Make type of retval op_err.
2793 * config/tc-crx.c: Likewise.
2794
87789e08
CZ
27952016-05-23 Claudiu Zissulescu <claziss@synopsys.com>
2796
2797 * config/tc-arc.c (md_begin): Add XY registers.
2798 (cpu_types): Code density is default off for ARC EM.
2799
c810e0b8
CZ
28002016-05-23 Cupertino Miranda <cmiranda@synopsys.com>
2801
2802 * config/tc-arc.c (attributes_t): Renamed attribute class to
2803 attr_class.
2804 (find_opcode_match, assemble_insn, tokenize_extinsn): Changed.
2805
d26a14db
NC
28062016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
2807
2808 * configuse.tgt: Add entry for arm-phoenix.
2809
f10e0aef
TS
28102016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2811
2812 * config/tc-tic54x.c (tic54x_sect): simplify string creation.
2813
2900e701
TS
28142016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2815
2816 * config/tc-spu.c (APUOP): Use OPCODE as an unsigned constant.
2817
3d207518
TS
28182016-05-23 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2819
2820 * config/tc-tic54x.c (tic54x_mmregs): Adjust.
2821 (md_begin): Likewise.
2822 (encode_condition): Likewise.
2823 (encode_cc3): Likewise.
2824 (encode_cc2): Likewise.
2825 (encode_operand): Likewise.
2826 (tic54x_undefined_symbol): Likewise.
2827
a4968f42
MF
28282016-05-20 Matthew Fortune <matthew.fortune@imgtec.com>
2829
2830 * config/tc-mips.c (mips_cpu_info_table): Update comment. Add
2831 p6600 entry.
2832 * doc/c-mips.texi: Document p6600 -march option.
2833
4e21640f
L
28342016-05-20 H.J. Lu <hongjiu.lu@intel.com>
2835
2836 PR gas/19600
2837 * config/tc-i386.c (md_apply_fix): Preserve addend for
2838 BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
2839 * testsuite/gas/i386/addend.d: New file.
2840 * testsuite/gas/i386/addend.s: Likewise.
2841 * testsuite/gas/i386/x86-64-addend.d: Likewise.
2842 * testsuite/gas/i386/x86-64-addend.s: Likewise.
2843 * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
2844 * testsuite/gas/i386/reloc32.d: Updated.
2845
17c6c9d9
MR
28462016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2847
2848 * config/tc-mips.c (append_insn): Correct the encoding of a
2849 constant argument for microMIPS JALX.
2850 (tc_gen_reloc): Correct the encoding of an in-place addend for
2851 microMIPS JALX.
2852 * testsuite/gas/mips/jalx-addend.d: New test.
2853 * testsuite/gas/mips/jalx-addend-n32.d: New test.
2854 * testsuite/gas/mips/jalx-addend-n64.d: New test.
2855 * testsuite/gas/mips/jalx-imm.d: New test.
2856 * testsuite/gas/mips/jalx-imm-n32.d: New test.
2857 * testsuite/gas/mips/jalx-imm-n64.d: New test.
2858 * testsuite/gas/mips/jalx-addend.s: New test source.
2859 * testsuite/gas/mips/jalx-imm.s: New test source.
2860 * testsuite/gas/mips/mips.exp: Run the new tests.
2861
134c0c8b
MR
28622016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2863
2864 * config/tc-mips.c: Correct tab-after-space formatting mistakes
2865 throughout.
2866
38cd8a0d
AB
28672016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * config/tc-arc.c (find_opcode_match): Remove casting away of
2870 const.
2871 * config/tc-arc.h (struct arc_flags): Make flgp field const.
2872
9e32d9ae
AB
28732016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2874
2875 * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
2876 appropriate.
2877 (md_convert_frag): Likewise.
2878
fe779266
AB
28792016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
2882 cached opcode to NULL when we reach a non-matching opcode.
2883 * testsuite/gas/arc/asm-errors-2.d: New file.
2884 * testsuite/gas/arc/asm-errors-2.err: New file.
2885 * testsuite/gas/arc/asm-errors-2.s: New file.
2886
3b889a78
AB
28872016-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * config/tc-arc.c (tokenize_arguments): Add checks for array
2890 overflow.
2891 * testsuite/gas/arc/asm-errors.s: Addition test line added.
2892 * testsuite/gas/arc/asm-errors.err: Update expected results.
2893
42e58860
TS
28942016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2895
2896 * config/tc-rx.c (struct cpu_type): Change the type of a field from
2897 int to enum rx_cpu_types.
2898
4bfaa1ca
TS
28992016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2900
2901 * config/tc-dlx.c (struct machine_it): change the type of a field from
2902 int to bfd_reloc_code_real_type.
2903 * config/tc-tic4x.c: Likewise.
2904
eb408eaa
TS
29052016-05-18 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2906
2907 * config/tc-v850.c (v850_target_arch): change type to enum
2908 bfd_architecture.
2909 * config/tc-v850.h (v850_target_arch): Likewise.
2910
a255f00a
AM
29112016-05-18 Alan Modra <amodra@gmail.com>
2912
2913 * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
2914 allowed negative range.
2915 * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
2916 * testsuite/gas/ppc/power9.d: Update.
2917
659f032c
TP
29182016-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
2919
2920 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
2921 disassembling and stop skipping targets.
2922 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
2923 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
2924 * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
2925 instruction for targets that have stronger alignment requirement.
2926 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
2927 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
2928 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
2929 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
2930 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
2931 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
2932 * testsuite/gas/arm/archv8m-main.d: Likewise.
2933 * testsuite/gas/arm/archv8m.s: Add label.
2934 * testsuite/gas/arm/archv8m-cmse.s: Likewise.
2935 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
2936 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
2937
7b14583e
TS
29382016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2939
2940 * config/tc-m32r.c (mach_table): Make static and const.
2941
0591130a
TS
29422016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2943
2944 * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
2945 definition.
2946
9117cd3e
TS
29472016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2948
2949 * config/tc-mn10300.c (md_begin): set linkrelax here instead of
2950 defining it.
2951 * config/tc-msp430.c (md_begin): Likewise.
2952
e1838240
TS
29532016-05-16 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2954
2955 * config/tc-m68hc11.c (fixup8): Change variables type from int to
2956 bfd_reloc_code_real_type where appropriate.
2957 (fixup16): Likewise.
2958 (fixup8_xg): Likewise.
2959
9dfa3e63
MR
29602016-05-15 Maciej W. Rozycki <macro@imgtec.com>
2961
2962 * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
2963
1178da44
PB
29642016-05-13 Peter Bergner <bergner@vnet.ibm.com>
2965
2966 * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
2967 * testsuite/gas/ppc/power9.s: Likewise.
2968
d2edc834
AM
29692016-05-13 Alan Modra <amodra@gmail.com>
2970
2971 * config/obj-coff.c (weak_uniquify): Delete unused var.
2972
add39d23
TS
29732016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2974
2975 * app.c (app_push): Use XNEW and related macros.
2976 * as.c (parse_args): Likewise.
2977 * cgen.c (make_right_shifted_expr): Likewise.
2978 (gas_cgen_tc_gen_reloc): Likewise.
2979 * config/bfin-defs.h: Likewise.
2980 * config/bfin-parse.y: Likewise.
2981 * config/obj-coff.c (stack_init): Likewise.
2982 (stack_push): Likewise.
2983 (coff_obj_symbol_new_hook): Likewise.
2984 (coff_obj_symbol_clone_hook): Likewise.
2985 (add_lineno): Likewise.
2986 (coff_frob_symbol): Likewise.
2987 * config/obj-elf.c (obj_elf_section_name): Likewise.
2988 (build_group_lists): Likewise.
2989 * config/obj-evax.c (evax_symbol_new_hook): Likewise.
2990 * config/obj-macho.c (obj_mach_o_indirect_symbol): Likewise.
2991 * config/tc-aarch64.c (insert_reg_alias): Likewise.
2992 (find_or_make_literal_pool): Likewise.
2993 (add_to_lit_pool): Likewise.
2994 (fill_instruction_hash_table): Likewise.
2995 * config/tc-alpha.c (load_expression): Likewise.
2996 (emit_jsrjmp): Likewise.
2997 (s_alpha_ent): Likewise.
2998 (s_alpha_end): Likewise.
2999 (s_alpha_linkage): Likewise.
3000 (md_begin): Likewise.
3001 (tc_gen_reloc): Likewise.
3002 * config/tc-arc.c (arc_insert_opcode): Likewise.
3003 (arc_extcorereg): Likewise.
3004 * config/tc-bfin.c: Likewise.
3005 * config/tc-cr16.c: Likewise.
3006 * config/tc-cris.c: Likewise.
3007 * config/tc-crx.c (preprocess_reglist): Likewise.
3008 * config/tc-d10v.c: Likewise.
3009 * config/tc-frv.c (frv_insert_vliw_insn): Likewise.
3010 (frv_tomcat_shuffle): Likewise.
3011 * config/tc-h8300.c: Likewise.
3012 * config/tc-i370.c (i370_macro): Likewise.
3013 * config/tc-i386.c (lex_got): Likewise.
3014 (md_parse_option): Likewise.
3015 * config/tc-ia64.c (alloc_record): Likewise.
3016 (set_imask): Likewise.
3017 (save_prologue_count): Likewise.
3018 (dot_proc): Likewise.
3019 (dot_endp): Likewise.
3020 (ia64_frob_label): Likewise.
3021 (add_qp_imply): Likewise.
3022 (add_qp_mutex): Likewise.
3023 (mark_resource): Likewise.
3024 (dot_alias): Likewise.
3025 * config/tc-m68hc11.c: Likewise.
3026 * config/tc-m68k.c (m68k_frob_label): Likewise.
3027 (s_save): Likewise.
3028 (mri_control_label): Likewise.
3029 (push_mri_control): Likewise.
3030 (build_mri_control_operand): Likewise.
3031 (s_mri_else): Likewise.
3032 (s_mri_break): Likewise.
3033 (s_mri_next): Likewise.
3034 (s_mri_for): Likewise.
3035 (s_mri_endw): Likewise.
3036 * config/tc-metag.c (create_mnemonic_htab): Likewise.
3037 * config/tc-microblaze.c: Likewise.
3038 * config/tc-mmix.c (s_loc): Likewise.
3039 * config/tc-nds32.c (nds32_relax_hint): Likewise.
3040 * config/tc-nios2.c (nios2_insn_reloc_new): Likewise.
3041 * config/tc-rl78.c: Likewise.
3042 * config/tc-rx.c (rx_include): Likewise.
3043 * config/tc-sh.c: Likewise.
3044 * config/tc-sh64.c (shmedia_frob_section_type): Likewise.
3045 * config/tc-sparc.c: Likewise.
3046 * config/tc-spu.c: Likewise.
3047 * config/tc-tic6x.c (static tic6x_unwind_info *tic6x_get_unwind): Likewise.
3048 (tic6x_start_unwind_section): Likewise.
3049 * config/tc-tilegx.c: Likewise.
3050 * config/tc-tilepro.c: Likewise.
3051 * config/tc-v850.c: Likewise.
3052 * config/tc-visium.c: Likewise.
3053 * config/tc-xgate.c: Likewise.
3054 * config/tc-xtensa.c (xtensa_translate_old_userreg_ops): Likewise.
3055 (new_resource_table): Likewise.
3056 (resize_resource_table): Likewise.
3057 (xtensa_create_trampoline_frag): Likewise.
3058 (xtensa_maybe_create_literal_pool_frag): Likewise.
3059 (cache_literal_section): Likewise.
3060 * config/xtensa-relax.c (append_transition): Likewise.
3061 (append_condition): Likewise.
3062 (append_value_condition): Likewise.
3063 (append_constant_value_condition): Likewise.
3064 (append_literal_op): Likewise.
3065 (append_label_op): Likewise.
3066 (append_constant_op): Likewise.
3067 (append_field_op): Likewise.
3068 (append_user_fn_field_op): Likewise.
3069 (enter_opname_n): Likewise.
3070 (enter_opname): Likewise.
3071 (split_string): Likewise.
3072 (parse_insn_templ): Likewise.
3073 (clone_req_or_option_list): Likewise.
3074 (clone_req_option_list): Likewise.
3075 (parse_option_cond): Likewise.
3076 (parse_insn_pattern): Likewise.
3077 (parse_insn_repl): Likewise.
3078 (build_transition): Likewise.
3079 (build_transition_table): Likewise.
3080 * dw2gencfi.c (alloc_fde_entry): Likewise.
3081 (alloc_cfi_insn_data): Likewise.
3082 (cfi_add_CFA_remember_state): Likewise.
3083 (dot_cfi_escape): Likewise.
3084 (dot_cfi_fde_data): Likewise.
3085 (select_cie_for_fde): Likewise.
3086 * dwarf2dbg.c (dwarf2_directive_loc): Likewise.
3087 * ecoff.c (ecoff_add_bytes): Likewise.
3088 (ecoff_build_debug): Likewise.
3089 * input-scrub.c (input_scrub_push): Likewise.
3090 (input_scrub_begin): Likewise.
3091 (input_scrub_next_buffer): Likewise.
3092 * itbl-ops.c (append_insns_as_macros): Likewise.
3093 (alloc_entry): Likewise.
3094 (alloc_field): Likewise.
3095 * listing.c (listing_newline): Likewise.
3096 (listing_listing): Likewise.
3097 * macro.c (get_any_string): Likewise.
3098 (delete_macro): Likewise.
3099 * stabs.c (generate_asm_file): Likewise.
3100 (stabs_generate_asm_lineno): Likewise.
3101 * subsegs.c (subseg_change): Likewise.
3102 (subseg_get): Likewise.
3103 * symbols.c (define_dollar_label): Likewise.
3104 (symbol_relc_make_sym): Likewise.
3105 * write.c (write_relocs): Likewise.
3106
29a2809e
TS
31072016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3108
3109 * config/obj-coff.c (obj_coff_def): Simplify string copying.
3110 (weak_name2altname): Likewise.
3111 (weak_uniquify): Likewise.
3112 (obj_coff_section): Likewise.
3113 (obj_coff_init_stab_section): Likewise.
3114 * config/obj-elf.c (obj_elf_section_name): Likewise.
3115 (obj_elf_init_stab_section): Likewise.
3116 * config/obj-evax.c (evax_shorten_name): Likewise.
3117 * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise.
3118 * config/tc-aarch64.c (create_register_alias): Likewise.
3119 * config/tc-alpha.c (load_expression): Likewise.
3120 (s_alpha_file): Likewise.
3121 (s_alpha_section_name): Likewise.
3122 (tc_gen_reloc): Likewise.
3123 * config/tc-arc.c (md_assemble): Likewise.
3124 * config/tc-arm.c (create_neon_reg_alias): Likewise.
3125 (start_unwind_section): Likewise.
3126 * config/tc-hppa.c (pa_build_unwind_subspace): Likewise.
3127 (hppa_elf_mark_end_of_function): Likewise.
3128 * config/tc-nios2.c (nios2_modify_arg): Likewise.
3129 (nios2_negate_arg): Likewise.
3130 * config/tc-rx.c (rx_section): Likewise.
3131 * config/tc-sh64.c (sh64_consume_datalabel): Likewise.
3132 * config/tc-tic30.c (tic30_find_parallel_insn): Likewise.
3133 * config/tc-tic54x.c (tic54x_include): Likewise.
3134 (tic54x_macro_info): Likewise.
3135 (subsym_get_arg): Likewise.
3136 (subsym_substitute): Likewise.
3137 (tic54x_start_line_hook): Likewise.
3138 * config/tc-xtensa.c (xtensa_literal_prefix): Likewise.
3139 (xg_reverse_shift_count): Likewise.
3140 * config/xtensa-relax.c (enter_opname_n): Likewise.
3141 (split_string): Likewise.
3142 * dwarf2dbg.c (get_filenum): Likewise.
3143 (process_entries): Likewise.
3144 * expr.c (operand): Likewise.
3145 * itbl-ops.c (alloc_entry): Likewise.
3146 * listing.c (listing_message): Likewise.
3147 (listing_title): Likewise.
3148 * macro.c (check_macro): Likewise.
3149 * stabs.c (s_xstab): Likewise.
3150 * symbols.c (symbol_relc_make_expr): Likewise.
3151 * write.c (compress_debug): Likewise.
3152
58c7f094
NC
31532016-05-12 Nick Clifton <nickc@redhat.com>
3154
3155 PR target/20068
3156 * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
3157
d5e74e8d
NC
31582016-05-11 Nick Clifton <nickc@redhat.com>
3159
3160 PR target/20068
3161 * testsuite/gas/arm/pr20068.d: Adjust expected output to allow for
3162 big endian ARM configurations.
3163
8f4f9071
MF
31642016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
3165 Matthew Fortune <matthew.fortune@imgtec.com>
3166
3167 * config/tc-mips.c (options): Add OPTION_DSPR3 and
3168 OPTION_NO_DSPR3.
3169 (md_longopts): Likewise.
3170 (md_show_usage): Add help for -mdspr3 and -mno-dspr3.
3171 (mips_ases): Define availability for DSPr3.
3172 (mips_ase_groups): Add ASE_DSPR3 to the DSP group.
3173 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
3174 * doc/as.texinfo: Document -mdspr3, -mno-dspr3. Fix -mdspr2
3175 formatting.
3176 * doc/c-mips.texi: Document -mdspr3, -mno-dspr3, .set dspr3 and
3177 .set nodspr3. Fix -mdspr2 formatting.
3178 * testsuite/gas/mips/mips32-dspr3.d: New file.
3179 * testsuite/gas/mips/mips32-dspr3.s: Likewise.
3180 * testsuite/gas/mips/mips.exp: Run mips32-dspr3 test.
3181
a6684f0d
NC
31822016-05-11 Nick Clifton <nickc@redhat.com>
3183
3184 PR target/20068
3185 * config/tc-arm.c (add_to_lit_pool): Ensure that the padding added
3186 to the pool uses O_constant.
3187 * testsuite/gas/arm/pr20068.s: New test.
3188 * testsuite/gas/arm/pr20068.d: Test driver.
3189
be5c445b
NC
31902016-05-11 Nick Clifton <nickc@redhat.com>
3191
4179a6a2
NC
3192 * testsuite/gas/arm/archv8m-cmse-base.d: Skip for non-ELF ARM targets.
3193 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
3194 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
3195 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
3196 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
3197 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
3198 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
3199 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
3200 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
be5c445b
NC
3201
32022016-05-10 Alexander Fomin <alexander.fomin@intel.com>
3203
3204 * testsuite/gas/i386/i386.exp: Run RDPID tests.
3205 * testsuite/gas/i386/prefix.d: Adjust.
3206 * testsuite/gas/i386/rdpid.s: New test.
3207 * testsuite/gas/i386/rdpid.d: Ditto.
3208 * testsuite/gas/i386/rdpid-intel.d: Ditto.
3209 * testsuite/gas/i386/x86-64-rdpid.s: Ditto.
3210 * testsuite/gas/i386/x86-64-rdpid.d: Ditto.
3211 * testsuite/gas/i386/x86-64-rdpid-intel.d: Ditto.
3212
8bc52696
AF
32132016-05-10 Alexander Fomin <alexander.fomin@intel.com>
3214
3215 * config/tc-i386.c (cpu_arch): Add RDPID.
3216 * doc/c-i386.texi: Document RDPID.
3217
39d911fc
TP
32182016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
3219
3220 * config/tc-arm.c (arm_adjust_symtab): Use ARM_SET_SYM_BRANCH_TYPE to
3221 set branch type of a symbol.
3222
15afaa63
TP
32232016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
3224
3225 * NEWS: Document ARMv8-M and ARMv8-M Security and DSP Extensions.
3226 * config/tc-arm.c (arm_ext_dsp): New feature for Thumb DSP
3227 instructions.
3228 (arm_extensions): Add dsp extension for ARMv8-M Mainline.
3229 (aeabi_set_public_attributes): Memorize the feature bits of the
3230 architecture selected for Tag_CPU_arch. Use it to set
3231 Tag_DSP_extension to 1 for ARMv8-M Mainline with DSP extension.
3232 (arm_convert_symbolic_attribute): Define Tag_DSP_extension.
3233 * testsuite/gas/arm/arch7em-bad.d: Rename to ...
3234 * testsuite/gas/arm/arch7em-bad-1.d: This.
3235 * testsuite/gas/arm/arch7em-bad-2.d: New file.
3236 * testsuite/gas/arm/arch7em-bad-3.d: Likewise.
3237 * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
3238 * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
3239 * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
3240 * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
3241 * testsuite/gas/arm/archv8m-main-dsp-5.d: Likewise.
3242 * testsuite/gas/arm/attr-march-armv8m.main.dsp.d: Likewise.
3243
d942732e
TP
32442016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
3245
3246 * config/tc-arm.c (struct arm_option_extension_value_table): Make
3247 allowed_archs an array with 2 entries.
3248 (ARM_EXT_OPT): Adapt to only fill the first entry of allowed_archs.
3249 (ARM_EXT_OPT2): New macro filling the two entries of allowed_archs.
3250 (arm_extensions): Use separate entries in allowed_archs when several
3251 archs are allowed to use an extension and change ARCH_ANY in
3252 ARM_ARCH_NONE in allowed_archs.
3253 (arm_parse_extension): Check that, for each allowed_archs entry, all
3254 bits are set in the current architecture, ignoring ARM_ANY entries.
3255 (s_arm_arch_extension): Likewise.
3256
16a1fa25
TP
32572016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
3258
3259 * config/tc-arm.c (arm_ext_m): Add feature bit ARM_EXT2_V8M_MAIN.
3260 (arm_ext_v8m_main): New feature set for bit ARM_EXT2_V8M_MAIN.
3261 (arm_ext_v8m_m_only): New feature set for instructions in ARMv8-M not
3262 shared with a non M profile architecture.
3263 (do_rn): New function.
3264 (known_t32_only_insn): Check opcode against arm_ext_v8m_m_only rather
3265 than arm_ext_v8m.
3266 (v7m_psrs): Add ARMv8-M security extensions new special registers.
3267 (insns): Add ARMv8-M Security Extensions instructions.
3268 (aeabi_set_public_attributes): Use arm_ext_v8m_m_only instead of
3269 arm_ext_v8m_m to decide the profile and the Thumb ISA.
3270 * testsuite/gas/arm/archv8m-cmse.s: New file.
3271 * testsuite/gas/arm/archv8m-cmse-main.s: Likewise..
3272 * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
3273 * testsuite/gas/arm/any-cmse.d: Likewise.
3274 * testsuite/gas/arm/any-cmse-main.d: Likewise.
3275 * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
3276 * testsuite/gas/arm/archv8m-cmse-msr-base.d: Likewise.
3277 * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
3278 * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
3279 * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
3280
d751b79e
JM
32812016-05-09 Jose E. Marchesi <jose.marchesi@oracle.com>
3282
3283 * testsuite/gas/sparc/sparc5vis4.s: Fix mnemonic of faligndatai.
3284 * testsuite/gas/sparc/sparc5vis4.d: Likewise.
3285
f85d59c3
KT
32862016-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3287
3288 * config/tc-arm.c (fpu_arch_vfp_v1): Mark with ATTRIBUTE_UNUSED.
3289 (fpu_arch_vfp_v3): Likewise.
3290 (fpu_arch_neon_v1): Likewise.
3291 (arm_arch_full): Likewise.
3292 (parse_neon_el_struct_list): Initialize fields of firsttype.
3293
945e0f82
CZ
32942016-05-03 Claudiu Zissulescu <claziss@synopsys.com>
3295
3296 * config/tc-arc.c (syntaxclass): Add SYNTAX_NOP and SYNTAX_1OP.
3297 (arc_extinsn): Handle new introduced syntax.
3298 * testsuite/gas/arc/textinsn1op.d: New file.
3299 * testsuite/gas/arc/textinsn1op.s: Likewise.
3300 * doc/c-arc.texi: Document SYNTAX_NOP and SYNTAX_1OP.
3301
b782c63d
PS
33022016-05-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
3303
3304 * testsuite/gas/lns/lns.exp: Add avr to list of targets using
3305 DW_LNS_fixed_advance_pc.
3306
25771140
AM
33072016-04-27 Alan Modra <amodra@gmail.com>
3308
3309 * as.h (inline, __PTR_TO_INT, __INT_TO_PTR): Don't define.
3310 (xmemdup0): New inline function.
3311
22522f88
MR
33122016-04-22 Maciej W. Rozycki <macro@imgtec.com>
3313
3314 * config/tc-mips.c (code_option_type): New enum.
3315 (parse_code_option): Return status indicating option type.
3316 (s_mipsset): Update `parse_code_option' call site accordingly.
3317 Always set register sizes from the ISA with ISA overrides.
3318 (s_module): Update `parse_code_option' call site.
3319 * testsuite/gas/mips/isa-override-1.d: New test.
3320 * testsuite/gas/mips/micromips@isa-override-1.d: New test.
3321 * testsuite/gas/mips/mips1@isa-override-1.d: New test.
3322 * testsuite/gas/mips/mips2@isa-override-1.d: New test.
3323 * testsuite/gas/mips/mips32@isa-override-1.d: New test.
3324 * testsuite/gas/mips/mips32r2@isa-override-1.d: New test.
3325 * testsuite/gas/mips/mips32r3@isa-override-1.d: New test.
3326 * testsuite/gas/mips/mips32r5@isa-override-1.d: New test.
3327 * testsuite/gas/mips/mips32r6@isa-override-1.d: New test.
3328 * testsuite/gas/mips/mips64r2@isa-override-1.d: New test.
3329 * testsuite/gas/mips/mips64r3@isa-override-1.d: New test.
3330 * testsuite/gas/mips/mips64r5@isa-override-1.d: New test.
3331 * testsuite/gas/mips/mips64r6@isa-override-1.d: New test.
3332 * testsuite/gas/mips/r3000@isa-override-1.d: New test.
3333 * testsuite/gas/mips/r3900@isa-override-1.d: New test.
3334 * testsuite/gas/mips/r5900@isa-override-1.d: New test.
3335 * testsuite/gas/mips/octeon@isa-override-1.d: New test.
3336 * testsuite/gas/mips/octeon3@isa-override-1.d: New test.
3337 * testsuite/gas/mips/isa-override-2.l: New list test.
3338 * testsuite/gas/mips/mips1@isa-override-2.l: New list test.
3339 * testsuite/gas/mips/mips2@isa-override-2.l: New list test.
3340 * testsuite/gas/mips/mips32@isa-override-2.l: New list test.
3341 * testsuite/gas/mips/mips32r2@isa-override-2.l: New list test.
3342 * testsuite/gas/mips/mips32r3@isa-override-2.l: New list test.
3343 * testsuite/gas/mips/mips32r5@isa-override-2.l: New list test.
3344 * testsuite/gas/mips/mips32r6@isa-override-2.l: New list test.
3345 * testsuite/gas/mips/r3000@isa-override-2.l: New list test.
3346 * testsuite/gas/mips/r3900@isa-override-2.l: New list test.
3347 * testsuite/gas/mips/octeon3@isa-override-2.l: New list test.
3348 * testsuite/gas/mips/octeon3@isa-override-1.l: New stderr
3349 output.
3350 * testsuite/gas/mips/isa-override-1.s: New test source.
3351 * testsuite/gas/mips/r5900@isa-override-1.s: New test source.
3352 * testsuite/gas/mips/isa-override-2.s: New test source.
3353 * testsuite/gas/mips/mips1@isa-override-2.s: New test source.
3354 * testsuite/gas/mips/mips2@isa-override-2.s: New test source.
3355 * testsuite/gas/mips/mips32@isa-override-2.s: New test source.
3356 * testsuite/gas/mips/mips32r2@isa-override-2.s: New test source.
3357 * testsuite/gas/mips/mips32r3@isa-override-2.s: New test source.
3358 * testsuite/gas/mips/mips32r5@isa-override-2.s: New test source.
3359 * testsuite/gas/mips/mips32r6@isa-override-2.s: New test source.
3360 * testsuite/gas/mips/r3000@isa-override-2.s: New test source.
3361 * testsuite/gas/mips/r3900@isa-override-2.s: New test source.
3362 * testsuite/gas/mips/octeon3@isa-override-2.s: New test source.
3363 * testsuite/gas/mips/mips.exp: Run the new tests.
3364
e6c7cdec
TS
33652016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3366
3367 * cgen.c: Likewise.
3368 * config/tc-bfin.c: Likewise.
3369 * config/tc-ia64.c: Likewise.
3370 * config/tc-mep.c: Likewise.
3371 * config/tc-metag.c: Likewise.
3372 * config/tc-nios2.c: Likewise.
3373 * config/tc-rl78.c: Likewise.
3374
2533af11
AB
33752016-04-20 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * doc/c-arc.texi (ARC Options): Add nps400 to list of valus for
3378 -mcpu. Add cross reference to .cpu directive from -mcpu option.
3379 (ARC Directives): Add NPS400 to .cpu directive list.
3380
50cc854c
MW
33812016-04-20 Matthew Wahab <matthew.wahab@arm.com>
3382
3383 * config/tc-aarch64.c (aarch64_features): Add "ras".
3384 * doc/c-aarch64.texi (AArch64 Extensions): Add "ras".
3385 * testsuite/gas/aarch64/armv8-ras-1.d: New.
3386 * testsuite/gas/aarch64/armv8-ras-1.s: New.
3387 * testsuite/gas/aarch64/illegal-ras-1.d: New.
3388 * testsuite/gas/aarch64/illegal-ras-1.s: New.
3389
537aefaf
AB
33902016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * testsuite/gas/arc/nps400-6.d: New file.
3393 * testsuite/gas/arc/nps400-6.s: New file.
3394
c8f785f2
AB
33952016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * testsuite/gas/arc/nps400-4.d: New file.
3398 * testsuite/gas/arc/nps400-4.s: New file.
3399 * testsuite/gas/arc/nps400-5.d: New file.
3400 * testsuite/gas/arc/nps400-5.s: New file.
3401
48eac74c
MG
34022016-04-19 Martin Galvan <martin.galvan@tallertechnologies.com>
3403
3404 * doc/as.texinfo (.cfi_remember_state, .cfi_restore_state): Improve
3405 documentation.
3406
644aca26
AB
34072016-04-17 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 Revert prevous change.
3410 * config/tc-arc.c (arc_option): Make .cpu directive
3411 case-sensitive again.
3412
9a452709
AB
34132016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * config/tc-arc.c (arc_option): Make .cpu directive
3416 case-insensitive.
3417
5e001f26
AB
34182016-04-16 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * config/tc-arc.c (arc_option): Allow NPS400 in .cpu directive.
3421
92fce9bd
TS
34222016-04-15 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3423
3424 * config/tc-mips.c (md_begin): Remove useless assignment.
3425
6fd8e7c2
L
34262016-04-15 H.J. Lu <hongjiu.lu@intel.com>
3427
3428 * Makefile.in: Regenerated with automake 1.11.6.
3429 * aclocal.m4: Likewise.
3430 * doc/Makefile.in: Likewise.
3431
05f7541e
AM
34322016-04-15 Alan Modra <amodra@gmail.com>
3433
3434 * config/tc-ppc.c (toc_reloc_types): Wrap in #ifdef OBJ_ELF
3435
4f2a7b51
TS
34362016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3437
3438 * config/tc-nios2.c (nios2_as_options): Make file static.
3439 * config/tc-ppc.c (toc_reloc_ypes): Likewise.
3440 * config/tc-sparc.c (native_op_table): Likewise.
3441
85e53f62
TS
34422016-04-14 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3443
3444 * config/tc-m32c.c (M32C_Macros): Remove.
3445 * config/tc-msp430.c (option_numbers): Likewise.
3446
4b0c052e
AB
34472016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * testsuite/gas/arc/nps400-3.d: New file.
3450 * testsuite/gas/arc/nps400-3.s: New file.
3451
d105775e
AB
34522016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3453
3454 * testsuite/gas/arc/add_s-err.s: Update target pattern.
3455 * testsuite/gas/arc/warn.s: Likewise.
3456 * testsuite/gas/elf/elf.exp: Run test for arc.
3457
84865015
NC
34582016-04-14 Nick Clifton <nickc@redhat.com>
3459
3460 PR target/19938
3461 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Allow for the string
3462 sections possibly having the SHF_STRINGS flag bit set.
3463 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
3464
1adc8a9a
CZ
34652016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3466
3467 * config/tc-arc.c (mach_type_specified_p): Change type to
3468 bfd_boolean.
3469 (arc_option): Set private flags when parsing cpu pseudo-op.
3470 (md_parse_option): Set mach_type_specified_p to TRUE.
3471
e4449be8
NC
34722016-04-13 Nick Clifton <nickc@redhat.com>
3473
3474 PR target/19937
3475 * testsuite/gas/v850/pr19937.s: New test.
3476 * testsuite/gas/v850/pr19937.d: New test control file.
3477 * testsuite/gas/v850/basic.exp: Run the new test.
3478
991f40a9
MR
34792016-04-13 Maciej W. Rozycki <macro@imgtec.com>
3480 Andrew Bennett <andrew.bennett@imgtec.com>
3481
3482 * config/tc-mips.c (relaxed_branch_length): Use the long
3483 sequence where the target is a weak symbol.
3484 (relaxed_micromips_32bit_branch_length): Likewise.
3485 (relaxed_micromips_16bit_branch_length): Likewise.
3486 * testsuite/gas/mips/branch-weak-1.d: New test.
3487 * testsuite/gas/mips/branch-weak-2.d: New test.
3488 * testsuite/gas/mips/branch-weak-3.d: New test.
3489 * testsuite/gas/mips/branch-weak-4.d: New test.
3490 * testsuite/gas/mips/branch-weak-5.d: New test.
3491 * testsuite/gas/mips/branch-weak.l: New stderr output.
3492 * testsuite/gas/mips/branch-weak.s: New test source.
3493 * testsuite/gas/mips/mips.exp: Run the new tests.
3494
c1f61bd2
MR
34952016-04-13 Maciej W. Rozycki <macro@imgtec.com>
3496
3497 * config/tc-mips.c (relaxed_branch_length): Use the long
3498 sequence where the distance cannot be determined.
3499 (relaxed_micromips_32bit_branch_length): Likewise.
3500 * testsuite/gas/mips/branch-extern-1.d: New test.
3501 * testsuite/gas/mips/branch-extern-2.d: New test.
3502 * testsuite/gas/mips/branch-extern-3.d: New test.
3503 * testsuite/gas/mips/branch-extern-4.d: New test.
3504 * testsuite/gas/mips/branch-extern.l: New stderr output.
3505 * testsuite/gas/mips/branch-extern.s: New test source.
3506 * testsuite/gas/mips/branch-section-1.d: New test.
3507 * testsuite/gas/mips/branch-section-2.d: New test.
3508 * testsuite/gas/mips/branch-section-3.d: New test.
3509 * testsuite/gas/mips/branch-section-4.d: New test.
3510 * testsuite/gas/mips/branch-section.l: New stderr output.
3511 * testsuite/gas/mips/branch-section.s: New test source.
3512 * testsuite/gas/mips/mips.exp: Run the new tests.
3513
f36e33da
CZ
35142016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3515
3516 * testsuite/gas/arc/textauxregister.d: New file.
3517 * testsuite/gas/arc/textauxregister.s: Likewise.
3518 * testsuite/gas/arc/textcondcode.d: Likewise.
3519 * testsuite/gas/arc/textcondcode.s: Likewise.
3520 * testsuite/gas/arc/textcoreregister.d: Likewise.
3521 * testsuite/gas/arc/textcoreregister.s: Likewise.
3522 * testsuite/gas/arc/textpseudoop.d: Likewise.
3523 * testsuite/gas/arc/textpseudoop.s: Likewise.
3524 * testsuite/gas/arc/ld2.d: Update test.
3525 * testsuite/gas/arc/st.d: Likewise.
3526 * testsuite/gas/arc/taux.d: Likewise.
3527 * doc/c-arc.texi (ARC Directives): Add .extCondCode,
3528 .extCoreRegister and .extAuxRegister documentation.
3529 * config/tc-arc.c (arc_extcorereg): New function.
3530 (md_pseudo_table): Add .extCondCode, .extCoreRegister and
3531 .extAuxRegister pseudo-ops.
3532 (extRegister_t): New type.
3533 (ext_condcode, arc_aux_hash): New global variable.
3534 (find_opcode_match): Check for extensions.
3535 (preprocess_operands): Likewise.
3536 (md_begin): Add aux registers in a hash.
3537 (assemble_insn): Update use arc_flags member.
3538 (tokenize_extregister): New function.
3539 (create_extcore_section): Likewise.
3540 * config/tc-arc.h (arc_flags): Delete code, add flgp.
3541
1c2e355e
CZ
35422016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3543
3544 * testsuite/gas/arc/noargs_a7.d: New file.
3545 * testsuite/gas/arc/noargs_a7.s: Likewise.
3546 * testsuite/gas/arc/noargs_hs.d: Likewise.
3547 * testsuite/gas/arc/noargs_hs.s: Likewise.
3548
b99747ae
CZ
35492016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3550
3551 * testsuite/gas/arc/textinsn-errors.d: New File.
3552 * testsuite/gas/arc/textinsn-errors.err: Likewise.
3553 * testsuite/gas/arc/textinsn-errors.s: Likewise.
3554 * testsuite/gas/arc/textinsn2op.d: Likewise.
3555 * testsuite/gas/arc/textinsn2op.s: Likewise.
3556 * testsuite/gas/arc/textinsn2op01.d: Likewise.
3557 * testsuite/gas/arc/textinsn2op01.s: Likewise.
3558 * testsuite/gas/arc/textinsn3op.d: Likewise.
3559 * testsuite/gas/arc/textinsn3op.s: Likewise.
3560 * doc/c-arc.texi (ARC Directives): Add .extInstruction
3561 documentation.
3562 * config/tc-arc.c (arcext_section): New variable.
3563 (arc_extinsn): New function.
3564 (md_pseudo_table): Add .extInstruction pseudo op.
3565 (attributes_t): New type.
3566 (suffixclass, syntaxclass, syntaxclassmod): New constant
3567 structures.
3568 (find_opcode_match): Remove arc_num_opcodes.
3569 (md_begin): Likewise.
3570 (tokenize_extinsn): New function.
3571 (arc_set_ext_seg): Likewise.
3572 (create_extinst_section): Likewise.
3573
37ab9779
CZ
35742016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
3575
3576 * config/tc-arc.c (preprocess_operands): Mark AUX symbol.
3577 (arc_adjust_symtab): New function.
3578 * config/tc-arc.h (ARC_FLAG_AUX): Define.
3579 (obj_adjust_symtab): Likewise.
3580 * testsuite/gas/arc/taux.d: New file.
3581 * testsuite/gas/arc/taux.s: Likewise.
3582
41a1578e
MR
35832016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3584
3585 * config/tc-mips.c (s_option): Sanitize `.option picX'
3586 pseudo-op.
3587 * testsuite/gas/mips/option-pic-1.d: New test.
3588 * testsuite/gas/mips/option-pic-2.l: New list test.
3589 * testsuite/gas/mips/option-pic-1.s: New test source.
3590 * testsuite/gas/mips/option-pic-2.s: New test source.
3591 * testsuite/gas/mips/mips.exp: Run the new tests.
3592
668c5ebc
MR
35932016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3594
3595 * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
3596 PIC.
3597 * testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
3598 * testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
3599 * testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
3600 * testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
3601 * testsuite/gas/mips/mips.exp: Run the new tests.
3602
41065f5e
MR
36032016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3604
3605 * config/tc-mips.c (can_swap_branch_p): Correct call formatting.
3606
08918cc8
MR
36072016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3608
3609 * messages.c (as_bad): Fix a typo in description.
3610
1357373c
MR
36112016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3612
3613 * config/tc-mips.c (mips_check_options): Unify messages.
3614
5f4678bb
MR
36152016-04-09 Maciej W. Rozycki <macro@imgtec.com>
3616
3617 * config/tc-mips.c (mips_check_options): Use `opts->isa'
3618 consistently.
3619
992dc2c4
NC
36202016-04-08 Nick Clifton <nickc@redhat.com>
3621
3622 PR target/19910
3623 * testsuite/gas/sparc/pr19910-1.d: Adjust regexps to work with
3624 COFF and AOUT sparc targets.
3625
a42a4f84
AB
36262016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
3629 * testsuite/gas/arc/nps400-2.d: New file.
3630 * testsuite/gas/arc/nps400-2.s: New file.
3631
1328504b
AB
36322016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * config/tc-arc.c (struct arc_opcode_hash_entry_iterator): New
3635 structure.
3636 (arc_opcode_hash_entry_iterator_init): New function.
3637 (arc_opcode_hash_entry_iterator_next): New function.
3638 (find_opcode_match): Iterate over all arc_opcode entries
3639 referenced by the arc_opcode_hash_entry passed in as a parameter.
3640
b9b47ab7
AB
36412016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3642
3643 * config/tc-arc.c (arc_find_opcode): Now returns
3644 arc_opcode_hash_entry pointer.
3645 (find_opcode_match): Update argument type, extract arc_opcode from
3646 incoming arc_opcode_hash_entry.
3647 (find_special_case_pseudo): Update return type.
3648 (find_special_case_flag): Update return type.
3649 (find_special_case): Update return type.
3650 (assemble_tokens): Lookup arc_opcode_hash_entry based on
3651 instruction mnemonic, then use find_opcode_match to identify
3652 specific arc_opcode.
3653
da5be039
AB
36542016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * config/tc-arc.c (struct arc_opcode_hash_entry): New structure.
3657 (arc_find_opcode): New function.
3658 (find_special_case_pseudo): Use arc_find_opcode.
3659 (find_special_case_flag): Likewise.
3660 (assemble_tokens): Likewise.
3661 (md_begin): Build hash using struct arc_opcode_hash_entry.
3662
e6ba1cba
CZ
36632016-04-07 Claudiu Zissulescu <claziss@synopsys.com>
3664
abe051ba
AM
3665 * config/tc-arc.c (arc_option): Prepare string for automatic
3666 translation.
3667 (declare_register): Likewise.
e6ba1cba 3668
b607cde1
JG
36692016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
3670
3671 * doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
3672 Correct entry for RDMA. Alpha sort entries.
3673
692166c2
AB
36742016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3675
3676 * config/tc-arc.c (tokenize_flags): Allow greater range of
3677 characters into flag names.
3678
22b92fc4
AB
36792016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
3680
3681 * config/tc-arc.c (find_opcode_match): Handle O_symbol case, add
3682 new de_fault label.
3683 (preprocess_operands): Delete.
3684 (assemble_tokens): Remove call to preprocess_operands.
3685
e140100a
NC
36862016-04-07 Nick Clifton <nickc@redhat.com>
3687
3688 PR gas/19910
3689 * config/tc-sparc.c (sparc_ip): Report an error if the expression
3690 inside a %-macro could not be fully parsed.
3691 * expr.c (integer_constant): Accept and ignore U suffixes to
3692 integers.
3693 (operand): When a missing closing parenthesis is encountered,
3694 report the character that was found instead.
3695 * testsuite/gas/mips/tls-ill.l: Update expected error message.
3696 * testsuite/gas/sparc/pr19910-1.d: New test driver.
3697 * testsuite/gas/sparc/pr19910-1.s: New test.
3698 * testsuite/gas/sparc/pr19910-2.l: Expected error output.
3699 * testsuite/gas/sparc/pr19910-2.s: New test.
3700 * testsuite/gas/sparc/sparc.exp: Run the new tests.
3701
927f2d25
NC
37022016-04-06 Nick Clifton <nickc@redhat.com>
3703
3704 * config/tc-msp430.c (msp430_operands): Check for a NOP preceding
3705 an EINT instruction. Warn/fix as necessary.
3706 * testsuite/gas/msp430/bad.s: Add test of EINT without preceding NOP.
3707 * testsuite/gas/msp430/bad.l: Update expected messages.
3708
820f03ff
AB
37092016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * testsuite/gas/arc/nps400-1.d: Update expected results.
3712 * testsuite/gas/arc/nps400-1.s: Additional test cases.
3713
8ddf6b2a
CZ
37142016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
3715
abe051ba
AM
3716 * config/tc-arc.c (is_code_density_p): Compare directly the
3717 subclass field.
3718 (is_spfp_p, is_dpfp_p, is_spfp_p): Define.
3719 (check_cpu_feature): New function.
3720 (find_opcode_match): Use check_cpu_feature function.
3721 (preprocess_operands): Likewise.
3722 (md_parse_option): Use mfpuda, mdpfp, mspfp options.
3723 * testsuite/gas/arc/tdpfp.d: New file.
3724 * testsuite/gas/arc/tfpuda.d: Likewise.
3725 * testsuite/gas/arc/tfpx.s: Likewise.
8ddf6b2a 3726
589a7d88
JW
37272016-04-05 Jiong Wang <jiong.wang@arm.com>
3728
3729 * config/tc-arm.c (do_neon_mac_maybe_scalar): Allow F16.
3730 * testsuite/gas/arm/armv8-2-fp16-simd.s: New tests.
3731 * testsuite/gas/arm/armv8-2-fp16-simd.d: New expected results.
3732 * testsuite/gas/arm/armv8-2-fp16-simd-thum.d: Likewise for Thumb.
3733 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results.
3734 * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source.
3735 * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase.
abe051ba
AM
3736 * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise
3737 for Thumb.
589a7d88
JW
3738 * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results.
3739
6ec1f282
CZ
37402016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
3741
abe051ba 3742 * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for
6ec1f282 3743 JUMP instructions type.
abe051ba
AM
3744 * testsuite/gas/arc/relocs-errors.d: New file.
3745 * testsuite/gas/arc/relocs-errors.err: Likewise.
3746 * testsuite/gas/arc/relocs-errors.s: Likewise.
6ec1f282 3747
0796a629
L
37482016-04-04 H.J. Lu <hongjiu.lu@intel.com>
3749
3750 PR gas/19909
3751 * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding
3752 only if i.disp_encoding != disp_encoding_32bit.
3753 * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32.
3754 * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise.
3755 * gas/testsuite/gas/i386/disp32.d: Updated.
3756 * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise.
3757
df41fdf4
L
37582016-04-04 H.J. Lu <hongjiu.lu@intel.com>
3759
3760 PR gas/19498
3761 * testsuite/gas/i386/i386.exp: Run pr19498.
3762 * testsuite/gas/i386/pr19498.d: New file.
3763 * testsuite/gas/i386/pr19498.s: Likewise.
3764
26cdfd92
AB
37652016-04-04 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * config/tc-arc.h: Include 'opcode/arc.h'.
3768 (MAX_INSN_ARGS): Delete.
3769 (MAX_INSN_FLGS): Delete.
3770
22987cec
AM
37712016-04-04 Alan Modra <amodra@gmail.com>
3772
3773 PR 19498
3774 * symbols.c (resolve_symbol_value): Clear sy_resolving on exit
3775 from function on all paths that set sy_resolving.
3776
325801bd
TS
37772016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3778
3779 * app.c (app_push): use XNEW macro.
3780 * as.c: Likewise.
3781 * config/obj-elf.c (obj_elf_change_section): Likewise.
3782 (elf_copy_symbol_attributes): Likewise.
3783 (obj_elf_size): Likewise.
3784 (build_group_lists): Likewise.
3785 * config/tc-aarch64.c (add_operand_error_record): Likewise.
3786 (md_assemble): Likewise.
3787 (tc_gen_reloc): Likewise.
3788 (get_upper_str): Likewise.
3789 (aarch64_parse_features): Likewise.
3790 * config/tc-arm.c (insert_reg_alias): Likewise.
3791 (insert_neon_reg_alias): Likewise.
3792 (find_or_make_literal_pool): Likewise.
3793 (s_arm_elf_cons): Likewise.
3794 (add_unwind_opcode): Likewise.
3795 (arm_parse_extension): Likewise.
3796 * config/tc-avr.c (create_record_for_frag): Likewise.
3797 * config/tc-crx.c: Likewise.
3798 * config/tc-d30v.c: Likewise.
3799 * config/tc-dlx.c (s_proc): Likewise.
3800 * config/tc-ft32.c: Likewise.
3801 * config/tc-h8300.c: Likewise.
3802 * config/tc-hppa.c (pa_proc): Likewise.
3803 (create_new_space): Likewise.
3804 (create_new_subspace): Likewise.
3805 * config/tc-i860.c: Likewise.
3806 * config/tc-i960.c: Likewise.
3807 * config/tc-ia64.c: Likewise.
3808 * config/tc-iq2000.c (iq2000_add_macro): Likewise.
3809 (iq2000_record_hi16): Likewise.
3810 * config/tc-m32c.c (m32c_indirect_operand): Likewise.
3811 * config/tc-m32r.c (debug_sym): Likewise.
3812 (m32r_record_hi16): Likewise.
3813 * config/tc-m68k.c (m68k_ip): Likewise.
3814 (md_begin): Likewise.
3815 * config/tc-mcore.c: Likewise.
3816 * config/tc-microblaze.c (check_got): Likewise.
3817 * config/tc-mips.c (append_insn): Likewise.
3818 (s_mipsset): Likewise.
3819 (mips_record_label): Likewise.
3820 (s_mips_end): Likewise.
3821 * config/tc-mmix.c (mmix_frob_file): Likewise.
3822 * config/tc-mn10200.c: Likewise.
3823 * config/tc-mn10300.c: Likewise.
3824 * config/tc-moxie.c: Likewise.
3825 * config/tc-msp430.c: Likewise.
3826 * config/tc-nds32.c (nds32_elf_save_pseudo_pattern): Likewise.
3827 * config/tc-ns32k.c: Likewise.
3828 * config/tc-or1k.c: Likewise.
3829 * config/tc-pdp11.c: Likewise.
3830 * config/tc-pj.c (fake_opcode): Likewise.
3831 * config/tc-ppc.c (ppc_apuinfo_section_add): Likewise.
3832 (ppc_macro): Likewise.
3833 (ppc_dwsect): Likewise.
3834 (ppc_machine): Likewise.
3835 * config/tc-rl78.c (rl78_frag_init): Likewise.
3836 * config/tc-rx.c (rx_frag_init): Likewise.
3837 * config/tc-s390.c (s390_lit_suffix): Likewise.
3838 (s390_machine): Likewise.
3839 (s390_machinemode): Likewise.
3840 * config/tc-score.c (s3_insert_reg): Likewise.
3841 (s3_gen_reloc): Likewise.
3842 * config/tc-score7.c (s7_insert_reg): Likewise.
3843 (s7_gen_reloc): Likewise.
3844 * config/tc-tic30.c (tic30_operand): Likewise.
3845 * config/tc-tic4x.c (tic4x_inst_make): Likewise.
3846 * config/tc-tic54x.c (stag_add_field): Likewise.
3847 (tic54x_struct): Likewise.
3848 (tic54x_space): Likewise.
3849 (tic54x_field): Likewise.
3850 (tic54x_mlib): Likewise.
3851 (subsym_substitute): Likewise.
3852 * config/tc-tic6x.c (tic6x_frob_label): Likewise.
3853 * config/tc-vax.c: Likewise.
3854 * config/tc-xc16x.c: Likewise.
3855 * config/tc-xtensa.c (xtensa_add_insn_label): Likewise.
3856 (directive_push): Likewise.
3857 (xtensa_begin_directive): Likewise.
3858 (tokenize_arguments): Likewise.
3859 (xtensa_add_literal_sym): Likewise.
3860 (new_resource_table): Likewise.
3861 (resize_resource_table): Likewise.
3862 (emit_single_op): Likewise.
3863 (xtensa_create_trampoline_frag): Likewise.
3864 (xtensa_maybe_create_literal_pool_frag): Likewise.
3865 (xtensa_add_config_info): Likewise.
3866 (xtensa_realloc_fixup_cache): Likewise.
3867 (add_subseg_info): Likewise.
3868 (cache_literal_section): Likewise.
3869 (add_xt_block_frags): Likewise.
3870 (add_xt_prop_frags): Likewise.
3871 (init_op_placement_info_table): Likewise.
3872 (build_section_rename): Likewise.
3873 * config/tc-z80.c: Likewise.
3874 * config/tc-z8k.c: Likewise.
3875 * depend.c (register_dependency): Likewise.
3876 * dwarf2dbg.c (get_line_subseg): Likewise.
3877 (dwarf2_gen_line_info_1): Likewise.
3878 (get_filenum): Likewise.
3879 * ecoff.c (allocate_scope): Likewise.
3880 (allocate_vlinks): Likewise.
3881 (allocate_shash): Likewise.
3882 (allocate_thash): Likewise.
3883 (allocate_tag): Likewise.
3884 (allocate_forward): Likewise.
3885 (allocate_thead): Likewise.
3886 (allocate_lineno_list): Likewise.
3887 * expr.c (make_expr_symbol): Likewise.
3888 * hash.c (hash_new_sized): Likewise.
3889 * input-file.c (input_file_push): Likewise.
3890 * listing.c (file_info): Likewise.
3891 (listing_newline): Likewise.
3892 * macro.c (new_formal): Likewise.
3893 (define_macro): Likewise.
3894 * remap.c (add_debug_prefix_map): Likewise.
3895 * symbols.c (symbol_find_noref): Likewise.
3896 (define_dollar_label): Likewise.
3897 (fb_label_instance_inc): Likewise.
3898 (symbol_relc_make_value): Likewise.
3899
a44e2901
TS
39002016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3901
3902 * config/obj-elf.c (obj_elf_vendor_attribute): Use xstrdup.
3903 * config/tc-ppc.c (ppc_frob_file_before_adjust): Likewise.
3904 (ppc_znop): Likewise.
3905 (ppc_pe_section): Likewise.
3906 (ppc_frob_symbol): Likewise.
3907 * config/tc-tic30.c (tic30_operand): Likewise.
3908 * config/tc-tic4x.c (tic4x_sect): Likewise.
3909 (tic4x_usect): Likewise.
3910
ae2689b0
TS
39112016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3912
3913 * config/tc-alpha.c: Const qualify FLT_CHARS.
3914 * config/atof-ieee.c: Remove declarations of FLT_CHARS and EXP_CHARS.
3915 * config/tc-cris.h: Likewise.
3916 * expr.c: Likewise.
3917 * config/tc-mmix.c (md_atof): Adjust comment.
3918 * config/tc-mmix.h: Stop defining FLT_CHARS and EXP_CHARS as macros.
3919 * tc.h: Declare FLT_CHARS and EXP_CHARS.
3920
a51ef392
TS
39212016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3922
3923 * config/tc-score.c (s3_gen_reloc): Add const qualifiers.
3924 * config/tc-score7.c (s7_gen_reloc): Likewise.
3925
2fe88214
TS
39262016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3927
3928 * config/tc-arm.c (do_t_branch): Change the type of reloc to
3929 bfd_reloc_code_real_type.
3930
e1ec8109
TS
39312016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3932
3933 * config/bfin-parse.y (current_inputline): Remove definition.
3934 * config/tc-bfin.c (md_assemble): Simplify use of current_inputline.
3935
f73e41ef
TS
39362016-04-03 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3937
3938 * config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
3939 strings.
3940
62bd6b5f
AM
39412016-04-02 Alan Modra <amodra@gmail.com>
3942
3943 PR 19896
3944 * read.c (assign_symbol): Consume rest of line after an error
3945 rather than continuing to process the line.
3946
83cda17b
AB
39472016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3948
3949 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
3950 (MAX_FLAG_NAME_LENGTH): ...this.
3951 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
3952 * config/tc-arc.c (tokenize_flags): Likewise.
3953
6d4af3c2
AM
39542016-04-01 Alan Modra <amodra@gmail.com>
3955
3956 * cgen.c (weak_operand_overflow_check): Return const char*.
3957 * messages.c (as_internal_value_out_of_range): Formatting.
3958 (as_warn_value_out_of_range): Consify prefix param.
3959 (as_bad_value_out_of_range): Likewise.
3960 * read.c (s_errwarn): Constify msg..
3961 (s_float_space, float_cons): ..and err.
3962 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
3963 ieee_md_atof, vax_md_atof): Update prototypes.
3964 * tc.h (md_atof): Update prototype.
3965 * config/atof-ieee.c (ieee_md_atof): Return const char*.
3966 * config/atof-vax.c (vax_md_atof): Likewise.
3967 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
3968 * config/tc-aarch64.c (md_atof): Return const char*.
3969 * config/tc-alpha.c (s_alpha_section_name): Likewise.
3970 (s_alpha_comm): Constify sec_name.
3971 (section_name): Constify.
3972 (s_alpha_section): Consify name..
3973 (alpha_elf_section_letter): ..and ptr_msg param..
3974 (md_atof): ..and return.
3975 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
3976 * config/tc-arc.c (md_atof): Return const char*.
3977 * config/tc-arm.c (md_atof): Likewise.
3978 * config/tc-avr.c (md_atof): Likewise.
3979 * config/tc-bfin.c (md_atof): Likewise.
3980 * config/tc-cr16.c (md_atof): Likewise.
3981 * config/tc-cris.c (md_atof): Likewise.
3982 * config/tc-crx.c (md_atof): Likewise.
3983 * config/tc-d10v.c (md_atof): Likewise.
3984 * config/tc-d30v.c (md_atof): Likewise.
3985 * config/tc-dlx.c (md_atof): Likewise.
3986 * config/tc-epiphany.c (md_atof): Likewise.
3987 * config/tc-fr30.c (md_atof): Likewise.
3988 * config/tc-frv.c (md_atof): Likewise.
3989 * config/tc-ft32.c (md_atof): Likewise.
3990 * config/tc-h8300.c (md_atof): Likewise.
3991 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
3992 (struct default_space_dict): Likewise.
3993 (create_new_space): Constify name param.
3994 (create_new_subspace): Likewise.
3995 (is_defined_space, is_defined_subspace): Likewise.
3996 (pa_parse_space_stmt): Constify space_name param.
3997 (md_atof): Return const char*.
3998 (pa_spaces_begin): Constify name.
3999 * config/tc-i370.c (md_atof): Return const char*.
4000 * config/tc-i386.c (md_atof): Likewise.
4001 (x86_64_section_letter): Constify ptr_msg param.
4002 * config/tc-i386.h (x86_64_section_letter): Update prototype.
4003 * config/tc-i860.c (struct i860_it): Constify error.
4004 (md_atof): Return const char*.
4005 * config/tc-i960.c (md_atof): Likewise.
4006 * config/tc-ia64.c (md_atof): Likewise.
4007 (ia64_elf_section_letter): Constify ptr_msg param.
4008 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
4009 * config/tc-ip2k.c (md_atof): Return const char*.
4010 * config/tc-iq2000.c (md_atof): Likewise.
4011 * config/tc-lm32.c (md_atof): Likewise.
4012 * config/tc-m32c.c (md_atof): Likewise.
4013 * config/tc-m32r.c (md_atof): Likewise.
4014 * config/tc-m68hc11.c (md_atof): Likewise.
4015 * config/tc-m68k.c (md_atof): Likewise.
4016 * config/tc-mcore.c (md_atof): Likewise.
4017 * config/tc-mep.c (md_atof): Likewise.
4018 (mep_elf_section_letter): Constify ptr_msg param.
4019 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
4020 * config/tc-metag.c (md_atof): Return const char*.
4021 * config/tc-microblaze.c (md_atof): Likewise.
4022 * config/tc-microblaze.h (md_atof): Delete prototype.
4023 * config/tc-mips.c (mips_parse_argument_token): Constify err.
4024 (md_atof): Return const char*.
4025 * config/tc-mmix.c (md_atof): Likewise.
4026 * config/tc-mn10200.c (md_atof): Likewise.
4027 * config/tc-mn10300.c (md_atof): Likewise.
4028 * config/tc-moxie.c (md_atof): Likewise.
4029 * config/tc-msp430.c (md_atof): Likewise.
4030 * config/tc-mt.c (md_atof): Likewise.
4031 * config/tc-nds32.c (md_atof): Likewise.
4032 * config/tc-nios2.c (md_atof): Likewise.
4033 (nios2_elf_section_letter): Constify ptr_msg param.
4034 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
4035 * config/tc-ns32k.c (md_atof): Return const char*.
4036 * config/tc-or1k.c (md_atof): Likewise.
4037 * config/tc-pdp11.c (struct pdp11_code): Constify error.
4038 (md_atof): Return const char*.
4039 * config/tc-pj.c (md_atof): Likewise.
4040 * config/tc-ppc.c (md_atof): Likewise.
4041 * config/tc-rl78.c (md_atof): Likewise.
4042 * config/tc-rx.c (md_atof): Likewise.
4043 * config/tc-s390.c (md_atof): Likewise.
4044 * config/tc-score.c (s3_atof, md_atof): Likewise.
4045 * config/tc-sh.c (md_atof): Likewise.
4046 * config/tc-sparc.c (struct sparc_it): Constify error.
4047 (md_atof): Return const char*.
4048 * config/tc-spu.c (md_atof): Likewise.
4049 * config/tc-tic30.c (md_atof): Likewise.
4050 * config/tc-tic4x.c (md_atof): Likewise.
4051 * config/tc-tic54x.c (md_atof): Likewise.
4052 * config/tc-tic6x.c (md_atof): Likewise.
4053 * config/tc-tilegx.c (md_atof): Likewise.
4054 * config/tc-tilepro.c (md_atof): Likewise.
4055 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
4056 * config/tc-vax.c (md_atof): Likewise.
4057 * config/tc-visium.c (md_atof): Likewise.
4058 * config/tc-xc16x.c (md_atof): Likewise.
4059 * config/tc-xgate.c (md_atof): Likewise.
4060 * config/tc-xstormy16.c (md_atof): Likewise.
4061 * config/tc-xtensa.c (md_atof): Likewise.
4062 * config/tc-z80.c (md_atof): Likewise.
4063 * config/tc-z8k.c (md_atof): Likewise.
4064
e4a0c708
TS
40652016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4066
4067 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
4068 const.
4069 (xtensa_section_rename): Make argument type const char *.
4070 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
4071
e2c7dcae
TS
40722016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4073
4074 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
4075 args[0].
4076
f854977c
TS
40772016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4078
4079 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
4080 char *.
4081 (m32c_indirect_operand): Likewise.
4082 * config/tc-nds32.c (do_pseudo_b): Likewise.
4083 (do_pseudo_bal): Likewise.
4084 (do_pseudo_ls_bhw): Likewise.
4085
97830986
TS
40862016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4087
4088 * as.c (parse_args): Cast literal to char * when assigning to optarg.
4089
e87de513
TS
40902016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4091
4092 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
4093 get_symbol_name ().
4094 * config/tc-sparc.c (s_register): Cast a literal to char * in
4095 assignment.
4096
47990a6a
TS
40972016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4098
4099 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
4100 input_line_pointer.
4101 * config/tc-m32r.c (expand_debug_syms): Likewise.
4102 * config/tc-msp430.c (msp430_dstoperand): Likewise.
4103 * config/tc-z80.c (md_begin): Likewise.
4104 * stabs.c (stabs_generate_asm_func): Likewise.
4105
e046cf80
TS
41062016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4107
4108 * cgen.c: Modernize the way functions declare arguments.
4109 * config/tc-bfin.c: Likewise.
4110 * config/tc-pdp11.c: Likewise.
4111 * literal.c: Likewise.
4112 * read.c: Likewise.
4113 * stabs.c: Likewise.
4114
d9235011
TS
41152016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4116
4117 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
4118 variables unsigned char[].
4119 * config/tc-alpha.c (alpha_handle_align): Likewise.
4120 * config/tc-arm.c (arm_handle_align): Likewise.
4121 * config/tc-z80.c: Likewise.
4122
c6025a80
NC
41232016-03-30 Nick Clifton <nickc@redhat.com>
4124
4125 PR target/19880
4126 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
4127 shifting.
4128
f89a23cf
CZ
41292016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
4130
abe051ba
AM
4131 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
4132 * testsuite/gas/elf/elf.exp: Likewise.
4133 * testsuite/gas/all/redef3.d: Allow execution for ARC.
f89a23cf 4134
f621ad3c
CZ
41352016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
4136
abe051ba 4137 * testsuite/gas/arc/warn.exp: Fix matching pattern.
f621ad3c 4138
f2dd8838
CZ
41392016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
4140
abe051ba
AM
4141 * testsuite/gas/arc/ext2op.d: New file.
4142 * testsuite/gas/arc/ext2op.s: Likewise.
4143 * testsuite/gas/arc/ext3op.d: Likewise.
4144 * testsuite/gas/arc/ext3op.s: Likewise.
f2dd8838 4145
17b9d67d
TS
41462016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4147
4148 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
4149 qualifier.
4150 * config/tc-alpha.c (md_parse_option): Likewise.
4151 * config/tc-arc.c (md_parse_option): Likewise.
4152 * config/tc-arm.c (struct arm_long_option_table): Likewise.
4153 (md_parse_option): Likewise.
4154 * config/tc-avr.c (md_parse_option): Likewise.
4155 * config/tc-bfin.c (md_parse_option): Likewise.
4156 * config/tc-cr16.c (md_parse_option): Likewise.
4157 * config/tc-cris.c (s_cris_arch): Likewise.
4158 (md_parse_option): Likewise.
4159 * config/tc-crx.c (md_parse_option): Likewise.
4160 * config/tc-d10v.c (md_parse_option): Likewise.
4161 * config/tc-d30v.c (md_parse_option): Likewise.
4162 * config/tc-dlx.c (md_parse_option): Likewise.
4163 * config/tc-epiphany.c (md_parse_option): Likewise.
4164 * config/tc-fr30.c (md_parse_option): Likewise.
4165 * config/tc-frv.c (md_parse_option): Likewise.
4166 * config/tc-ft32.c (md_parse_option): Likewise.
4167 * config/tc-h8300.c (md_parse_option): Likewise.
4168 * config/tc-hppa.c (md_parse_option): Likewise.
4169 * config/tc-i370.c (md_parse_option): Likewise.
4170 * config/tc-i386.c (md_parse_option): Likewise.
4171 * config/tc-i860.c (md_parse_option): Likewise.
4172 * config/tc-i960.c (md_parse_option): Likewise.
4173 * config/tc-ia64.c (md_parse_option): Likewise.
4174 * config/tc-ip2k.c (md_parse_option): Likewise.
4175 * config/tc-iq2000.c (md_parse_option): Likewise.
4176 * config/tc-lm32.c (md_parse_option): Likewise.
4177 * config/tc-m32c.c (md_parse_option): Likewise.
4178 * config/tc-m32r.c (md_parse_option): Likewise.
4179 * config/tc-m68hc11.c (md_parse_option): Likewise.
4180 * config/tc-m68k.c (md_parse_option): Likewise.
4181 * config/tc-mcore.c (md_parse_option): Likewise.
4182 * config/tc-mep.c (md_parse_option): Likewise.
4183 * config/tc-metag.c (struct metag_long_option): Likewise.
4184 (md_parse_option): Likewise.
4185 * config/tc-microblaze.c (md_parse_option): Likewise.
4186 * config/tc-microblaze.h (md_parse_option): Remove prototype.
4187 * config/tc-mips.c (md_parse_option): Adjust.
4188 * config/tc-mmix.c (md_parse_option): Likewise.
4189 * config/tc-mn10200.c (md_parse_option): Likewise.
4190 * config/tc-mn10300.c (md_parse_option): Likewise.
4191 * config/tc-moxie.c (md_parse_option): Likewise.
4192 * config/tc-msp430.c (md_parse_option): Likewise.
4193 * config/tc-mt.c (md_parse_option): Likewise.
4194 * config/tc-nds32.c (md_parse_option): Likewise.
4195 * config/tc-nds32.h (nds32_parse_option): Likewise.
4196 * config/tc-nios2.c (md_parse_option): Likewise.
4197 * config/tc-ns32k.c (md_parse_option): Likewise.
4198 * config/tc-or1k.c (md_parse_option): Likewise.
4199 * config/tc-pdp11.c (md_parse_option): Likewise.
4200 * config/tc-pj.c (md_parse_option): Likewise.
4201 * config/tc-ppc.c (md_parse_option): Likewise.
4202 * config/tc-rl78.c (md_parse_option): Likewise.
4203 * config/tc-rx.c (md_parse_option): Likewise.
4204 * config/tc-s390.c (s390_parse_cpu): Likewise.
4205 * config/tc-score.c (md_parse_option): Likewise.
4206 * config/tc-sh.c (md_parse_option): Likewise.
4207 * config/tc-sparc.c (md_parse_option): Likewise.
4208 * config/tc-spu.c (md_parse_option): Likewise.
4209 * config/tc-tic30.c (md_parse_option): Likewise.
4210 * config/tc-tic4x.c (md_parse_option): Likewise.
4211 * config/tc-tic54x.c (md_parse_option): Likewise.
4212 * config/tc-tic6x.c (md_parse_option): Likewise.
4213 * config/tc-tilegx.c (md_parse_option): Likewise.
4214 * config/tc-tilepro.c (md_parse_option): Likewise.
4215 * config/tc-v850.c (md_parse_option): Likewise.
4216 * config/tc-vax.c (md_parse_option): Likewise.
4217 * config/tc-visium.c (struct visium_long_option_table): Likewise.
4218 * config/tc-xc16x.c (md_parse_option): Likewise.
4219 * config/tc-xgate.c (md_parse_option): Likewise.
4220 * config/tc-xstormy16.c (md_parse_option): Likewise.
4221 * config/tc-xtensa.c (md_parse_option): Likewise.
4222 * config/tc-z80.c (md_parse_option): Likewise.
4223 * config/tc-z8k.c (md_parse_option): Likewise.
4224 * tc.h (md_parse_option): Likewise.
4225
30bd735c
TS
42262016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4227
4228 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
4229 * config/tc-hppa.c (fix_new_hppa): Likewise.
4230 (pa_vtable_entry): Likewise.
4231 (pa_vtable_inherit): Likewise.
4232 * config/tc-m68k.c (md_begin): Likewise.
4233
82b8a785
TS
42342016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4235
4236 * config/obj-elf.c (obj_elf_section_name): Return const char *.
4237 * config/obj-elf.h (obj_elf_section_name): Adjust.
4238 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
4239 (aarch64_parse_cpu): Likewise.
4240 (aarch64_parse_arch): Likewise.
4241 * config/tc-arm.c (arm_parse_extension): Likewise.
4242 (arm_parse_cpu): Likewise.
4243 (arm_parse_arch): Likewise.
4244 * config/tc-nds32.c: Likewise.
4245 * config/xtensa-relax.c (parse_special_fn): Likewise.
4246 * stabs.c (generate_asm_file): Likewise.
4247
9202e88a
TS
42482016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4249
4250 * config/tc-cr16.c (cr16_assemble): New function.
4251 (md_assemble): Call cr16_assemble.
4252
a90fb5e3
TS
42532016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4254
4255 * as.c (parse_args): Adjust.
4256 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
4257 * config/obj-elf.c (elf_frob_symbol): Adjust.
4258
f65c3d1b
JM
42592016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
4260
4261 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
4262 registers to be in the 16..31 range.
4263
e742e119
TS
42642016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4265
4266 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
4267 frag_var ().
4268
eda6e9a4
TS
42692016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4270
4271 * config/tc-visium.c (md_atof): Localize the string returned on
4272 failure.
4273
b9bb4a93
TS
42742016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4275
4276 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
4277 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
4278 * config/tc-m68hc11.c (md_begin): Likewise.
4279 (print_opcode_list): Likewise.
4280 * config/tc-msp430.c (msp430_section): Likewise.
4281 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
4282 (s3_build_dependency_insn_hsh): Likewise.
4283 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
4284 (s7_build_dependency_insn_hsh): Likewise.
4285 * config/tc-tic4x.c: Likewise.
4286 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4287 (subsym_get_arg): Likewise.
4288 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
4289 (get_directive): Likewise.
4290 (cache_literal_section): Likewise.
4291 * config/xtensa-relax.c: Likewise.
4292 * symbols.c (symbol_create): Likewise.
4293 (local_symbol_make): Likewise.
4294 (symbol_relc_make_expr): Likewise.
4295
986d894b
TS
42962016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4297
4298 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
4299 str.
4300
74b4e47a
TS
43012016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4302
4303 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
4304 call with a switch.
4305
0a433ebc
TS
43062016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4307
4308 * config/tc-ia64.c (ia64_do_align): Remove.
4309 (ia64_cons_align): Call do_align () directly.
4310 (dot_proc): Likewise.
4311 (stmt_float_cons): Likewise.
4312
8860a416
TS
43132016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4314
4315 * listing.c (listing_message): Use XNEW style allocation macros.
4316 * read.c (read_a_source_file): Likewise.
4317 (read_symbol_name): Likewise.
4318 (s_mri_common): Likewise.
4319 (assign_symbol): Likewise.
4320 (s_reloc): Likewise.
4321 (emit_expr_with_reloc): Likewise.
4322 (s_incbin): Likewise.
4323 (s_include): Likewise.
4324 * sb.c (sb_build): Likewise.
4325 (sb_check): Likewise.
4326
49636823
AM
43272016-03-22 Alan Modra <amodra@gmail.com>
4328
4329 * write.c (record_alignment): Revert 2016-02-18 change.
4330
39a0d071
AM
43312016-03-22 Alan Modra <amodra@gmail.com>
4332
4333 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
4334 (emit_jsrjmp, tc_gen_reloc): Likewise.
4335 * config/tc-i370.c (i370_macro): Likewise.
4336
9780e045
NC
43372016-03-22 Nick Clifton <nickc@redhat.com>
4338
4339 * configure: Regenerate.
4340
e23e8ebe
AB
43412016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * testsuite/gas/arc/nps400-0.d: New file.
4344 * testsuite/gas/arc/nps400-0.s: New file.
4345 * testsuite/gas/arc/nps400-1.d: New file.
4346 * testsuite/gas/arc/nps400-1.s: New file.
4347
1ae8ab47
AB
43482016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4349
4350 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
4351 declarations to start of block. Reset code on all flags before
4352 attempting to match them. Handle multiple hits on the same flag.
4353 Handle flag class.
4354 * testsuite/gas/arc/asm-errors.d: New file.
4355 * testsuite/gas/arc/asm-errors.err: New file.
4356 * testsuite/gas/arc/asm-errors.s: New file.
4357
8699fc3e
AB
43582016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4359
4360 * config/tc-arc.c (cpu_types): Add nps400 entry.
4361 (check_zol): Handle nps400.
4362
a9522a21
AB
43632016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4364
4365 * config/tc-arc.c (arc_select_cpu): Remove use of
4366 EF_ARC_CPU_GENERIC.
4367
24740d83
AB
43682016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4369
4370 * config/tc-arc.c (arc_target): Delay initialisation until
4371 arc_select_cpu.
4372 (arc_target_name): Likewise.
4373 (arc_features): Likewise.
4374 (arc_mach_type): Likewise.
4375 (cpu_types): Remove "all" entry.
4376 (arc_select_cpu): New function, most of the content is from...
4377 (md_parse_option): ... here. Call new arc_select_cpu.
4378 (md_begin): Call arc_select_cpu if needed, default is now arc700.
4379
62f6f9c2
AB
43802016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
4383 * testsuite/gas/arc/inline-data-2.d: New file.
4384
e1fa0163
NC
43852016-03-21 Nick Clifton <nickc@redhat.com>
4386
4387 * atof-generic.c: Replace use of alloca with call to xmalloc.
4388 * cgen.c: Likewise.
4389 * dwarf2dbg.c: Likewise.
4390 * macro.c: Likewise.
4391 * remap.c: Likewise.
4392 * stabs.c: Likewise.
4393 * symbols.c: Likewise.
4394 * config/obj-elf.c: Likewise.
4395 * config/tc-aarch64.c: Likewise.
4396 * config/tc-arc.c: Likewise.
4397 * config/tc-arm.c: Likewise.
4398 * config/tc-avr.c: Likewise.
4399 * config/tc-ia64.c: Likewise.
4400 * config/tc-mips.c: Likewise.
4401 * config/tc-msp430.c: Likewise.
4402 * config/tc-nds32.c: Likewise.
4403 * config/tc-ppc.c: Likewise.
4404 * config/tc-sh.c: Likewise.
4405 * config/tc-tic30.c: Likewise.
4406 * config/tc-tic54x.c: Likewise.
4407 * config/tc-xstormy16.c: Likewise.
4408 * config/te-vms.c: Likewise.
4409 * configure: Regenerate.
4410
bad6e36d
TS
44112016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4412
4413 * tc-i386.c (f32_1): Change type to unsigned char[].
4414 (f32_2): Likewise.
4415 (f32_3): Likewise.
4416 (f32_4): Likewise.
4417 (f32_5): Likewise.
4418 (f32_6): Likewise.
4419 (f32_7): Likewise.
4420 (f32_8): Likewise.
4421 (f32_9): Likewise.
4422 (f32_10): Likewise.
4423 (f32_11): Likewise.
4424 (f32_12): Likewise.
4425 (f32_13): Likewise.
4426 (f32_14): Likewise.
4427 (f16_3): Likewise.
4428 (f16_4): Likewise.
4429 (f16_5): Likewise.
4430 (f16_6): Likewise.
4431 (f16_7): Likewise.
4432 (f16_8): Likewise.
4433 (jump_31): Likewise.
4434 (f32_patt): Likewise.
4435 (f16_patt): Likewise.
4436 (alt_3): Likewise.
4437 (alt_4): Likewise.
4438 (alt_5): Likewise.
4439 (alt_6): Likewise.
4440 (alt_7): Likewise.
4441 (alt_8): Likewise.
4442 (alt_9): Likewise.
4443 (alt_10): Likewise.
4444 (alt_patt): Likewise.
4445
6387924a
NC
44462016-03-18 Nick Clifton <nickc@redhat.com>
4447
30fab421
NC
4448 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
4449 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
4450 .tlsdescldr and .xword directives.
4451
8678914f
NC
4452 PR target/19721
4453 * testsuite/gas/aarch64/pr19721.s: New test source file.
4454 * testsuite/gas/aarch64/pr19721.d: New test driver file.
4455
6387924a
NC
4456 * doc/as.texinfo: Place the target specific command line options
4457 into their own man page section.
4458
cc933301
JW
44592016-03-16 Jiong Wang <jiong.wang@arm.com>
4460
4461 * config/tc-arm.c (N_S_32): New.
4462 (N_F_16_32): Likewise.
4463 (N_SUF_32): Support N_F16.
4464 (N_IF_32): Likewise.
4465 (neon_dyadic_misc): Likewise.
4466 (do_neon_cmp): Likewise.
4467 (do_neon_cmp_inv): Likewise.
4468 (do_neon_mul): Likewise.
4469 (do_neon_fcmp_absolute): Likewise.
4470 (do_neon_step): Likewise.
4471 (do_neon_abs_neg): Likewise.
4472 (CVT_FLAVOR_VAR): Likewise.
4473 (do_neon_cvt_1): Likewise.
4474 (do_neon_recip_est): Likewise.
4475 (do_vmaxnm): Likewise.
4476 (do_vrint_1): Likewise.
4477 (neon_check_type): Check architecture support for FP16 extension.
4478 (insns): Update comments.
4479 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
4480 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
4481 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
4482 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
4483 arm mode.
4484 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
4485 thumb mode.
4486 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
4487 error file.
4488
5f2b6bc9
NC
44892016-03-16 Nick Clifton <nickc@redhat.com>
4490
4491 * read.c (emit_expr_with_reloc): Add code check a bignum with
4492 nbytes == 1.
4493 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
4494 other than 32-bits.
4495 * testsuite/gas/elf/bignum.s: New test source file.
4496 * testsuite/gas/elf/bignum.d: New test driver file.
4497 * testsuite/gas/elf/elf.exp: Run the new test.
4498
4bde3cdd
UD
44992016-03-15 Ulrich Drepper <drepper@gmail.com>
4500
4501 * doc/c-i386.texi (Register Naming): Update to details of the
abe051ba 4502 latest architecture version.
4bde3cdd 4503
a9f02af8
MG
45042016-03-10 Mickael Guene <mickael.guene@st.com>
4505
4506 PR gas/19744
4507 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
4508 (do_mov): Likewise.
4509 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
4510 (do_t_mov_cmp): Likewise.
4511 (do_t_add_sub): Protect against bad relocations usage.
4512 (do_t_mov_cmp): Likewise.
5dafb246
AM
4513 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
4514 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
4515 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
4516 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
a9f02af8 4517
aa8a0863
TS
45182016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4519
4520 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
4521 do_alignment.
4522 (do_neon_ld_st_lane): Likewise.
4523 (do_neon_ld_dup): Likewise.
4524
72f3b6aa
CZ
45252016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
4526
4527 * testsuite/gas/arc/inline-data-1.d: New file.
4528 * testsuite/gas/arc/inline-data-1.s: New file.
4529
5f474010
TP
45302016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
4531
4532 * config/tc-arm.c (arm_cpus): Add cortex-r8.
4533 * doc/c-arm.texi: Add cortex-r8.
4534
f86f5863
TS
45352016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4536
4537 * config/tc-arc.c: Add const qualifiers.
4538 * config/tc-h8300.c (md_begin): Likewise.
4539 * config/tc-ia64.c (print_prmask): Likewise.
4540 * config/tc-msp430.c (msp430_operands): Likewise.
4541 * config/tc-nds32.c (struct suffix_name): Likewise.
4542 (struct nds32_parse_option_table): Likewise.
4543 (struct nds32_set_option_table): Likewise.
4544 (do_pseudo_pushpopm): Likewise.
4545 (do_pseudo_pushpop_stack): Likewise.
4546 (nds32_relax_relocs): Likewise.
4547 (nds32_flag): Likewise.
4548 (struct nds32_hint_map): Likewise.
4549 (nds32_find_reloc_table): Likewise.
4550 (nds32_match_hint_insn): Likewise.
4551 * config/tc-s390.c: Likewise.
4552 * config/tc-sh.c (get_specific): Likewise.
4553 * config/tc-tic30.c: Likewise.
4554 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
4555 (tic4x_indirect_parse): Likewise.
4556 * config/tc-vax.c (vax_cons): Likewise.
4557 * config/tc-z80.c (struct reg_entry): Likewise.
4558 * config/tc-epiphany.c (md_assemble): Adjust.
4559 (epiphany_assemble): New function.
4560 (epiphany_elf_section_rtn): Call do_align directly.
4561 (epiphany_elf_section_text): Likewise.
4562 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
4563 (ip2k_elf_section_text): Likewise.
4564 * read.c (do_align): Make it not static.
4565 * read.h (do_align): New prototype.
4566
9411fd44
MW
45672016-03-04 Matthew Wahab <matthew.wahab@arm.com>
4568
4569 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
4570 for ARMv8.1 AdvSIMD use.
4571 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
4572 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
4573
643afb90
MW
45742016-03-04 Matthew Wahab <matthew.wahab@arm.com>
4575
4576 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
4577 feature.
4578 (record_feature_use): New.
4579 (mark_feature_used): Use record_feature_use.
4580 (do_neon_qrdmlah): New.
4581 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
4582 variants.
4583 (arm_extensions): Put into alphabetical order. Re-indent "simd"
4584 and "rdma" entries. Fix the incorrect merge value for "+rdma".
4585 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
4586 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
4587 Make source file explicit.
4588 * testsuite/gas/arm/armv8-a+rdma.l: New.
4589 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
4590 directives. Fix white-space.
4591 * testsuite/gas/arm/armv8_1-a+simd.d: New.
4592
25aa3689
L
45932016-03-02 H.J. Lu <hongjiu.lu@intel.com>
4594
4595 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
4596
841fdfcd
CZ
45972016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
4598 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
4599
abe051ba
AM
4600 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
4601 (tc_arc_fix_adjustable): Changed default return value to 1.
4602 * testsuite/gas/arc/j.d: Updated expected symbol
4603 * testsuite/gas/arc/jl.d: Likewise
4604 * testsuite/gas/arc/relax-avoid1.d: Likewise
4605 * testsuite/gas/arc/st.d: Likewise
841fdfcd 4606
7e458899
CZ
46072016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
4608
4609 * config/tc-arc.c: Enable code density instructions for ARC EM.
4610
11e5f1ec
L
46112016-02-26 H.J. Lu <hongjiu.lu@intel.com>
4612
4613 PR ld/19645
4614 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
4615 for ELF assemblers.
4616 * as.c (flag_use_elf_stt_common): New.
4617 (show_usage): Add --elf-stt-common=.
4618 (option_values): Add OPTION_ELF_STT_COMMON.
4619 (std_longopts): Add --elf-stt-common=.
4620 (parse_args): Handle --elf-stt-common=.
4621 * as.h (flag_use_elf_stt_common): New.
4622 * config.in: Regenerated.
4623 * configure: Likewise.
4624 * configure.ac: Add --enable-elf-stt-common and define
4625 DEFAULT_GENERATE_ELF_STT_COMMON.
4626 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
4627 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
4628 * doc/as.texinfo: Document --elf-stt-common=.
4629 * testsuite/gas/elf/common3.s: New file.
4630 * testsuite/gas/elf/common3a.d: Likewise.
4631 * testsuite/gas/elf/common3b.d: Likewise.
4632 * testsuite/gas/elf/common4.s: Likewise.
4633 * testsuite/gas/elf/common4a.d: Likewise.
4634 * testsuite/gas/elf/common4b.d: Likewise.
4635 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
4636 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
4637 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
4638 and common4b.
4639 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
4640 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
4641 --elf-stt-common=no to as.
4642 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
4643 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
4644 --elf-stt-common=no to as.
4645 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
4646 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
4647 of dw2-compress-3 and dw2-compressed-3.
4648
e0471c16
TS
46492016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4650
4651 * as.c (select_emulation_mode): Add const qualifiers.
4652 * as.h: Likewise.
4653 * config/bfin-defs.h: Likewise.
4654 * config/bfin-parse.y: Likewise.
4655 * config/rx-parse.y: Likewise.
4656 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
4657 (struct aarch64_cpu_option_table): Likewise.
4658 (struct aarch64_arch_option_table): Likewise.
4659 (struct aarch64_option_cpu_value_table): Likewise.
4660 (struct aarch64_long_option_table): Likewise.
4661 (struct aarch64_option_abi_value_table): Likewise.
4662 * config/tc-arm.c (struct reloc_entry): Likewise.
4663 (tc_gen_reloc): Likewise.
4664 (struct arm_option_table): Likewise.
4665 (struct arm_legacy_option_table): Likewise.
4666 (struct arm_cpu_option_table): Likewise.
4667 (struct arm_arch_option_table): Likewise.
4668 (struct arm_option_extension_value_table): Likewise.
4669 (struct arm_option_fpu_value_table): Likewise.
4670 (struct arm_option_value_table): Likewise.
4671 (struct arm_long_option_table): Likewise.
4672 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
4673 (struct mcu_type_s): Likewise.
4674 (struct exp_mod_s): Likewise.
4675 (avr_operand): Likewise.
4676 (avr_operands): Likewise.
4677 * config/tc-d10v.c (md_begin): Likewise.
4678 * config/tc-dlx.c: Likewise.
4679 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
4680 * config/tc-ft32.c (parse_condition): Likewise.
4681 * config/tc-h8300.c (do_a_fix_imm): Likewise.
4682 * config/tc-hppa.c (pa_ip): Likewise.
4683 (hppa_regname_to_dw2regnum): Likewise.
4684 * config/tc-i370.c (i370_elf_suffix): Likewise.
4685 * config/tc-i960.c (struct tabentry): Likewise.
4686 * config/tc-m32r.c: Likewise.
4687 * config/tc-m68k.c: Likewise.
4688 * config/tc-m68k.h: Likewise.
4689 * config/tc-mcore.c (parse_psrmod): Likewise.
4690 * config/tc-metag.c (struct metag_core_option): Likewise.
4691 (struct metag_long_option): Likewise.
4692 * config/tc-microblaze.c: Likewise.
4693 * config/tc-mips.c (macro): Likewise.
4694 * config/tc-mn10200.c: Likewise.
4695 * config/tc-mn10300.c: Likewise.
4696 * config/tc-msp430.c (struct rcodes_s): Likewise.
4697 (struct hcodes_s): Likewise.
4698 (md_parse_option): Likewise.
4699 * config/tc-ns32k.c (struct ns32k_option): Likewise.
4700 (optlist): Likewise.
4701 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
4702 (tc_ppc_regname_to_dw2regnum): Likewise.
4703 * config/tc-ppc.h: Likewise.
4704 * config/tc-rl78.c: Likewise.
4705 * config/tc-rx.c (struct cpu_type): Likewise.
4706 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
4707 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
4708 (sparc_ip): Likewise.
4709 * config/tc-spu.c (insn_fmt_string): Likewise.
4710 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4711 * config/tc-v850.c: Likewise.
4712 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
4713 (struct visium_long_option_table): Likewise.
4714 * config/tc-xgate.c: Likewise.
4715 * config/tc-z8k.c: Likewise.
4716 * read.c (add_include_dir): Likewise.
4717 * read.h: Likewise.
4718
e6e7b7c4
AB
47192016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * testsuite/gas/all/gas.exp: Change target pattern to cover
4722 arceb-*.
4723 * testsuite/gas/all/redef3.d: Likewise.
4724 * testsuite/gas/elf/elf.exp: Likewise.
4725
9db2f6b4
RL
47262016-02-24 Renlin Li <renlin.li@arm.com>
4727
4728 * config/tc-arm.c (BAD_FP16): New error message macro.
4729 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
4730 fp16 scalar instructions.
4731 (neon_check_type): Allow different size from key.
4732 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
4733 (try_vfp_nsyn): Likewise.
4734 (do_vfp_nsyn_mla_mls): Likewise.
4735 (do_vfp_nsyn_fma_fms): Likewise.
4736 (do_vfp_nsyn_ldm_stm): Likewise
4737 (do_vfp_nsyn_sqrt): Likewise
4738 (do_vfp_nsyn_div): Likewise
4739 (do_vfp_nsyn_nmul): Likewise.
4740 (do_vfp_nsyn_cmp): Likewise.
4741 (do_neon_shll): Likewise.
4742 (do_vfp_nsyn_cvt_fpv8): Likewise.
4743 (do_neon_cvttb_2): Likewise.
4744 (do_neon_mov): Likewise.
4745 (do_neon_rshift_round_imm): Likewise.
4746 (do_neon_ldr_str): Likewise.
4747 (do_vfp_nsyn_fpv8): Likewise.
4748 (do_vmaxnm): Likewise.
4749 (do_vrint_1): Likewise.
4750 (insns): New entry for vins, vmovx.
4751 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
4752 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
4753 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
4754 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
4755 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
4756 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
4757 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
4758
d54af2d0
RL
47592016-02-24 Renlin Li <renlin.li@arm.com>
4760
4761 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
4762 (neon_shape_class): New SC_HALF.
4763 (neon_shape_el): New SE_H.
4764 (neon_shape_el_size): New size for SE_H.
4765 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
4766 (neon_select_shape): Add SE_H support code.
4767 (el_type_of_type_chk): Use N_F_ALL.
4768 (do_vfp_nsyn_cvt): Add SE_H shape support.
4769 (do_neon_cvtz): Likewise.
4770 (do_neon_cvt_1): Likewise.
4771 (do_neon_cvttb_1): Likewise.
4772
b0c11777
RL
47732016-02-24 Renlin Li <renlin.li@arm.com>
4774
4775 * testsuite/gas/arm/copro.d: Adjust output.
4776 * testsuite/gas/arm/copro.s: Adjust co-processor num.
4777
3e309328
RL
47782016-02-24 Renlin Li <renlin.li@arm.com>
4779
4780 * testsuite/gas/arm/mask_1.d: New.
4781 * testsuite/gas/arm/mask_1.s: New.
4782
8afc7bea
RL
47832016-02-24 Renlin Li <renlin.li@arm.com>
4784
4785 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
4786 * testsuite/gas/arm/copro.d: Update.
4787
6735952f
KT
47882016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4789
4790 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
4791 * doc/c-arm.texi (ARM Options): Document cortex-a32.
4792
ed5491b9
KT
47932016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4794
abe051ba 4795 * doc/c-arm.texi (ARM Options): Document cortex-a17.
ed5491b9 4796
742e5034
L
47972016-02-23 H.J. Lu <hongjiu.lu@intel.com>
4798
4799 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
4800 hpux.
4801
3b4dbbbf
TS
48022016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
4803
4804 * output-file.c (output_file_create): Make file name argument const.
4805 (output_file_close): Likewise.
4806 * output-file.h (output_file_create): Adjust.
4807 (output_file_close): Likewise.
4808 * depend.c (quote_string_for_make): Make src argument const char *.
4809 (register_dependency): Likewise.
4810 (wrap_output): Likewise.
4811 * as.h (register_dependency): Adjust.
4812 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
4813 as_where ();
4814 * symbols.c (S_SET_EXTERNAL): Likewise.
4815 * input-scrub.c (as_where): Return the file name.
4816 * as.h (as_where): Adjust prototype.
4817 * app.c (do_scrub_chars): Adjust.
4818 * cond.c (s_elseif): Likewise.
4819 (s_else): Likewise.
4820 (initialize_cframe): Likewise.
4821 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
4822 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
4823 * config/obj-som.c (obj_som_init_stab_section): Likewise.
4824 * config/tc-aarch64.c (output_info): Likewise.
4825 * config/tc-ia64.c (md_assemble): Likewise.
4826 (dot_alias): Likewise.
4827 * config/tc-m68k.c (m68k_frob_label): Likewise.
4828 * config/tc-mmix.c (s_bspec): Likewise.
4829 (mmix_handle_mmixal): Likewise.
4830 * config/tc-rx.c (rx_include): Likewise.
4831 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4832 (tic54x_adjust_symtab): Likewise.
4833 * config/tc-xtensa.c (directive_push): Likewise.
4834 (xtensa_sanity_check): Likewise.
4835 (xtensa_relax_frag): Likewise.
4836 (md_convert_frag): Likewise.
4837 (tinsn_to_slotbuf): Likewise.
4838 * dwarf2dbg.c (dwarf2_where): Likewise.
4839 * ecoff.c (add_file): Likewise.
4840 (ecoff_generate_asm_lineno): Likewise.
4841 * expr.c (make_expr_symbol): Likewise.
4842 * frags.c (frag_new): Likewise.
4843 (frag_var_init): Likewise.
4844 * listing.c (listing_newline): Likewise.
4845 * messages.c (identify): Likewise.
4846 (as_show_where): Likewise.
4847 (as_warn_internal): Likewise.
4848 (as_bad_internal): Likewise.
4849 * read.c (s_irp): Likewise.
4850 (s_macro): Likewise.
4851 (s_reloc): Likewise.
4852 * stabs.c (stabs_generate_asm_file): Likewise.
4853 (stabs_generate_asm_lineno): Likewise.
4854 (stabs_generate_asm_func): Likewise.
4855 * write.c (fix_new_internal): Likewise.
4856 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
4857 (as_warn_value_out_of_range): Adjust prototype.
4858 (as_bad_value_out_of_range): Adjust prototype.
4859 * messages.c (identify): Make file name argument const char *.
4860 (as_warn_internal): Likewise.
4861 (as_warn_where): Likewise.
4862 (as_bad_internal): Likewise.
4863 (as_bad_where): Likewise.
4864 (as_internal_value_out_of_range): Likewise.
4865 (as_warn_value_out_of_range): Likewise.
4866 (as_bad_value_out_of_range): Likewise.
4867 * as.h (found_comment_file): Change type to const char *.
4868 * cond.c (file_line::file): Likewise.
4869 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
4870 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
4871 * config/obj-som.c (obj_som_init_stab_section): Likewise.
4872 * config/tc-aarch64.c (output_info): Likewise.
4873 * config/tc-alpha.c (insert_operand): Likewise.
4874 * config/tc-arc.c (insert_operand): Likewise.
4875 * config/tc-d30v.c (check_size): Likewise.
4876 * config/tc-ia64.c (struct alias): Likewise.
4877 * config/tc-m68k.c (struct label_line): Likewise.
4878 * config/tc-mcore.c (md_apply_fix): Likewise.
4879 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
4880 * config/tc-mips.c (mips16_immed): Likewise.
4881 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
4882 * config/tc-ppc.c (ppc_insert_operand): Likewise.
4883 * config/tc-rx.c (rx_include): Likewise.
4884 * config/tc-s390.c (s390_insert_operand): Likewise.
4885 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
4886 (tic54x_adjust_symtab): Likewise.
4887 * config/tc-tilegx.c (insert_operand): Likewise.
4888 (apply_special_operator): Likewise.
4889 * config/tc-tilepro.c (insert_operand): Likewise.
4890 * config/tc-xtensa.c (directive_push): Likewise.
4891 * ecoff.c (add_file): Likewise.
4892 (ecoff_generate_asm_lineno): Likewise.
4893 * listing.c (listing_newline): Likewise.
4894 * read.c (s_irp): Likewise.
4895 * write.c (install_reloc): Likewise.
4896 * write.h (struct fix): Likewise.
4897 * input-file.c (file_name): Change type to const char *.
4898 (saved_file::file_name): Likewise.
4899 (input_file_open): Change type of argument to const char *.
4900 * input-file.h (input_file_open): Adjust.
4901 * input-scrub.c (logical_input_file): change type to const char *.
4902 (physical_input_file): Likewise.
abe051ba 4903 (struct input_save): Adjust.
3b4dbbbf
TS
4904 (input_scrub_push): Adjust.
4905 (input_scrub_begin): Adjust.
4906 (as_where): Adjust.
4907 * input-scrub.c (input_scrub_new_file): Make file name argument const.
4908 (input_scrub_include_file): Likewise.
4909 (new_logical_line_flags): Likewise.
4910 (new_logical_line): Likewise.
4911 * as.h: Adjust.
4912 * frags.h (struct frag): Change type of fr_file to const char *.
4913 * expr.c (expr_symbol_where): Change type of file argument to
4914 const char **.
4915 * expr.h (expr_symbol_where): Likewise.
4916 * config/tc-i370.c (md_apply_fix): adjust.
4917 * config/tc-mmix.c (mmix_md_end): Likewise.
4918 * config/tc-ppc.c (md_apply_fix): Likewise.
4919 * config/tc-s390.c (md_apply_fix): Likewise.
4920 * symbols.c (report_op_error): Likewise.
4921 (resolve_symbol_value): Likewise.
4922 * config/tc-ia64.c (slot::src_file): Change type to const char *.
4923 (rsrc::file): Likewise.
4924 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
4925 const char *.
4926 (xtensa_relax_frag): Likewise.
4927 (md_convert_frag): Likewise.
4928 (tinsn_to_slotbuf): Likewise.
4929 * expr.c (expr_symbol_line): Likewise.
4930 * macro.c (define_macro): Likewise.
4931 * macro.h (macro_struct): Likewise.
4932 * messages.c (as_show_where): Likewise.
4933 * read.c (s_macro): Likewise.
4934 * stabs.c (stabs_generate_asm_file): Likewise.
4935 (generate_asm_file): Likewise.
4936 (stabs_generate_asm_lineno): Likewise.
4937 * write.h (struct reloc_list): Likewise.
4938 * input-scrub.c (as_where): Change return type to const char *.
4939 * as.h (as_wheree): Adjust.
4940
8ecb73dd
L
49412016-02-21 H.J. Lu <hongjiu.lu@intel.com>
4942
4943 * write.c (compress_debug): Move BFD compression bits setting
4944 to ...
4945 (write_object_file): Here.
4946
200cbe0f
L
49472016-02-20 H.J. Lu <hongjiu.lu@intel.com>
4948
4949 * config/tc-i386.c (register_number): Check RegVRex.
4950 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
4951 with %zmm19 and %zmm3.
4952 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
4953 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
4954
b8ec4e87
JW
49552016-02-19 Matthew Wahab <matthew.wahab@arm.com>
4956 Jiong Wang <jiong.wang@arm.com>
4957
4958 * config/tc-arm.c (arm_ext_fp16): New.
4959 (arm_extensions): New entry for "fp16".
4960
3be64886
NC
49612016-02-19 Nick Clifton <nickc@redhat.com>
4962
4963 PR 19630
4964 * read.c (read_a_source_file): Check for assemble_one returning
4965 with input_line_pointer set to NULL.
4966
3b4dbbbf 49672016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
cd0bbe6e 4968
3d13c647
TS
4969 * listing.c (rebuffer_line): Change return type to void.
4970
cd0bbe6e
TS
4971 * symbols.c (decode_local_label_name): Make type a const char *.
4972 * listing.c (print_source): Make type of p const char *.
4973 (print_line): Make type of string const char *.
4974 (buffer_line): Return const char *.
4975 (title): Make type const char *.
4976 (subtitle): Likewise.
4977 (listing_listing): Make type of p const char *.
4978 * messages.c (as_internal_value_out_of_range): Make type of prefix
4979 const char *.
4980 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
4981 and string const char *.
4982 * read.c (_bfd_rel): Make type of name const char *.
4983 * app.c (out_string): Change type to const char *.
abe051ba 4984 (struct app_save::out_string): Likewise.
cd0bbe6e 4985
9136aa49
DG
49862016-02-18 Dan Gisselquist <dgisselq@verizon.net>
4987 Nick Clifton <nickc@redhat.com>
4988
4989 * read.c (finish_bundle): Avoid recording a negative alignment.
4990 (do_align): Use unsigned values for n, len and max. Only create
4991 a frag if the alignment requirement is greater than the minimum
4992 byte alignment. Avoid recording a negative alignment.
4993 (s_align): Use unsigned values where appropriate.
4994 (bss_alloc): Use an unsigned value for the alignment.
4995 (sizeof_sleb128): Add a comment noting that we encode one octet
4996 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
4997 (emit_leb129_expr): Abort if the emitted encoding was longer than
4998 expected.
4999 * read.h (output_leb128): Update prototype.
5000 (sizeof_leb128): Update prototype.
5001 (bss_alloc): Update prototype.
5002 * write.c (record_alignment): Use an unsigned value for the
5003 alignment. Do not record alignments less than the minimum
5004 alignment for a byte.
5005 * write.h (record_alignment): Update prototype.
5006
4111950f
MF
50072016-02-17 Max Filippov <jcmvbkbc@gmail.com>
5008
5009 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
5010 .init.literal/.fini.literal section name.
5011 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
5012 list of xtensa tests.
5013 * testsuite/gas/xtensa/init-fini-literals.d: New file:
5014 init-fini-literals test result patterns.
5015 * testsuite/gas/xtensa/init-fini-literals.s: New file:
5016 init-fini-literals test.
5017
b27c40ec
NC
50182016-02-17 Nick Clifton <nickc@redhat.com>
5019
5020 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
5021 devices.csv file as of March 2016.
5022
726c18e1
CZ
50232016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
5024
5025 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
5026 function.
5027 (tc_arc_regname_to_dw2regnum): Likewise.
5028 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
5029 (tc_cfi_frame_initial_instructions): Likewise.
5030 (tc_regname_to_dw2regnum): Likewise.
5dafb246
AM
5031 * testsuite/gas/cfi/cfi-arc-1.d: New file.
5032 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
5033 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
726c18e1 5034
9406ee73
TS
50352016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
5036
5037 * doc/internals.texi (S_IS_EXTERN): Remove.
5038
eda683bb
NC
50392016-02-16 Nick Clifton <nickc@redhat.com>
5040
5041 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
5042 update.
5043
671eeb28
RL
50442016-02-16 Renlin Li <renlin.li@arm.com>
5045
5046 PR gas/19620
5047 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
5048 * testsuite/gas/aarch64/movw_label.d: New.
5049 * testsuite/gas/aarch64/movw_label.s: New.
5050
804021fb 50512016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
6439ea1a 5052
58cda018 5053 PR gas/19556
6439ea1a
VK
5054 * config/rx-parse.y (MOV): Opcode generation for index
5055 register addressing mode.
5056 * testsuite/gas/rx/rx.exp: Updated for new testcase.
5057 * testsuite/gas/rx/pr19665.s: New file.
5058 * testsuite/gas/rx/pr19665.s: New file.
5059 * testsuite/gas/rx/mov.d: Update expected output.
5060
804021fb 50612016-02-15 Nick Clifton <nickc@redhat.com>
9fb71ee4
NC
5062
5063 * doc/as.texinfo (.section): Document that numeric values can now
5064 be used for the flags and type fields of the ELF target's .section
5065 directive. Add notes about the restrictions on setting flags and
5066 types.
5067 * config/obj-elf.c (obj_elf_change_section): Allow known sections
5068 to be given processor specific section types. Allow processor and
5069 application specific flags of a section to be set after
5070 definition.
5071 (obj_elf_parse_section_letters): Handle parsing numeric values.
5072 (obj_elf_section_type): Handle parsing numeric values.
5073 (obj_elf_section): Allow numeric type values.
5074 * config/obj-elf.h (obj_elf_change_section): Update prototype.
5075 * testsuite/gas/elf/section10.d: New test.
5076 * testsuite/gas/elf/section10.s: Source file for new test.
5077 * testsuite/gas/elf/elf.exp: Run the new test.
5078 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
5079 the description of the flags produced by readelf.
5080 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
5081 * NEWS: Mention the new feature.
5082
bd5608dc
NC
50832016-02-11 Nick Clifton <nickc@redhat.com>
5084
5085 PR gas/19614
5086 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
5087 until it is actually used.
5088 (cfi_set_sections): Set cfi_sections_set to true.
5089 (dot_cfi_startproc): Likewise.
5090 (dot_cfi_endproc): Likewise.
5091 (dot_cfi_fde_data): Likewise.
5092 (cfi_finish): Likewise.
5093 (dot_cfi_sections): Do not set cfi_sections_set.
5094 * doc/as.texinfo (.cfi_sections): Note that targets can provide
5095 their own cfi section name. Also note that the directive can be
5096 reissued provided that CFI generation has not started.
5097 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
5098 .cfi_endproc directives so that the redefinition of .cfi_sections
5099 will trigger the generation of the error message.
5100 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
5101 number of error message.
5102
4670103e
CZ
51032016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
5104 Janek van Oirschot <jvanoirs@synopsys.com>
5105
5106 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
5107 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
5108 Define.
5109 (arc_flags, arc_relax_type): New structure.
5110 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
5111 (RELAX_TABLE_ENTRY_MAX): New define.
5112 (relaxation_state, md_relax_table, arc_relaxable_insns)
5113 (arc_num_relaxable_ins): New variable.
5114 (rlx_operand_type, arc_rlx_types): New enums.
5115 (arc_relaxable_ins): New structure.
5116 (OPTION_RELAX): New option.
5117 (arc_insn): New relax member.
5118 (arc_flags): Remove.
5119 (relax_insn_p): New function.
5120 (apply_fixups): Likewise.
5121 (relaxable_operand): Likewise.
5122 (may_relax_expr): Likewise.
5123 (relaxable_flag): Likewise.
5124 (arc_pcrel_adjust): Likewise.
5125 (md_estimate_size_before_relax): Implement.
5126 (md_convert_frag): Likewise.
5127 (md_parse_option): Handle new mrelax option.
5128 (md_show_usage): Likewise.
5129 (assemble_insn): Set relax member.
5130 (emit_insn0): New function.
5131 (emit_insn1): Likewise.
5132 (emit_insn): Handle relaxation case.
5133 * NEWS: Mention the new relaxation option.
5134 * doc/c-arc.texi (ARC Options): Document new mrelax option.
5135 * doc/as.texinfo (Target ARC Options): Likewise.
5136 * testsuite/gas/arc/relax-avoid1.d: New file.
5137 * testsuite/gas/arc/relax-avoid1.s: Likewise.
5138 * testsuite/gas/arc/relax-avoid2.d: Likewise.
5139 * testsuite/gas/arc/relax-avoid2.s: Likewise.
5140 * testsuite/gas/arc/relax-avoid3.d: Likewise.
5141 * testsuite/gas/arc/relax-avoid3.s: Likewise.
5142 * testsuite/gas/arc/relax-b.d: Likewise.
5143 * testsuite/gas/arc/relax-b.s: Likewise.
5144
9264d325
NC
51452016-02-08 Nick Clifton <nickc@redhat.com>
5146
5147 * config/tc-ia64.c (dot_prologue): Fix formatting.
5148
39306124
NC
51492016-02-04 Nick Clifton <nickc@redhat.com>
5150
5151 * config/obj-elf.c (obj_elf_change_section): Remove support for
5152 ARM NOREAD sections.
5153 * config/tc-arm.c (arm_elf_section_letter): Delete.
5154 * config/tc-arm.h (md_elf_section_letter): Delete.
5155 * doc/c-arm.texi (ARM Section Attribute): Delete section.
5156 * testsuite/gas/arm/section-execute-only.d: Delete.
5157 * testsuite/gas/arm/section-execute-only.s: Delete.
5158
c1d9289f
NC
51592016-02-04 Nick Clifton <nickc@redhat.com>
5160
5161 PR target/19561
5162 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
5163 to handle encoding of RRUX instruction.
5164 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
5165 shift instructions.
5166 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
5167
ea173078
MF
51682016-02-03 Max Filippov <jcmvbkbc@gmail.com>
5169
5170 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
5171 substitutions for BFD_RELOC_* as unsigned.
c1d9289f
NC
5172 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
5173 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
5174 * testsuite/gas/xtensa/loc.s: New file: loc test.
ea173078 5175
3d8efabf
KB
51762016-02-03 Kevin Buettner <kevinb@redhat.com>
5177
abe051ba 5178 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
3d8efabf 5179
0cb4071e
L
51802016-02-03 H.J. Lu <hongjiu.lu@intel.com>
5181
5182 PR gas/19520
5183 * NEWS: Mention new command line option -mrelax-relocations and
5184 new configure option --enable-x86-relax-relocations for x86
5185 target.
5186 * config.in: Regenerated.
5187 * configure.ac: Add --enable-x86-relax-relocations.
5188 (ac_default_x86_relax_relocations): New. Default to 1 except
5189 for x86 Solaris targets older than Solaris 12.
5190 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
5191 * configure: Likewise.
5192 * config/tc-i386.c (generate_relax_relocations): New.
5193 (OPTION_MRELAX_RELOCATIONS): Likewise.
5194 (output_disp): Don't generate relax relocations if
5195 generate_relax_relocations is 0.
5196 (md_longopts): Add -mrelax-relocations.
5197 (md_show_usage): Likewise.
5198 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
5199 * doc/c-i386.texi: Document -mrelax-relocations=.
5200 * testsuite/gas/i386/got-no-relax.d: New file.
5201 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
5202 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
5203 * testsuite/gas/i386/localpic.d: Likewise.
5204 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
5205 * testsuite/gas/i386/reloc32.d: Likewise.
5206 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
5207 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
5208 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
5209 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
5210 * testsuite/gas/i386/i386.exp: Run got-no-relax and
5211 x86-64-gotpcrel-no-relax.
5212
9d3fc4e1
L
52132016-02-03 H.J. Lu <hongjiu.lu@intel.com>
5214
5215 * NEWS: Mention new command line option -mfence-as-lock-add=yes
5216 for x86 target.
5217
ab71ce86
L
52182016-02-03 H.J. Lu <hongjiu.lu@intel.com>
5219
5220 * NEWS: Remove duplicated marker for 2.26.
5221
46d70d04
RL
52222016-02-02 Renlin Li <renlin.li@arm.com>
5223
5224 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
5225
0f99255d
AB
52262016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * testsuite/gas/ip2k/allinsn.d: New file.
5229 * testsuite/gas/ip2k/allinsn.s: New file.
5230 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
5231
5d7a9011
AB
52322016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
5233
5234 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
5235 some load instructions.
5236 * testsuite/gas/epiphany/allinsn.d: Likewise.
5237 * testsuite/gas/epiphany/regression.d: Likewise.
5238
a012b298
AB
52392016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
5242 suffixes from instruction mnemonics in expected output.
5243 * testsuite/gas/epiphany/allinsn.d: Likewise.
5244 * testsuite/gas/epiphany/regression.d: Likewise.
5245 * testsuite/gas/epiphany/sample.d: Likewise.
5246
2f74d480
AB
52472016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
5248
5249 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
5250 names.
5251 * testsuite/gas/epiphany/allinsn.d: Likewise.
5252 * testsuite/gas/epiphany/sample.d: Likewise.
5253
b89807c6
AB
52542016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
5255
5256 * testsuite/gas/epiphany/sample.d: Update expected output.
5257
b125bd17
CZ
52582016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
5259
abe051ba
AM
5260 * config/tc-arc.c (md_apply_fix): Allow addendum.
5261 (arc_reloc_op): Allow complex expressions for tpoff.
5262 (md_apply_fix): Handle resolved TLS local symbol.
b125bd17
CZ
5263 * testsuite/gas/arc/tls-relocs1.d: New file.
5264 * testsuite/gas/arc/tls-relocs1.s: Likewise.
5265
4f1d6205
L
52662016-02-01 Loria <Loria@phantasia.org>
5267
5268 PR target/19311
5269 * config/tc-arm.c (encode_arm_immediate): Recode to improve
5270 efficiency and avoid an LLVM loop optimization bug.
5271
ac0d427f
NC
52722016-02-01 Nick Clifton <nickc@redhat.com>
5273
5274 * config/tc-microblaze.c (parse_imm): Fix compile time warning
5275 message extending a negative 32-bit value into a larger signed
5276 value on a 32-bit host.
5277
348ef89a
L
52782016-01-29 H.J. Lu <hongjiu.lu@intel.com>
5279
5280 PR gas/19532
5281 * configure.ac (compressed_debug_sections): Replace == with =.
5282 * configure: Regenerated.
5283
e4e00185
AS
52842016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
5285 H.J. Lu <hongjiu.lu@intel.com>
5286
5287 * config/tc-i386.c (avoid_fence): New.
5288 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
5289 is true.
5290 (OPTION_FENCE_AS_LOCK_ADD): New.
5291 (md_longopts): Add -mfence-as-lock-add.
5292 (md_parse_option): Handle -mfence-as-lock-add.
5293 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
5294 * doc/c-i386.texi (-mfence-as-lock-add): Document.
ac2789d7
L
5295 * testsuite/gas/i386/i386.exp: Run new tests.
5296 * testsuite/gas/i386/fence-as-lock-add.s: New.
5297 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
5298 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
5299 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
5300 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
e4e00185 5301
27ba7c94
L
53022016-01-27 H.J. Lu <hongjiu.lu@intel.com>
5303
5304 * configure.ac (compressed_debug_sections): Remove trailing `]'.
5305 * configure: Regenerated.
5306
d1982f93
L
53072016-01-25 H.J. Lu <hongjiu.lu@intel.com>
5308
5309 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
5310 (OPTION_MOMIT_LOCK_PREFIX): This.
5311 (md_longopts): Updated.
5312 (md_parse_option): Likewise.
5313
00acd688
CM
53142016-01-25 Catherine Moore <clm@codesourcery.com>
5315
5316 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
5317 if abicalls are in effect.
5318 * testsuite/gas/mips/sdata-gp.s: New test.
5319 * testsuite/gas/mips/sdata-gp.d: New expected output
5320 * testsuite/gas/mips/mips.exp: Run new test.
5321
5bc5ae88
RL
53222016-01-25 Renlin Li <renlin.li@arm.com>
5323
5324 * testsuite/gas/arm/thumb2_it_search.d: New.
5325 * testsuite/gas/arm/thumb2_it_search.s: New.
5326
61e137e2
NC
53272016-01-21 Nick Clifton <nickc@redhat.com>
5328
5329 PR gas/19454
5330 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
5331 with arm-netbsdelf target.
5332 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
5333
aed5fc75
NC
53342016-01-20 Nick Clifton <nickc@redhat.com>
5335
74b92a5c
NC
5336 PR 19456
5337 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
5338 * testsuite/gas/arm/blx-bl-convert.d
5339 * testsuite/gas/arm/plt-1.d: Likewise.
5340 * testsuite/gas/arm/reloc-bad.d: Likewise.
5341 * testsuite/gas/arm/thumb-w-good.d: Likewise.
5342 * testsuite/gas/arm/thumb2_pool.d: Likewise.
5343 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
5344 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
5345
72e0b254
NC
5346 PR 19499
5347 * doc/as.texinfo (Errors): Correct documentation describing the
5348 interaction of .file and .line with warning and error messages.
5349
aed5fc75
NC
5350 PR 19458
5351 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
5352 * testsuite/gas/arm/archv8m-main.d: Likewise.
5353 * testsuite/gas/arm/archv8m-base.d: Likewise.
5354
0bff6e2d
MW
53552016-01-20 Matthew Wahab <matthew.wahab@arm.com>
5356
5357 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
5358 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
5359 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
5360
91f68a68
MG
53612016-01-20 Mickael Guene <mickael.guene@st.com>
5362 Terry Guo <terry.guo@arm.com>
5363
5364 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
5365 SHF_ARM_NOREAD section flag.
5366 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
5367 handle letter 'y'.
5368 (arm_elf_section_letter) : Declare it.
5369 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
5370 SHF_ARM_NOREAD section flag.
5371 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
5372
5373 * testsuite/gas/arm/section-execute-only.s: New test case.
5374 * testsuite/gas/arm/section-execute-only.d: Expected output.
5375
100b4f2e
MR
53762016-01-18 Maciej W. Rozycki <macro@imgtec.com>
5377
5378 * config/tc-mips.c (micromips_insn_length): Remove the mention
5379 of 48-bit microMIPS instructions.
5380
3d961d0d
AM
53812016-01-18 Alan Modra <amodra@gmail.com>
5382
5383 * configure: Regenerate.
5384
5c14705f
AM
53852016-01-17 Alan Modra <amodra@gmail.com>
5386
5387 * configure: Regenerate.
5388
b3066ae8
AM
53892016-01-17 Alan Modra <amodra@gmail.com>
5390
5391 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
5392
4d82fe66
NC
53932016-01-14 Nick Clifton <nickc@redhat.com>
5394
5395 * testsuite/gas/rl78/sp-relative-movw.s: New test.
5396 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
5397 * testsuite/gas/rl78/rl78.exp: Run the new test.
5398
651657fa
MW
53992016-01-14 Matthew Wahab <matthew.wahab@arm.com>
5400
5401 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
5402 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
5403
3facb0e9
MR
54042016-01-13 Maciej W. Rozycki <macro@imgtec.com>
5405
5406 * config/tc-nios2.c (output_movia): Preset `code' to 0.
5407
8a4c2869
YS
54082016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
5409
5410 * config/tc-h8300.c (get_operand): Remove spurious condition in
5411 test for closing parenthesis.
5412
105bde57
MW
54132016-01-12 Matthew Wahab <matthew.wahab@arm.com>
5414
5415 * config/tc-arm.c (arm_ext_v8_2): New.
5416 (insns): Add "esb".
5417 * testsuite/gas/arm/armv8_2-a.d: New.
5418 * testsuite/gas/arm/armv8_2-a.s: New.
5419
5230aa4d
AM
54202016-01-12 Alan Modra <amodra@gmail.com>
5421
5422 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
5423
afa8d405
PB
54242016-01-11 Peter Bergner <bergner@vnet.ibm.com>
5425
5426 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
5427 xvcmpnesp, xvcmpnesp.>: Delete tests.
5428 * testsuite/gas/ppc/power9.s: Likewise.
5429 * testsuite/gas/ppc/vsx3.d: Likewise.
5430 * testsuite/gas/ppc/vsx3.s: Likewise.
5431
83c3256e
AS
54322016-01-08 Andreas Schwab <schwab@linux-m68k.org>
5433
5434 PR gas/13050
5435 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
5436 * testsuite/gas/m68k/p13050-1.s: New file.
5437 * testsuite/gas/m68k/p13050-2.d: New file.
5438 * testsuite/gas/m68k/p13050-2.s: New file.
5439
b05a65d0
AB
54402016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5441
5442 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
5443 * testsuite/gas/arc/add.d: Likewise.
5444 * testsuite/gas/arc/and.d: Likewise.
5445 * testsuite/gas/arc/asl.d: Likewise.
5446 * testsuite/gas/arc/asr.d: Likewise.
5447 * testsuite/gas/arc/bic.d: Likewise.
5448 * testsuite/gas/arc/extb.d: Likewise.
5449 * testsuite/gas/arc/extw.d: Likewise.
5450 * testsuite/gas/arc/j.d: Likewise.
5451 * testsuite/gas/arc/jl.d: Likewise.
5452 * testsuite/gas/arc/ld2.d: Likewise.
5453 * testsuite/gas/arc/lsr.d: Likewise.
5454 * testsuite/gas/arc/mov.d: Likewise.
5455 * testsuite/gas/arc/or.d: Likewise.
5456 * testsuite/gas/arc/pcl-relocs.d: Likewise.
5457 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
5458 * testsuite/gas/arc/pic-relocs.d: Likewise.
5459 * testsuite/gas/arc/plt-relocs.d: Likewise.
5460 * testsuite/gas/arc/rlc.d: Likewise.
5461 * testsuite/gas/arc/ror.d: Likewise.
5462 * testsuite/gas/arc/rrc.d: Likewise.
5463 * testsuite/gas/arc/sbc.d: Likewise.
5464 * testsuite/gas/arc/sda-relocs.d: Likewise.
5465 * testsuite/gas/arc/sda-relocs2.d: Likewise.
5466 * testsuite/gas/arc/sexb.d: Likewise.
5467 * testsuite/gas/arc/sexw.d: Likewise.
5468 * testsuite/gas/arc/st.d: Likewise.
5469 * testsuite/gas/arc/sub.d: Likewise.
5470 * testsuite/gas/arc/tls-relocs.d: Likewise.
5471 * testsuite/gas/arc/xor.d: Likewise.
5472
6f2750fe
AM
54732016-01-01 Alan Modra <amodra@gmail.com>
5474
5475 Update year range in copyright notice of all files.
5476
3499769a
AM
5477For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
5478\f
5479Copyright (C) 2016 Free Software Foundation, Inc.
5480
5481Copying and distribution of this file, with or without modification,
5482are permitted in any medium without royalty provided the copyright
5483notice and this notice are preserved.
5484
5485Local Variables:
5486mode: change-log
5487left-margin: 8
5488fill-column: 74
5489version-control: never
5490End:
This page took 0.354322 seconds and 4 git commands to generate.