[AArch64] Add a "compnum" feature
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
2
3 * doc/c-aarch64.texi: Add a "compnum" entry.
4 * config/tc-aarch64.c (aarch64_features): Likewise,
5 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
6 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
7
8 2017-02-24 Jan Beulich <jbeulich@suse.com>
9
10 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
11 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
12 * testsuite/gas/i386/opcode.d: Adjust accordingly.
13 * testsuite/gas/i386/opcode-intel.d: Likewise.
14 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
15 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
16
17 2017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
18
19 Test cases for the architecture level aware SPARC ASI work.
20 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
21 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
22 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
23 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
24 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
25
26 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
27
28 * testsuite/gas/mips/jalr4.d: New test.
29 * testsuite/gas/mips/jalr4-n32.d: New test.
30 * testsuite/gas/mips/jalr4-n64.d: New test.
31 * testsuite/gas/mips/jalr4.s: New test source.
32 * testsuite/gas/mips/mips.exp: Run the new tests.
33
34 2017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
35
36 Add support for associating SPARC ASIs with an architecture level.
37 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
38
39 2017-02-23 Jan Beulich <jbeulich@suse.com>
40
41 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
42 of symbols as expression.
43
44 2017-02-23 Jan Beulich <jbeulich@suse.com>
45
46 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
47 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
48 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
49 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
50
51 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
52
53 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
54 `md_flush_pending_output'.
55 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
56 `md_flush_pending_output' unconditionally.
57 * testsuite/gas/mips/debug-label-end-1.d: New test.
58 * testsuite/gas/mips/debug-label-end-2.d: New test.
59 * testsuite/gas/mips/debug-label-end-3.d: New test.
60 * testsuite/gas/mips/debug-label-end.s: New test source.
61 * testsuite/gas/mips/mips.exp: Run the new tests.
62
63 2017-02-22 Hans-Peter Nilsson <hp@axis.com>
64
65 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
66 targets yielding an error message matching "too complex".
67
68 2017-02-22 Nick Clifton <nickc@redhat.com>
69
70 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
71
72 2017-02-21 Jan Beulich <jbeulich@suse.com>
73
74 * expr.c (operand): Handle missing operand to .startof.() and
75 .sizeof.().
76 * testsuite/gas/all/err-sizeof.s: New.
77
78 2017-02-20 Alan Modra <amodra@gmail.com>
79
80 PR 21118
81 * NEWS: Revise powerpc register check.
82 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
83 register expression" a warning.
84
85 2017-02-17 Maciej W. Rozycki <macro@imgtec.com>
86
87 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
88 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
89 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
90 * testsuite/gas/mips/aent-2.d: New test.
91 * testsuite/gas/mips/aent-mdebug.d: New test.
92 * testsuite/gas/mips/aent-mdebug-2.d: New test.
93 * testsuite/gas/mips/mips.exp: Run the new tests.
94
95 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
96
97 * testsuite/gas/aarch64/sve-sysreg.s,
98 testsuite/gas/aarch64/sve-sysreg.d,
99 testsuite/gas/aarch64/sve-sysreg-invalid.d,
100 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
101
102 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
103
104 * doc/c-aarch64.texi: Fix sve entry.
105
106 2017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
107
108 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
109 information from input expression.
110 (assemble_insn): Make sure pcrel is correctly set.
111 (arc_pcrel_adjust): Compensate for PCL rounding.
112 * testsuite/gas/arc/relax-add01.d: New file.
113 * testsuite/gas/arc/relax-add01.s: Likewise.
114 * testsuite/gas/arc/relax-add02.d: Likewise.
115 * testsuite/gas/arc/relax-add02.s: Likewise.
116 * testsuite/gas/arc/relax-add03.d: Likewise.
117 * testsuite/gas/arc/relax-add03.s: Likewise.
118 * testsuite/gas/arc/relax-add04.d: Likewise.
119 * testsuite/gas/arc/relax-add04.s: Likewise.
120 * testsuite/gas/arc/relax-ld01.d: Likewise.
121 * testsuite/gas/arc/relax-ld01.s: Likewise.
122 * testsuite/gas/arc/relax-ld02.d: Likewise.
123 * testsuite/gas/arc/relax-ld02.s: Likewise.
124 * testsuite/gas/arc/relax-mov01.d: Likewise.
125 * testsuite/gas/arc/relax-mov01.s: Likewise.
126 * testsuite/gas/arc/relax-mov02.d: Likewise.
127 * testsuite/gas/arc/relax-mov02.s: Likewise.
128 * testsuite/gas/arc/relax-mpy01.d: Likewise.
129 * testsuite/gas/arc/relax-mpy01.s: Likewise.
130 * testsuite/gas/arc/relax-sub01.d: Likewise.
131 * testsuite/gas/arc/relax-sub01.s: Likewise.
132 * testsuite/gas/arc/relax-sub02.d: Likewise.
133 * testsuite/gas/arc/relax-sub02.s: Likewise.
134 * testsuite/gas/arc/relax-sub03.d: Likewise.
135 * testsuite/gas/arc/relax-sub03.s: Likewise.
136 * testsuite/gas/arc/relax-sub04.d: Likewise.
137 * testsuite/gas/arc/relax-sub04.s: Likewise.
138
139 2017-02-09 Vineet Gupta <vgupta@synopsys.com>
140
141 * testsuite/gas/arc/st.d: Update for 0xe having a name now
142
143 2017-02-14 Alan Modra <amodra@gmail.com>
144
145 PR 21118
146 * NEWS: Mention powerpc register checks.
147 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
148 (pre_defined_registers): Delete fpscr and pmr entries. Set
149 register type in flags.
150 (cr_names): Set type in flags.
151 (reg_name_search): Return pointer to struct pd_reg rather than value.
152 (register_name): Adjust to suit. Set X_md from flags.
153 (ppc_parse_name): Likewise.
154 (ppc_optimize_expr): New function.
155 (md_assemble): Verify expresion reg flags match operand.
156 * config/tc-ppc.h (md_optimize_expr): Define.
157 (ppc_optimize_expr): Declare.
158
159 2017-02-14 Alan Modra <amodra@gmail.com>
160
161 * testsuite/gas/ppc/cell.s: Correct invalid registers.
162 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
163 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
164
165 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
166
167 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
168 syntax.
169 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
170 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
171
172 2017-02-10 Nicholas Piggin <npiggin@gmail.com>
173
174 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
175
176 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
177
178 * doc/as.texinfo (Overview): Select MIPS options for man page
179 inclusion.
180
181 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
182
183 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
184 (options): Add OPTION_IGNORE_BRANCH_ISA and
185 OPTION_NO_IGNORE_BRANCH_ISA enum values.
186 (md_longopts): Add "mignore-branch-isa" and
187 "mno-ignore-branch-isa" options.
188 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
189 OPTION_NO_IGNORE_BRANCH_ISA.
190 (fix_bad_cross_mode_branch_p): Return FALSE if
191 `mips_ignore_branch_isa' has been set.
192 (md_show_usage): Add `-mignore-branch-isa' and
193 `-mno-ignore-branch-isa'.
194
195 * doc/as.texinfo (Target MIPS options): Add
196 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
197 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
198 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
199 `-mno-ignore-branch-isa' options.
200
201 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
202 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
203 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
204 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
205 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
206 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
207 * testsuite/gas/mips/mips.exp: Run the new tests.
208
209 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
210
211 * testsuite/gas/mips/branch-local-2.d: New test.
212 * testsuite/gas/mips/branch-local-3.d: New test.
213 * testsuite/gas/mips/branch-local-n32-2.d: New test.
214 * testsuite/gas/mips/branch-local-n32-3.d: New test.
215 * testsuite/gas/mips/branch-local-n64-2.d: New test.
216 * testsuite/gas/mips/branch-local-n64-3.d: New test.
217 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
218 into the new tests.
219
220 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
221
222 PR 21056
223 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
224 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
225
226 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
227
228 * configure.tgt (aarch64*-*-rtems*): Remove.
229 (bfin-*-rtems*): Likewise.
230 (h8300-*-rtems*): Likewise.
231 (i386-*-rtems*): Likewise.
232 (m32c-*-rtems*): Likewise.
233 (m32r-*-rtems*): Likewise.
234 (m68k-*-rtems*): Likewise.
235 (mips-*-rtems*): Likewise.
236 (nios2-*-rtems*): Likewise.
237 (ppc-*-rtems*): Likewise.
238 (sh-*-rtems*): Likewise.
239 (sparc64-*-rtems*): Likewise.
240 (sparc-*-rtems*): Likewise.
241 (*-*-rtems*) Use ELF format.
242
243 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
244
245 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
246
247 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
248
249 * configure.tgt (sh-*-rtemscoff*): Remove.
250
251 2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
252
253 * configure.tgt (riscv*-*-*): Remove em=linux.
254
255 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
256
257 PR gas/21072
258 * asintl.h: Fix spelling mistakes and typos.
259 * atof-generic.c: Likewise.
260 * bit_fix.h: Likewise.
261 * config/atof-ieee.c: Likewise.
262 * config/bfin-defs.h: Likewise.
263 * config/bfin-parse.y: Likewise.
264 * config/obj-coff-seh.h: Likewise.
265 * config/obj-coff.c: Likewise.
266 * config/obj-evax.c: Likewise.
267 * config/obj-macho.c: Likewise.
268 * config/rx-parse.y: Likewise.
269 * config/tc-aarch64.c: Likewise.
270 * config/tc-alpha.c: Likewise.
271 * config/tc-arc.c: Likewise.
272 * config/tc-arm.c: Likewise.
273 * config/tc-avr.c: Likewise.
274 * config/tc-bfin.c: Likewise.
275 * config/tc-cr16.c: Likewise.
276 * config/tc-cris.c: Likewise.
277 * config/tc-crx.c: Likewise.
278 * config/tc-d10v.c: Likewise.
279 * config/tc-d30v.c: Likewise.
280 * config/tc-dlx.c: Likewise.
281 * config/tc-epiphany.c: Likewise.
282 * config/tc-frv.c: Likewise.
283 * config/tc-hppa.c: Likewise.
284 * config/tc-i370.c: Likewise.
285 * config/tc-i386-intel.c: Likewise.
286 * config/tc-i386.c: Likewise.
287 * config/tc-i960.c: Likewise.
288 * config/tc-ia64.c: Likewise.
289 * config/tc-m32r.c: Likewise.
290 * config/tc-m68hc11.c: Likewise.
291 * config/tc-m68k.c: Likewise.
292 * config/tc-mcore.c: Likewise.
293 * config/tc-mep.c: Likewise.
294 * config/tc-mep.h: Likewise.
295 * config/tc-metag.c: Likewise.
296 * config/tc-microblaze.c: Likewise.
297 * config/tc-mips.c: Likewise.
298 * config/tc-mmix.c: Likewise.
299 * config/tc-mn10200.c: Likewise.
300 * config/tc-mn10300.c: Likewise.
301 * config/tc-msp430.c: Likewise.
302 * config/tc-msp430.h: Likewise.
303 * config/tc-nds32.c: Likewise.
304 * config/tc-nds32.h: Likewise.
305 * config/tc-nios2.c: Likewise.
306 * config/tc-nios2.h: Likewise.
307 * config/tc-ns32k.c: Likewise.
308 * config/tc-pdp11.c: Likewise.
309 * config/tc-ppc.c: Likewise.
310 * config/tc-pru.c: Likewise.
311 * config/tc-rx.c: Likewise.
312 * config/tc-s390.c: Likewise.
313 * config/tc-score.c: Likewise.
314 * config/tc-score7.c: Likewise.
315 * config/tc-sh.c: Likewise.
316 * config/tc-sh64.c: Likewise.
317 * config/tc-sparc.c: Likewise.
318 * config/tc-tic4x.c: Likewise.
319 * config/tc-tic54x.c: Likewise.
320 * config/tc-v850.c: Likewise.
321 * config/tc-vax.c: Likewise.
322 * config/tc-visium.c: Likewise.
323 * config/tc-xgate.c: Likewise.
324 * config/tc-xtensa.c: Likewise.
325 * config/tc-z80.c: Likewise.
326 * config/tc-z8k.c: Likewise.
327 * config/te-vms.c: Likewise.
328 * config/xtensa-relax.c: Likewise.
329 * doc/as.texinfo: Likewise.
330 * doc/c-arm.texi: Likewise.
331 * doc/c-hppa.texi: Likewise.
332 * doc/c-i370.texi: Likewise.
333 * doc/c-i386.texi: Likewise.
334 * doc/c-m32r.texi: Likewise.
335 * doc/c-m68k.texi: Likewise.
336 * doc/c-mmix.texi: Likewise.
337 * doc/c-msp430.texi: Likewise.
338 * doc/c-nds32.texi: Likewise.
339 * doc/c-ns32k.texi: Likewise.
340 * doc/c-riscv.texi: Likewise.
341 * doc/c-rx.texi: Likewise.
342 * doc/c-s390.texi: Likewise.
343 * doc/c-tic6x.texi: Likewise.
344 * doc/c-tilegx.texi: Likewise.
345 * doc/c-tilepro.texi: Likewise.
346 * doc/c-v850.texi: Likewise.
347 * doc/c-xgate.texi: Likewise.
348 * doc/c-xtensa.texi: Likewise.
349 * dwarf2dbg.c: Likewise.
350 * ecoff.c: Likewise.
351 * itbl-ops.c: Likewise.
352 * listing.c: Likewise.
353 * macro.c: Likewise.
354 * po/gas.pot: Likewise.
355 * read.c: Likewise.
356 * struc-symbol.h: Likewise.
357 * symbols.h: Likewise.
358 * testsuite/gas/arc/relocs-errors.err: Likewise.
359 * write.c: Likewise.
360
361 2017-01-23 Nick Clifton <nickc@redhat.com>
362
363 * po/sv.po: Updated Swedish translation.
364
365 2017-01-20 Nick Clifton <nickc@redhat.com>
366
367 * config/tc-i386.c (parse_operands): Check for operand overflow
368 before setting the unspecified bit.
369
370 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
371
372 PR gas/20649
373 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
374 symbols, remove the `segtype' parameter.
375 (mips_frob_file, md_estimate_size_before_relax): Adjust
376 accordingly.
377 (s_is_linkonce): Add an explanatory comment.
378 * testsuite/gas/mips/comdat-reloc.d: New test.
379 * testsuite/gas/mips/comdat-reloc.s: New test source.
380 * testsuite/gas/mips/mips.exp: Run the new test.
381
382 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
383
384 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
385 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
386
387 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
388
389 PR 21059
390 * config/bfin-lex.l: Support processing with flex 2.6.3.
391 * itbl-lex.l: Likewise.
392
393 2017-01-18 Nathan Sidwell <nathan@acm.org>
394
395 * as.h (gas_assert): Use abort.
396 (as_assert): Remove.
397 (signal_init): Declare.
398 * as.c (main): Call signal_init.
399 * messages.c: #include <signal.h>
400 (as_assert): Delete.
401 (as_abort): Allow NULL FILE.
402 (signal_crash): New.
403 (signal_init): Register fatal signal handlers.
404 * configure.ac: Check for strsignal.
405 * config.in: Rebuilt.
406 * configure: Rebuilt.
407
408 2017-01-17 Nick Clifton <nickc@redhat.com>
409
410 * po/sv.po: Updated Swedish translation.
411
412 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
413
414 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
415 (cpu_noarch): Add noavx512_vpopcntdq.
416 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
417 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
418 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
419 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
420 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
421 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
422 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
423 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
424
425 2017-01-12 Nick Clifton <nickc@redhat.com>
426
427 * read.c (temp_ilp): New function. Installs a temporary input
428 line pointer.
429 (restore_ilp): New function. Restores the original input line
430 pointer.
431 * read.h (temp_ilp): Prototype.
432 (restore_ilp): Prototype.
433 * stabs.c (dot_func_p): Use bfd_boolean type.
434 (generate_asm_file): Use temp_ilp and restore_ilp.
435 (stabs_generate_asm_lineno): Likewise.
436 (stabs_generate_asm_endfunc): Likewise.
437
438 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
439
440 * configure.tgt: Add entry for i386-redox.
441
442 2017-01-10 Nick Clifton <nickc@redhat.com>
443
444 * po/sv.po: Updated Swedish translation.
445
446 2017-01-10 Tristan Gingold <gingold@adacore.com>
447
448 * testsuite/gas/all/sleb128-8.d: Adjust test.
449 * testsuite/gas/all/gas.exp (test_cond): Likewise.
450
451 2017-01-10 Tristan Gingold <gingold@adacore.com>
452
453 * read.c (emit_leb128_expr): Extended unsigned big number for
454 sleb128.
455 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
456 * testsuite/gas/all/sleb128.d: New test.
457 * testsuite/gas/all/sleb128.s: New test source.
458
459 2017-01-09 Andrew Waterman <andrew@sifive.com>
460
461 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
462 against constants.
463 (md_apply_fix): Mark relocations against constants as "done."
464
465 2017-01-09 Andrew Waterman <andrew@sifive.com>
466
467 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
468 against constants.
469 (md_apply_fix): Mark relocations against constants as "done."
470
471 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
472 Kito Cheng <kito.cheng@gmail.com>
473
474 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
475 Removed.
476 (SDATA_START_SYMBOLS): Likewise.
477
478 2017-01-09 Nick Clifton <nickc@redhat.com>
479
480 * po/sv.po: New Swedish translation.
481 * configure.ac (ALL_LINGUAS): Add sv.
482 * configure: Regenerate.
483
484 2017-01-09 Andrew Waterman <andrew@sifive.com>
485
486 * config/tc-riscv.c (relaxed_branch_length): Use the long
487 sequence when the target is a weak symbol.
488
489 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
490
491 * config/tc-aarch64.c (aarch64_features): Add rcpc.
492 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
493 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
494 * testsuite/gas/aarch64/ldst-rcpc.d: This.
495 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
496 * testsuite/gas/aarch64/ldst-rcpc.s: This.
497 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
498
499 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
500
501 PR gas/20992
502 * configure.tgt: Treat sparcv9 as sparc64.
503
504 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
505
506 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
507 extension.
508 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
509 enabled and no other ABI is specified.
510
511 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
512
513 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
514 valueT, as declared in tc.h.
515 (md_apply_fix): Fix to work on 32-bit hosts.
516
517 2017-01-02 Alan Modra <amodra@gmail.com>
518
519 Update year range in copyright notice of all files.
520
521 For older changes see ChangeLog-2016
522 \f
523 Copyright (C) 2017 Free Software Foundation, Inc.
524
525 Copying and distribution of this file, with or without modification,
526 are permitted in any medium without royalty provided the copyright
527 notice and this notice are preserved.
528
529 Local Variables:
530 mode: change-log
531 left-margin: 8
532 fill-column: 74
533 version-control: never
534 End:
This page took 0.042901 seconds and 5 git commands to generate.