4de9cf7eff404649238a45c26266fb2a1e5b7d9d
[binutils-gdb.git] / gas / ChangeLog
1 2017-01-09 Andrew Waterman <andrew@sifive.com>
2
3 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
4 against constants.
5 (md_apply_fix): Mark relocations against constants as "done."
6
7 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
8 Kito Cheng <kito.cheng@gmail.com>
9
10 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
11 Removed.
12 (SDATA_START_SYMBOLS): Likewise.
13
14 2017-01-09 Nick Clifton <nickc@redhat.com>
15
16 * po/sv.po: New Swedish translation.
17 * configure.ac (ALL_LINGUAS): Add sv.
18 * configure: Regenerate.
19
20 2017-01-09 Andrew Waterman <andrew@sifive.com>
21
22 * config/tc-riscv.c (relaxed_branch_length): Use the long
23 sequence when the target is a weak symbol.
24
25 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
26
27 * config/tc-aarch64.c (aarch64_features): Add rcpc.
28 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
29 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
30 * testsuite/gas/aarch64/ldst-rcpc.d: This.
31 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
32 * testsuite/gas/aarch64/ldst-rcpc.s: This.
33 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
34
35 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
36
37 PR gas/20992
38 * configure.tgt: Treat sparcv9 as sparc64.
39
40 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
41
42 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
43 extension.
44 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
45 enabled and no other ABI is specified.
46
47 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
48
49 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
50 valueT, as declared in tc.h.
51 (md_apply_fix): Fix to work on 32-bit hosts.
52
53 2017-01-02 Alan Modra <amodra@gmail.com>
54
55 Update year range in copyright notice of all files.
56
57 For older changes see ChangeLog-2016
58 \f
59 Copyright (C) 2017 Free Software Foundation, Inc.
60
61 Copying and distribution of this file, with or without modification,
62 are permitted in any medium without royalty provided the copyright
63 notice and this notice are preserved.
64
65 Local Variables:
66 mode: change-log
67 left-margin: 8
68 fill-column: 74
69 version-control: never
70 End: