Adds support to the RL78 port for linker relaxation affecting .debug sections.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2015-04-14 Nick Clifton <nickc@redhat.com>
2
3 * gas/lns/lns.exp: Add RL78 to list of targets using
4 DW_LNS_fixed_advance_pc.
5
6 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
7
8 * gas/i386/dw2-compressed-1.d: New file.
9 * gas/i386/dw2-compressed-2.d: Likewise.
10 * gas/i386/dw2-compressed-3.d: Likewise.
11 * gas/i386/x86-64-dw2-compressed-2.d: Likewise.
12 * gas/i386/i386.exp: Run dw2-compressed-2, dw2-compressed-1,
13 dw2-compressed-3 and x86-64-dw2-compressed-2.
14
15 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
16
17 * lib/gas-defs.exp (run_dump_test): Remove is_zlib_supported check.
18
19 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
20
21 * gas/i386/i386.exp: Don't run nops-1-bdver1, nops-1-bdver2,
22 nops-1-bdver3, nops-1-bdver4, nops-1-znver1, nops-1-btver1
23 nops-1-btver2, x86-64-nops-1-nocona, x86-64-nops-1-bdver1,
24 x86-64-nops-1-bdver2, x86-64-nops-1-bdver3, x86-64-nops-1-bdver4,
25 x86-64-nops-1-znver1, x86-64-nops-1-btver1 nor
26 x86-64-nops-1-btver2.
27 * gas/i386/nops-1-core2.d: Updated.
28 * gas/i386/nops-1-k8.d: Likewise.
29 * gas/i386/nops-4a-i686.d: Likewise.
30 * gas/i386/nops-5-i686.d: Likewise.
31 * gas/i386/nops-5.d: Likewise.
32 * gas/i386/nops-6.d: Likewise.
33 * gas/i386/x86-64-nops-1-core2.d: Likewise.
34 * gas/i386/x86-64-nops-1-g64.d: Likewise.
35 * gas/i386/x86-64-nops-1-k8.d: Likewise.
36 * gas/i386/x86-64-nops-1.d: Likewise.
37 * gas/i386/x86-64-nops-2.d: Likewise.
38 * gas/i386/x86-64-nops-3.d: Likewise.
39 * gas/i386/x86-64-nops-4-core2.d: Likewise.
40 * gas/i386/x86-64-nops-4-k8.d: Likewise.
41 * gas/i386/x86-64-nops-4.d: Likewise.
42 * gas/i386/x86-64-nops-5-k8.d: Likewise.
43 * gas/i386/x86-64-nops-5.d: Likewise.
44 * gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
45 * gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
46 * gas/i386/ilp32/x86-64-nops-1.d: Likewise.
47 * gas/i386/ilp32/x86-64-nops-2.d: Likewise.
48 * gas/i386/ilp32/x86-64-nops-3.d: Likewise.
49 * gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
50 * gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
51 * gas/i386/ilp32/x86-64-nops-4.d: Likewise.
52 * gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
53 * gas/i386/ilp32/x86-64-nops-5.d: Likewise.
54 * gas/i386/nops-1-bdver1.d: Removed.
55 * gas/i386/nops-1-bdver2.d: Likewise.
56 * gas/i386/nops-1-bdver3.d: Likewise.
57 * gas/i386/nops-1-bdver4.d: Likewise.
58 * gas/i386/nops-1-btver1.d: Likewise.
59 * gas/i386/nops-1-btver2.d: Likewise.
60 * gas/i386/nops-1-znver1.d: Likewise.
61 * gas/i386/x86-64-nops-1-bdver1.d: Likewise.
62 * gas/i386/x86-64-nops-1-bdver2.d: Likewise.
63 * gas/i386/x86-64-nops-1-bdver3.d: Likewise.
64 * gas/i386/x86-64-nops-1-bdver4.d: Likewise.
65 * gas/i386/x86-64-nops-1-btver1.d: Likewise.
66 * gas/i386/x86-64-nops-1-btver2.d: Likewise.
67 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
68 * gas/i386/x86-64-nops-1-znver1.d: Likewise.
69 * gas/i386/ilp32/x86-64-nops-1-nocona.d: Likewise.
70
71 2015-03-19 Nick Clifton <nickc@redhat.com>
72
73 PR gas/18087
74 * gas/i386/dw2-compress-1.d: Allow the test to pass regardless of
75 whether the .debug_info section was compressed on not.
76
77 2015-03-18 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR gas/18087
80 * gas/i386/dw2-compress-1.d: Revert the last change.
81 * gas/i386/dw2-compress-3.d: New.
82 * gas/i386/dw2-compress-3.s: Likewise.
83 * gas/i386/i386.exp: Run dw2-compress-3 for ELF targets.
84
85 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
86 Nick Clifton <nickc@redhat.com>
87
88 PR binutils/18087
89 * gas/i386/dw2-compress-1.d: Do not expect the .debug_abbrev or
90 .debug_info sections to be compressed.
91
92 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
93
94 * gas/i386/i386.exp: Add new znver1 test cases.
95 * gas/i386/arch-13-znver1.d: New.
96 * gas/i386/arch-13.d: New.
97 * gas/i386/arch-13.s: New.
98 * gas/i386/clzero.d: New.
99 * gas/i386/clzero.s: New.
100 * gas/i386/nops-1-znver1.d: New.
101 * gas/i386/x86-64-arch-3-znver1.d: New.
102 * gas/i386/x86-64-arch-3.d: New.
103 * gas/i386/x86-64-arch-3.s: New.
104 * gas/i386/x86-64-clzero.d: New.
105 * gas/i386/x86-64-nops-1-znver1.d: New.
106
107 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
108
109 * gas/mips/mips.exp: Added branch constraints testcase.
110 * gas/mips/r6-branch-constraints.s: New test.
111 * gas/mips/r6-branch-constraints.l: New test.
112
113 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
114
115 * gas/mips/r6.s: Add evp and dvp instructions.
116 * gas/mips/r6.d: Likewise.
117 * gas/mips/r6-n32.d: Likewise.
118 * gas/mips/r6-n64.d: Likewise.
119
120 2015-03-13 Jiong Wang <jiong.wang@arm.com>
121
122 * gas/aarch64/diagnostic.s: New testcases.
123 * gas/aarch64/diagnostic.l: New error match.
124
125 2015-03-13 Jiong Wang <jiong.wang@arm.com>
126
127 * gas/aarch64/tail_padding.s: New testcase.
128 * gas/aarch64/tail_padding.d: New expectation file.
129
130 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
131
132 * gas/s390/zarch-z13.d: Add more z13 instructions.
133 * gas/s390/zarch-z13.s: Likewise.
134
135 2015-03-05 Renlin Li <renlin.li@arm.com>
136
137 * gas/arm/dis-data.d: Adjust the desired output.
138 * gas/arm/dis-data2.d: Ditto.
139
140 2015-03-10 Renlin Li <renlin.li@arm.com>
141
142 * gas/aarch64/ldst-reg-uns-imm.d: Adjust expected output.
143 * gas/aarch64/ldst-reg-unscaled-imm.d: Likewise.
144 * gas/aarch64/reloc-insn.d: Likewise.
145
146 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
147
148 * gas/aarch64/codealign.d: Add test for code section alignment.
149 * gas/aarch64/codealign.s: New file.
150
151 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
152
153 PR gas/17843
154 * gas/aarch64/tls.s, gas/aarch64/tls.d: Add test for
155 R_AARCH64_TLSLE_MOVW_TPREL_G0/R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
156 sequence.
157
158 2015-02-28 Alan Modra <amodra@gmail.com>
159
160 * gas/sparc/pcrel.d: Update for changed padding in data sections.
161 * gas/sparc/pcrel64.d: Likewise.
162
163 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
164
165 * gas/aarch64/diagnostic.s: Add LDR test.
166 * gas/aarch64/diagnostic.l: Likewise.
167
168 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
169
170 * gas/aarch64/diagnostic.s: Add ADR test.
171 * gas/aarch64/diagnostic.l: Likewise.
172
173 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gas/avr/avr-prop-1.d: New file.
176 * gas/avr/avr-prop-1.s: New file.
177
178 2015-02-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
179 Oleg Endo <olegendo@gcc.gnu.org>
180
181 * gas/sh/arch/arch.exp: Replace dead code to generate expected .s files
182 with ...
183 * gas/sh/arch/sh-opc-gen-as.pl: ... this new script.
184 * gas/sh/arch/arch_expected.txt: Regenerate.
185 * gas/sh/arch/sh-dsp.s: Likewise.
186 * gas/sh/arch/sh-opc-gen-as.pl: Likewise.
187 * gas/sh/arch/sh.s: Likewise.
188 * gas/sh/arch/sh2.s: Likewise.
189 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Likewise.
190 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Likewise.
191 * gas/sh/arch/sh2a-nofpu.s: Likewise.
192 * gas/sh/arch/sh2a-or-sh3e.s: Likewise.
193 * gas/sh/arch/sh2a-or-sh4.s: Likewise.
194 * gas/sh/arch/sh2a.s: Likewise.
195 * gas/sh/arch/sh2e.s: Likewise.
196 * gas/sh/arch/sh3-dsp.s: Likewise.
197 * gas/sh/arch/sh3-nommu.s: Likewise.
198 * gas/sh/arch/sh3.s: Likewise.
199 * gas/sh/arch/sh3e.s: Likewise.
200 * gas/sh/arch/sh4-nofpu.s: Likewise.
201 * gas/sh/arch/sh4-nommu-nofpu.s: Likewise.
202 * gas/sh/arch/sh4.s: Likewise.
203 * gas/sh/arch/sh4a-nofpu.s: Likewise.
204 * gas/sh/arch/sh4a.s: Likewise.
205 * gas/sh/arch/sh4al-dsp.s: Likewise.
206
207 2015-02-24 Nick Clifton <nickc@redhat.com>
208
209 * gas/elf/elf.exp: Add special version of the section2 test for
210 the V850.
211 * gas/elf/section2.e-v850: New file.
212
213 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
214
215 * gas/arm/armv1.l: Remove 'Warning: ' from expected messages
216 for deprecations.
217 * gas/arm/armv8-a-bad.l: Likewise.
218 * gas/arm/armv8-a-it-bad.l: Likewise.
219 * gas/arm/depr-swp.l: Likewise.
220 * gas/arm/ldsgeb.l: Likewise.
221 * gas/arm/ldsgeh.l: Likewise.
222 * gas/arm/thumb2_bad_reg.l: Likewise.
223 * gas/arm/thumb32.l: Likewise.
224 * gas/arm/udf.l: Likewise.
225 * gas/arm/vstr-arm-bad.l: Likewise.
226
227 2015-01-28 James Bowman <james.bowman@ftdichip.com>
228
229 * gas/ft32/ft32.exp: New file.
230 * gas/ft32/insn.d: New file.
231 * gas/ft32/insn.s: New file.
232
233 2015-01-19 Alan Modra <amodra@gmail.com>
234
235 * gas/all/none.s,
236 * gas/all/none.d: New test.
237 * gas/all/gas.exp: Run it.
238
239 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
240
241 * gas/s390/esa-g5.d: Add a variant without the optional operand.
242 * gas/s390/esa-g5.s: Likewise.
243 * gas/s390/esa-z9-109.d: Likewise.
244 * gas/s390/esa-z9-109.s: Likewise.
245 * gas/s390/zarch-z9-109.d: Likewise.
246 * gas/s390/zarch-z9-109.s: Likewise.
247 * gas/s390/zarch-z10.d: For variants with a zero optional argument
248 it is not dumped by objdump anymore.
249 * gas/s390/zarch-zEC12.d: Likewise.
250
251 * gas/s390/zarch-z13.d: New file.
252 * gas/s390/zarch-z13.s: New file.
253 * gas/s390/s390.exp: Run the test for the z13 files.
254
255 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
256
257 * gas/arm/ual-vcmp.s: Add vcmp, vcmpe with #0x0 operand.
258 * gas/ual/vcmp.d: Update expected output.
259 * gas/ual/vcmp-zero-bad.l: Likewise
260
261 2015-01-12 Jan Beulich <jbeulich@suse.com>
262
263 gas/cfi/cfi-label.d, gas/cfi/cfi-label.s: New.
264 gas/cfi/cfi.exp: Run new tests.
265
266 2015-01-12 Jan Beulich <jbeulich@suse.com>
267
268 * gas/arm/neon-addressing-bad.s: Add test for invalid VSHL,
269 VQSHL, and VQSHLU immediates.
270 * gas/arm/neon-addressing-bad.l: Update accordingly.
271
272 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gas/avr/large-debug-line-table.d: New file.
275 * gas/avr/large-debug-line-table.s: New file.
276
277 2015-01-01 Alan Modra <amodra@gmail.com>
278
279 Update year range in copyright notice of all files.
280
281 For older changes see ChangeLog-2014
282 \f
283 Copyright (C) 2015 Free Software Foundation, Inc.
284
285 Copying and distribution of this file, with or without modification,
286 are permitted in any medium without royalty provided the copyright
287 notice and this notice are preserved.
288
289 Local Variables:
290 mode: change-log
291 left-margin: 8
292 fill-column: 74
293 version-control: never
294 End:
This page took 0.035945 seconds and 4 git commands to generate.