]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Update Ukranian and Russian translations in bfd library
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f6efed01
NC
12018-01-16 Nick Clifton <nickc@redhat.com>
2
3 * po/fr.po: Updated French translation.
4
2721d702
JW
52018-01-15 Jim Wilson <jimw@sifive.com>
6
7 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
8 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
9
cf3cf39d
TP
102018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
11
12 * config/tc-arm.c (ToC): Define macro.
13 (ToU): Likewise.
14 (insns): Make use of above macros for new instructions introduced in
15 Armv8-M.
16
2875ce2b
TP
172018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
18
19 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
20 and vlstm conditionally executable and reindent parameters.
21 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
22 aforementionned instructions.
23
df9909b8
TP
242018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
25
26 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
27 profile architecture or if in autodetection mode. Clarify that
28 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
29 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
30 message.
31 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
32 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
33 * testsuite/gas/arm/udf.l: Likewise.
34 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
35
616dcb87
NC
362018-01-15 Nick Clifton <nickc@redhat.com>
37
38 * po/uk.po: Updated Ukranian translation.
39
3957a496
NC
402018-01-13 Nick Clifton <nickc@redhat.com>
41
42 * po/gas.pot: Regenerated.
43
769c7ea5
NC
442018-01-13 Nick Clifton <nickc@redhat.com>
45
46 * configure: Regenerate.
47
9176ac5b
NC
482018-01-13 Nick Clifton <nickc@redhat.com>
49
faf766e3 50 2.30 branch created.
9176ac5b
NC
51 * NEWS: Add marker for 2.30.
52
b5b62006
GN
532018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
54
55 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
56 define to 0 and 1. Remove a dangling reference to "AMD 29000"
57 in a comment.
58
888a89da
IT
592018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
60
61 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
62 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
63 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
64 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
65 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
66 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
67 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
68 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
69 tests.
70 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
71 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
72 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
73 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
74 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
75 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
76 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
77 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
78
b90d5ba0
AM
792018-01-11 Alan Modra <amodra@gmail.com>
80
81 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
82 positive "‘profile’ may be used uninitialized".
83
cbda583a
JB
842018-01-10 Jan Beulich <jbeulich@suse.com>
85
86 * testsuite/gas/i386/avx512_4fmaps.s,
87 testsuite/gas/i386/avx512_4fmaps_vl.s,
88 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
89 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
90 Disp8 forms (and the transition happening at the right
91 boundary).
92 * testsuite/gas/i386/avx512_4fmaps.d,
93 testsuite/gas/i386/avx512_4fmaps-intel.d,
94 testsuite/gas/i386/avx512_4fmaps_vl.d,
95 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
96 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
97 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
98 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
99 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
100 expectations.
101
c9e92278
JB
1022018-01-10 Jan Beulich <jbeulich@suse.com>
103
104 * testsuite/gas/i386/avx512bw.s,
105 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
106 operands.
107 * testsuite/gas/i386/avx512bw-intel.d,
108 testsuite/gas/i386/avx512bw.d,
109 testsuite/gas/i386/avx512bw_vl-intel.d.
110 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
111
35fd2b2b
JW
1122018-01-09 Jim Wilson <jimw@sifive.com>
113
114 * testsuite/gas/riscv/auipc-x0.d: New.
115 * testsuite/gas/riscv/auipc-x0.s: New.
116
91d8b670
JG
1172018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
118
119 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
120 in Arm execution state, and Armv6T2 and above in Thumb execution
121 state.
122 * testsuite/gas/arm/csdb.s: New.
123 * testsuite/gas/arm/csdb.d: New.
124 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
125 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
126
be2e7d95
JG
1272018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
128
129 * testsuite/gas/aarch64/system.d: Update expected results to expect
130 CSDB for hint 0x14.
131
704a705d
L
1322018-01-08 H.J. Lu <hongjiu.lu@intel.com>
133
134 PR gas/22681
135 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
136 x86-64-movd-intel.
137 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
138 * testsuite/gas/i386/x86-64-movd.d: Likewise.
139 * testsuite/gas/i386/x86-64-movd.s: Likewise.
140
102e9361
NC
1412018-01-08 Nick Clifton <nickc@redhat.com>
142
143 PR 22553
144 * doc/c-i386.texi (i386-Directives): Document the .largecomm
145 directive.
146
645a2c5b
JW
1472018-01-04 Jim Wilson <jimw@sifive.com>
148
149 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
150 * testsuite/gas/riscv/priv-reg.d: Likewise.
151
219d1afa
AM
1522018-01-03 Alan Modra <amodra@gmail.com>
153
154 Update year range in copyright notice of all files.
155
806ab1c0
NC
1562018-01-02 Nick Clifton <nickc@redhat.com>
157
158 PR 18119
159 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
160 version of ARM MRS instruction.
161
1e563868 162For older changes see ChangeLog-2017
3499769a 163\f
1e563868 164Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
165
166Copying and distribution of this file, with or without modification,
167are permitted in any medium without royalty provided the copyright
168notice and this notice are preserved.
169
170Local Variables:
171mode: change-log
172left-margin: 8
173fill-column: 74
174version-control: never
175End: