]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
MIPS/BFD: Correctly report unsupported `.reginfo' section size
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
2d6dda71
MR
12018-02-05 Maciej W. Rozycki <macro@mips.com>
2
3 * testsuite/gas/mips/reginfo-2.d: New test.
4 * testsuite/gas/mips/reginfo-2-n32.d: New test.
5 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
6 * testsuite/gas/mips/reginfo-2.s: New test source.
7 * testsuite/gas/mips/mips.exp: Run the new tests.
8
f174ef9f
NC
92018-02-05 Nick Clifton <nickc@redhat.com>
10
11 * po/ru.po: Updated Russian translation.
12
ab1fadc6
AM
132018-01-31 Alan Modra <amodra@gmail.com>
14
15 PR 22714
16 * app.c (last_char): New static var.
17 (struct app_save): Add last_char field.
18 (app_push, app_pop): Handle it.
19 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
20
d85815e2
EB
212018-01-29 Eric Botcazou <ebotcazou@adacore.com>
22
23 PR gas/22738
24 * config/tc-sparc.h (sparc_mach): Declare.
25 (TARGET_MACH): Define to above.
26 * config/tc-sparc.c (sparc_mach): New function.
27 (sparc_md_end): Minor tweak.
28
c32b891a
NC
292018-01-29 Nick Clifton <nickc@redhat.com>
30
31 * po/ru.po: Updated Russian translation.
32
1e3f5548
MR
332018-01-26 Maciej W. Rozycki <macro@mips.com>
34
35 * configure.tgt: Use generic emulation for `mips-*-windiss',
36 overriding the blanket choice made for `*-*-windiss'.
37
c00f0d7a
MR
382018-01-26 Maciej W. Rozycki <macro@mips.com>
39
40 * configure.tgt: Use `mips-*-sysv4*' rather than
41 `mips-*-sysv4*MP*'.
42
32247401
RL
432018-01-24 Renlin Li <renlin.li@arm.com>
44
45 * config/tc-aarch64.c (reloc_table): add entries for
46 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
47 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
48 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
49 BFD_RELOC_AARCH64_MOVW_PREL_G3.
50 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
51 (md_apply_fix): Likewise
52 * testsuite/gas/aarch64/prel_g0.s: New.
53 * testsuite/gas/aarch64/prel_g0.d: New.
54 * testsuite/gas/aarch64/prel_g0_nc.s: New.
55 * testsuite/gas/aarch64/prel_g0_nc.d: New.
56 * testsuite/gas/aarch64/prel_g1.s: New.
57 * testsuite/gas/aarch64/prel_g1.d: New.
58 * testsuite/gas/aarch64/prel_g1_nc.s: New.
59 * testsuite/gas/aarch64/prel_g1_nc.d: New.
60 * testsuite/gas/aarch64/prel_g2.s: New.
61 * testsuite/gas/aarch64/prel_g2.d: New.
62 * testsuite/gas/aarch64/prel_g2_nc.s: New.
63 * testsuite/gas/aarch64/prel_g2_nc.d: New.
64 * testsuite/gas/aarch64/prel_g3.s: New.
65 * testsuite/gas/aarch64/prel_g3.d: New.
66
0984958b
MR
672018-01-23 Maciej W. Rozycki <macro@mips.com>
68
69 * configure.ac: Also set `mips_default_abi' to N32_ABI for
70 `mips64*-ps2-elf*'.
71 * configure: Regenerate.
72
62fd0a98
MR
732018-01-23 Maciej W. Rozycki <macro@mips.com>
74
75 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
76 enum value.
77
be3a8dca
IT
782018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
79
80 * config/tc-i386.c (cpu_arch): Add .pconfig.
81 * doc/c-i386.texi: Document .pconfig.
82 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
83 * testsuite/gas/i386/pconfig-intel.d: New test.
84 * testsuite/gas/i386/pconfig.d: Likewise.
85 * testsuite/gas/i386/pconfig.s: Likewise.
86 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
87 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
88 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
89
3233d7d0
IT
902018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
91
92 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
93 * doc/c-i386.texi: Document .wbnoinvd.
94 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
95 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
96 * testsuite/gas/i386/wbnoinvd.d: Likewise.
97 * testsuite/gas/i386/wbnoinvd.s: Likewise.
98 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
99 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
100 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
101
b4f6242e
MR
1022018-01-23 Maciej W. Rozycki <macro@mips.com>
103
104 * config/tc-mips.c (md_show_usage): Correctly indicate the
105 configuration-specific default ABI.
106
f866b262
MR
1072018-01-23 Maciej W. Rozycki <macro@mips.com>
108
109 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
110 `-mno-mips16e2' options.
111
75c80ee1
MR
1122018-01-22 Maciej W. Rozycki <macro@mips.com>
113
114 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
115 Correct syntax of the `.set nomips16e2' directive description.
116
49da480f
OE
1172018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
118
119 PR 22737
120 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
121 * testsuite/gas/rx/pr22737.s: New test.
122 * testsuite/gas/rx/pr22737.d: Likewise.
123 * testsuite/gas/rx/rx.exp: Run the new test.
124
a3ab6cb0
TP
1252018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
126
127 * config/tc-arm.c (ToC macro): Remove spurious comment.
128 (ToU macro): Likewise.
129
e925c834
JW
1302018-01-17 Jim Wilson <jimw@sifive.com>
131
132 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
133 (riscv_ip) <'z'>: New.
134
d777820b
IT
1352018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
136
137 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
138 (cpu_noarch): Add noibt, noshstk.
139 (parse_insn): Change cpucet to cpuibt.
140 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
141 * testsuite/gas/i386/cet-ibt-inval.l: New test.
142 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
143 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
144 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
145 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
146 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
147 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
148 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
149
f6efed01
NC
1502018-01-16 Nick Clifton <nickc@redhat.com>
151
152 * po/fr.po: Updated French translation.
153
2721d702
JW
1542018-01-15 Jim Wilson <jimw@sifive.com>
155
156 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
157 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
158
cf3cf39d
TP
1592018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
160
161 * config/tc-arm.c (ToC): Define macro.
162 (ToU): Likewise.
163 (insns): Make use of above macros for new instructions introduced in
164 Armv8-M.
165
2875ce2b
TP
1662018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
167
168 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
169 and vlstm conditionally executable and reindent parameters.
170 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
171 aforementionned instructions.
172
df9909b8
TP
1732018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
174
175 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
176 profile architecture or if in autodetection mode. Clarify that
177 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
178 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
179 message.
180 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
181 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
182 * testsuite/gas/arm/udf.l: Likewise.
183 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
184
616dcb87
NC
1852018-01-15 Nick Clifton <nickc@redhat.com>
186
187 * po/uk.po: Updated Ukranian translation.
188
3957a496
NC
1892018-01-13 Nick Clifton <nickc@redhat.com>
190
191 * po/gas.pot: Regenerated.
192
769c7ea5
NC
1932018-01-13 Nick Clifton <nickc@redhat.com>
194
195 * configure: Regenerate.
196
9176ac5b
NC
1972018-01-13 Nick Clifton <nickc@redhat.com>
198
faf766e3 199 2.30 branch created.
9176ac5b
NC
200 * NEWS: Add marker for 2.30.
201
b5b62006
GN
2022018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
203
204 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
205 define to 0 and 1. Remove a dangling reference to "AMD 29000"
206 in a comment.
207
888a89da
IT
2082018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
209
210 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
211 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
212 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
213 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
214 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
215 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
216 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
217 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
218 tests.
219 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
220 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
221 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
222 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
223 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
224 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
225 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
226 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
227
b90d5ba0
AM
2282018-01-11 Alan Modra <amodra@gmail.com>
229
230 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
231 positive "‘profile’ may be used uninitialized".
232
cbda583a
JB
2332018-01-10 Jan Beulich <jbeulich@suse.com>
234
235 * testsuite/gas/i386/avx512_4fmaps.s,
236 testsuite/gas/i386/avx512_4fmaps_vl.s,
237 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
238 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
239 Disp8 forms (and the transition happening at the right
240 boundary).
241 * testsuite/gas/i386/avx512_4fmaps.d,
242 testsuite/gas/i386/avx512_4fmaps-intel.d,
243 testsuite/gas/i386/avx512_4fmaps_vl.d,
244 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
245 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
246 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
247 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
248 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
249 expectations.
250
c9e92278
JB
2512018-01-10 Jan Beulich <jbeulich@suse.com>
252
253 * testsuite/gas/i386/avx512bw.s,
254 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
255 operands.
256 * testsuite/gas/i386/avx512bw-intel.d,
257 testsuite/gas/i386/avx512bw.d,
258 testsuite/gas/i386/avx512bw_vl-intel.d.
259 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
260
35fd2b2b
JW
2612018-01-09 Jim Wilson <jimw@sifive.com>
262
263 * testsuite/gas/riscv/auipc-x0.d: New.
264 * testsuite/gas/riscv/auipc-x0.s: New.
265
91d8b670
JG
2662018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
267
268 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
269 in Arm execution state, and Armv6T2 and above in Thumb execution
270 state.
271 * testsuite/gas/arm/csdb.s: New.
272 * testsuite/gas/arm/csdb.d: New.
273 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
274 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
275
be2e7d95
JG
2762018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
277
278 * testsuite/gas/aarch64/system.d: Update expected results to expect
279 CSDB for hint 0x14.
280
704a705d
L
2812018-01-08 H.J. Lu <hongjiu.lu@intel.com>
282
283 PR gas/22681
284 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
285 x86-64-movd-intel.
286 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
287 * testsuite/gas/i386/x86-64-movd.d: Likewise.
288 * testsuite/gas/i386/x86-64-movd.s: Likewise.
289
102e9361
NC
2902018-01-08 Nick Clifton <nickc@redhat.com>
291
292 PR 22553
293 * doc/c-i386.texi (i386-Directives): Document the .largecomm
294 directive.
295
645a2c5b
JW
2962018-01-04 Jim Wilson <jimw@sifive.com>
297
298 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
299 * testsuite/gas/riscv/priv-reg.d: Likewise.
300
219d1afa
AM
3012018-01-03 Alan Modra <amodra@gmail.com>
302
303 Update year range in copyright notice of all files.
304
806ab1c0
NC
3052018-01-02 Nick Clifton <nickc@redhat.com>
306
307 PR 18119
308 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
309 version of ARM MRS instruction.
310
1e563868 311For older changes see ChangeLog-2017
3499769a 312\f
1e563868 313Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
314
315Copying and distribution of this file, with or without modification,
316are permitted in any medium without royalty provided the copyright
317notice and this notice are preserved.
318
319Local Variables:
320mode: change-log
321left-margin: 8
322fill-column: 74
323version-control: never
324End: