X86: Add pseudo prefixes to control encoding
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
86fa6981
L
12017-03-09 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (_i386_insn): Add dir_encoding and
4 vec_encoding. Remove swap_operand and need_vrex.
5 (extra_symbol_chars): Add '}'.
6 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
7 mnemonic.
8 (build_vex_prefix): Don't use 2-byte VEX encoding with
9 {vex3}. Check dir_encoding and load.
10 (parse_insn): Check pseudo prefixes. Set dir_encoding.
11 (VEX_check_operands): Likewise.
12 (match_template): Check dir_encoding and load.
13 (parse_real_register): Set vec_encoding instead of need_vrex.
14 (parse_register): Likewise.
15 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
16 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
17 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
18 * testsuite/gas/i386/pseudos.d: New file.
19 * testsuite/gas/i386/pseudos.s: Likewise.
20 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
21 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
22
4b8b687e
PB
232017-03-08 Peter Bergner <bergner@vnet.ibm.com>
24
25 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
26 (objdump): Use the -Mpower8 option.
27
1437d063
PB
282017-03-08 Peter Bergner <bergner@vnet.ibm.com>
29
30 * testsuite/gas/ppc/power9.d <lnia> New test.
31 * testsuite/gas/ppc/power9.s: Likewise.
32
ea86f534
AM
332017-03-07 Alan Modra <amodra@gmail.com>
34
35 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
36
2b841ec2
AM
372017-03-07 Tobin C. Harding <me@tobin.cc>
38 Alan Modra <amodra@gmail.com>
39
40 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
41 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
42
603555e5
L
432017-03-06 H.J. Lu <hongjiu.lu@intel.com>
44
45 * config/tc-i386.c (cpu_arch): Add .cet.
46 * doc/c-i386.texi: Document cet.
47 * testsuite/gas/i386/cet-intel.d: New file.
48 * testsuite/gas/i386/cet.d: Likewise.
49 * testsuite/gas/i386/cet.s: Likewise.
50 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
51 * testsuite/gas/i386/x86-64-cet.d: Likewise.
52 * testsuite/gas/i386/x86-64-cet.s: Likewise.
53 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
54
1cccfb31
L
552017-03-06 H.J. Lu <hongjiu.lu@intel.com>
56
57 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
58 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
59
ea0de82e
AM
602017-03-06 Alan Modra <amodra@gmail.com>
61
62 * dw2gencfi.c (encoding_size): Return unsigned int.
63 (emit_expr_encoded): Assert size matches reloc bitsize.
64 (output_fde): Use unsigned for offset_size and addr_size. Set
65 addr_size earlier and use in place of constant 4 and uses of
66 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
67
9e1a8675
AM
682017-03-06 Alan Modra <amodra@gmail.com>
69
70 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
71 auto reformat. Formatting and whitespace fixes.
72
49fced12
MW
732017-03-05 Mark Wielaard <mark@klomp.org>
74
75 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
76 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
77 (out_debug_info): Accept symbols to name, comp_dir and producer in
78 the .debug_str section and emit those offsets not full strings.
79 (out_debug_str): New function that outputs the strings for name,
80 comp_dir and producer in .debug_str and generates symbols to those
81 strings.
82 (out_debug_line): Create a .debug_str section if necessary and call
83 out_debug_str before calling out_debug_info.
84 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
85 output.
86
9875b365
MR
872017-03-02 Maciej W. Rozycki <macro@imgtec.com>
88
89 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
90 part of the frag has overrun the location requested.
91
92 * testsuite/gas/all/org-1.d: New test.
93 * testsuite/gas/all/org-2.d: New test.
94 * testsuite/gas/all/org-3.d: New test.
95 * testsuite/gas/all/org-4.d: New test.
96 * testsuite/gas/all/org-5.d: New test.
97 * testsuite/gas/all/org-6.d: New test.
98 * testsuite/gas/all/org-1.l: New stderr output.
99 * testsuite/gas/all/org-2.l: New stderr output.
100 * testsuite/gas/all/org-3.l: New stderr output.
101 * testsuite/gas/all/org-1.s: New test source.
102 * testsuite/gas/all/org-2.s: New test source.
103 * testsuite/gas/all/org-3.s: New test source.
104 * testsuite/gas/all/org-4.s: New test source.
105 * testsuite/gas/all/org-5.s: New test source.
106 * testsuite/gas/all/org-6.s: New test source.
107 * testsuite/gas/all/gas.exp: Run the new tests.
108
109 * testsuite/gas/mips/org-1.d: New test.
110 * testsuite/gas/mips/org-2.d: New test.
111 * testsuite/gas/mips/org-3.d: New test.
112 * testsuite/gas/mips/org-4.d: New test.
113 * testsuite/gas/mips/org-5.d: New test.
114 * testsuite/gas/mips/org-6.d: New test.
115 * testsuite/gas/mips/org-7.d: New test.
116 * testsuite/gas/mips/org-8.d: New test.
117 * testsuite/gas/mips/org-9.d: New test.
118 * testsuite/gas/mips/org-10.d: New test.
119 * testsuite/gas/mips/org-11.d: New test.
120 * testsuite/gas/mips/org-12.d: New test.
121 * testsuite/gas/mips/org-1.l: New stderr output.
122 * testsuite/gas/mips/org-4.l: New stderr output.
123 * testsuite/gas/mips/org-5.l: New stderr output.
124 * testsuite/gas/mips/org-6.l: New stderr output.
125 * testsuite/gas/mips/org-10.l: New stderr output.
126 * testsuite/gas/mips/org-1.s: New test source.
127 * testsuite/gas/mips/org-2.s: New test source.
128 * testsuite/gas/mips/org-3.s: New test source.
129 * testsuite/gas/mips/org-4.s: New test source.
130 * testsuite/gas/mips/org-5.s: New test source.
131 * testsuite/gas/mips/org-6.s: New test source.
132 * testsuite/gas/mips/org-7.s: New test source.
133 * testsuite/gas/mips/org-8.s: New test source.
134 * testsuite/gas/mips/org-9.s: New test source.
135 * testsuite/gas/mips/org-10.s: New test source.
136 * testsuite/gas/mips/org-11.s: New test source.
137 * testsuite/gas/mips/org-12.s: New test source.
138 * testsuite/gas/mips/mips.exp: Run the new tests.
139
01cca2f9
SN
1402017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
141
142 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
143
15c7c1d8
JB
1442017-02-28 Jan Beulich <jbeulich@suse.com>
145
146 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
147 VPCMPESTR{I,M}.
148 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
149 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
150 of PCMPESTR{I,M}.
151 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
152 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
153 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
154 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
155 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
156 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
157 * testsuite/gas/i386/x86-64-avx.d: Likewise.
158 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
159 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
160 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
161
4ef97a1b
AM
1622017-02-28 Alan Modra <amodra@gmail.com>
163
164 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
165
7ba71655
AM
1662017-02-28 Alan Modra <amodra@gmail.com>
167
168 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
169 (md_apply_fix): Remove fx_subsy check. Move code converting to
170 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
171 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
172 that is done now by the generic code via..
173 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
174 (TC_VALIDATE_FIX_SUB): Define.
175
0e392101
MR
1762017-02-28 Maciej W. Rozycki <macro@imgtec.com>
177
178 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
179 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
180 encoding patterns.
181 * testsuite/gas/mips/jalr4-n64.d: Likewise.
182 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
183 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
184 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
185
dd803a24
AM
1862017-02-25 Alan Modra <amodra@gmail.com>
187
188 * testsuite/gas/elf/strtab.s: Don't put directives on first
189 column or continuation with labels not in first column.
190
582e12bf
RS
1912017-02-24 Richard Sandiford <richard.sandiford@arm.com>
192
193 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
194 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
195 to be used with SVE registers.
196 (parse_operands): Handle new SVE operands.
197 (aarch64_features): Make "sve" require F16 rather than FP. Also
198 require COMPNUM.
199 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
200 Include compnum tests.
201 * testsuite/gas/aarch64/sve.d: Update accordingly.
202 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
203 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
204 update expected output for new FMOV and MOV alternatives.
205
f482d304
RS
2062017-02-24 Richard Sandiford <richard.sandiford@arm.com>
207
208 * doc/c-aarch64.texi: Add a "compnum" entry.
209 * config/tc-aarch64.c (aarch64_features): Likewise,
210 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
211 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
212
7db2c588
JB
2132017-02-24 Jan Beulich <jbeulich@suse.com>
214
215 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
216 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
217 * testsuite/gas/i386/opcode.d: Adjust accordingly.
218 * testsuite/gas/i386/opcode-intel.d: Likewise.
219 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
220 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
221
1b3cee56
SL
2222017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
223
224 Test cases for the architecture level aware SPARC ASI work.
225 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
226 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
227 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
228 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
229 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
230
c1556ecd
MR
2312017-02-23 Maciej W. Rozycki <macro@imgtec.com>
232
233 * testsuite/gas/mips/jalr4.d: New test.
234 * testsuite/gas/mips/jalr4-n32.d: New test.
235 * testsuite/gas/mips/jalr4-n64.d: New test.
236 * testsuite/gas/mips/jalr4.s: New test source.
237 * testsuite/gas/mips/mips.exp: Run the new tests.
238
1e9d41d4
SL
2392017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
240
241 Add support for associating SPARC ASIs with an architecture level.
242 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
243
946416fc
JB
2442017-02-23 Jan Beulich <jbeulich@suse.com>
245
246 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
247 of symbols as expression.
248
2492017-02-23 Jan Beulich <jbeulich@suse.com>
4c5b8d1e
JB
250
251 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
252 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
253 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
254 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
255
5ff6a06c
MR
2562017-02-22 Maciej W. Rozycki <macro@imgtec.com>
257
258 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
259 `md_flush_pending_output'.
260 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
261 `md_flush_pending_output' unconditionally.
262 * testsuite/gas/mips/debug-label-end-1.d: New test.
263 * testsuite/gas/mips/debug-label-end-2.d: New test.
264 * testsuite/gas/mips/debug-label-end-3.d: New test.
265 * testsuite/gas/mips/debug-label-end.s: New test source.
266 * testsuite/gas/mips/mips.exp: Run the new tests.
267
25890fc2
HPN
2682017-02-22 Hans-Peter Nilsson <hp@axis.com>
269
270 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
271 targets yielding an error message matching "too complex".
272
5ffbd927
NC
2732017-02-22 Nick Clifton <nickc@redhat.com>
274
275 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
276
b0c53498
JB
2772017-02-21 Jan Beulich <jbeulich@suse.com>
278
279 * expr.c (operand): Handle missing operand to .startof.() and
280 .sizeof.().
281 * testsuite/gas/all/err-sizeof.s: New.
282
ece5dcc1
AM
2832017-02-20 Alan Modra <amodra@gmail.com>
284
285 PR 21118
286 * NEWS: Revise powerpc register check.
287 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
288 register expression" a warning.
289
37f9ec62
MR
2902017-02-17 Maciej W. Rozycki <macro@imgtec.com>
291
292 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
293 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
294 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
295 * testsuite/gas/mips/aent-2.d: New test.
296 * testsuite/gas/mips/aent-mdebug.d: New test.
297 * testsuite/gas/mips/aent-mdebug-2.d: New test.
298 * testsuite/gas/mips/mips.exp: Run the new tests.
299
773fb663
RS
3002017-02-15 Richard Sandiford <richard.sandiford@arm.com>
301
302 * testsuite/gas/aarch64/sve-sysreg.s,
303 testsuite/gas/aarch64/sve-sysreg.d,
304 testsuite/gas/aarch64/sve-sysreg-invalid.d,
305 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
306
7a2114e7
RS
3072017-02-15 Richard Sandiford <richard.sandiford@arm.com>
308
309 * doc/c-aarch64.texi: Fix sve entry.
310
cc07cda6
CZ
3112017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
312
313 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
314 information from input expression.
315 (assemble_insn): Make sure pcrel is correctly set.
316 (arc_pcrel_adjust): Compensate for PCL rounding.
317 * testsuite/gas/arc/relax-add01.d: New file.
318 * testsuite/gas/arc/relax-add01.s: Likewise.
319 * testsuite/gas/arc/relax-add02.d: Likewise.
320 * testsuite/gas/arc/relax-add02.s: Likewise.
321 * testsuite/gas/arc/relax-add03.d: Likewise.
322 * testsuite/gas/arc/relax-add03.s: Likewise.
323 * testsuite/gas/arc/relax-add04.d: Likewise.
324 * testsuite/gas/arc/relax-add04.s: Likewise.
325 * testsuite/gas/arc/relax-ld01.d: Likewise.
326 * testsuite/gas/arc/relax-ld01.s: Likewise.
327 * testsuite/gas/arc/relax-ld02.d: Likewise.
328 * testsuite/gas/arc/relax-ld02.s: Likewise.
329 * testsuite/gas/arc/relax-mov01.d: Likewise.
330 * testsuite/gas/arc/relax-mov01.s: Likewise.
331 * testsuite/gas/arc/relax-mov02.d: Likewise.
332 * testsuite/gas/arc/relax-mov02.s: Likewise.
333 * testsuite/gas/arc/relax-mpy01.d: Likewise.
334 * testsuite/gas/arc/relax-mpy01.s: Likewise.
335 * testsuite/gas/arc/relax-sub01.d: Likewise.
336 * testsuite/gas/arc/relax-sub01.s: Likewise.
337 * testsuite/gas/arc/relax-sub02.d: Likewise.
338 * testsuite/gas/arc/relax-sub02.s: Likewise.
339 * testsuite/gas/arc/relax-sub03.d: Likewise.
340 * testsuite/gas/arc/relax-sub03.s: Likewise.
341 * testsuite/gas/arc/relax-sub04.d: Likewise.
342 * testsuite/gas/arc/relax-sub04.s: Likewise.
343
66a5a740
VG
3442017-02-09 Vineet Gupta <vgupta@synopsys.com>
345
346 * testsuite/gas/arc/st.d: Update for 0xe having a name now
347
7e0de605
AM
3482017-02-14 Alan Modra <amodra@gmail.com>
349
350 PR 21118
351 * NEWS: Mention powerpc register checks.
352 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
353 (pre_defined_registers): Delete fpscr and pmr entries. Set
354 register type in flags.
355 (cr_names): Set type in flags.
356 (reg_name_search): Return pointer to struct pd_reg rather than value.
357 (register_name): Adjust to suit. Set X_md from flags.
358 (ppc_parse_name): Likewise.
359 (ppc_optimize_expr): New function.
360 (md_assemble): Verify expresion reg flags match operand.
361 * config/tc-ppc.h (md_optimize_expr): Define.
362 (ppc_optimize_expr): Declare.
363
606a935e
AM
3642017-02-14 Alan Modra <amodra@gmail.com>
365
366 * testsuite/gas/ppc/cell.s: Correct invalid registers.
367 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
368 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
369
3c6452ae
TP
3702017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
371
372 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
373 syntax.
374 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
375 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
376
dce75bf9
NP
3772017-02-10 Nicholas Piggin <npiggin@gmail.com>
378
379 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
380
73201331
MR
3812017-02-02 Maciej W. Rozycki <macro@imgtec.com>
382
383 * doc/as.texinfo (Overview): Select MIPS options for man page
384 inclusion.
385
8b10b0b3
MR
3862017-01-30 Maciej W. Rozycki <macro@imgtec.com>
387
388 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
389 (options): Add OPTION_IGNORE_BRANCH_ISA and
390 OPTION_NO_IGNORE_BRANCH_ISA enum values.
391 (md_longopts): Add "mignore-branch-isa" and
392 "mno-ignore-branch-isa" options.
393 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
394 OPTION_NO_IGNORE_BRANCH_ISA.
395 (fix_bad_cross_mode_branch_p): Return FALSE if
396 `mips_ignore_branch_isa' has been set.
397 (md_show_usage): Add `-mignore-branch-isa' and
398 `-mno-ignore-branch-isa'.
399
400 * doc/as.texinfo (Target MIPS options): Add
401 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
402 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
403 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
404 `-mno-ignore-branch-isa' options.
405
406 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
407 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
408 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
409 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
410 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
411 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
412 * testsuite/gas/mips/mips.exp: Run the new tests.
413
7795a8f8
MR
4142017-01-30 Maciej W. Rozycki <macro@imgtec.com>
415
416 * testsuite/gas/mips/branch-local-2.d: New test.
417 * testsuite/gas/mips/branch-local-3.d: New test.
418 * testsuite/gas/mips/branch-local-n32-2.d: New test.
419 * testsuite/gas/mips/branch-local-n32-3.d: New test.
420 * testsuite/gas/mips/branch-local-n64-2.d: New test.
421 * testsuite/gas/mips/branch-local-n64-3.d: New test.
422 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
423 into the new tests.
424
8ec5cf65
AD
4252017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
426
427 PR 21056
428 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
429 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
430
de514cf3
SH
4312017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
432
433 * configure.tgt (aarch64*-*-rtems*): Remove.
434 (bfin-*-rtems*): Likewise.
435 (h8300-*-rtems*): Likewise.
436 (i386-*-rtems*): Likewise.
437 (m32c-*-rtems*): Likewise.
438 (m32r-*-rtems*): Likewise.
439 (m68k-*-rtems*): Likewise.
440 (mips-*-rtems*): Likewise.
441 (nios2-*-rtems*): Likewise.
442 (ppc-*-rtems*): Likewise.
443 (sh-*-rtems*): Likewise.
444 (sparc64-*-rtems*): Likewise.
445 (sparc-*-rtems*): Likewise.
446 (*-*-rtems*) Use ELF format.
447
3e97ba8a
SH
4482017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
449
450 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
451
850d84f6
SH
4522017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
453
454 * configure.tgt (sh-*-rtemscoff*): Remove.
455
666c6aff
SH
4562017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
457
458 * configure.tgt (riscv*-*-*): Remove em=linux.
459
33eaf5de
NC
4602017-01-23 Sebastian Rasmussen <sebras@gmail.com>
461
462 PR gas/21072
463 * asintl.h: Fix spelling mistakes and typos.
464 * atof-generic.c: Likewise.
465 * bit_fix.h: Likewise.
466 * config/atof-ieee.c: Likewise.
467 * config/bfin-defs.h: Likewise.
468 * config/bfin-parse.y: Likewise.
469 * config/obj-coff-seh.h: Likewise.
470 * config/obj-coff.c: Likewise.
471 * config/obj-evax.c: Likewise.
472 * config/obj-macho.c: Likewise.
473 * config/rx-parse.y: Likewise.
474 * config/tc-aarch64.c: Likewise.
475 * config/tc-alpha.c: Likewise.
476 * config/tc-arc.c: Likewise.
477 * config/tc-arm.c: Likewise.
478 * config/tc-avr.c: Likewise.
479 * config/tc-bfin.c: Likewise.
480 * config/tc-cr16.c: Likewise.
481 * config/tc-cris.c: Likewise.
482 * config/tc-crx.c: Likewise.
483 * config/tc-d10v.c: Likewise.
484 * config/tc-d30v.c: Likewise.
485 * config/tc-dlx.c: Likewise.
486 * config/tc-epiphany.c: Likewise.
487 * config/tc-frv.c: Likewise.
488 * config/tc-hppa.c: Likewise.
489 * config/tc-i370.c: Likewise.
490 * config/tc-i386-intel.c: Likewise.
491 * config/tc-i386.c: Likewise.
492 * config/tc-i960.c: Likewise.
493 * config/tc-ia64.c: Likewise.
494 * config/tc-m32r.c: Likewise.
495 * config/tc-m68hc11.c: Likewise.
496 * config/tc-m68k.c: Likewise.
497 * config/tc-mcore.c: Likewise.
498 * config/tc-mep.c: Likewise.
499 * config/tc-mep.h: Likewise.
500 * config/tc-metag.c: Likewise.
501 * config/tc-microblaze.c: Likewise.
502 * config/tc-mips.c: Likewise.
503 * config/tc-mmix.c: Likewise.
504 * config/tc-mn10200.c: Likewise.
505 * config/tc-mn10300.c: Likewise.
506 * config/tc-msp430.c: Likewise.
507 * config/tc-msp430.h: Likewise.
508 * config/tc-nds32.c: Likewise.
509 * config/tc-nds32.h: Likewise.
510 * config/tc-nios2.c: Likewise.
511 * config/tc-nios2.h: Likewise.
512 * config/tc-ns32k.c: Likewise.
513 * config/tc-pdp11.c: Likewise.
514 * config/tc-ppc.c: Likewise.
515 * config/tc-pru.c: Likewise.
516 * config/tc-rx.c: Likewise.
517 * config/tc-s390.c: Likewise.
518 * config/tc-score.c: Likewise.
519 * config/tc-score7.c: Likewise.
520 * config/tc-sh.c: Likewise.
521 * config/tc-sh64.c: Likewise.
522 * config/tc-sparc.c: Likewise.
523 * config/tc-tic4x.c: Likewise.
524 * config/tc-tic54x.c: Likewise.
525 * config/tc-v850.c: Likewise.
526 * config/tc-vax.c: Likewise.
527 * config/tc-visium.c: Likewise.
528 * config/tc-xgate.c: Likewise.
529 * config/tc-xtensa.c: Likewise.
530 * config/tc-z80.c: Likewise.
531 * config/tc-z8k.c: Likewise.
532 * config/te-vms.c: Likewise.
533 * config/xtensa-relax.c: Likewise.
534 * doc/as.texinfo: Likewise.
535 * doc/c-arm.texi: Likewise.
536 * doc/c-hppa.texi: Likewise.
537 * doc/c-i370.texi: Likewise.
538 * doc/c-i386.texi: Likewise.
539 * doc/c-m32r.texi: Likewise.
540 * doc/c-m68k.texi: Likewise.
541 * doc/c-mmix.texi: Likewise.
542 * doc/c-msp430.texi: Likewise.
543 * doc/c-nds32.texi: Likewise.
544 * doc/c-ns32k.texi: Likewise.
545 * doc/c-riscv.texi: Likewise.
546 * doc/c-rx.texi: Likewise.
547 * doc/c-s390.texi: Likewise.
548 * doc/c-tic6x.texi: Likewise.
549 * doc/c-tilegx.texi: Likewise.
550 * doc/c-tilepro.texi: Likewise.
551 * doc/c-v850.texi: Likewise.
552 * doc/c-xgate.texi: Likewise.
553 * doc/c-xtensa.texi: Likewise.
554 * dwarf2dbg.c: Likewise.
555 * ecoff.c: Likewise.
556 * itbl-ops.c: Likewise.
557 * listing.c: Likewise.
558 * macro.c: Likewise.
559 * po/gas.pot: Likewise.
560 * read.c: Likewise.
561 * struc-symbol.h: Likewise.
562 * symbols.h: Likewise.
563 * testsuite/gas/arc/relocs-errors.err: Likewise.
564 * write.c: Likewise.
565
8069955e
NC
5662017-01-23 Nick Clifton <nickc@redhat.com>
567
568 * po/sv.po: Updated Swedish translation.
569
9d46ce34
NC
5702017-01-20 Nick Clifton <nickc@redhat.com>
571
572 * config/tc-i386.c (parse_operands): Check for operand overflow
573 before setting the unspecified bit.
574
9e009953
MR
5752017-01-18 Maciej W. Rozycki <macro@imgtec.com>
576
577 PR gas/20649
578 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
579 symbols, remove the `segtype' parameter.
580 (mips_frob_file, md_estimate_size_before_relax): Adjust
581 accordingly.
582 (s_is_linkonce): Add an explanatory comment.
583 * testsuite/gas/mips/comdat-reloc.d: New test.
584 * testsuite/gas/mips/comdat-reloc.s: New test source.
585 * testsuite/gas/mips/mips.exp: Run the new test.
586
c13a63b0
SN
5872017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
588
589 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
590 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
591
2cedb9eb
BR
5922017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
593
594 PR 21059
595 * config/bfin-lex.l: Support processing with flex 2.6.3.
596 * itbl-lex.l: Likewise.
597
1ec4b9f2
NS
5982017-01-18 Nathan Sidwell <nathan@acm.org>
599
600 * as.h (gas_assert): Use abort.
601 (as_assert): Remove.
602 (signal_init): Declare.
603 * as.c (main): Call signal_init.
604 * messages.c: #include <signal.h>
605 (as_assert): Delete.
606 (as_abort): Allow NULL FILE.
607 (signal_crash): New.
608 (signal_init): Register fatal signal handlers.
609 * configure.ac: Check for strsignal.
610 * config.in: Rebuilt.
611 * configure: Rebuilt.
612
01fabda4 6132017-01-17 Nick Clifton <nickc@redhat.com>
6aa1df2d
NC
614
615 * po/sv.po: Updated Swedish translation.
616
620214f7
IT
6172017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
618
619 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
620 (cpu_noarch): Add noavx512_vpopcntdq.
621 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
622 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
623 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
624 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
625 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
626 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
627 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
628 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
629
1181551e
NC
6302017-01-12 Nick Clifton <nickc@redhat.com>
631
632 * read.c (temp_ilp): New function. Installs a temporary input
633 line pointer.
634 (restore_ilp): New function. Restores the original input line
635 pointer.
636 * read.h (temp_ilp): Prototype.
637 (restore_ilp): Prototype.
638 * stabs.c (dot_func_p): Use bfd_boolean type.
639 (generate_asm_file): Use temp_ilp and restore_ilp.
640 (stabs_generate_asm_lineno): Likewise.
641 (stabs_generate_asm_endfunc): Likewise.
642
f2e2d2f5
JS
6432017-01-11 Jeremy Soller <jackpot51@gmail.com>
644
645 * configure.tgt: Add entry for i386-redox.
646
07e8e623
NC
6472017-01-10 Nick Clifton <nickc@redhat.com>
648
649 * po/sv.po: Updated Swedish translation.
650
1a94eb29
TG
6512017-01-10 Tristan Gingold <gingold@adacore.com>
652
653 * testsuite/gas/all/sleb128-8.d: Adjust test.
654 * testsuite/gas/all/gas.exp (test_cond): Likewise.
655
74def31d
TG
6562017-01-10 Tristan Gingold <gingold@adacore.com>
657
658 * read.c (emit_leb128_expr): Extended unsigned big number for
659 sleb128.
660 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
661 * testsuite/gas/all/sleb128.d: New test.
662 * testsuite/gas/all/sleb128.s: New test source.
663
a5ec5e3f
AW
6642017-01-09 Andrew Waterman <andrew@sifive.com>
665
666 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
667 against constants.
668 (md_apply_fix): Mark relocations against constants as "done."
669
e294484e
AW
6702017-01-09 Andrew Waterman <andrew@sifive.com>
671
672 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
673 against constants.
674 (md_apply_fix): Mark relocations against constants as "done."
675
6ec11ab9
PD
6762017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
677 Kito Cheng <kito.cheng@gmail.com>
678
679 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
680 Removed.
681 (SDATA_START_SYMBOLS): Likewise.
682
20b52c88
NC
6832017-01-09 Nick Clifton <nickc@redhat.com>
684
685 * po/sv.po: New Swedish translation.
686 * configure.ac (ALL_LINGUAS): Add sv.
687 * configure: Regenerate.
688
01156111
AW
6892017-01-09 Andrew Waterman <andrew@sifive.com>
690
691 * config/tc-riscv.c (relaxed_branch_length): Use the long
692 sequence when the target is a weak symbol.
693
d74d4880
SN
6942017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
695
696 * config/tc-aarch64.c (aarch64_features): Add rcpc.
697 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
698 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
699 * testsuite/gas/aarch64/ldst-rcpc.d: This.
700 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
701 * testsuite/gas/aarch64/ldst-rcpc.s: This.
702 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
703
10ab38d9
NJ
7042017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
705
706 PR gas/20992
707 * configure.tgt: Treat sparcv9 as sparc64.
708
cc917fd9
KC
7092017-01-03 Kito Cheng <kito.cheng@gmail.com>
710
711 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
712 extension.
713 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
714 enabled and no other ABI is specified.
715
ddb2c6fd
DD
7162017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
717
718 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
719 valueT, as declared in tc.h.
720 (md_apply_fix): Fix to work on 32-bit hosts.
721
2571583a
AM
7222017-01-02 Alan Modra <amodra@gmail.com>
723
724 Update year range in copyright notice of all files.
725
5c1ad6b5 726For older changes see ChangeLog-2016
3499769a 727\f
5c1ad6b5 728Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
729
730Copying and distribution of this file, with or without modification,
731are permitted in any medium without royalty provided the copyright
732notice and this notice are preserved.
733
734Local Variables:
735mode: change-log
736left-margin: 8
737fill-column: 74
738version-control: never
739End:
This page took 0.114542 seconds and 4 git commands to generate.