Fix spelling mistakes and typos in the GAS sources.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
2
3 PR gas/21072
4 * asintl.h: Fix spelling mistakes and typos.
5 * atof-generic.c: Likewise.
6 * bit_fix.h: Likewise.
7 * config/atof-ieee.c: Likewise.
8 * config/bfin-defs.h: Likewise.
9 * config/bfin-parse.y: Likewise.
10 * config/obj-coff-seh.h: Likewise.
11 * config/obj-coff.c: Likewise.
12 * config/obj-evax.c: Likewise.
13 * config/obj-macho.c: Likewise.
14 * config/rx-parse.y: Likewise.
15 * config/tc-aarch64.c: Likewise.
16 * config/tc-alpha.c: Likewise.
17 * config/tc-arc.c: Likewise.
18 * config/tc-arm.c: Likewise.
19 * config/tc-avr.c: Likewise.
20 * config/tc-bfin.c: Likewise.
21 * config/tc-cr16.c: Likewise.
22 * config/tc-cris.c: Likewise.
23 * config/tc-crx.c: Likewise.
24 * config/tc-d10v.c: Likewise.
25 * config/tc-d30v.c: Likewise.
26 * config/tc-dlx.c: Likewise.
27 * config/tc-epiphany.c: Likewise.
28 * config/tc-frv.c: Likewise.
29 * config/tc-hppa.c: Likewise.
30 * config/tc-i370.c: Likewise.
31 * config/tc-i386-intel.c: Likewise.
32 * config/tc-i386.c: Likewise.
33 * config/tc-i960.c: Likewise.
34 * config/tc-ia64.c: Likewise.
35 * config/tc-m32r.c: Likewise.
36 * config/tc-m68hc11.c: Likewise.
37 * config/tc-m68k.c: Likewise.
38 * config/tc-mcore.c: Likewise.
39 * config/tc-mep.c: Likewise.
40 * config/tc-mep.h: Likewise.
41 * config/tc-metag.c: Likewise.
42 * config/tc-microblaze.c: Likewise.
43 * config/tc-mips.c: Likewise.
44 * config/tc-mmix.c: Likewise.
45 * config/tc-mn10200.c: Likewise.
46 * config/tc-mn10300.c: Likewise.
47 * config/tc-msp430.c: Likewise.
48 * config/tc-msp430.h: Likewise.
49 * config/tc-nds32.c: Likewise.
50 * config/tc-nds32.h: Likewise.
51 * config/tc-nios2.c: Likewise.
52 * config/tc-nios2.h: Likewise.
53 * config/tc-ns32k.c: Likewise.
54 * config/tc-pdp11.c: Likewise.
55 * config/tc-ppc.c: Likewise.
56 * config/tc-pru.c: Likewise.
57 * config/tc-rx.c: Likewise.
58 * config/tc-s390.c: Likewise.
59 * config/tc-score.c: Likewise.
60 * config/tc-score7.c: Likewise.
61 * config/tc-sh.c: Likewise.
62 * config/tc-sh64.c: Likewise.
63 * config/tc-sparc.c: Likewise.
64 * config/tc-tic4x.c: Likewise.
65 * config/tc-tic54x.c: Likewise.
66 * config/tc-v850.c: Likewise.
67 * config/tc-vax.c: Likewise.
68 * config/tc-visium.c: Likewise.
69 * config/tc-xgate.c: Likewise.
70 * config/tc-xtensa.c: Likewise.
71 * config/tc-z80.c: Likewise.
72 * config/tc-z8k.c: Likewise.
73 * config/te-vms.c: Likewise.
74 * config/xtensa-relax.c: Likewise.
75 * doc/as.texinfo: Likewise.
76 * doc/c-arm.texi: Likewise.
77 * doc/c-hppa.texi: Likewise.
78 * doc/c-i370.texi: Likewise.
79 * doc/c-i386.texi: Likewise.
80 * doc/c-m32r.texi: Likewise.
81 * doc/c-m68k.texi: Likewise.
82 * doc/c-mmix.texi: Likewise.
83 * doc/c-msp430.texi: Likewise.
84 * doc/c-nds32.texi: Likewise.
85 * doc/c-ns32k.texi: Likewise.
86 * doc/c-riscv.texi: Likewise.
87 * doc/c-rx.texi: Likewise.
88 * doc/c-s390.texi: Likewise.
89 * doc/c-tic6x.texi: Likewise.
90 * doc/c-tilegx.texi: Likewise.
91 * doc/c-tilepro.texi: Likewise.
92 * doc/c-v850.texi: Likewise.
93 * doc/c-xgate.texi: Likewise.
94 * doc/c-xtensa.texi: Likewise.
95 * dwarf2dbg.c: Likewise.
96 * ecoff.c: Likewise.
97 * itbl-ops.c: Likewise.
98 * listing.c: Likewise.
99 * macro.c: Likewise.
100 * po/gas.pot: Likewise.
101 * read.c: Likewise.
102 * struc-symbol.h: Likewise.
103 * symbols.h: Likewise.
104 * testsuite/gas/arc/relocs-errors.err: Likewise.
105 * write.c: Likewise.
106
107 2017-01-23 Nick Clifton <nickc@redhat.com>
108
109 * po/sv.po: Updated Swedish translation.
110
111 2017-01-20 Nick Clifton <nickc@redhat.com>
112
113 * config/tc-i386.c (parse_operands): Check for operand overflow
114 before setting the unspecified bit.
115
116 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
117
118 PR gas/20649
119 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
120 symbols, remove the `segtype' parameter.
121 (mips_frob_file, md_estimate_size_before_relax): Adjust
122 accordingly.
123 (s_is_linkonce): Add an explanatory comment.
124 * testsuite/gas/mips/comdat-reloc.d: New test.
125 * testsuite/gas/mips/comdat-reloc.s: New test source.
126 * testsuite/gas/mips/mips.exp: Run the new test.
127
128 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
129
130 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
131 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
132
133 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
134
135 PR 21059
136 * config/bfin-lex.l: Support processing with flex 2.6.3.
137 * itbl-lex.l: Likewise.
138
139 2017-01-18 Nathan Sidwell <nathan@acm.org>
140
141 * as.h (gas_assert): Use abort.
142 (as_assert): Remove.
143 (signal_init): Declare.
144 * as.c (main): Call signal_init.
145 * messages.c: #include <signal.h>
146 (as_assert): Delete.
147 (as_abort): Allow NULL FILE.
148 (signal_crash): New.
149 (signal_init): Register fatal signal handlers.
150 * configure.ac: Check for strsignal.
151 * config.in: Rebuilt.
152 * configure: Rebuilt.
153
154 2017-01-17 Nick Clifton <nickc@redhat.com>
155
156 * po/sv.po: Updated Swedish translation.
157
158 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
159
160 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
161 (cpu_noarch): Add noavx512_vpopcntdq.
162 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
163 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
164 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
165 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
166 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
167 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
168 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
169 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
170
171 2017-01-12 Nick Clifton <nickc@redhat.com>
172
173 * read.c (temp_ilp): New function. Installs a temporary input
174 line pointer.
175 (restore_ilp): New function. Restores the original input line
176 pointer.
177 * read.h (temp_ilp): Prototype.
178 (restore_ilp): Prototype.
179 * stabs.c (dot_func_p): Use bfd_boolean type.
180 (generate_asm_file): Use temp_ilp and restore_ilp.
181 (stabs_generate_asm_lineno): Likewise.
182 (stabs_generate_asm_endfunc): Likewise.
183
184 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
185
186 * configure.tgt: Add entry for i386-redox.
187
188 2017-01-10 Nick Clifton <nickc@redhat.com>
189
190 * po/sv.po: Updated Swedish translation.
191
192 2017-01-10 Tristan Gingold <gingold@adacore.com>
193
194 * testsuite/gas/all/sleb128-8.d: Adjust test.
195 * testsuite/gas/all/gas.exp (test_cond): Likewise.
196
197 2017-01-10 Tristan Gingold <gingold@adacore.com>
198
199 * read.c (emit_leb128_expr): Extended unsigned big number for
200 sleb128.
201 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
202 * testsuite/gas/all/sleb128.d: New test.
203 * testsuite/gas/all/sleb128.s: New test source.
204
205 2017-01-09 Andrew Waterman <andrew@sifive.com>
206
207 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
208 against constants.
209 (md_apply_fix): Mark relocations against constants as "done."
210
211 2017-01-09 Andrew Waterman <andrew@sifive.com>
212
213 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
214 against constants.
215 (md_apply_fix): Mark relocations against constants as "done."
216
217 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
218 Kito Cheng <kito.cheng@gmail.com>
219
220 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
221 Removed.
222 (SDATA_START_SYMBOLS): Likewise.
223
224 2017-01-09 Nick Clifton <nickc@redhat.com>
225
226 * po/sv.po: New Swedish translation.
227 * configure.ac (ALL_LINGUAS): Add sv.
228 * configure: Regenerate.
229
230 2017-01-09 Andrew Waterman <andrew@sifive.com>
231
232 * config/tc-riscv.c (relaxed_branch_length): Use the long
233 sequence when the target is a weak symbol.
234
235 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
236
237 * config/tc-aarch64.c (aarch64_features): Add rcpc.
238 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
239 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
240 * testsuite/gas/aarch64/ldst-rcpc.d: This.
241 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
242 * testsuite/gas/aarch64/ldst-rcpc.s: This.
243 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
244
245 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
246
247 PR gas/20992
248 * configure.tgt: Treat sparcv9 as sparc64.
249
250 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
251
252 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
253 extension.
254 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
255 enabled and no other ABI is specified.
256
257 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
258
259 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
260 valueT, as declared in tc.h.
261 (md_apply_fix): Fix to work on 32-bit hosts.
262
263 2017-01-02 Alan Modra <amodra@gmail.com>
264
265 Update year range in copyright notice of all files.
266
267 For older changes see ChangeLog-2016
268 \f
269 Copyright (C) 2017 Free Software Foundation, Inc.
270
271 Copying and distribution of this file, with or without modification,
272 are permitted in any medium without royalty provided the copyright
273 notice and this notice are preserved.
274
275 Local Variables:
276 mode: change-log
277 left-margin: 8
278 fill-column: 74
279 version-control: never
280 End:
This page took 0.037199 seconds and 5 git commands to generate.