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