Updated Swedish translations for GAS and LD subdirectories.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-01-16 Nick Clifton <nickc@redhat.com>
2
3 * po/sv.po: Updated Swedish translation.
4
5 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
6
7 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
8 (cpu_noarch): Add noavx512_vpopcntdq.
9 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
10 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
11 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
12 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
13 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
14 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
15 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
16 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
17
18 2017-01-12 Nick Clifton <nickc@redhat.com>
19
20 * read.c (temp_ilp): New function. Installs a temporary input
21 line pointer.
22 (restore_ilp): New function. Restores the original input line
23 pointer.
24 * read.h (temp_ilp): Prototype.
25 (restore_ilp): Prototype.
26 * stabs.c (dot_func_p): Use bfd_boolean type.
27 (generate_asm_file): Use temp_ilp and restore_ilp.
28 (stabs_generate_asm_lineno): Likewise.
29 (stabs_generate_asm_endfunc): Likewise.
30
31 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
32
33 * configure.tgt: Add entry for i386-redox.
34
35 2017-01-10 Nick Clifton <nickc@redhat.com>
36
37 * po/sv.po: Updated Swedish translation.
38
39 2017-01-10 Tristan Gingold <gingold@adacore.com>
40
41 * testsuite/gas/all/sleb128-8.d: Adjust test.
42 * testsuite/gas/all/gas.exp (test_cond): Likewise.
43
44 2017-01-10 Tristan Gingold <gingold@adacore.com>
45
46 * read.c (emit_leb128_expr): Extended unsigned big number for
47 sleb128.
48 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
49 * testsuite/gas/all/sleb128.d: New test.
50 * testsuite/gas/all/sleb128.s: New test source.
51
52 2017-01-09 Andrew Waterman <andrew@sifive.com>
53
54 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
55 against constants.
56 (md_apply_fix): Mark relocations against constants as "done."
57
58 2017-01-09 Andrew Waterman <andrew@sifive.com>
59
60 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
61 against constants.
62 (md_apply_fix): Mark relocations against constants as "done."
63
64 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
65 Kito Cheng <kito.cheng@gmail.com>
66
67 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
68 Removed.
69 (SDATA_START_SYMBOLS): Likewise.
70
71 2017-01-09 Nick Clifton <nickc@redhat.com>
72
73 * po/sv.po: New Swedish translation.
74 * configure.ac (ALL_LINGUAS): Add sv.
75 * configure: Regenerate.
76
77 2017-01-09 Andrew Waterman <andrew@sifive.com>
78
79 * config/tc-riscv.c (relaxed_branch_length): Use the long
80 sequence when the target is a weak symbol.
81
82 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
83
84 * config/tc-aarch64.c (aarch64_features): Add rcpc.
85 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
86 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
87 * testsuite/gas/aarch64/ldst-rcpc.d: This.
88 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
89 * testsuite/gas/aarch64/ldst-rcpc.s: This.
90 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
91
92 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
93
94 PR gas/20992
95 * configure.tgt: Treat sparcv9 as sparc64.
96
97 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
98
99 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
100 extension.
101 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
102 enabled and no other ABI is specified.
103
104 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
105
106 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
107 valueT, as declared in tc.h.
108 (md_apply_fix): Fix to work on 32-bit hosts.
109
110 2017-01-02 Alan Modra <amodra@gmail.com>
111
112 Update year range in copyright notice of all files.
113
114 For older changes see ChangeLog-2016
115 \f
116 Copyright (C) 2017 Free Software Foundation, Inc.
117
118 Copying and distribution of this file, with or without modification,
119 are permitted in any medium without royalty provided the copyright
120 notice and this notice are preserved.
121
122 Local Variables:
123 mode: change-log
124 left-margin: 8
125 fill-column: 74
126 version-control: never
127 End:
This page took 0.032271 seconds and 4 git commands to generate.