Updated Irish translation for ld and Swedish translation for gas.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-01-23 Nick Clifton <nickc@redhat.com>
2
3 * po/sv.po: Updated Swedish translation.
4
5 2017-01-20 Nick Clifton <nickc@redhat.com>
6
7 * config/tc-i386.c (parse_operands): Check for operand overflow
8 before setting the unspecified bit.
9
10 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
11
12 PR gas/20649
13 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
14 symbols, remove the `segtype' parameter.
15 (mips_frob_file, md_estimate_size_before_relax): Adjust
16 accordingly.
17 (s_is_linkonce): Add an explanatory comment.
18 * testsuite/gas/mips/comdat-reloc.d: New test.
19 * testsuite/gas/mips/comdat-reloc.s: New test source.
20 * testsuite/gas/mips/mips.exp: Run the new test.
21
22 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
23
24 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
25 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
26
27 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
28
29 PR 21059
30 * config/bfin-lex.l: Support processing with flex 2.6.3.
31 * itbl-lex.l: Likewise.
32
33 2017-01-18 Nathan Sidwell <nathan@acm.org>
34
35 * as.h (gas_assert): Use abort.
36 (as_assert): Remove.
37 (signal_init): Declare.
38 * as.c (main): Call signal_init.
39 * messages.c: #include <signal.h>
40 (as_assert): Delete.
41 (as_abort): Allow NULL FILE.
42 (signal_crash): New.
43 (signal_init): Register fatal signal handlers.
44 * configure.ac: Check for strsignal.
45 * config.in: Rebuilt.
46 * configure: Rebuilt.
47
48 2017-01-17 Nick Clifton <nickc@redhat.com>
49
50 * po/sv.po: Updated Swedish translation.
51
52 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
53
54 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
55 (cpu_noarch): Add noavx512_vpopcntdq.
56 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
57 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
58 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
59 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
60 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
61 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
62 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
63 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
64
65 2017-01-12 Nick Clifton <nickc@redhat.com>
66
67 * read.c (temp_ilp): New function. Installs a temporary input
68 line pointer.
69 (restore_ilp): New function. Restores the original input line
70 pointer.
71 * read.h (temp_ilp): Prototype.
72 (restore_ilp): Prototype.
73 * stabs.c (dot_func_p): Use bfd_boolean type.
74 (generate_asm_file): Use temp_ilp and restore_ilp.
75 (stabs_generate_asm_lineno): Likewise.
76 (stabs_generate_asm_endfunc): Likewise.
77
78 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
79
80 * configure.tgt: Add entry for i386-redox.
81
82 2017-01-10 Nick Clifton <nickc@redhat.com>
83
84 * po/sv.po: Updated Swedish translation.
85
86 2017-01-10 Tristan Gingold <gingold@adacore.com>
87
88 * testsuite/gas/all/sleb128-8.d: Adjust test.
89 * testsuite/gas/all/gas.exp (test_cond): Likewise.
90
91 2017-01-10 Tristan Gingold <gingold@adacore.com>
92
93 * read.c (emit_leb128_expr): Extended unsigned big number for
94 sleb128.
95 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
96 * testsuite/gas/all/sleb128.d: New test.
97 * testsuite/gas/all/sleb128.s: New test source.
98
99 2017-01-09 Andrew Waterman <andrew@sifive.com>
100
101 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
102 against constants.
103 (md_apply_fix): Mark relocations against constants as "done."
104
105 2017-01-09 Andrew Waterman <andrew@sifive.com>
106
107 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
108 against constants.
109 (md_apply_fix): Mark relocations against constants as "done."
110
111 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
112 Kito Cheng <kito.cheng@gmail.com>
113
114 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
115 Removed.
116 (SDATA_START_SYMBOLS): Likewise.
117
118 2017-01-09 Nick Clifton <nickc@redhat.com>
119
120 * po/sv.po: New Swedish translation.
121 * configure.ac (ALL_LINGUAS): Add sv.
122 * configure: Regenerate.
123
124 2017-01-09 Andrew Waterman <andrew@sifive.com>
125
126 * config/tc-riscv.c (relaxed_branch_length): Use the long
127 sequence when the target is a weak symbol.
128
129 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
130
131 * config/tc-aarch64.c (aarch64_features): Add rcpc.
132 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
133 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
134 * testsuite/gas/aarch64/ldst-rcpc.d: This.
135 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
136 * testsuite/gas/aarch64/ldst-rcpc.s: This.
137 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
138
139 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
140
141 PR gas/20992
142 * configure.tgt: Treat sparcv9 as sparc64.
143
144 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
145
146 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
147 extension.
148 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
149 enabled and no other ABI is specified.
150
151 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
152
153 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
154 valueT, as declared in tc.h.
155 (md_apply_fix): Fix to work on 32-bit hosts.
156
157 2017-01-02 Alan Modra <amodra@gmail.com>
158
159 Update year range in copyright notice of all files.
160
161 For older changes see ChangeLog-2016
162 \f
163 Copyright (C) 2017 Free Software Foundation, Inc.
164
165 Copying and distribution of this file, with or without modification,
166 are permitted in any medium without royalty provided the copyright
167 notice and this notice are preserved.
168
169 Local Variables:
170 mode: change-log
171 left-margin: 8
172 fill-column: 74
173 version-control: never
174 End:
This page took 0.127104 seconds and 5 git commands to generate.