Fix spelling mistakes and typos in the GAS sources.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
33eaf5de
NC
12017-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
8069955e
NC
1072017-01-23 Nick Clifton <nickc@redhat.com>
108
109 * po/sv.po: Updated Swedish translation.
110
9d46ce34
NC
1112017-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
9e009953
MR
1162017-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
c13a63b0
SN
1282017-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
2cedb9eb
BR
1332017-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
1ec4b9f2
NS
1392017-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
01fabda4 1542017-01-17 Nick Clifton <nickc@redhat.com>
6aa1df2d
NC
155
156 * po/sv.po: Updated Swedish translation.
157
620214f7
IT
1582017-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
1181551e
NC
1712017-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
f2e2d2f5
JS
1842017-01-11 Jeremy Soller <jackpot51@gmail.com>
185
186 * configure.tgt: Add entry for i386-redox.
187
07e8e623
NC
1882017-01-10 Nick Clifton <nickc@redhat.com>
189
190 * po/sv.po: Updated Swedish translation.
191
1a94eb29
TG
1922017-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
74def31d
TG
1972017-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
a5ec5e3f
AW
2052017-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
e294484e
AW
2112017-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
6ec11ab9
PD
2172017-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
20b52c88
NC
2242017-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
01156111
AW
2302017-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
d74d4880
SN
2352017-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
10ab38d9
NJ
2452017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
246
247 PR gas/20992
248 * configure.tgt: Treat sparcv9 as sparc64.
249
cc917fd9
KC
2502017-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
ddb2c6fd
DD
2572017-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
2571583a
AM
2632017-01-02 Alan Modra <amodra@gmail.com>
264
265 Update year range in copyright notice of all files.
266
5c1ad6b5 267For older changes see ChangeLog-2016
3499769a 268\f
5c1ad6b5 269Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
270
271Copying and distribution of this file, with or without modification,
272are permitted in any medium without royalty provided the copyright
273notice and this notice are preserved.
274
275Local Variables:
276mode: change-log
277left-margin: 8
278fill-column: 74
279version-control: never
280End:
This page took 0.127915 seconds and 4 git commands to generate.