Add --inlines option to objdump to include scope backtrace of inlined functions when...
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
645d3342
RZ
12017-03-21 Rinat Zelig <rinat@mellanox.com>
2
3 * testsuite/gas/arc/nps400-11.s: New file.
4 * testsuite/gas/arc/nps400-11.d: New file.
5
e406e428
NC
62017-03-20 Nick Clifton <nickc@redhat.com>
7
8 * doc/as.texinfo (2byte): Note that if no expressions are present
9 the directive does nothing. Emphasize that the output is
10 unaligned, and that this can have an effect on the relocations
11 generated.
12 (4byte): Simplify description. Refer back to the 2byte
13 description.
14 (8byte): Likewise.
15
d5e0ba9c
RE
162017-03-20 Richard Earnshaw <rearnsha@arm.com>
17
18 * config/tc-arm.c (arm_fpus): Note entires that should not be
19 documented.
20 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
21 neon-fp16. Fix spelling error.
22
d3375ddd
RE
232017-03-20 Richard Earnshaw <rearnsha@arm.com>
24
25 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
26
2c52e2e8
RZ
272017-03-16 Rinat Zelig <rinat@mellanox.com>
28
29 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
30 specially for ARCv2.
31
b416fe87
KC
322017-03-14 Kito Cheng <kito.cheng@gmail.com>
33
34 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
35 encoding format, which can accept 0-valued immediates.
36 (riscv_ip): Likewise.
37
7cb7b948
NC
382017-03-15 Nick Clifton <nickc@redhat.com>
39
40 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
41 warning about discarding a const qualifier.
42
d47c3ff7
KLC
432017-03-02 Kuan-Lin Chen <rufus@andestech.com>
44
45 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
46
2aece2ba
KLC
472017-03-02 Kuan-Lin Chen <rufus@andestech.com>
48
49 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
50 fx_next->fx_frag for CFA_advance_loc relocations.
51
c1b465c9
KLC
522017-03-02 Kuan-Lin Chen <rufus@andestech.com>
53
54 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
55 for CFA relocations.
56
f955cccf
NC
572017-03-13 Nick Clifton <nickc@redhat.com>
58
59 PR binutils/21202
60 * config/tc-aarch64.c (reloc_table): Rename
61 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
62 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
63 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
64 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
65 (md_apply_fix): Likewise.
66 (aarch64_force_relocation): Likewise.
67 * testsuite/gas/aarch64/tls.d: Update regexp.
68
8b1e5da1
NC
692017-03-10 Tobin C. Harding <me@tobin.cc>
70 Nick Clifton <nickc@redhat.com>
71
72 * doc/as.texinfo (2byte): Tidy up wording. Add note that
73 overlarge values will produce a warning message and be trunacted.
74 (4byte): Likewise.
75
86fa6981
L
762017-03-09 H.J. Lu <hongjiu.lu@intel.com>
77
78 * config/tc-i386.c (_i386_insn): Add dir_encoding and
79 vec_encoding. Remove swap_operand and need_vrex.
80 (extra_symbol_chars): Add '}'.
81 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
82 mnemonic.
83 (build_vex_prefix): Don't use 2-byte VEX encoding with
84 {vex3}. Check dir_encoding and load.
85 (parse_insn): Check pseudo prefixes. Set dir_encoding.
86 (VEX_check_operands): Likewise.
87 (match_template): Check dir_encoding and load.
88 (parse_real_register): Set vec_encoding instead of need_vrex.
89 (parse_register): Likewise.
90 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
91 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
92 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
93 * testsuite/gas/i386/pseudos.d: New file.
94 * testsuite/gas/i386/pseudos.s: Likewise.
95 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
96 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
97
4b8b687e
PB
982017-03-08 Peter Bergner <bergner@vnet.ibm.com>
99
100 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
101 (objdump): Use the -Mpower8 option.
102
1437d063
PB
1032017-03-08 Peter Bergner <bergner@vnet.ibm.com>
104
105 * testsuite/gas/ppc/power9.d <lnia> New test.
106 * testsuite/gas/ppc/power9.s: Likewise.
107
ea86f534
AM
1082017-03-07 Alan Modra <amodra@gmail.com>
109
110 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
111
2b841ec2
AM
1122017-03-07 Tobin C. Harding <me@tobin.cc>
113 Alan Modra <amodra@gmail.com>
114
115 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
116 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
117
603555e5
L
1182017-03-06 H.J. Lu <hongjiu.lu@intel.com>
119
120 * config/tc-i386.c (cpu_arch): Add .cet.
121 * doc/c-i386.texi: Document cet.
122 * testsuite/gas/i386/cet-intel.d: New file.
123 * testsuite/gas/i386/cet.d: Likewise.
124 * testsuite/gas/i386/cet.s: Likewise.
125 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
126 * testsuite/gas/i386/x86-64-cet.d: Likewise.
127 * testsuite/gas/i386/x86-64-cet.s: Likewise.
128 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
129
1cccfb31
L
1302017-03-06 H.J. Lu <hongjiu.lu@intel.com>
131
132 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
133 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
134
ea0de82e
AM
1352017-03-06 Alan Modra <amodra@gmail.com>
136
137 * dw2gencfi.c (encoding_size): Return unsigned int.
138 (emit_expr_encoded): Assert size matches reloc bitsize.
139 (output_fde): Use unsigned for offset_size and addr_size. Set
140 addr_size earlier and use in place of constant 4 and uses of
141 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
142
9e1a8675
AM
1432017-03-06 Alan Modra <amodra@gmail.com>
144
145 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
146 auto reformat. Formatting and whitespace fixes.
147
49fced12
MW
1482017-03-05 Mark Wielaard <mark@klomp.org>
149
150 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
151 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
152 (out_debug_info): Accept symbols to name, comp_dir and producer in
153 the .debug_str section and emit those offsets not full strings.
154 (out_debug_str): New function that outputs the strings for name,
155 comp_dir and producer in .debug_str and generates symbols to those
156 strings.
157 (out_debug_line): Create a .debug_str section if necessary and call
158 out_debug_str before calling out_debug_info.
159 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
160 output.
161
9875b365
MR
1622017-03-02 Maciej W. Rozycki <macro@imgtec.com>
163
164 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
165 part of the frag has overrun the location requested.
166
167 * testsuite/gas/all/org-1.d: New test.
168 * testsuite/gas/all/org-2.d: New test.
169 * testsuite/gas/all/org-3.d: New test.
170 * testsuite/gas/all/org-4.d: New test.
171 * testsuite/gas/all/org-5.d: New test.
172 * testsuite/gas/all/org-6.d: New test.
173 * testsuite/gas/all/org-1.l: New stderr output.
174 * testsuite/gas/all/org-2.l: New stderr output.
175 * testsuite/gas/all/org-3.l: New stderr output.
176 * testsuite/gas/all/org-1.s: New test source.
177 * testsuite/gas/all/org-2.s: New test source.
178 * testsuite/gas/all/org-3.s: New test source.
179 * testsuite/gas/all/org-4.s: New test source.
180 * testsuite/gas/all/org-5.s: New test source.
181 * testsuite/gas/all/org-6.s: New test source.
182 * testsuite/gas/all/gas.exp: Run the new tests.
183
184 * testsuite/gas/mips/org-1.d: New test.
185 * testsuite/gas/mips/org-2.d: New test.
186 * testsuite/gas/mips/org-3.d: New test.
187 * testsuite/gas/mips/org-4.d: New test.
188 * testsuite/gas/mips/org-5.d: New test.
189 * testsuite/gas/mips/org-6.d: New test.
190 * testsuite/gas/mips/org-7.d: New test.
191 * testsuite/gas/mips/org-8.d: New test.
192 * testsuite/gas/mips/org-9.d: New test.
193 * testsuite/gas/mips/org-10.d: New test.
194 * testsuite/gas/mips/org-11.d: New test.
195 * testsuite/gas/mips/org-12.d: New test.
196 * testsuite/gas/mips/org-1.l: New stderr output.
197 * testsuite/gas/mips/org-4.l: New stderr output.
198 * testsuite/gas/mips/org-5.l: New stderr output.
199 * testsuite/gas/mips/org-6.l: New stderr output.
200 * testsuite/gas/mips/org-10.l: New stderr output.
201 * testsuite/gas/mips/org-1.s: New test source.
202 * testsuite/gas/mips/org-2.s: New test source.
203 * testsuite/gas/mips/org-3.s: New test source.
204 * testsuite/gas/mips/org-4.s: New test source.
205 * testsuite/gas/mips/org-5.s: New test source.
206 * testsuite/gas/mips/org-6.s: New test source.
207 * testsuite/gas/mips/org-7.s: New test source.
208 * testsuite/gas/mips/org-8.s: New test source.
209 * testsuite/gas/mips/org-9.s: New test source.
210 * testsuite/gas/mips/org-10.s: New test source.
211 * testsuite/gas/mips/org-11.s: New test source.
212 * testsuite/gas/mips/org-12.s: New test source.
213 * testsuite/gas/mips/mips.exp: Run the new tests.
214
01cca2f9
SN
2152017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
216
217 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
218
15c7c1d8
JB
2192017-02-28 Jan Beulich <jbeulich@suse.com>
220
221 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
222 VPCMPESTR{I,M}.
223 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
224 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
225 of PCMPESTR{I,M}.
226 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
227 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
228 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
229 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
230 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
231 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
232 * testsuite/gas/i386/x86-64-avx.d: Likewise.
233 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
234 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
235 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
236
4ef97a1b
AM
2372017-02-28 Alan Modra <amodra@gmail.com>
238
239 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
240
7ba71655
AM
2412017-02-28 Alan Modra <amodra@gmail.com>
242
243 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
244 (md_apply_fix): Remove fx_subsy check. Move code converting to
245 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
246 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
247 that is done now by the generic code via..
248 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
249 (TC_VALIDATE_FIX_SUB): Define.
250
0e392101
MR
2512017-02-28 Maciej W. Rozycki <macro@imgtec.com>
252
253 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
254 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
255 encoding patterns.
256 * testsuite/gas/mips/jalr4-n64.d: Likewise.
257 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
258 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
259 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
260
dd803a24
AM
2612017-02-25 Alan Modra <amodra@gmail.com>
262
263 * testsuite/gas/elf/strtab.s: Don't put directives on first
264 column or continuation with labels not in first column.
265
582e12bf
RS
2662017-02-24 Richard Sandiford <richard.sandiford@arm.com>
267
268 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
269 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
270 to be used with SVE registers.
271 (parse_operands): Handle new SVE operands.
272 (aarch64_features): Make "sve" require F16 rather than FP. Also
273 require COMPNUM.
274 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
275 Include compnum tests.
276 * testsuite/gas/aarch64/sve.d: Update accordingly.
277 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
278 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
279 update expected output for new FMOV and MOV alternatives.
280
f482d304
RS
2812017-02-24 Richard Sandiford <richard.sandiford@arm.com>
282
283 * doc/c-aarch64.texi: Add a "compnum" entry.
284 * config/tc-aarch64.c (aarch64_features): Likewise,
285 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
286 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
287
7db2c588
JB
2882017-02-24 Jan Beulich <jbeulich@suse.com>
289
290 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
291 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
292 * testsuite/gas/i386/opcode.d: Adjust accordingly.
293 * testsuite/gas/i386/opcode-intel.d: Likewise.
294 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
295 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
296
1b3cee56
SL
2972017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
298
299 Test cases for the architecture level aware SPARC ASI work.
300 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
301 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
302 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
303 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
304 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
305
c1556ecd
MR
3062017-02-23 Maciej W. Rozycki <macro@imgtec.com>
307
308 * testsuite/gas/mips/jalr4.d: New test.
309 * testsuite/gas/mips/jalr4-n32.d: New test.
310 * testsuite/gas/mips/jalr4-n64.d: New test.
311 * testsuite/gas/mips/jalr4.s: New test source.
312 * testsuite/gas/mips/mips.exp: Run the new tests.
313
1e9d41d4
SL
3142017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
315
316 Add support for associating SPARC ASIs with an architecture level.
317 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
318
946416fc
JB
3192017-02-23 Jan Beulich <jbeulich@suse.com>
320
321 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
322 of symbols as expression.
323
3242017-02-23 Jan Beulich <jbeulich@suse.com>
4c5b8d1e
JB
325
326 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
327 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
328 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
329 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
330
5ff6a06c
MR
3312017-02-22 Maciej W. Rozycki <macro@imgtec.com>
332
333 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
334 `md_flush_pending_output'.
335 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
336 `md_flush_pending_output' unconditionally.
337 * testsuite/gas/mips/debug-label-end-1.d: New test.
338 * testsuite/gas/mips/debug-label-end-2.d: New test.
339 * testsuite/gas/mips/debug-label-end-3.d: New test.
340 * testsuite/gas/mips/debug-label-end.s: New test source.
341 * testsuite/gas/mips/mips.exp: Run the new tests.
342
25890fc2
HPN
3432017-02-22 Hans-Peter Nilsson <hp@axis.com>
344
345 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
346 targets yielding an error message matching "too complex".
347
5ffbd927
NC
3482017-02-22 Nick Clifton <nickc@redhat.com>
349
350 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
351
b0c53498
JB
3522017-02-21 Jan Beulich <jbeulich@suse.com>
353
354 * expr.c (operand): Handle missing operand to .startof.() and
355 .sizeof.().
356 * testsuite/gas/all/err-sizeof.s: New.
357
ece5dcc1
AM
3582017-02-20 Alan Modra <amodra@gmail.com>
359
360 PR 21118
361 * NEWS: Revise powerpc register check.
362 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
363 register expression" a warning.
364
37f9ec62
MR
3652017-02-17 Maciej W. Rozycki <macro@imgtec.com>
366
367 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
368 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
369 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
370 * testsuite/gas/mips/aent-2.d: New test.
371 * testsuite/gas/mips/aent-mdebug.d: New test.
372 * testsuite/gas/mips/aent-mdebug-2.d: New test.
373 * testsuite/gas/mips/mips.exp: Run the new tests.
374
773fb663
RS
3752017-02-15 Richard Sandiford <richard.sandiford@arm.com>
376
377 * testsuite/gas/aarch64/sve-sysreg.s,
378 testsuite/gas/aarch64/sve-sysreg.d,
379 testsuite/gas/aarch64/sve-sysreg-invalid.d,
380 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
381
7a2114e7
RS
3822017-02-15 Richard Sandiford <richard.sandiford@arm.com>
383
384 * doc/c-aarch64.texi: Fix sve entry.
385
cc07cda6
CZ
3862017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
387
388 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
389 information from input expression.
390 (assemble_insn): Make sure pcrel is correctly set.
391 (arc_pcrel_adjust): Compensate for PCL rounding.
392 * testsuite/gas/arc/relax-add01.d: New file.
393 * testsuite/gas/arc/relax-add01.s: Likewise.
394 * testsuite/gas/arc/relax-add02.d: Likewise.
395 * testsuite/gas/arc/relax-add02.s: Likewise.
396 * testsuite/gas/arc/relax-add03.d: Likewise.
397 * testsuite/gas/arc/relax-add03.s: Likewise.
398 * testsuite/gas/arc/relax-add04.d: Likewise.
399 * testsuite/gas/arc/relax-add04.s: Likewise.
400 * testsuite/gas/arc/relax-ld01.d: Likewise.
401 * testsuite/gas/arc/relax-ld01.s: Likewise.
402 * testsuite/gas/arc/relax-ld02.d: Likewise.
403 * testsuite/gas/arc/relax-ld02.s: Likewise.
404 * testsuite/gas/arc/relax-mov01.d: Likewise.
405 * testsuite/gas/arc/relax-mov01.s: Likewise.
406 * testsuite/gas/arc/relax-mov02.d: Likewise.
407 * testsuite/gas/arc/relax-mov02.s: Likewise.
408 * testsuite/gas/arc/relax-mpy01.d: Likewise.
409 * testsuite/gas/arc/relax-mpy01.s: Likewise.
410 * testsuite/gas/arc/relax-sub01.d: Likewise.
411 * testsuite/gas/arc/relax-sub01.s: Likewise.
412 * testsuite/gas/arc/relax-sub02.d: Likewise.
413 * testsuite/gas/arc/relax-sub02.s: Likewise.
414 * testsuite/gas/arc/relax-sub03.d: Likewise.
415 * testsuite/gas/arc/relax-sub03.s: Likewise.
416 * testsuite/gas/arc/relax-sub04.d: Likewise.
417 * testsuite/gas/arc/relax-sub04.s: Likewise.
418
66a5a740
VG
4192017-02-09 Vineet Gupta <vgupta@synopsys.com>
420
421 * testsuite/gas/arc/st.d: Update for 0xe having a name now
422
7e0de605
AM
4232017-02-14 Alan Modra <amodra@gmail.com>
424
425 PR 21118
426 * NEWS: Mention powerpc register checks.
427 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
428 (pre_defined_registers): Delete fpscr and pmr entries. Set
429 register type in flags.
430 (cr_names): Set type in flags.
431 (reg_name_search): Return pointer to struct pd_reg rather than value.
432 (register_name): Adjust to suit. Set X_md from flags.
433 (ppc_parse_name): Likewise.
434 (ppc_optimize_expr): New function.
435 (md_assemble): Verify expresion reg flags match operand.
436 * config/tc-ppc.h (md_optimize_expr): Define.
437 (ppc_optimize_expr): Declare.
438
606a935e
AM
4392017-02-14 Alan Modra <amodra@gmail.com>
440
441 * testsuite/gas/ppc/cell.s: Correct invalid registers.
442 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
443 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
444
3c6452ae
TP
4452017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
446
447 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
448 syntax.
449 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
450 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
451
dce75bf9
NP
4522017-02-10 Nicholas Piggin <npiggin@gmail.com>
453
454 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
455
73201331
MR
4562017-02-02 Maciej W. Rozycki <macro@imgtec.com>
457
458 * doc/as.texinfo (Overview): Select MIPS options for man page
459 inclusion.
460
8b10b0b3
MR
4612017-01-30 Maciej W. Rozycki <macro@imgtec.com>
462
463 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
464 (options): Add OPTION_IGNORE_BRANCH_ISA and
465 OPTION_NO_IGNORE_BRANCH_ISA enum values.
466 (md_longopts): Add "mignore-branch-isa" and
467 "mno-ignore-branch-isa" options.
468 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
469 OPTION_NO_IGNORE_BRANCH_ISA.
470 (fix_bad_cross_mode_branch_p): Return FALSE if
471 `mips_ignore_branch_isa' has been set.
472 (md_show_usage): Add `-mignore-branch-isa' and
473 `-mno-ignore-branch-isa'.
474
475 * doc/as.texinfo (Target MIPS options): Add
476 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
477 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
478 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
479 `-mno-ignore-branch-isa' options.
480
481 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
482 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
483 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
484 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
485 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
486 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
487 * testsuite/gas/mips/mips.exp: Run the new tests.
488
7795a8f8
MR
4892017-01-30 Maciej W. Rozycki <macro@imgtec.com>
490
491 * testsuite/gas/mips/branch-local-2.d: New test.
492 * testsuite/gas/mips/branch-local-3.d: New test.
493 * testsuite/gas/mips/branch-local-n32-2.d: New test.
494 * testsuite/gas/mips/branch-local-n32-3.d: New test.
495 * testsuite/gas/mips/branch-local-n64-2.d: New test.
496 * testsuite/gas/mips/branch-local-n64-3.d: New test.
497 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
498 into the new tests.
499
8ec5cf65
AD
5002017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
501
502 PR 21056
503 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
504 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
505
de514cf3
SH
5062017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
507
508 * configure.tgt (aarch64*-*-rtems*): Remove.
509 (bfin-*-rtems*): Likewise.
510 (h8300-*-rtems*): Likewise.
511 (i386-*-rtems*): Likewise.
512 (m32c-*-rtems*): Likewise.
513 (m32r-*-rtems*): Likewise.
514 (m68k-*-rtems*): Likewise.
515 (mips-*-rtems*): Likewise.
516 (nios2-*-rtems*): Likewise.
517 (ppc-*-rtems*): Likewise.
518 (sh-*-rtems*): Likewise.
519 (sparc64-*-rtems*): Likewise.
520 (sparc-*-rtems*): Likewise.
521 (*-*-rtems*) Use ELF format.
522
3e97ba8a
SH
5232017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
524
525 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
526
850d84f6
SH
5272017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
528
529 * configure.tgt (sh-*-rtemscoff*): Remove.
530
666c6aff
SH
5312017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
532
533 * configure.tgt (riscv*-*-*): Remove em=linux.
534
33eaf5de
NC
5352017-01-23 Sebastian Rasmussen <sebras@gmail.com>
536
537 PR gas/21072
538 * asintl.h: Fix spelling mistakes and typos.
539 * atof-generic.c: Likewise.
540 * bit_fix.h: Likewise.
541 * config/atof-ieee.c: Likewise.
542 * config/bfin-defs.h: Likewise.
543 * config/bfin-parse.y: Likewise.
544 * config/obj-coff-seh.h: Likewise.
545 * config/obj-coff.c: Likewise.
546 * config/obj-evax.c: Likewise.
547 * config/obj-macho.c: Likewise.
548 * config/rx-parse.y: Likewise.
549 * config/tc-aarch64.c: Likewise.
550 * config/tc-alpha.c: Likewise.
551 * config/tc-arc.c: Likewise.
552 * config/tc-arm.c: Likewise.
553 * config/tc-avr.c: Likewise.
554 * config/tc-bfin.c: Likewise.
555 * config/tc-cr16.c: Likewise.
556 * config/tc-cris.c: Likewise.
557 * config/tc-crx.c: Likewise.
558 * config/tc-d10v.c: Likewise.
559 * config/tc-d30v.c: Likewise.
560 * config/tc-dlx.c: Likewise.
561 * config/tc-epiphany.c: Likewise.
562 * config/tc-frv.c: Likewise.
563 * config/tc-hppa.c: Likewise.
564 * config/tc-i370.c: Likewise.
565 * config/tc-i386-intel.c: Likewise.
566 * config/tc-i386.c: Likewise.
567 * config/tc-i960.c: Likewise.
568 * config/tc-ia64.c: Likewise.
569 * config/tc-m32r.c: Likewise.
570 * config/tc-m68hc11.c: Likewise.
571 * config/tc-m68k.c: Likewise.
572 * config/tc-mcore.c: Likewise.
573 * config/tc-mep.c: Likewise.
574 * config/tc-mep.h: Likewise.
575 * config/tc-metag.c: Likewise.
576 * config/tc-microblaze.c: Likewise.
577 * config/tc-mips.c: Likewise.
578 * config/tc-mmix.c: Likewise.
579 * config/tc-mn10200.c: Likewise.
580 * config/tc-mn10300.c: Likewise.
581 * config/tc-msp430.c: Likewise.
582 * config/tc-msp430.h: Likewise.
583 * config/tc-nds32.c: Likewise.
584 * config/tc-nds32.h: Likewise.
585 * config/tc-nios2.c: Likewise.
586 * config/tc-nios2.h: Likewise.
587 * config/tc-ns32k.c: Likewise.
588 * config/tc-pdp11.c: Likewise.
589 * config/tc-ppc.c: Likewise.
590 * config/tc-pru.c: Likewise.
591 * config/tc-rx.c: Likewise.
592 * config/tc-s390.c: Likewise.
593 * config/tc-score.c: Likewise.
594 * config/tc-score7.c: Likewise.
595 * config/tc-sh.c: Likewise.
596 * config/tc-sh64.c: Likewise.
597 * config/tc-sparc.c: Likewise.
598 * config/tc-tic4x.c: Likewise.
599 * config/tc-tic54x.c: Likewise.
600 * config/tc-v850.c: Likewise.
601 * config/tc-vax.c: Likewise.
602 * config/tc-visium.c: Likewise.
603 * config/tc-xgate.c: Likewise.
604 * config/tc-xtensa.c: Likewise.
605 * config/tc-z80.c: Likewise.
606 * config/tc-z8k.c: Likewise.
607 * config/te-vms.c: Likewise.
608 * config/xtensa-relax.c: Likewise.
609 * doc/as.texinfo: Likewise.
610 * doc/c-arm.texi: Likewise.
611 * doc/c-hppa.texi: Likewise.
612 * doc/c-i370.texi: Likewise.
613 * doc/c-i386.texi: Likewise.
614 * doc/c-m32r.texi: Likewise.
615 * doc/c-m68k.texi: Likewise.
616 * doc/c-mmix.texi: Likewise.
617 * doc/c-msp430.texi: Likewise.
618 * doc/c-nds32.texi: Likewise.
619 * doc/c-ns32k.texi: Likewise.
620 * doc/c-riscv.texi: Likewise.
621 * doc/c-rx.texi: Likewise.
622 * doc/c-s390.texi: Likewise.
623 * doc/c-tic6x.texi: Likewise.
624 * doc/c-tilegx.texi: Likewise.
625 * doc/c-tilepro.texi: Likewise.
626 * doc/c-v850.texi: Likewise.
627 * doc/c-xgate.texi: Likewise.
628 * doc/c-xtensa.texi: Likewise.
629 * dwarf2dbg.c: Likewise.
630 * ecoff.c: Likewise.
631 * itbl-ops.c: Likewise.
632 * listing.c: Likewise.
633 * macro.c: Likewise.
634 * po/gas.pot: Likewise.
635 * read.c: Likewise.
636 * struc-symbol.h: Likewise.
637 * symbols.h: Likewise.
638 * testsuite/gas/arc/relocs-errors.err: Likewise.
639 * write.c: Likewise.
640
8069955e
NC
6412017-01-23 Nick Clifton <nickc@redhat.com>
642
643 * po/sv.po: Updated Swedish translation.
644
9d46ce34
NC
6452017-01-20 Nick Clifton <nickc@redhat.com>
646
647 * config/tc-i386.c (parse_operands): Check for operand overflow
648 before setting the unspecified bit.
649
9e009953
MR
6502017-01-18 Maciej W. Rozycki <macro@imgtec.com>
651
652 PR gas/20649
653 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
654 symbols, remove the `segtype' parameter.
655 (mips_frob_file, md_estimate_size_before_relax): Adjust
656 accordingly.
657 (s_is_linkonce): Add an explanatory comment.
658 * testsuite/gas/mips/comdat-reloc.d: New test.
659 * testsuite/gas/mips/comdat-reloc.s: New test source.
660 * testsuite/gas/mips/mips.exp: Run the new test.
661
c13a63b0
SN
6622017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
663
664 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
665 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
666
2cedb9eb
BR
6672017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
668
669 PR 21059
670 * config/bfin-lex.l: Support processing with flex 2.6.3.
671 * itbl-lex.l: Likewise.
672
1ec4b9f2
NS
6732017-01-18 Nathan Sidwell <nathan@acm.org>
674
675 * as.h (gas_assert): Use abort.
676 (as_assert): Remove.
677 (signal_init): Declare.
678 * as.c (main): Call signal_init.
679 * messages.c: #include <signal.h>
680 (as_assert): Delete.
681 (as_abort): Allow NULL FILE.
682 (signal_crash): New.
683 (signal_init): Register fatal signal handlers.
684 * configure.ac: Check for strsignal.
685 * config.in: Rebuilt.
686 * configure: Rebuilt.
687
01fabda4 6882017-01-17 Nick Clifton <nickc@redhat.com>
6aa1df2d
NC
689
690 * po/sv.po: Updated Swedish translation.
691
620214f7
IT
6922017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
693
694 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
695 (cpu_noarch): Add noavx512_vpopcntdq.
696 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
697 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
698 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
699 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
700 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
701 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
702 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
703 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
704
1181551e
NC
7052017-01-12 Nick Clifton <nickc@redhat.com>
706
707 * read.c (temp_ilp): New function. Installs a temporary input
708 line pointer.
709 (restore_ilp): New function. Restores the original input line
710 pointer.
711 * read.h (temp_ilp): Prototype.
712 (restore_ilp): Prototype.
713 * stabs.c (dot_func_p): Use bfd_boolean type.
714 (generate_asm_file): Use temp_ilp and restore_ilp.
715 (stabs_generate_asm_lineno): Likewise.
716 (stabs_generate_asm_endfunc): Likewise.
717
f2e2d2f5
JS
7182017-01-11 Jeremy Soller <jackpot51@gmail.com>
719
720 * configure.tgt: Add entry for i386-redox.
721
07e8e623
NC
7222017-01-10 Nick Clifton <nickc@redhat.com>
723
724 * po/sv.po: Updated Swedish translation.
725
1a94eb29
TG
7262017-01-10 Tristan Gingold <gingold@adacore.com>
727
728 * testsuite/gas/all/sleb128-8.d: Adjust test.
729 * testsuite/gas/all/gas.exp (test_cond): Likewise.
730
74def31d
TG
7312017-01-10 Tristan Gingold <gingold@adacore.com>
732
733 * read.c (emit_leb128_expr): Extended unsigned big number for
734 sleb128.
735 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
736 * testsuite/gas/all/sleb128.d: New test.
737 * testsuite/gas/all/sleb128.s: New test source.
738
a5ec5e3f
AW
7392017-01-09 Andrew Waterman <andrew@sifive.com>
740
741 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
742 against constants.
743 (md_apply_fix): Mark relocations against constants as "done."
744
e294484e
AW
7452017-01-09 Andrew Waterman <andrew@sifive.com>
746
747 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
748 against constants.
749 (md_apply_fix): Mark relocations against constants as "done."
750
6ec11ab9
PD
7512017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
752 Kito Cheng <kito.cheng@gmail.com>
753
754 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
755 Removed.
756 (SDATA_START_SYMBOLS): Likewise.
757
20b52c88
NC
7582017-01-09 Nick Clifton <nickc@redhat.com>
759
760 * po/sv.po: New Swedish translation.
761 * configure.ac (ALL_LINGUAS): Add sv.
762 * configure: Regenerate.
763
01156111
AW
7642017-01-09 Andrew Waterman <andrew@sifive.com>
765
766 * config/tc-riscv.c (relaxed_branch_length): Use the long
767 sequence when the target is a weak symbol.
768
d74d4880
SN
7692017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
770
771 * config/tc-aarch64.c (aarch64_features): Add rcpc.
772 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
773 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
774 * testsuite/gas/aarch64/ldst-rcpc.d: This.
775 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
776 * testsuite/gas/aarch64/ldst-rcpc.s: This.
777 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
778
10ab38d9
NJ
7792017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
780
781 PR gas/20992
782 * configure.tgt: Treat sparcv9 as sparc64.
783
cc917fd9
KC
7842017-01-03 Kito Cheng <kito.cheng@gmail.com>
785
786 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
787 extension.
788 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
789 enabled and no other ABI is specified.
790
ddb2c6fd
DD
7912017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
792
793 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
794 valueT, as declared in tc.h.
795 (md_apply_fix): Fix to work on 32-bit hosts.
796
2571583a
AM
7972017-01-02 Alan Modra <amodra@gmail.com>
798
799 Update year range in copyright notice of all files.
800
5c1ad6b5 801For older changes see ChangeLog-2016
3499769a 802\f
5c1ad6b5 803Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
804
805Copying and distribution of this file, with or without modification,
806are permitted in any medium without royalty provided the copyright
807notice and this notice are preserved.
808
809Local Variables:
810mode: change-log
811left-margin: 8
812fill-column: 74
813version-control: never
814End:
This page took 0.122547 seconds and 4 git commands to generate.