1 |
38 |
julius |
2005-12-22 Jan Beulich
|
2 |
|
|
|
3 |
|
|
* gas/all/cond.s: Also check .if works on equates to undefined
|
4 |
|
|
when the expression value can be known without knowing the
|
5 |
|
|
value of the symbol.
|
6 |
|
|
* gas/all/cond.l: Adjust.
|
7 |
|
|
* gas/i386/equ.s: Also check .if works on (equates to)
|
8 |
|
|
registers when the expression value can be known without
|
9 |
|
|
knowing the value of the register.
|
10 |
|
|
* gas/i386/equ.e: Adjust.
|
11 |
|
|
|
12 |
|
|
2005-12-14 Jan Beulich
|
13 |
|
|
|
14 |
|
|
* gas/i386/rex.[sd]: New.
|
15 |
|
|
* gas/i386/i386.exp: Run new test.
|
16 |
|
|
|
17 |
|
|
2005-12-12 Nathan Sidwell
|
18 |
|
|
|
19 |
|
|
* gas/mt: Renamed from ms1 dir. Update file names as needed.
|
20 |
|
|
* gas/mt/errors.exp: Replace ms1 arch with mt arch.
|
21 |
|
|
* gas/mt/mt.exp: Replace ms1 arch with mt arch.
|
22 |
|
|
* gas/mt/relocs.exp: Replace ms1 arch with mt arch.
|
23 |
|
|
|
24 |
|
|
2005-12-07 Hans-Peter Nilsson
|
25 |
|
|
|
26 |
|
|
* gas/cris/rd-bcnst-pic.d, gas/cris/rd-branch-pic.d,
|
27 |
|
|
gas/cris/rd-brokw-pic-1.d, gas/cris/rd-brokw-pic-2.d,
|
28 |
|
|
gas/cris/rd-brokw-pic-3.d, gas/cris/rd-fragtest-pic.d: New tests.
|
29 |
|
|
|
30 |
|
|
2005-12-06 H.J. Lu
|
31 |
|
|
|
32 |
|
|
PR gas/1874
|
33 |
|
|
* gas/i386/i386.exp: Add x86-64-prescott for 64bit.
|
34 |
|
|
|
35 |
|
|
* gas/i386/prescott.s: Test address size override for monitor.
|
36 |
|
|
* gas/i386/prescott.d: Updated.
|
37 |
|
|
|
38 |
|
|
* gas/i386/x86-64-prescott.d: New file.
|
39 |
|
|
* gas/i386/x86-64-prescott.s: Likewise.
|
40 |
|
|
|
41 |
|
|
2005-12-06 Hans-Peter Nilsson
|
42 |
|
|
|
43 |
|
|
* gas/cris/rd-pcplus.s, gas/cris/rd-pcplus.d: New test.
|
44 |
|
|
|
45 |
|
|
2005-11-24 John David Anglin
|
46 |
|
|
|
47 |
|
|
* gas/macros/purge.l: Increment line numbers.
|
48 |
|
|
* gas/macros/purge.s: Add ".data" line.
|
49 |
|
|
|
50 |
|
|
Bug gas/1896
|
51 |
|
|
* gas/all/redef2.d: Allow "$DATA$" as well as ".data" in matches.
|
52 |
|
|
* gas/all/weakref1.d: Allow "$CODE$" as well as ".text" in matches.
|
53 |
|
|
* gas/hppa/reloc/reloc.exp: Adjust regexp for new output.
|
54 |
|
|
|
55 |
|
|
2005-11-23 Daniel Jacobowitz
|
56 |
|
|
Thiemo Seufer
|
57 |
|
|
|
58 |
|
|
* gas/mips/bge.d, gas/mips/bge.s, gas/mips/bgeu.d, gas/mips/bgeu.s,
|
59 |
|
|
gas/mips/blt.d, gas/mips/blt.s, gas/mips/bltu.d,
|
60 |
|
|
gas/mips/bltu.s: Reactivate external branch tests.
|
61 |
|
|
* gas/mips/branch-misc-2.d, gas/mips/branch-misc-2pic.d,
|
62 |
|
|
gas/mips/branch-misc-2-64.d, gas/mips/branch-misc-2pic-64.d: New
|
63 |
|
|
tests.
|
64 |
|
|
* gas/mips/branch-misc-2.l, gas/mips/branch-misc-2pic.l,
|
65 |
|
|
gas/testsuite/gas/mips/branch-misc-2pic.s: Remove.
|
66 |
|
|
* gas/mips/mips.exp: Adjust branch-misc-2 tests. Add 64-bit
|
67 |
|
|
variants.
|
68 |
|
|
|
69 |
|
|
2005-11-22 John David Anglin
|
70 |
|
|
|
71 |
|
|
* gas/all/quad.d: Add -j "\$DATA\$". Modify regexp to check for
|
72 |
|
|
"$DATA$" as well as ".data".
|
73 |
|
|
* gas/all/sleb128.d: Likewise.
|
74 |
|
|
|
75 |
|
|
2005-11-20 John David Anglin
|
76 |
|
|
|
77 |
|
|
Bug gas/1894 Bug gas/1895
|
78 |
|
|
* gas/all/gas.exp (redef3): xfail on hppa*-*-hpux*.
|
79 |
|
|
* gas/all/redef.d: Add -j "\$DATA\$". Modify regexp to check for
|
80 |
|
|
"$DATA$" as well as ".data".
|
81 |
|
|
* gas/all/redef2.d: Likewise.
|
82 |
|
|
|
83 |
|
|
Bug gas/1879
|
84 |
|
|
* gas/all/weakref1.d: Check for "$CODE$" as well as ".text".
|
85 |
|
|
* gas/all/weakref1.s: Indent "-ld1 = l".
|
86 |
|
|
* gas/all/weakref1g.d: Remove --no-sort option.
|
87 |
|
|
* gas/all/weakref1l.d: Likewise.
|
88 |
|
|
* gas/all/weakref1u.d: Likewise. Sort expected results.
|
89 |
|
|
* gas/all/weakref1w.d: Likewise.
|
90 |
|
|
* gas/all/weakref2.s: Indent directives.
|
91 |
|
|
* gas/all/weakref3.s: Likewise.
|
92 |
|
|
|
93 |
|
|
2005-11-17 Jan Beulich
|
94 |
|
|
|
95 |
|
|
* gas/all/cond.s: Also check ifdef works on equates and
|
96 |
|
|
commons.
|
97 |
|
|
* gas/all/cond.l: Adjust.
|
98 |
|
|
* gas/all/redef2.s: Also test redefining equate to label.
|
99 |
|
|
* gas/all/redef2.d: Adjust.
|
100 |
|
|
* gas/all/redef3.[sd]: New.
|
101 |
|
|
* gas/all/redef4.s: New.
|
102 |
|
|
* gas/all/redef5.s: New.
|
103 |
|
|
* gas/elf/redef.s: New, copied from original gas/all/redef2.s.
|
104 |
|
|
* gas/elf/redef.d: Remove #source.
|
105 |
|
|
* gas/all/gas.exp: Remove exclusion of iq2000-*-* from and
|
106 |
|
|
adjust xfails for redefinition tests. Run new tests. Exclude
|
107 |
|
|
alpha*-*-*, mips*-*-*, *c54x*-*-* from weakref tests.
|
108 |
|
|
|
109 |
|
|
2005-11-16 Richard Henderson
|
110 |
|
|
|
111 |
|
|
* gas/all/weakref1.s: Use "=" instead of ".set" for equivalence.
|
112 |
|
|
|
113 |
|
|
2005-11-15 Daniel Jacobowitz
|
114 |
|
|
|
115 |
|
|
* gas/arm/unwind.s, gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Add
|
116 |
|
|
a test for saving only the low registers.
|
117 |
|
|
|
118 |
|
|
2005-11-14 Thiemo Seufer
|
119 |
|
|
|
120 |
|
|
* gas/testsuite/gas/mips/mips16e-jrc.d: Tighten file format
|
121 |
|
|
check, relax whitespace checking.
|
122 |
|
|
|
123 |
|
|
2005-11-14 David Ung
|
124 |
|
|
|
125 |
|
|
* gas/mips/mips.exp: Run new save/restore tests.
|
126 |
|
|
* gas/testsuite/gas/mips/mips16e-save.s: New test for generating
|
127 |
|
|
different styles of save/restore instructions.
|
128 |
|
|
* gas/testsuite/gas/mips/mips16e-save.d: New.
|
129 |
|
|
|
130 |
|
|
2005-11-10 Jan Beulich
|
131 |
|
|
|
132 |
|
|
* gas/i386/intelbad.d: Add tests for ill registers in brackets.
|
133 |
|
|
* gas/i386/intelbad.l: Adjust.
|
134 |
|
|
|
135 |
|
|
2005-11-10 Nick Clifton
|
136 |
|
|
|
137 |
|
|
* gas/arm/archv6t2-bad.s: Add tests of badly composed ldrex and
|
138 |
|
|
strex instructions.
|
139 |
|
|
* gas/arm/archv6t2-bad.l: Add expected error messages.
|
140 |
|
|
* gas/arm/r15-bad.l: Adjust error messages for r15 usage in ldrex
|
141 |
|
|
and strex instructions.
|
142 |
|
|
|
143 |
|
|
2005-11-08 Arnold Metselaar
|
144 |
|
|
|
145 |
|
|
* gas/all/cofftag.s: Convert numbers in .type
|
146 |
|
|
directives to decimal.
|
147 |
|
|
* gas/all/gas.exp: enable cofftag-test for z80-*-coff.
|
148 |
|
|
|
149 |
|
|
2005-11-08 Nathan Sidwell
|
150 |
|
|
|
151 |
|
|
Add ms2.
|
152 |
|
|
* gas/ms1/allinsn.d: Adjust pcrel disassembly.
|
153 |
|
|
* gas/ms1/errors.exp: Fix target triplet.
|
154 |
|
|
* gas/ms1/ms1-16-003.d: Adjust pcrel disassembly.
|
155 |
|
|
* gas/ms1/ms1-16-003.s: Tweak label.
|
156 |
|
|
* gas/ms1/ms1.exp: Adjust target triplet. Add ms2 test.
|
157 |
|
|
* gas/ms1/ms2.d, gas/ms1/ms2.s: New.
|
158 |
|
|
* gas/ms1/relocs.d: Adjust expected machine name and pcrel
|
159 |
|
|
disassembly.
|
160 |
|
|
* gas/ms1/relocs.exp: Adjust target triplet.
|
161 |
|
|
|
162 |
|
|
2005-11-07 Jan Beulich
|
163 |
|
|
|
164 |
|
|
* gas/all/redef2.[sd]: New.
|
165 |
|
|
* gas/all/gas.exp: Run new test.
|
166 |
|
|
* gas/elf/redef.d: New.
|
167 |
|
|
* gas/elf/elf.exp: Run new test.
|
168 |
|
|
|
169 |
|
|
2005-11-07 Alan Modra
|
170 |
|
|
|
171 |
|
|
* gas/i386/divide.s: Test line comment starting with '/'.
|
172 |
|
|
* gas/i386/divide.d: Pass --divide to gas.
|
173 |
|
|
* gas/i386/intelok.d: Likewise.
|
174 |
|
|
* gas/i386/i386.exp (divide): Run for all targets.
|
175 |
|
|
|
176 |
|
|
2005-11-07 Arnold Metselaar
|
177 |
|
|
|
178 |
|
|
* gas/z80/z80.exp: Added "suffix" test.
|
179 |
|
|
* gas/z80/suffix.s: New file.
|
180 |
|
|
* gas/z80/suffix.d: New file.
|
181 |
|
|
|
182 |
|
|
2005-11-04 H.J. Lu
|
183 |
|
|
|
184 |
|
|
* gas/i386/padlock.d: Support 64bit BFD.
|
185 |
|
|
|
186 |
|
|
2005-11-04 Alexandre Oliva
|
187 |
|
|
|
188 |
|
|
* gas/all/gas.exp: Remove weakref xfail. Run weakref4.s.
|
189 |
|
|
* gas/all/weakref1.s: Move redefinition bits to...
|
190 |
|
|
* gas/all/weakref4.s: ... new file.
|
191 |
|
|
* gas/all/weakref1.d: Remove command moved to weakref1u. Adjust
|
192 |
|
|
remaining command for leading tabs. Regenerate.
|
193 |
|
|
* gas/all/weakref1l.d: Regenerate.
|
194 |
|
|
* gas/all/weakref1u.d: Likewise.
|
195 |
|
|
* gas/all/wealref1w.d: Likewise.
|
196 |
|
|
|
197 |
|
|
2005-11-04 Jan Beulich
|
198 |
|
|
|
199 |
|
|
* gas/all/gas.exp: xfail weakref dump tests for all targets.
|
200 |
|
|
|
201 |
|
|
2005-10-29 Hans-Peter Nilsson
|
202 |
|
|
|
203 |
|
|
PR gas/1630
|
204 |
|
|
* gas/all/gas.exp
|
205 |
|
|
weakref1w>: Xfail for cris-*-* and mmix-*-*.
|
206 |
|
|
|
207 |
|
|
2005-10-27 Jan Beulich
|
208 |
|
|
|
209 |
|
|
* gas/i386/equ.d: Fix typo.
|
210 |
|
|
* gas/i386/equ.s: Don't globalize r.
|
211 |
|
|
|
212 |
|
|
2005-10-27 Jan Beulich
|
213 |
|
|
|
214 |
|
|
* gas/all/gas.exp: Don't xfail equiv1 test anymore.
|
215 |
|
|
|
216 |
|
|
2005-10-26 Paul Brook
|
217 |
|
|
|
218 |
|
|
* gas/arm/archv6.d: Adjust expected output.
|
219 |
|
|
|
220 |
|
|
2005-10-26 Jan Beulich
|
221 |
|
|
|
222 |
|
|
* gas/i386/intel.s: Replace register used in offset expression.
|
223 |
|
|
* gas/i386/intel.e: Adjust.
|
224 |
|
|
* gas/i386/intelbad.l: Adjust.
|
225 |
|
|
* gas/i386/equ.[sed]: New.
|
226 |
|
|
* gas/i386/i386.exp: Run new test.
|
227 |
|
|
|
228 |
|
|
2005-10-26 Hans-Peter Nilsson
|
229 |
|
|
|
230 |
|
|
* gas/z80/z80.exp: Fix misplaced-open-brace typo.
|
231 |
|
|
|
232 |
|
|
2005-10-25 Arnold Metselaar
|
233 |
|
|
|
234 |
|
|
* gas/all/gas.exp: Exclude Z80-*-* from floating point, string,
|
235 |
|
|
and cofftag test.
|
236 |
|
|
* gas/macros/macros.exp: Expect z80-*-* to fail the strings test
|
237 |
|
|
because it has no string escapes.
|
238 |
|
|
* gas/z80/quotes.d: New file
|
239 |
|
|
* gas/z80/quotes.d: New file
|
240 |
|
|
* gas/z80/quotes.s: New file
|
241 |
|
|
* gas/z80/redef.d: New file
|
242 |
|
|
* gas/z80/redef.s: New file
|
243 |
|
|
* gas/z80/z80.exp: New file
|
244 |
|
|
|
245 |
|
|
2005-10-24 Bernd Schmidt
|
246 |
|
|
|
247 |
|
|
* gas/bfin/flow2.d: Match changed assembler behaviour.
|
248 |
|
|
* gas/bfin/reloc.d: Likewise.
|
249 |
|
|
|
250 |
|
|
2005-10-24 Alexandre Oliva
|
251 |
|
|
|
252 |
|
|
* gas/all/weakref1.s, gas/all/weakref1.d: New test.
|
253 |
|
|
* gas/all/weakref1g.d, gas/all/weakref1l.d: New tests.
|
254 |
|
|
* gas/all/weakref1u.d, gas/all/weakref1w.d: New tests.
|
255 |
|
|
* gas/all/weakref2.s, gas/all/weakref3.s: New tests.
|
256 |
|
|
* gas/all/gas.exp: Run new tests.
|
257 |
|
|
|
258 |
|
|
2005-10-24 Jan Beulich
|
259 |
|
|
|
260 |
|
|
* gas/ia64/index.[sl]: New.
|
261 |
|
|
* gas/ia64/rotX.[sl]: New.
|
262 |
|
|
* gas/ia64/ia64.exp: Run new tests.
|
263 |
|
|
|
264 |
|
|
2005-10-24 Jan Beulich
|
265 |
|
|
|
266 |
|
|
* gas/ia64/regs.pl: Also check tp alias of r13.
|
267 |
|
|
* gas/ia64/regs.s: Regenerate.
|
268 |
|
|
* gas/ia64/regs.d: Adjust.
|
269 |
|
|
|
270 |
|
|
2005-10-19 David Ung
|
271 |
|
|
|
272 |
|
|
* gas/mips/mips.exp: Run new test.
|
273 |
|
|
* gas/testsuite/gas/mips/mips16e-jrc.s: New test for converting
|
274 |
|
|
jalr/jr to the compact jalrc/jrc instructions.
|
275 |
|
|
* gas/testsuite/gas/mips/mips16e-jrc.d: New.
|
276 |
|
|
|
277 |
|
|
2005-10-19 Martin Schwidefsky
|
278 |
|
|
|
279 |
|
|
* gas/s390/zarch-z9-109.s: Add tests for unnormalized hfp multiply
|
280 |
|
|
and multiply-and-add instructions.
|
281 |
|
|
* gas/s390/zarch-z9-109.d: Update expected result.
|
282 |
|
|
|
283 |
|
|
2005-10-17 Richard Earnshaw
|
284 |
|
|
|
285 |
|
|
* gas/arm/copro.d: 'mcrlt' instruction should not be disassembled as
|
286 |
|
|
'cfsh64lt'.
|
287 |
|
|
|
288 |
|
|
2005-10-12 John David Anglin
|
289 |
|
|
|
290 |
|
|
* gas/hppa/basic/basic.exp (do_system): Adjust for removal of lha
|
291 |
|
|
instructions from system.s.
|
292 |
|
|
* gas/hppa/basic/system.s (lha): Remove.
|
293 |
|
|
|
294 |
|
|
2005-10-12 Jan Beulich
|
295 |
|
|
|
296 |
|
|
* gas/ia64/forward.[sd]: New.
|
297 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
298 |
|
|
|
299 |
|
|
2005-10-11 Jan Beulich
|
300 |
|
|
|
301 |
|
|
* gas/all/cond.s: Add test for resolution of fully resolvable
|
302 |
|
|
forward references in .if/.endif.
|
303 |
|
|
* gas/all/cond.d: Rename to:
|
304 |
|
|
* gas/all/cond.l: New.
|
305 |
|
|
* gas/all/assign-bad.s: New.
|
306 |
|
|
* gas/all/assign-ok.s: New.
|
307 |
|
|
* gas/all/equ-bad.s: New.
|
308 |
|
|
* gas/all/equ-ok.s: New.
|
309 |
|
|
* gas/all/equiv1.s: New.
|
310 |
|
|
* gas/all/equiv2.s: New.
|
311 |
|
|
* gas/all/eqv-bad.s: New.
|
312 |
|
|
* gas/all/eqv-ok.s: New.
|
313 |
|
|
* gas/all/eval.[sd]: New.
|
314 |
|
|
* gas/all/forward.[sd]: New.
|
315 |
|
|
* gas/all/redef.[sd]: New.
|
316 |
|
|
* gas/all/gas.exp: Run new tests, but xfail equiv1 (PR/1387).
|
317 |
|
|
|
318 |
|
|
2005-10-10 Nick Clifton
|
319 |
|
|
|
320 |
|
|
* gas/sh/reg-prefix.s: Use mov.l instruction in preference to
|
321 |
|
|
movli.l.
|
322 |
|
|
* gas/sh/reg-prefix.d: Force little endian assembly.
|
323 |
|
|
|
324 |
|
|
2005-10-08 Paul Brook
|
325 |
|
|
|
326 |
|
|
* gas/arm/eabi_attr_1.s: New test.
|
327 |
|
|
* gas/arm/eabi_attr_1.d: New test.
|
328 |
|
|
* gas/arm/arm7t.d: Only disassemble code sections.
|
329 |
|
|
* gas/arm/bignum1.d: Ignore Arm object attribute sections.
|
330 |
|
|
* gas/arm/mapping.d: Ditto.
|
331 |
|
|
* gas/arm/unwind.d: Ditto.
|
332 |
|
|
* gas/elf/section0.d: Ditto.
|
333 |
|
|
* gas/elf/section1.d: Ditto.
|
334 |
|
|
* gas/elf/elf.exp: Set target_machine for Arm EABI based targets.
|
335 |
|
|
* gas/elf/section2.e-armeabi: New file.
|
336 |
|
|
|
337 |
|
|
2005-10-06 Khem Raj
|
338 |
|
|
NIIBE Yutaka
|
339 |
|
|
|
340 |
|
|
* gas/sh/basic.exp: Run reg-prefix test.
|
341 |
|
|
* gas/sh/reg-prefix.s: New
|
342 |
|
|
* gas/sh/reg-prefix.d: New
|
343 |
|
|
|
344 |
|
|
2005-09-30 Catherine Moore
|
345 |
|
|
|
346 |
|
|
* gas/bfin: New testsuite for bfin.
|
347 |
|
|
* gas/all/gas.exp (bfin-*-*): Expected failure for alternate
|
348 |
|
|
macro syntax.
|
349 |
|
|
|
350 |
|
|
2005-09-30 Paul Brook
|
351 |
|
|
|
352 |
|
|
* gas/arm/fpa-mem.s: Remove incorrect comments.
|
353 |
|
|
* gas/arm/fpa-mem.d: Update expected results.
|
354 |
|
|
|
355 |
|
|
2005-09-29 Jan Beulich
|
356 |
|
|
|
357 |
|
|
* gas/ia64/alloc.[sl]: New.
|
358 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
359 |
|
|
|
360 |
|
|
2005-09-28 Jan Beulich
|
361 |
|
|
|
362 |
|
|
* gas/i386/x86-64-stack.s, gas/i386/x86-64-stack.d,
|
363 |
|
|
gas/i386/x86-64-stack-suffix.d, gas/i386/x86-64-stack-intel.d: New.
|
364 |
|
|
* gas/i386/i386.exp: Run new tests.
|
365 |
|
|
|
366 |
|
|
2005-09-28 Jan Beulich
|
367 |
|
|
|
368 |
|
|
* gas/i386/mixed-mode-reloc.s: Enable all insns.
|
369 |
|
|
* gas/i386/mixed-mode-reloc32.d: Adjust.
|
370 |
|
|
* gas/i386/mixed-mode-reloc64.d: Adjust.
|
371 |
|
|
|
372 |
|
|
2005-09-28 Jan Beulich
|
373 |
|
|
|
374 |
|
|
* gas/i386/reloc64.s: Also test .slong.
|
375 |
|
|
* gas/i386/reloc64.l: Adjust.
|
376 |
|
|
* gas/i386/reloc64.d: Adjust.
|
377 |
|
|
|
378 |
|
|
2005-09-21 Alan Modra
|
379 |
|
|
|
380 |
|
|
* gas/lns/lns.exp (lns-common-1): Don't run on targets without
|
381 |
|
|
a bare nop insn.
|
382 |
|
|
|
383 |
|
|
2005-09-20 Richard Henderson
|
384 |
|
|
|
385 |
|
|
* gas/cris/rd-dw2-1.d, gas/cris/rd-dw2-10.d, gas/cris/rd-dw2-11.d,
|
386 |
|
|
gas/cris/rd-dw2-12.d, gas/cris/rd-dw2-13.d, gas/cris/rd-dw2-14.d,
|
387 |
|
|
gas/cris/rd-dw2-15.d, gas/cris/rd-dw2-2.d, gas/cris/rd-dw2-3.d,
|
388 |
|
|
gas/cris/rd-dw2-4.d, gas/cris/rd-dw2-5.d, gas/cris/rd-dw2-6.d,
|
389 |
|
|
gas/cris/rd-dw2-7.d, gas/cris/rd-dw2-8.d, gas/cris/rd-dw2-9.d,
|
390 |
|
|
gas/mips/mips16-dwarf2-n32.d, gas/mips/mips16-dwarf2.d: Add 0x
|
391 |
|
|
prefix in "Advance PC" lines.
|
392 |
|
|
|
393 |
|
|
2005-09-08 Paul Brook
|
394 |
|
|
|
395 |
|
|
* gas/arm/arch6zk.d: Rename smi to smc.
|
396 |
|
|
* gas/arm/arch6zk.s: Ditto.
|
397 |
|
|
* gas/arm/thumb32.d: Ditto.
|
398 |
|
|
* gas/arm/thumb32.s: Ditto.
|
399 |
|
|
|
400 |
|
|
2005-09-07 Richard Henderson
|
401 |
|
|
|
402 |
|
|
* gas/lns/lns-common-1.d: Don't match header or special opcode numbers.
|
403 |
|
|
* gas/lns/lns-common-1.s: Update for syntax change.
|
404 |
|
|
* gas/lns/lns-diag-1.[sl]: Likewise.
|
405 |
|
|
|
406 |
|
|
2005-09-07 Richard Henderson
|
407 |
|
|
|
408 |
|
|
* gas/mips/mips16-dwarf2.d: Don't match anything but address and line
|
409 |
|
|
number increments. Adjust relocation address.
|
410 |
|
|
* gas/mips/mips16-dwarf2-n32.d: Likewise. Add "N32" to test name.
|
411 |
|
|
|
412 |
|
|
2005-09-07 Richard Henderson
|
413 |
|
|
|
414 |
|
|
* gas/cris/rd-dw2-1.d: Don't match anything but address and line
|
415 |
|
|
number increments.
|
416 |
|
|
* gas/cris/rd-dw2-10.d, gas/cris/rd-dw2-11.d, gas/cris/rd-dw2-12.d,
|
417 |
|
|
gas/cris/rd-dw2-13.d, gas/cris/rd-dw2-14.d, gas/cris/rd-dw2-15.d,
|
418 |
|
|
gas/cris/rd-dw2-2.d, gas/cris/rd-dw2-3.d, gas/cris/rd-dw2-4.d,
|
419 |
|
|
gas/cris/rd-dw2-5.d, gas/cris/rd-dw2-6.d, gas/cris/rd-dw2-7.d,
|
420 |
|
|
gas/cris/rd-dw2-8.d, gas/cris/rd-dw2-9.d: Likewise.
|
421 |
|
|
|
422 |
|
|
2005-09-07 Richard Henderson
|
423 |
|
|
|
424 |
|
|
* gas/lns/lns.exp: New file.
|
425 |
|
|
* gas/lns/lns-common-1.[sd]: New test.
|
426 |
|
|
* gas/lns/lns-diag-1.[sl]: New test.
|
427 |
|
|
|
428 |
|
|
2005-09-06 Chao-ying Fu
|
429 |
|
|
|
430 |
|
|
* gas/mips/mips.exp: Run MT test for mips32r2 only.
|
431 |
|
|
* gas/mips/mips32-mt.[sdl]: New test.
|
432 |
|
|
|
433 |
|
|
2005-09-06 Paul Brook
|
434 |
|
|
|
435 |
|
|
* gas/arm/thumb2_relax.d: New test.
|
436 |
|
|
* gas/arm/thumb2_relax.s: New test.
|
437 |
|
|
* gas/arm/thumb32.d: Adjust expected results to include relaxation.
|
438 |
|
|
* gas/arm/thumb32.s: Tweak for better coverage of relaxable
|
439 |
|
|
instructions. Remove load/store tests.
|
440 |
|
|
|
441 |
|
|
2005-09-02 Paul Brook
|
442 |
|
|
|
443 |
|
|
* gas/arm/arm3-bad.s: New test.
|
444 |
|
|
* gas/arm/arm3-bad.d: New test.
|
445 |
|
|
* gas/arm/arm3.s: Avoid illegal instructions.
|
446 |
|
|
* gas/arm/arm3.d: Ditto.
|
447 |
|
|
|
448 |
|
|
2005-09-02 Paul Brook
|
449 |
|
|
|
450 |
|
|
* gas/arm/vfp-bad_t2.d, gas/arm/vfp-bad_t2.l, arm/vfp-bad_t2.s,
|
451 |
|
|
gas/arm/vfp1_t2.d, gas/arm/vfp1_t2.s, gas/arm/vfp1xD_t2.d,
|
452 |
|
|
gas/arm/vfp1xD_t2.s, gas/arm/vfp2_t2.d, gas/arm/vfp2_t2.s): New files.
|
453 |
|
|
|
454 |
|
|
2005-09-02 Paul Brook
|
455 |
|
|
|
456 |
|
|
* gas/arm/fpa-mem.d: Test "stfpls".
|
457 |
|
|
* gas/arm/fpa-mem.s: Ditto.
|
458 |
|
|
|
459 |
|
|
2005-09-01 Hans-Peter Nilsson
|
460 |
|
|
|
461 |
|
|
* gas/cris: Adjust all files for testing target
|
462 |
|
|
cris-axis-linux-gnu.
|
463 |
|
|
|
464 |
|
|
2005-08-30 Paul Brook
|
465 |
|
|
|
466 |
|
|
* gas/arm/thumb.d: Change "sub rn, rn, rn" to "subs rn, rn, rn".
|
467 |
|
|
* gas/arm/thumb32.d: Ditto.
|
468 |
|
|
|
469 |
|
|
2005-08-26 Jan Beulich
|
470 |
|
|
|
471 |
|
|
* gas/i386/intel.s: Adjust.
|
472 |
|
|
* gas/i386/intelok.s: Add two more insns.
|
473 |
|
|
* gas/i386/intelok.d: Adjust.
|
474 |
|
|
|
475 |
|
|
2005-08-26 Jan Beulich
|
476 |
|
|
|
477 |
|
|
* gas/i386/intelok.d: Adjust.
|
478 |
|
|
|
479 |
|
|
2005-08-25 Chao-ying Fu
|
480 |
|
|
|
481 |
|
|
* gas/mips/mips.exp: Run DSP test.
|
482 |
|
|
* gas/mips/mips32-dsp.[sdl]: New test.
|
483 |
|
|
|
484 |
|
|
2005-08-22 Jan Beulich
|
485 |
|
|
|
486 |
|
|
* gas/i386/mixed-mode-reloc.s, gas/i386/mixed-mode-reloc32.d,
|
487 |
|
|
gas/i386/mixed-mode-reloc64.d: New.
|
488 |
|
|
* gas/i386/i386.exp: Run new tests.
|
489 |
|
|
|
490 |
|
|
2005-08-15 Paul Brook
|
491 |
|
|
|
492 |
|
|
* gas/arm/thumb2_it.s: Add more instruction variants.
|
493 |
|
|
* gas/arm/thumb2_it.d: Ditto.
|
494 |
|
|
|
495 |
|
|
2005-08-12 Martin Schwidefsky
|
496 |
|
|
|
497 |
|
|
* gas/testsuite/gas/s390/s390.exp: Reorganize gas testsuite for s390
|
498 |
|
|
and add tests for new cpu type z9-109.
|
499 |
|
|
* gas/testsuite/gas/s390/esa-g5.d: New.
|
500 |
|
|
* gas/testsuite/gas/s390/esa-g5.s: New.
|
501 |
|
|
* gas/testsuite/gas/s390/esa-operands.d: New.
|
502 |
|
|
* gas/testsuite/gas/s390/esa-operands.s: New.
|
503 |
|
|
* gas/testsuite/gas/s390/esa-reloc.d: New.
|
504 |
|
|
* gas/testsuite/gas/s390/esa-reloc.s: New.
|
505 |
|
|
* gas/testsuite/gas/s390/esa-z9-109.d: New.
|
506 |
|
|
* gas/testsuite/gas/s390/esa-z9-109.s: New.
|
507 |
|
|
* gas/testsuite/gas/s390/esa-z900.d: New.
|
508 |
|
|
* gas/testsuite/gas/s390/esa-z900.s: New.
|
509 |
|
|
* gas/testsuite/gas/s390/esa-z990.d: New.
|
510 |
|
|
* gas/testsuite/gas/s390/esa-z990.s: New.
|
511 |
|
|
* gas/testsuite/gas/s390/zarch-operands.d: New.
|
512 |
|
|
* gas/testsuite/gas/s390/zarch-operands.s: New.
|
513 |
|
|
* gas/testsuite/gas/s390/zarch-reloc.d: New.
|
514 |
|
|
* gas/testsuite/gas/s390/zarch-reloc.s: New.
|
515 |
|
|
* gas/testsuite/gas/s390/zarch-z9-109.d: New.
|
516 |
|
|
* gas/testsuite/gas/s390/zarch-z9-109.s: New.
|
517 |
|
|
* gas/testsuite/gas/s390/zarch-z900.d: New.
|
518 |
|
|
* gas/testsuite/gas/s390/zarch-z900.s: New.
|
519 |
|
|
* gas/testsuite/gas/s390/zarch-z990.d: New.
|
520 |
|
|
* gas/testsuite/gas/s390/zarch-z990.s: New.
|
521 |
|
|
* gas/testsuite/gas/s390/opcode.d: Delete.
|
522 |
|
|
* gas/testsuite/gas/s390/opcode.s: Delete.
|
523 |
|
|
* gas/testsuite/gas/s390/opcode64.d: Delete.
|
524 |
|
|
* gas/testsuite/gas/s390/opcode64.s: Delete.
|
525 |
|
|
* gas/testsuite/gas/s390/operands.d: Delete.
|
526 |
|
|
* gas/testsuite/gas/s390/operands.s: Delete.
|
527 |
|
|
* gas/testsuite/gas/s390/operands64.d: Delete.
|
528 |
|
|
* gas/testsuite/gas/s390/operands64.s: Delete.
|
529 |
|
|
* gas/testsuite/gas/s390/reloc.d: Likewise.
|
530 |
|
|
* gas/testsuite/gas/s390/reloc.s: Likewise.
|
531 |
|
|
* gas/testsuite/gas/s390/reloc64.d: Likewise.
|
532 |
|
|
* gas/testsuite/gas/s390/reloc64.s: Likewise.
|
533 |
|
|
|
534 |
|
|
2005-08-11 Alan Modra
|
535 |
|
|
|
536 |
|
|
* gas/all/gas.exp: Remove a29k and m88k support.
|
537 |
|
|
* gas/m88k/allinsn.d: Delete.
|
538 |
|
|
* gas/m88k/allinsn.s: Delete.
|
539 |
|
|
* gas/m88k/init.d: Delete.
|
540 |
|
|
* gas/m88k/init.s: Delete.
|
541 |
|
|
* gas/m88k/m88k.exp: Delete.
|
542 |
|
|
* gas/tic80/add.d: Delete.
|
543 |
|
|
* gas/tic80/add.lst: Delete.
|
544 |
|
|
* gas/tic80/add.s: Delete.
|
545 |
|
|
* gas/tic80/align.d: Delete.
|
546 |
|
|
* gas/tic80/align.lst: Delete.
|
547 |
|
|
* gas/tic80/align.s: Delete.
|
548 |
|
|
* gas/tic80/bitnum.d: Delete.
|
549 |
|
|
* gas/tic80/bitnum.lst: Delete.
|
550 |
|
|
* gas/tic80/bitnum.s: Delete.
|
551 |
|
|
* gas/tic80/ccode.d: Delete.
|
552 |
|
|
* gas/tic80/ccode.lst: Delete.
|
553 |
|
|
* gas/tic80/ccode.s: Delete.
|
554 |
|
|
* gas/tic80/cregops.d: Delete.
|
555 |
|
|
* gas/tic80/cregops.lst: Delete.
|
556 |
|
|
* gas/tic80/cregops.s: Delete.
|
557 |
|
|
* gas/tic80/endmask.d: Delete.
|
558 |
|
|
* gas/tic80/endmask.lst: Delete.
|
559 |
|
|
* gas/tic80/endmask.s: Delete.
|
560 |
|
|
* gas/tic80/float.d: Delete.
|
561 |
|
|
* gas/tic80/float.lst: Delete.
|
562 |
|
|
* gas/tic80/float.s: Delete.
|
563 |
|
|
* gas/tic80/regops.d: Delete.
|
564 |
|
|
* gas/tic80/regops.lst: Delete.
|
565 |
|
|
* gas/tic80/regops.s: Delete.
|
566 |
|
|
* gas/tic80/regops2.d: Delete.
|
567 |
|
|
* gas/tic80/regops2.lst: Delete.
|
568 |
|
|
* gas/tic80/regops2.s: Delete.
|
569 |
|
|
* gas/tic80/regops3.d: Delete.
|
570 |
|
|
* gas/tic80/regops3.lst: Delete.
|
571 |
|
|
* gas/tic80/regops3.s: Delete.
|
572 |
|
|
* gas/tic80/regops4.d: Delete.
|
573 |
|
|
* gas/tic80/regops4.lst: Delete.
|
574 |
|
|
* gas/tic80/regops4.s: Delete.
|
575 |
|
|
* gas/tic80/relocs1.c: Delete.
|
576 |
|
|
* gas/tic80/relocs1.d: Delete.
|
577 |
|
|
* gas/tic80/relocs1.lst: Delete.
|
578 |
|
|
* gas/tic80/relocs1.s: Delete.
|
579 |
|
|
* gas/tic80/relocs1b.d: Delete.
|
580 |
|
|
* gas/tic80/relocs2.c: Delete.
|
581 |
|
|
* gas/tic80/relocs2.d: Delete.
|
582 |
|
|
* gas/tic80/relocs2.lst: Delete.
|
583 |
|
|
* gas/tic80/relocs2.s: Delete.
|
584 |
|
|
* gas/tic80/relocs2b.d: Delete.
|
585 |
|
|
* gas/tic80/tic80.exp: Delete.
|
586 |
|
|
|
587 |
|
|
2005-08-05 John David Anglin
|
588 |
|
|
|
589 |
|
|
* gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.
|
590 |
|
|
|
591 |
|
|
2005-08-05 Paul Brook
|
592 |
|
|
|
593 |
|
|
* gas/arm/thumb32.s: Use correct conditional suffixes inside IT
|
594 |
|
|
blocks.
|
595 |
|
|
* gas/arm/thumb2_it.d, gas/arm/thumb2_it.s: New test.
|
596 |
|
|
|
597 |
|
|
2005-08-05 Paul Brook
|
598 |
|
|
|
599 |
|
|
* gas/arm/thumb32.d: Update ldm/stm dests.
|
600 |
|
|
* gas/arm/thumb32.s: Ditto.
|
601 |
|
|
|
602 |
|
|
2005-08-03 Nick Clifton
|
603 |
|
|
|
604 |
|
|
* gas/arm/iwmmxt-bad2.s: New file: Check for error messages about
|
605 |
|
|
erroneous offsets in iwmmxt instructions. Cannot be part of
|
606 |
|
|
iwmmxt-bad.s because the errors there stop the assembler before it
|
607 |
|
|
gets to check the offsets in instructions.
|
608 |
|
|
* gas/arm/iwmmxt-bad2.d: New file.
|
609 |
|
|
* gas/arm/iwmmxt-bad2.l: New file: Expected error messages.
|
610 |
|
|
|
611 |
|
|
2005-08-02 Khem Raj
|
612 |
|
|
|
613 |
|
|
* gas/arm/iwmmxt.s: Change the offset values of the WLDRD, WSTRD
|
614 |
|
|
and WSTRW instructions to be larger than +/-255.
|
615 |
|
|
* gas/arm/iwmmxt.d: Fix the expected results for these
|
616 |
|
|
instructions.
|
617 |
|
|
|
618 |
|
|
2005-07-29 Paul Brook
|
619 |
|
|
|
620 |
|
|
* gas/arm/thumb32.d: Fix expected output for writeback addressing
|
621 |
|
|
modes. Add single high reg push/pop test.
|
622 |
|
|
* gas/asm/thumb32.s: Add single high reg push/pop test.
|
623 |
|
|
|
624 |
|
|
2005-07-29 Paul Brook
|
625 |
|
|
|
626 |
|
|
* gas/arm/thumb32.s: Add tests for addw, subw, tbb and tbh.
|
627 |
|
|
* gas/arm/thumb32.d: Ditto.
|
628 |
|
|
|
629 |
|
|
2005-07-27 Jan Beulich
|
630 |
|
|
|
631 |
|
|
* gas/ia64/unwind-bad.l: Uncomment patterns matching new warnings.
|
632 |
|
|
* gas/ia64/unwind-ok.d: Correct expectations.
|
633 |
|
|
|
634 |
|
|
2005-07-26 Jan Beulich
|
635 |
|
|
|
636 |
|
|
* gas/i386/immed32.[sd]: New.
|
637 |
|
|
* gas/i386/immed64.[sd]: New.
|
638 |
|
|
* gas/i386/i386.exp: Run new tests.
|
639 |
|
|
|
640 |
|
|
2005-07-21 Paul Brook
|
641 |
|
|
|
642 |
|
|
* gas/arm/thumb32.s: Add tests for [pc, #imm] addressing modes.
|
643 |
|
|
* gas/arm/thumb32.d: Ditto.
|
644 |
|
|
|
645 |
|
|
2005-07-20 Kazuhiro Inaoka
|
646 |
|
|
|
647 |
|
|
* gas/m32r/rel32.exp: New file.
|
648 |
|
|
* gas/m32r/rel32.s: New file.
|
649 |
|
|
* gas/m32r/rel32.d: New file.
|
650 |
|
|
* gas/m32r/rel32-pic.s: New file.
|
651 |
|
|
* gas/m32r/rel32-pic.d: New file.
|
652 |
|
|
* gas/m32r/rel32-err.s: New file.
|
653 |
|
|
* gas/m32r/error.exp: Added rel32-err.
|
654 |
|
|
|
655 |
|
|
2005-07-18 H.J. Lu
|
656 |
|
|
|
657 |
|
|
* gas/i386/i386.exp: Add suffix.
|
658 |
|
|
|
659 |
|
|
* gas/i386/suffix.d: New file.
|
660 |
|
|
* gas/i386/suffix.s: Likewise.
|
661 |
|
|
|
662 |
|
|
2005-07-18 John David Anglin
|
663 |
|
|
|
664 |
|
|
* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
|
665 |
|
|
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
|
666 |
|
|
|
667 |
|
|
2005-07-18 Jan Beulich
|
668 |
|
|
|
669 |
|
|
* gas/i386/reloc32.[sdl]: New.
|
670 |
|
|
* gas/i386/reloc64.[sdl]: New.
|
671 |
|
|
* gas/i386/i386.exp: Run new tests.
|
672 |
|
|
|
673 |
|
|
2007-07-15 H.J. Lu
|
674 |
|
|
|
675 |
|
|
* gas/i386/i386.exp: Add vmx and x86-64-vmx.
|
676 |
|
|
|
677 |
|
|
* gas/i386/vmx.d: New file.
|
678 |
|
|
* gas/i386/vmx.s: Likewise.
|
679 |
|
|
* gas/i386/x86-64-vmx.d: Likewise.
|
680 |
|
|
* gas/i386/x86-64-vmx.s: Likewise.
|
681 |
|
|
|
682 |
|
|
2005-07-14 Nick Clifton
|
683 |
|
|
|
684 |
|
|
PR 1063
|
685 |
|
|
* gas/crx/gas-segfault.d: New file.
|
686 |
|
|
* gas/crx/gas-segfault.s: New file.
|
687 |
|
|
|
688 |
|
|
2005-07-12 Hans-Peter Nilsson
|
689 |
|
|
|
690 |
|
|
* gas/mmix/relax1-n.d, gas/mmix/relax1-rn.d: Avoid "# FIXME: "
|
691 |
|
|
first on a line, adjusting for testsuite framework change.
|
692 |
|
|
|
693 |
|
|
2005-07-10 H.J. Lu
|
694 |
|
|
|
695 |
|
|
* i386/x86_64.s: Add absolute siged 32bit addressing tests for
|
696 |
|
|
mov.
|
697 |
|
|
* i386/x86_64.d: Updated.
|
698 |
|
|
|
699 |
|
|
2005-07-08 Hans-Peter Nilsson
|
700 |
|
|
|
701 |
|
|
PR gas/1049
|
702 |
|
|
* gas/cris/rd-pic-2.d, gas/cris/rd-pic-2.s: New test.
|
703 |
|
|
* gas/cris/rd-abs32-1.d: Tweak for not emitting reloc-related
|
704 |
|
|
garbage for global symbols.
|
705 |
|
|
|
706 |
|
|
2005-07-07 Nick Clifton
|
707 |
|
|
|
708 |
|
|
* gas/arm/vfp1xD.d: Adjust expected fadds disassemblies now that
|
709 |
|
|
the dissassembler has been fixed.
|
710 |
|
|
|
711 |
|
|
2005-05-07 Paul Brook
|
712 |
|
|
|
713 |
|
|
* gas/ppc/altivec.d: Match all powerpc target vecs.
|
714 |
|
|
* gas/ppc/booke.d: Ditto.
|
715 |
|
|
* gas/ppc/e500.d: Ditto.
|
716 |
|
|
|
717 |
|
|
2005-07-05 Aldy Hernandez
|
718 |
|
|
|
719 |
|
|
* gas/ms1: New directory.
|
720 |
|
|
* gas/ms1/allinsn.d: New.
|
721 |
|
|
* gas/ms1/allinsn.s: New.
|
722 |
|
|
* gas/ms1/badinsn.s: New.
|
723 |
|
|
* gas/ms1/badinsn1.s: New.
|
724 |
|
|
* gas/ms1/badoffsethigh.s: New.
|
725 |
|
|
* gas/ms1/badoffsetlow.s: New.
|
726 |
|
|
* gas/ms1/badorder.s: New.
|
727 |
|
|
* gas/ms1/badreg.s: New.
|
728 |
|
|
* gas/ms1/badsignedimmhigh.s: New.
|
729 |
|
|
* gas/ms1/badsignedimmlow.s: New.
|
730 |
|
|
* gas/ms1/badsyntax.s: New.
|
731 |
|
|
* gas/ms1/badsyntax1.s: New.
|
732 |
|
|
* gas/ms1/badunsignedimmhigh.s: New.
|
733 |
|
|
* gas/ms1/badunsignedimmlow.s: New.
|
734 |
|
|
* gas/ms1/errors.exp: New.
|
735 |
|
|
* gas/ms1/ldst.s: New.
|
736 |
|
|
* gas/ms1/misc.d: New.
|
737 |
|
|
* gas/ms1/misc.s: New.
|
738 |
|
|
* gas/ms1/ms1-16-003.d: New.
|
739 |
|
|
* gas/ms1/ms1-16-003.s: New.
|
740 |
|
|
* gas/ms1/ms1.exp: New.
|
741 |
|
|
* gas/ms1/msys.d: New.
|
742 |
|
|
* gas/ms1/msys.s: New.
|
743 |
|
|
* gas/ms1/relocs.d: New.
|
744 |
|
|
* gas/ms1/relocs.exp: New.
|
745 |
|
|
* testsuite/gas/ms1/relocs1.s: New.
|
746 |
|
|
* testsuite/gas/ms1/relocs2.s: New.
|
747 |
|
|
|
748 |
|
|
2005-07-05 Jan Beulich
|
749 |
|
|
|
750 |
|
|
* gas/i386/svme.d: New.
|
751 |
|
|
* gas/i386/svme.s: New.
|
752 |
|
|
* gas/i386/svme64.d: New.
|
753 |
|
|
* gas/i386/i386.exp: Run new tests.
|
754 |
|
|
|
755 |
|
|
2005-07-04 Zack Weinberg
|
756 |
|
|
|
757 |
|
|
* lib/gas-defs.exp (run_dump_tests): New proc.
|
758 |
|
|
(run_dump_test): Add support for new options: target, not-target,
|
759 |
|
|
skip, not-skip, error-output. Document stderr. Tidy a
|
760 |
|
|
little.
|
761 |
|
|
(slurp_options): If a line doesn't match the option regexp, but
|
762 |
|
|
does begin with #, ignore it; don't stop parsing options.
|
763 |
|
|
* gas/arm/arm.exp: Remove most code. Use run_dump_tests.
|
764 |
|
|
|
765 |
|
|
* gas/arm/archv6t2-bad.d, gas/arm/armv1.d, gas/arm/iwmmxt-bad.d
|
766 |
|
|
* gas/arm/r15-bad.d, gas/arm/req.d, gas/arm/t16-bad.d
|
767 |
|
|
* gas/arm/undefined.d, gas/arm/undefined_coff.d, gas/arm/vfp-bad.d:
|
768 |
|
|
New files.
|
769 |
|
|
* gas/arm/bignum1.d, gas/arm/mapping.d, gas/arm/pic.d:
|
770 |
|
|
Only run on ELF targets.
|
771 |
|
|
* gas/arm/tls.d, gas/arm/unwind.d: Only run on ELF targets.
|
772 |
|
|
Skip on VxWorks.
|
773 |
|
|
* gas/arm/tls_vxworks.d, gas/arm/unwind_vxworks.d: New files.
|
774 |
|
|
* gas/arm/thumb.d, gas/arm/thumb32.d: Don't run on aout or pe.
|
775 |
|
|
* gas/arm/le-fpconst.d: Only run on *-*-pe.
|
776 |
|
|
* gas/arm/inst.d: Skip on WinCE.
|
777 |
|
|
* gas/arm/wince_inst.d: Skip unless WinCE.
|
778 |
|
|
* gas/arm/el_segundo.d: Mark up for actual use; adjust
|
779 |
|
|
expectations.
|
780 |
|
|
* gas/arm/el_segundo.s: Remove irrelevant junk. Add padding
|
781 |
|
|
for a.out's sake.
|
782 |
|
|
|
783 |
|
|
2005-07-01 Jan Beulich
|
784 |
|
|
|
785 |
|
|
* gas/ia64/group-2.s: Use register as second operand of .prologue.
|
786 |
|
|
* gas/ia64/unwind-err.s: Add check for .vframesp.
|
787 |
|
|
* gas/ia64/unwind-err.l: Adjust.
|
788 |
|
|
* gas/ia64/strange.[sd]: New.
|
789 |
|
|
* gas/ia64/unwind-bad.[sl]: New.
|
790 |
|
|
* gas/ia64/unwind-ok.[sd]: New.
|
791 |
|
|
* gas/ia64/ia64.exp: Run new tests.
|
792 |
|
|
|
793 |
|
|
2005-06-30 Zack Weinberg
|
794 |
|
|
|
795 |
|
|
* gas/arm/arm.exp: Don't special case ldconst, arm7t, or copro
|
796 |
|
|
for *-wince-*.
|
797 |
|
|
* gas/arm/wince_arm7t.d, gas/arm/wince_copro.d
|
798 |
|
|
* gas/arm/wince_ldconst.d: Delete.
|
799 |
|
|
|
800 |
|
|
2005-06-20 H.J. Lu
|
801 |
|
|
|
802 |
|
|
PR 1013
|
803 |
|
|
* i386/x86_64.s: Add absolute 64bit addressing tests for mov.
|
804 |
|
|
* i386/x86_64.d: Updated.
|
805 |
|
|
|
806 |
|
|
2005-06-17 Jan Beulich
|
807 |
|
|
|
808 |
|
|
* gas/i386/x86-64-pcrel.s: Add insn requiring 64-bit pc-relative
|
809 |
|
|
relocation. Add insns for all widths of non-pc-relative relocations.
|
810 |
|
|
* gas/i386/x86-64-pcrel.d: Adjust.
|
811 |
|
|
|
812 |
|
|
2005-06-13 Zack Weinberg
|
813 |
|
|
|
814 |
|
|
* gas/arm/thumb.s: Only branch to labels defined in this file.
|
815 |
|
|
* gas/arm/thumb.d, gas/arm/thumb32.d: Adjust expected output.
|
816 |
|
|
|
817 |
|
|
2005-06-01 Maciej W. Rozycki
|
818 |
|
|
|
819 |
|
|
* gas/mips/ldstla-32-1.l: Update to handle leading zeroes.
|
820 |
|
|
* gas/mips/ldstla-32-mips3-1.l: Likewise.
|
821 |
|
|
|
822 |
|
|
2005-05-27 Jan Beulich
|
823 |
|
|
|
824 |
|
|
* gas/ia64/proc.l: Adjust.
|
825 |
|
|
|
826 |
|
|
2005-05-25 Steve Ellcey
|
827 |
|
|
|
828 |
|
|
* gas/ia64/global.d: Change --sym to --syms.
|
829 |
|
|
|
830 |
|
|
2005-05-25 H.J. Lu
|
831 |
|
|
|
832 |
|
|
* gas/ia64/group-1.d: Updated.
|
833 |
|
|
* gas/ia64/group-2.d: Likewise.
|
834 |
|
|
|
835 |
|
|
2005-05-25 Jan Beulich
|
836 |
|
|
|
837 |
|
|
* gas/ia64/radix.s: New.
|
838 |
|
|
* gas/ia64/radix.l: New.
|
839 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
840 |
|
|
|
841 |
|
|
2005-05-25 Jan Beulich
|
842 |
|
|
|
843 |
|
|
* gas/i386/intelok.d: Account for 32-bit displacements being shown
|
844 |
|
|
in hex.
|
845 |
|
|
|
846 |
|
|
2005-05-24 H.J. Lu
|
847 |
|
|
|
848 |
|
|
* gas/elf/group0b.d: Updated.
|
849 |
|
|
* gas/elf/group1b.d: Likewise.
|
850 |
|
|
|
851 |
|
|
2005-05-19 Jan Beulich
|
852 |
|
|
|
853 |
|
|
* gas/ia64/reloc-uw.s: New.
|
854 |
|
|
* gas/ia64/reloc-uw.d: New.
|
855 |
|
|
* gas/ia64/reloc-uw-ilp32.d: New.
|
856 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
857 |
|
|
|
858 |
|
|
2005-05-18 Jan Beulich
|
859 |
|
|
|
860 |
|
|
* gas/all/altmacro.s: Parenthesize operand of %.
|
861 |
|
|
|
862 |
|
|
2005-05-17 Zack Weinberg
|
863 |
|
|
|
864 |
|
|
* gas/arm/arm.exp: Convert all existing "gas_test" tests to
|
865 |
|
|
"run_dump_test" tests. Run more tests unconditionally. Run new tests.
|
866 |
|
|
* gas/arm/arch4t.s, gas/arm/arch6zk.s, gas/arm/arm3.s, gas/arm/arm6.s
|
867 |
|
|
* gas/arm/arm7dm.s, gas/arm/bignum1.s, gas/arm/float.s
|
868 |
|
|
* gas/arm/immed.s, gas/arm/iwmmxt.s, gas/arm/offset.s, gas/arm/thumb.s:
|
869 |
|
|
Adjust to work as a dump test.
|
870 |
|
|
* gas/arm/arch4t.d, gas/arm/arch6zk.d, gas/arm/arm3.d, gas/arm/arm6.d
|
871 |
|
|
* gas/arm/arm7dm.d, gas/arm/bignum1.d, gas/arm/float.d
|
872 |
|
|
* gas/arm/immed.d, gas/arm/iwmmxt.d, gas/arm/offset.d, gas/arm/thumb.d:
|
873 |
|
|
New files.
|
874 |
|
|
|
875 |
|
|
* gas/arm/armv1-bad.l, gas/arm/armv1-bad.s: Remove tests for
|
876 |
|
|
diagnostics that don't happen in the first pass anymore.
|
877 |
|
|
|
878 |
|
|
* gas/arm/iwmmxt-bad.l, gas/arm/r15-bad.l, gas/arm/req.l
|
879 |
|
|
* gas/arm/vfp-bad.l:
|
880 |
|
|
Update expected diagnostics.
|
881 |
|
|
* gas/arm/pic.d: Update expected reloc name.
|
882 |
|
|
* gas/arm/thumbv6.d: CPY no longer appears in disassembly.
|
883 |
|
|
* gas/arm/r15-bad.s: Avoid two-argument mul.
|
884 |
|
|
* gas/arm/req.s: Adjust comments.
|
885 |
|
|
* gas/arm/maverick.d, gas/arm/maverick.s: Avoid inappropriate
|
886 |
|
|
use of PC.
|
887 |
|
|
|
888 |
|
|
* gas/arm/macro-1.d, gas/arm/macro1.s
|
889 |
|
|
* gas/arm/t16-bad.l, gas/arm/t16-bad.s
|
890 |
|
|
* gas/arm/tcompat.d, gas/arm/tcompat.s
|
891 |
|
|
* gas/arm/tcompat2.d, gas/arm/tcompat2.s
|
892 |
|
|
* gas/arm/thumb32.d, gas/arm/thumb32.s
|
893 |
|
|
New test pair.
|
894 |
|
|
|
895 |
|
|
2005-05-17 Jan Beulich
|
896 |
|
|
|
897 |
|
|
* gas/mmix/err-byte1.s: Adjust expected error text on line 10.
|
898 |
|
|
|
899 |
|
|
2005-05-17 Nick Clifton
|
900 |
|
|
|
901 |
|
|
* gas/v850/split-lo16.s: Add test for a lo() pseudo reloc
|
902 |
|
|
corrupting an ld.w instruction.
|
903 |
|
|
* gas/v850/split-lo16.d: Add expected, correct (ie not corrupt)
|
904 |
|
|
output.
|
905 |
|
|
|
906 |
|
|
2005-05-10 Michael Matz
|
907 |
|
|
|
908 |
|
|
* gas/hppa/parse/block1.s: Use official limit (0x3fffffff) for
|
909 |
|
|
.block.
|
910 |
|
|
|
911 |
|
|
2005-05-10 Hans-Peter Nilsson
|
912 |
|
|
|
913 |
|
|
* gas/mmix/relax2.s: Drop ":" off label definitions.
|
914 |
|
|
|
915 |
|
|
2005-05-09 Jan Beulich
|
916 |
|
|
|
917 |
|
|
* gas/i386/tlsd.[sd]: Adjust to not assume zero displacement will
|
918 |
|
|
actually be present in memory addressing.
|
919 |
|
|
* gas/i386/tlspic.[sd]: Likewise.
|
920 |
|
|
|
921 |
|
|
2005-05-07 H.J. Lu
|
922 |
|
|
|
923 |
|
|
PR 940
|
924 |
|
|
* gas/ia64/group-2.d: New.
|
925 |
|
|
* gas/ia64/group-2.s: New.
|
926 |
|
|
|
927 |
|
|
* gas/ia64/ia64.exp: Add "group-2".
|
928 |
|
|
|
929 |
|
|
2005-05-07 H.J. Lu
|
930 |
|
|
|
931 |
|
|
PR 843
|
932 |
|
|
* gas/i386/i386.exp: Add x86-64-branch.
|
933 |
|
|
|
934 |
|
|
* gas/i386/x86-64-branch.d: New.
|
935 |
|
|
* gas/i386/x86-64-branch.s: New.
|
936 |
|
|
|
937 |
|
|
2005-05-06 Jan Beulich
|
938 |
|
|
|
939 |
|
|
* gas/macros/badarg.s: Add check for bad qualifier specification.
|
940 |
|
|
* gas/macros/badarg.l: Adjust.
|
941 |
|
|
* gas/macros/vararg.[sd]: New.
|
942 |
|
|
* gas/macros/macros.exp: Run new test.
|
943 |
|
|
|
944 |
|
|
2005-05-06 Jan Beulich
|
945 |
|
|
|
946 |
|
|
* gas/all/cond.s: Also test .ifb/.ifnb.
|
947 |
|
|
* gas/all/cond.d: Adjust.
|
948 |
|
|
|
949 |
|
|
2005-05-06 Jan Beulich
|
950 |
|
|
|
951 |
|
|
* gas/macros/dot.s: Don't use pseudo-ops in first column.
|
952 |
|
|
* gas/macros/dot.l: Match broader range of possible outputs.
|
953 |
|
|
* gas/macros/purge.l: Likewise.
|
954 |
|
|
* gas/macros/purge.s: Start generated macro names with an underscore.
|
955 |
|
|
|
956 |
|
|
2005-05-05 Paul Brook
|
957 |
|
|
|
958 |
|
|
* gas/i386/i386.exp: Don't run divide test on vxworks.
|
959 |
|
|
|
960 |
|
|
2005-05-05 Nick Clifton
|
961 |
|
|
|
962 |
|
|
* Update the address and phone number of the FSF organization in
|
963 |
|
|
the GPL notices in the following files:
|
964 |
|
|
gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
|
965 |
|
|
gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
|
966 |
|
|
gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
|
967 |
|
|
gas/hppa/unsorted/unsorted.exp, gas/m88k/m88k.exp,
|
968 |
|
|
gas/mmix/mmix-err.exp, gas/mmix/mmix-list.exp, gas/mmix/mmix.exp,
|
969 |
|
|
gas/mn10200/basic.exp, gas/mn10300/am33-2.c,
|
970 |
|
|
gas/mn10300/basic.exp, gas/pdp11/opcode.s, gas/ppc/aix.exp,
|
971 |
|
|
gas/sh/basic.exp, gas/sh/err.exp, gas/sh/arch/arch.exp,
|
972 |
|
|
gas/sh/sh64/sh64.exp, gas/v850/basic.exp, lib/gas-defs.exp
|
973 |
|
|
|
974 |
|
|
2005-05-05 Mike Frysinger
|
975 |
|
|
|
976 |
|
|
* gas/sh/basic.exp: Replace linux-gnu with linux-* to allow for
|
977 |
|
|
versions of Linux which do not use glibc.
|
978 |
|
|
* gas/vax/vax.exp: Likewise.
|
979 |
|
|
|
980 |
|
|
2005-05-05 Paul Brook
|
981 |
|
|
|
982 |
|
|
* lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...".
|
983 |
|
|
|
984 |
|
|
2005-04-26 H.J. Lu
|
985 |
|
|
|
986 |
|
|
* gas/all/assign.s: Make `x' and `y' global.
|
987 |
|
|
|
988 |
|
|
2005-04-25 Jan Beulich
|
989 |
|
|
|
990 |
|
|
* gas/macros/badarg.s: Add tests for collisions between/among macro
|
991 |
|
|
parameters and local symbols.
|
992 |
|
|
* gas/macros/badarg.l: Adjust.
|
993 |
|
|
|
994 |
|
|
2005-04-20 Jan Beulich
|
995 |
|
|
|
996 |
|
|
* gas/elf/struct.s: Adjust to not get into alignment issues.
|
997 |
|
|
* gas/elf/struct.d: Adjust for the above and the test's name.
|
998 |
|
|
|
999 |
|
|
2005-04-19 H.J. Lu
|
1000 |
|
|
|
1001 |
|
|
* gas/i386/padlock.d: Updated.
|
1002 |
|
|
|
1003 |
|
|
2005-04-19 Andreas Schwab
|
1004 |
|
|
|
1005 |
|
|
* gas/ia64/invalid-ar.l: Adapt to changed error message.
|
1006 |
|
|
|
1007 |
|
|
2005-04-18 Jan Beulich
|
1008 |
|
|
|
1009 |
|
|
* gas/macros/purge.[ls]: New.
|
1010 |
|
|
* gas/macros/macros.exp: Run new test.
|
1011 |
|
|
|
1012 |
|
|
2005-04-15 Jan Beulich
|
1013 |
|
|
|
1014 |
|
|
* gas/elf/struct.[sd]: New.
|
1015 |
|
|
* gas/elf/elf.exp: Run new test.
|
1016 |
|
|
|
1017 |
|
|
2005-04-15 Alan Modra
|
1018 |
|
|
|
1019 |
|
|
* gas/all/assign.s: New.
|
1020 |
|
|
* gas/all/assign.d: New.
|
1021 |
|
|
* gas/all/gas.exp: Run it.
|
1022 |
|
|
|
1023 |
|
|
2005-04-13 Maciej W. Rozycki
|
1024 |
|
|
|
1025 |
|
|
* gas/mips/ldstla-32.s: Exclude offsets that are now meant to fail
|
1026 |
|
|
and include more instructions/offsets that are meant to succeed.
|
1027 |
|
|
Use $4 instead $3 to avoid register dependencies.
|
1028 |
|
|
* gas/mips/ldstla-32.d: Update accordingly.
|
1029 |
|
|
* gas/mips/ldstla-32-shared.d: Likewise.
|
1030 |
|
|
* gas/mips/ldstla-32-mips3.d: New test based on the above, except
|
1031 |
|
|
for mips3.
|
1032 |
|
|
* gas/mips/ldstla-32-mips3-shared.d: Similarly, for PIC.
|
1033 |
|
|
* gas/mips/ldstla-32-mips3.s: Source for the new tests.
|
1034 |
|
|
* gas/mips/ldstla-32-1.s: New test for offsets that are meant to
|
1035 |
|
|
fail.
|
1036 |
|
|
* gas/mips/ldstla-32-mips3-1.s: Likewise, for mips3.
|
1037 |
|
|
* gas/mips/ldstla-32-1.l: Stderr output for the new test.
|
1038 |
|
|
* gas/mips/ldstla-32-mips3-1.l: Likewise.
|
1039 |
|
|
* gas/mips/mips.exp: Run the new tests.
|
1040 |
|
|
|
1041 |
|
|
2005-04-11 Mark Kettenis
|
1042 |
|
|
|
1043 |
|
|
* gas/all/gas.exp: Don't run fastcall labels test on
|
1044 |
|
|
i*86-*-openbsd*.
|
1045 |
|
|
|
1046 |
|
|
2005-04-11 Jan Beulich
|
1047 |
|
|
|
1048 |
|
|
* gas/macros/dot.[ls]: New.
|
1049 |
|
|
* gas/macros/macros.exp: Run new test.
|
1050 |
|
|
|
1051 |
|
|
2005-04-06 H.J. Lu
|
1052 |
|
|
|
1053 |
|
|
* gas/i386/x86-64-pcrel.s: Test R_X86_64_32S.
|
1054 |
|
|
* gas/i386/x86-64-pcrel.d: Updated.
|
1055 |
|
|
|
1056 |
|
|
2005-04-01 Jan-Benedict Glaw
|
1057 |
|
|
|
1058 |
|
|
* gas/vax/flonum.s: New testcase: Encode some flonums.
|
1059 |
|
|
* gas/vax/flonum.d: Expected result of new testcase.
|
1060 |
|
|
* gas/vax/vax.exp: Call the new testcase.
|
1061 |
|
|
|
1062 |
|
|
* gas/vax/elf-rel.d: Call gas with -k. Thanks to Matt Thomas for
|
1063 |
|
|
figuring out.
|
1064 |
|
|
* gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.
|
1065 |
|
|
|
1066 |
|
|
2005-04-01 Jan Beulich
|
1067 |
|
|
|
1068 |
|
|
* gas/i386/bss.[sd]: New.
|
1069 |
|
|
* gas/i386/i386.exp: Run new test.
|
1070 |
|
|
|
1071 |
|
|
2005-04-01 Jan Beulich
|
1072 |
|
|
|
1073 |
|
|
* gas/i386/x86-64-pcrel.[sd]: New.
|
1074 |
|
|
* gas/i386/i386.exp: Run new test.
|
1075 |
|
|
|
1076 |
|
|
2005-03-30 Julian Brown
|
1077 |
|
|
|
1078 |
|
|
* gas/arm/mapping.d: Update expected output due to mapping symbols
|
1079 |
|
|
being untyped.
|
1080 |
|
|
|
1081 |
|
|
2005-03-29 H.J. Lu
|
1082 |
|
|
|
1083 |
|
|
* gas/i386/i386.exp: Run segment and inval-seg for i386. Run
|
1084 |
|
|
x86-64-segment and x86-64-inval-seg for x86-64.
|
1085 |
|
|
|
1086 |
|
|
* gas/i386/intel.d: Expect movw for moving between memory and
|
1087 |
|
|
segment register.
|
1088 |
|
|
* gas/i386/naked.d: Likewise.
|
1089 |
|
|
* gas/i386/opcode.d: Likewise.
|
1090 |
|
|
* gas/i386/x86-64-opcode.d: Likewise.
|
1091 |
|
|
|
1092 |
|
|
* gas/i386/opcode.s: Use movw for moving between memory and
|
1093 |
|
|
segment register.
|
1094 |
|
|
* gas/i386/x86-64-opcode.s: Likewise.
|
1095 |
|
|
|
1096 |
|
|
* : Likewise.
|
1097 |
|
|
|
1098 |
|
|
* gas/i386/inval-seg.l: New.
|
1099 |
|
|
* gas/i386/inval-seg.s: New.
|
1100 |
|
|
* gas/i386/segment.l: New.
|
1101 |
|
|
* gas/i386/segment.s: New.
|
1102 |
|
|
* gas/i386/x86-64-inval-seg.l: New.
|
1103 |
|
|
* gas/i386/x86-64-inval-seg.s: New.
|
1104 |
|
|
* gas/i386/x86-64-segment.l: New.
|
1105 |
|
|
* gas/i386/x86-64-segment.s: New.
|
1106 |
|
|
|
1107 |
|
|
2005-03-29 Daniel Jacobowitz
|
1108 |
|
|
|
1109 |
|
|
* gas/arm/tls.s, gas/arm/tls.d: New files.
|
1110 |
|
|
* gas/arm/arm.exp: Run TLS test.
|
1111 |
|
|
|
1112 |
|
|
2005-03-29 Julian Brown
|
1113 |
|
|
|
1114 |
|
|
* gas/arm/unwind.d: Update expected output.
|
1115 |
|
|
|
1116 |
|
|
2005-03-28 H.J. Lu
|
1117 |
|
|
|
1118 |
|
|
PR 803
|
1119 |
|
|
* gas/ia64/dv-imply.d: Pass -mtune=itanium1 to as.
|
1120 |
|
|
* gas/ia64/dv-mutex.d : Likewise.
|
1121 |
|
|
* gas/ia64/dv-safe.d: Likewise.
|
1122 |
|
|
* gas/ia64/dv-srlz.d.nop: Likewise.
|
1123 |
|
|
* gas/ia64/ldxmov-1.d: Likewise.
|
1124 |
|
|
* gas/ia64/opc-b.d: Likewise.
|
1125 |
|
|
* gas/ia64/opc-f.d: Likewise.
|
1126 |
|
|
* gas/ia64/opc-i.d: Likewise.
|
1127 |
|
|
* gas/ia64/opc-m.d: Likewise.
|
1128 |
|
|
* gas/ia64/operand-or.d: Likewise.
|
1129 |
|
|
* gas/ia64/pcrel.d: Likewise.
|
1130 |
|
|
* gas/ia64/pseudo.d: Likewise.
|
1131 |
|
|
* gas/ia64/tls.d: Likewise.
|
1132 |
|
|
|
1133 |
|
|
2005-03-24 Hans-Peter Nilsson
|
1134 |
|
|
|
1135 |
|
|
* gas/cris/range-err-1.s: Adjust expected messages for hosts with
|
1136 |
|
|
64-bit longs.
|
1137 |
|
|
|
1138 |
|
|
2005-03-23 Alan Modra
|
1139 |
|
|
|
1140 |
|
|
* gas/elf/section5.s: Don't start directives in first column.
|
1141 |
|
|
|
1142 |
|
|
2005-03-21 Nick Clifton
|
1143 |
|
|
|
1144 |
|
|
* gas/arm/iwmmxt.s: Update instructions that use the "never" value
|
1145 |
|
|
in the conditional field to use "le" instead. This is so that the
|
1146 |
|
|
disassembler will disassemble them.
|
1147 |
|
|
* gas/arm/iwmmxt.d: Update expected disassemblies.
|
1148 |
|
|
|
1149 |
|
|
2005-03-17 Jan Beulich
|
1150 |
|
|
|
1151 |
|
|
* gas/i386/intel.d: Add stderr directive.
|
1152 |
|
|
* gas/i386/intel.e: New.
|
1153 |
|
|
* gas/i386/intel16.d: Add stderr directive. Adjust for changed
|
1154 |
|
|
source.
|
1155 |
|
|
* gas/i386/intel16.e: New.
|
1156 |
|
|
* gas/i386/intel16.s: Add instances of addressing forms with base
|
1157 |
|
|
and index specified in reverse order.
|
1158 |
|
|
* gas/i386/intelbad.l: Adjust for changed source.
|
1159 |
|
|
* gas/i386/intelbad.s: Add more operand forms to check.
|
1160 |
|
|
* gas/i386/intelok.d: Remove -r from objdump options. Add stderr
|
1161 |
|
|
directive. Adjust for changed source.
|
1162 |
|
|
* gas/i386/intelok.e: New.
|
1163 |
|
|
* gas/i386/intelok.s: Define MASM constants byte, word, etc. Add
|
1164 |
|
|
more operand forms to check.
|
1165 |
|
|
* gas/i386/x86_64.d: Add stderr directive.
|
1166 |
|
|
* gas/i386/x86_64.e: New.
|
1167 |
|
|
* gas/i386/x86_64.s: Adjust for parser changes.
|
1168 |
|
|
|
1169 |
|
|
2005-03-15 Zack Weinberg
|
1170 |
|
|
|
1171 |
|
|
* gas/arm/archv6t2.d, gas/arm/archv6t2.s: New dump test.
|
1172 |
|
|
* gas/arm/archv6t2-bad.l, gas/arm/archv6t2-bad.l: New errors test.
|
1173 |
|
|
* gas/arm/arm.exp: Run them.
|
1174 |
|
|
|
1175 |
|
|
2005-03-14 Eric Christopher
|
1176 |
|
|
|
1177 |
|
|
* gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test.
|
1178 |
|
|
* gas/cfi/cfi.exp: Run it.
|
1179 |
|
|
* gas/cfi/cfi-common-1.d: Update.
|
1180 |
|
|
* gas/cfi/cfi-common-2.d: Ditto.
|
1181 |
|
|
* gas/cfi/cfi-common-3.d: Ditto.
|
1182 |
|
|
* gas/cfi/cfi-common-4.d: Ditto.
|
1183 |
|
|
|
1184 |
|
|
2005-03-12 Zack Weinberg
|
1185 |
|
|
|
1186 |
|
|
* gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
|
1187 |
|
|
* gas/arm/arm.exp: Run it.
|
1188 |
|
|
|
1189 |
|
|
2005-03-10 Aldy Hernandez
|
1190 |
|
|
|
1191 |
|
|
* gas/ppc/e500.d: Fix encoding of efscfd.
|
1192 |
|
|
|
1193 |
|
|
2005-03-10 Jeff Baker
|
1194 |
|
|
Alan Modra
|
1195 |
|
|
|
1196 |
|
|
* gas/ppc/booke.s: Add new m[t,f]sprg testcases.
|
1197 |
|
|
* gas/ppc/booke.d: Likewise.
|
1198 |
|
|
|
1199 |
|
|
2005-03-09 Richard Sandiford
|
1200 |
|
|
|
1201 |
|
|
* gas/mips/vr4130.[sd]: New test.
|
1202 |
|
|
* gas/mips/mips.exp: Run it.
|
1203 |
|
|
|
1204 |
|
|
2005-03-09 Richard Sandiford
|
1205 |
|
|
|
1206 |
|
|
* gas/mips/relax-swap1-mips[12].d: Expect the delay slots of
|
1207 |
|
|
bc1f and bc1t to be filled.
|
1208 |
|
|
* gas/mips/branch-misc-3.[sd]: New test.
|
1209 |
|
|
* gas/mips/mips.exp: Run it.
|
1210 |
|
|
|
1211 |
|
|
2005-03-09 Ben Elliston
|
1212 |
|
|
|
1213 |
|
|
* gas/maxq10/maxq10.exp: Remove stray semicolons.
|
1214 |
|
|
* gas/maxq20/maxq20.exp: Likewise.
|
1215 |
|
|
|
1216 |
|
|
2005-03-08 Jan Beulich
|
1217 |
|
|
|
1218 |
|
|
* gas/ia64/no-fit.[ls]: New.
|
1219 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1220 |
|
|
|
1221 |
|
|
2005-03-08 Jan Beulich
|
1222 |
|
|
|
1223 |
|
|
* gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
|
1224 |
|
|
* gas/ia64/ia64.exp: Run new tests.
|
1225 |
|
|
|
1226 |
|
|
2005-03-08 Jan Beulich
|
1227 |
|
|
|
1228 |
|
|
* gas/ia64/pcrel.d: Account for big endian target.
|
1229 |
|
|
* gas/ia64/reloc-bad.s: Enforce 64-bit ABI.
|
1230 |
|
|
|
1231 |
|
|
2005-03-08 Hans-Peter Nilsson
|
1232 |
|
|
|
1233 |
|
|
Adjust testsuite for cris-axis-aout.
|
1234 |
|
|
* gas/cris/rd-bcnst.d, gas/cris/rd-usp-1.d: Adjust regexps for a.out output.
|
1235 |
|
|
* gas/cris/mulbug-err-1.s, gas/cris/rd-arch-1.d,
|
1236 |
|
|
gas/cris/rd-arch-2.d, gas/cris/rd-arch-3.d, gas/cris/rd-break32.d,
|
1237 |
|
|
gas/cris/rd-pcrel2.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
|
1238 |
|
|
gas/cris/rd-usp-1b.d, gas/cris/v32-err-7.s: Pass --em=criself.
|
1239 |
|
|
|
1240 |
|
|
2005-03-04 David Daney
|
1241 |
|
|
|
1242 |
|
|
* gas/mips/elf-rel23b.d: Use '__gnu_local_gp' instead of '_gp'
|
1243 |
|
|
for -mno-shared optimization.
|
1244 |
|
|
* gas/mips/elf-rel25a.d: Ditto.
|
1245 |
|
|
|
1246 |
|
|
2005-03-04 Nick Clifton
|
1247 |
|
|
|
1248 |
|
|
* gas/arm/arm.exp: Fix test for running the "undefined" to catch
|
1249 |
|
|
more non-ELF cases.
|
1250 |
|
|
* gas/arm/pic.d: Fix for vxworks target.
|
1251 |
|
|
* gas/arm/basic.d: Likewise.
|
1252 |
|
|
* gas/arm/unwind.d: Likewise.
|
1253 |
|
|
|
1254 |
|
|
2005-03-04 Richard Sandiford
|
1255 |
|
|
|
1256 |
|
|
* gas/mips/ldstla-{n32.s, n32.d, n32-shared.d}: Delete.
|
1257 |
|
|
* gas/mips/ldstla-{n64.d, n64-shared.d}: Adjust expected output
|
1258 |
|
|
for loads and stores from constant addresses.
|
1259 |
|
|
* gas/mips/ldstla-{sym32.s, eabi64.d, n64-sym32.d}: New tests.
|
1260 |
|
|
* gas/mips/mips.exp: Run them.
|
1261 |
|
|
|
1262 |
|
|
2005-03-03 Richard Sandiford
|
1263 |
|
|
|
1264 |
|
|
* gas/mips/mips.exp: Move tls tests to main $elf block.
|
1265 |
|
|
|
1266 |
|
|
2005-03-03 Nick Clifton
|
1267 |
|
|
|
1268 |
|
|
* gas/macros/macros.exp (and.s): Expect this test to fail for the
|
1269 |
|
|
tic4x-coff target because it uses the '&' character as a line
|
1270 |
|
|
separator.
|
1271 |
|
|
|
1272 |
|
|
* gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
|
1273 |
|
|
* gas/sh/pcrel-hms.d: New file. Adjusted form of pcrel-coff.d for
|
1274 |
|
|
the sh-hms target.
|
1275 |
|
|
* gas/sh/arch/arch.exp: Expect the same failures for sh-hms port
|
1276 |
|
|
as for the sh-coff port.
|
1277 |
|
|
|
1278 |
|
|
* gas/macros/macros.exp (run_list_test): Also expect the msp430
|
1279 |
|
|
port to fail the strings test because it defines
|
1280 |
|
|
ONLY_STANDARD_ESCAPES.
|
1281 |
|
|
|
1282 |
|
|
* gas/arm/arch6zk.s: Add three nop instructions in order to pad
|
1283 |
|
|
the .text section out to a 32-byte boundary as will automatically
|
1284 |
|
|
be done by the arm-aout target.
|
1285 |
|
|
* gas/arm/arch6zk.d: Add expected nop disassemblies.
|
1286 |
|
|
|
1287 |
|
|
* gas/d30v/serial.l: Remove listing lines that are no longer
|
1288 |
|
|
emitted and fix up expected binary encoding.
|
1289 |
|
|
* gas/d30v/serial2.l: Likewise.
|
1290 |
|
|
* gas/d30v/serial2O.l: Likewise.
|
1291 |
|
|
|
1292 |
|
|
2005-03-03 Ramana Radhakrishnan
|
1293 |
|
|
|
1294 |
|
|
* gas/arc/extensions.s: Add tests for extcoreregister.
|
1295 |
|
|
* gas/arc/extensions.d: Likewise.
|
1296 |
|
|
* gas/arc/warn.s: Warnings for readonly core registers accessed.
|
1297 |
|
|
* gas/arc/warn.d: Likewise.
|
1298 |
|
|
* gas/arc/arc.exp: Run extensions testcase.
|
1299 |
|
|
|
1300 |
|
|
2005-03-03 Richard Sandiford
|
1301 |
|
|
|
1302 |
|
|
* gas/mips/noat-1.d: Add -mips1 to assembler options.
|
1303 |
|
|
|
1304 |
|
|
2005-03-03 Ramana Radhakrishnan
|
1305 |
|
|
|
1306 |
|
|
* gas/arc/ld.s: Add checks for short immediates with ld.
|
1307 |
|
|
* gas/arc/ld.d: Likewise.
|
1308 |
|
|
|
1309 |
|
|
2005-03-02 Daniel Jacobowitz
|
1310 |
|
|
|
1311 |
|
|
* gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
|
1312 |
|
|
gas/mips/tls-ill.s: New files.
|
1313 |
|
|
* gas/mips/mips.exp: Run TLS tests.
|
1314 |
|
|
|
1315 |
|
|
2005-03-02 Alan Modra
|
1316 |
|
|
|
1317 |
|
|
* gas/ppc/astest.d: Adjust for relocs reduced to section sym.
|
1318 |
|
|
* gas/ppc/astest2.d: Likewise.
|
1319 |
|
|
* gas/ppc/astest2_64.d: Likewise.
|
1320 |
|
|
* ppc/astest64.d: Likewise.
|
1321 |
|
|
* ppc/booke.d: Likewise.
|
1322 |
|
|
* ppc/power4.d: Likewise.
|
1323 |
|
|
* ppc/test1elf32.d: Likewise.
|
1324 |
|
|
* ppc/test1elf64.d: Likewise.
|
1325 |
|
|
|
1326 |
|
|
2005-03-02 Jan Beulich
|
1327 |
|
|
|
1328 |
|
|
* gas/i386/cr-err.[ls]: New.
|
1329 |
|
|
* gas/i386/crx.[ds]: New.
|
1330 |
|
|
* gas/i386/i386.exp: Run new tests.
|
1331 |
|
|
|
1332 |
|
|
2005-03-02 Jan Beulich
|
1333 |
|
|
|
1334 |
|
|
* gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
|
1335 |
|
|
* gas/i386/intelok.s: Add checks for various special memory operands.
|
1336 |
|
|
|
1337 |
|
|
2005-03-01 Ramana Radhakrishnan
|
1338 |
|
|
|
1339 |
|
|
* gas/arc/extensions.s: New file.
|
1340 |
|
|
* gas/arc/extensions.d: New file.
|
1341 |
|
|
|
1342 |
|
|
2005-03-01 Nick Clifton
|
1343 |
|
|
|
1344 |
|
|
* gas/arm/arm.exp (undefined): Run a COFF variant of this test for
|
1345 |
|
|
COFF based ports.
|
1346 |
|
|
* gas/arm/undefined_coff.s: New file: Variant of undefined.s but
|
1347 |
|
|
with a COFF formated local label name.
|
1348 |
|
|
* gas/arm/undefined_coff.l: New file. Variant of undefined.l.
|
1349 |
|
|
|
1350 |
|
|
2005-03-01 Stig Petter Olsroed
|
1351 |
|
|
Nick Clifton
|
1352 |
|
|
|
1353 |
|
|
* gas/arm/inst.d: Allow for ARM ports which decode the reloc
|
1354 |
|
|
associated with branches and so show the exact symbolic
|
1355 |
|
|
destination address rather than an offset from the start of the
|
1356 |
|
|
section.
|
1357 |
|
|
* gas/arm/pic.d: Likewise.
|
1358 |
|
|
|
1359 |
|
|
2005-03-01 Alan Modra
|
1360 |
|
|
|
1361 |
|
|
* gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
|
1362 |
|
|
* gas/m68k/mcf-mac.d: Likewise.
|
1363 |
|
|
* gas/m68k/mcf-mov3q.d: Likewise.
|
1364 |
|
|
* gas/m68k/mode5.d: Likewise.
|
1365 |
|
|
|
1366 |
|
|
2005-02-22 Eric Christopher
|
1367 |
|
|
|
1368 |
|
|
* gas/mips/elf-rel10.d: Update for label change.
|
1369 |
|
|
|
1370 |
|
|
2005-02-22 Maciej W. Rozycki
|
1371 |
|
|
|
1372 |
|
|
* gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocation
|
1373 |
|
|
information.
|
1374 |
|
|
* gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line
|
1375 |
|
|
information for MIPS16 for the n32 ABI.
|
1376 |
|
|
* gas/mips/mips.exp. Run the new test.
|
1377 |
|
|
|
1378 |
|
|
2005-02-22 Eric Christopher
|
1379 |
|
|
|
1380 |
|
|
* gas/mips/elf-rel10.s: Add label for frob.
|
1381 |
|
|
|
1382 |
|
|
2005-02-22 Maciej W. Rozycki
|
1383 |
|
|
|
1384 |
|
|
* gas/mips/mips16-dwarf2.d: New test to check DWARF2 line
|
1385 |
|
|
information for MIPS16.
|
1386 |
|
|
* gas/mips/mips16-dwarf2.s: Source for the new test.
|
1387 |
|
|
* gas/mips/mips.exp: Run the new test.
|
1388 |
|
|
|
1389 |
|
|
2005-02-21 Alan Modra
|
1390 |
|
|
|
1391 |
|
|
* gas/d10v/instruction_packing-005.d: Adjust.
|
1392 |
|
|
* gas/d10v/instruction_packing-008.d: Ignore disassembled stabs.
|
1393 |
|
|
* gas/d10v/instruction_packing-009.d: Likewise.
|
1394 |
|
|
* gas/d10v/instruction_packing-010.d: Likewise.
|
1395 |
|
|
* gas/d10v/warning-001.d: Use #warning instead of #error.
|
1396 |
|
|
* gas/d10v/warning-002.d: Likewise.
|
1397 |
|
|
* gas/d10v/warning-003.d: Likewise.
|
1398 |
|
|
* gas/d10v/warning-004.d: Likewise.
|
1399 |
|
|
* gas/d10v/warning-005.d: Likewise.
|
1400 |
|
|
* gas/d10v/warning-006.d: Likewise.
|
1401 |
|
|
* gas/d10v/warning-007.d: Likewise.
|
1402 |
|
|
* gas/d10v/warning-008.d: Likewise.
|
1403 |
|
|
* gas/d10v/warning-009.d: Likewise.
|
1404 |
|
|
* gas/d10v/warning-010.d: Likewise.
|
1405 |
|
|
* gas/d10v/warning-011.d: Likewise.
|
1406 |
|
|
* gas/d10v/warning-012.d: Likewise.
|
1407 |
|
|
* gas/d10v/warning-013.d: Likewise.
|
1408 |
|
|
* gas/d10v/warning-015.d: Likewise.
|
1409 |
|
|
* gas/d10v/warning-016.d: Likewise.
|
1410 |
|
|
* gas/d10v/warning-017.d: Likewise.
|
1411 |
|
|
* gas/d10v/warning-018.d: Likewise.
|
1412 |
|
|
* gas/d10v/warning-019.d: Likewise.
|
1413 |
|
|
* lib/gas-defs.exp (run_dump_test): Don't require a dump program if
|
1414 |
|
|
#warning given. Rearrange to allow $program to remain unset.
|
1415 |
|
|
Fail the test if warning not found when expected. Conversely fail
|
1416 |
|
|
the test if assembler errors or warnings given when not expected.
|
1417 |
|
|
|
1418 |
|
|
2005-02-18 Thiemo Seufer
|
1419 |
|
|
|
1420 |
|
|
* gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s,
|
1421 |
|
|
gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l,
|
1422 |
|
|
gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s,
|
1423 |
|
|
gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l,
|
1424 |
|
|
gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for
|
1425 |
|
|
.set noat in macro expansions.
|
1426 |
|
|
* gas/mips/mips.exp: Run new testcases.
|
1427 |
|
|
* gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
|
1428 |
|
|
gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
|
1429 |
|
|
gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
|
1430 |
|
|
gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d,
|
1431 |
|
|
gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d,
|
1432 |
|
|
gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s,
|
1433 |
|
|
gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d,
|
1434 |
|
|
gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l,
|
1435 |
|
|
gas/mips/ulw2.s: Don't try to test .set noat.
|
1436 |
|
|
|
1437 |
|
|
2005-02-17 H.J. Lu
|
1438 |
|
|
|
1439 |
|
|
* gas/ia64/hint.b-err.l: New file.
|
1440 |
|
|
* gas/ia64/hint.b-err.s: Likewise.
|
1441 |
|
|
* gas/ia64/hint.b-warn.l: Likewise.
|
1442 |
|
|
* gas/ia64/hint.b-warn.s: Likewise.
|
1443 |
|
|
|
1444 |
|
|
* gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.
|
1445 |
|
|
|
1446 |
|
|
* gas/ia64/opc-b.d: Pass -mhint.b=ok to as.
|
1447 |
|
|
|
1448 |
|
|
2005-02-17 Jan Beulich
|
1449 |
|
|
|
1450 |
|
|
* gas/ia64/nostkreg.[ds]: New.
|
1451 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1452 |
|
|
|
1453 |
|
|
2005-02-16 Alan Modra
|
1454 |
|
|
|
1455 |
|
|
* gas/all/gas.exp (quad): Don't run on i960.
|
1456 |
|
|
|
1457 |
|
|
2005-02-15 Nigel Stephens
|
1458 |
|
|
Maciej W. Rozycki
|
1459 |
|
|
|
1460 |
|
|
* gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and
|
1461 |
|
|
R_MIPS16_LO16 relocs.
|
1462 |
|
|
* gas/mips/mips16-hilo-n32.d: Likewise, for the n32 ABI.
|
1463 |
|
|
* gas/mips/mips16-hilo.s: Source for the new tests.
|
1464 |
|
|
* gas/mips/mips.exp: Run the new tests.
|
1465 |
|
|
|
1466 |
|
|
2005-02-15 Jan Beulich
|
1467 |
|
|
|
1468 |
|
|
* gas/ia64/pcrel.[ds]: New.
|
1469 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1470 |
|
|
|
1471 |
|
|
2005-02-15 Jan Beulich
|
1472 |
|
|
|
1473 |
|
|
* gas/ia64/dv-raw-err.l: Expect specific resource for RAW
|
1474 |
|
|
violation on b0.
|
1475 |
|
|
* gas/ia64/regval.[ls]: New.
|
1476 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1477 |
|
|
|
1478 |
|
|
2005-02-15 Jan Beulich
|
1479 |
|
|
|
1480 |
|
|
* gas/ia64/dv-raw-err.s: Don't use r0 or f0 as output operand.
|
1481 |
|
|
* gas/ia64/dv-waw-err.s: Likewise.
|
1482 |
|
|
* gas/ia64/reg-err.[ls]: New.
|
1483 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1484 |
|
|
|
1485 |
|
|
2005-02-15 Jan Beulich
|
1486 |
|
|
|
1487 |
|
|
* gas/ia64/reloc.[ds]: New.
|
1488 |
|
|
* gas/ia64/reloc-bad.[ls]: New.
|
1489 |
|
|
* gas/ia64/ia64.exp: Run new tests.
|
1490 |
|
|
|
1491 |
|
|
2005-02-15 Jan Beulich
|
1492 |
|
|
|
1493 |
|
|
* gas/ia64/operand-or.d: Pass -xnone to assembler.
|
1494 |
|
|
|
1495 |
|
|
2005-02-13 Jan Beulich
|
1496 |
|
|
|
1497 |
|
|
* gas/ia64/label.l: Adjust line numbers.
|
1498 |
|
|
* gas/ia64/label.s: Add .explicit.
|
1499 |
|
|
* gas/ia64/nop_x.s: Likewise.
|
1500 |
|
|
* gas/ia64/opc-a.d: Add assembler option -xnone.
|
1501 |
|
|
* gas/ia64/opc-b.d: Likewise.
|
1502 |
|
|
* gas/ia64/opc-f.d: Likewise.
|
1503 |
|
|
* gas/ia64/opc-i.d: Likewise.
|
1504 |
|
|
* gas/ia64/opc-m.d: Likewise.
|
1505 |
|
|
* gas/ia64/opc-x.d: Likewise.
|
1506 |
|
|
* gas/ia64/pseudo.d: Likewise.
|
1507 |
|
|
* gas/ia64/regs.d: Likewise.
|
1508 |
|
|
* gas/ia64/tls.d: Likewise.
|
1509 |
|
|
* gas/ia64/unwind-err.l: Adjust line numbers.
|
1510 |
|
|
* gas/ia64/unwind-err.s: Remove explicit stops.
|
1511 |
|
|
|
1512 |
|
|
2005-02-13 Jan Beulich
|
1513 |
|
|
|
1514 |
|
|
* gas/ia64/pound.[ls]: New.
|
1515 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1516 |
|
|
|
1517 |
|
|
2005-02-13 H.J. Lu
|
1518 |
|
|
|
1519 |
|
|
* gas/ia64/ia64.exp: Add "operand-or".
|
1520 |
|
|
|
1521 |
|
|
* gas/ia64/operand-or.d: New file.
|
1522 |
|
|
* gas/ia64/operand-or.s: Likewise.
|
1523 |
|
|
|
1524 |
|
|
2005-02-11 H.J. Lu
|
1525 |
|
|
|
1526 |
|
|
* gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
|
1527 |
|
|
and proc.
|
1528 |
|
|
|
1529 |
|
|
2005-02-10 Julian Brown
|
1530 |
|
|
|
1531 |
|
|
* gas/arm/unwind.d: Alter expected output to include dependency on
|
1532 |
|
|
__aeabi_unwind_cpp_pr[01].
|
1533 |
|
|
|
1534 |
|
|
2005-02-09 Jan Beulich
|
1535 |
|
|
|
1536 |
|
|
* gas/i386/intelok.s: Remove comments disabling alternative forms of
|
1537 |
|
|
fbld, fbstp, and fldcw.
|
1538 |
|
|
* gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.
|
1539 |
|
|
|
1540 |
|
|
2005-02-07 Inderpreet Singh
|
1541 |
|
|
|
1542 |
|
|
* gas/maxq10/jump.d: Fixed relative jump offset.
|
1543 |
|
|
* gas/maxq10/call.d: Likewise.
|
1544 |
|
|
* gas/maxq20/jump.d: Likewise.
|
1545 |
|
|
* gas/maxq20/call.d: Likewise.
|
1546 |
|
|
|
1547 |
|
|
2005-02-07 Hans-Peter Nilsson
|
1548 |
|
|
|
1549 |
|
|
* lib/gas-defs.exp: Support new directive "warning".
|
1550 |
|
|
|
1551 |
|
|
2005-02-02 Jan Beulich
|
1552 |
|
|
|
1553 |
|
|
* gas/ia64/pred-rel.s: New.
|
1554 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1555 |
|
|
|
1556 |
|
|
2005-01-31 Daniel Jacobowitz
|
1557 |
|
|
|
1558 |
|
|
* gas/mips/elf-rel23.d, gas/mips/elf-rel23a.d: Accept little-endian.
|
1559 |
|
|
* gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Accept section
|
1560 |
|
|
symbol names.
|
1561 |
|
|
|
1562 |
|
|
2005-01-31 Jan Beulich
|
1563 |
|
|
|
1564 |
|
|
* gas/macros/repeat.[ds]: New.
|
1565 |
|
|
* gas/macros/macros.exp: Run new test.
|
1566 |
|
|
|
1567 |
|
|
2005-01-31 Jan Beulich
|
1568 |
|
|
|
1569 |
|
|
* gas/macros/badarg.[ls]: New.
|
1570 |
|
|
* gas/macros/end.[ls]: New.
|
1571 |
|
|
* gas/macros/redef.[ls]: New.
|
1572 |
|
|
* gas/macros/macros.exp (run_list_test): Copy from elsewhere.
|
1573 |
|
|
Run new tests.
|
1574 |
|
|
|
1575 |
|
|
2005-01-31 Jan Beulich
|
1576 |
|
|
|
1577 |
|
|
* gas/ia64/operands.[ls]: New.
|
1578 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1579 |
|
|
|
1580 |
|
|
2005-01-31 Jan Beulich
|
1581 |
|
|
|
1582 |
|
|
* gas/ia64/proc.[ls]: New.
|
1583 |
|
|
* gas/ia64/unwind-err.[ls]: New.
|
1584 |
|
|
* gas/ia64/ia64.exp: Run new tests.
|
1585 |
|
|
|
1586 |
|
|
2005-01-31 Jan Beulich
|
1587 |
|
|
|
1588 |
|
|
* gas/ia64/bundling.[ds]: New.
|
1589 |
|
|
* gas/ia64/label.[ls]: New.
|
1590 |
|
|
* gas/ia64/last.[ls]: New.
|
1591 |
|
|
* gas/ia64/slot2.[ls]: New.
|
1592 |
|
|
* gas/ia64/ia64.exp: Run new tests.
|
1593 |
|
|
|
1594 |
|
|
2005-01-31 Jan Beulich
|
1595 |
|
|
|
1596 |
|
|
* gas/ia64/pseudo.[ds]: New.
|
1597 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1598 |
|
|
|
1599 |
|
|
2005-01-27 Jan Beulich
|
1600 |
|
|
|
1601 |
|
|
* gas/ia64/nop_x.[ds]: New.
|
1602 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1603 |
|
|
|
1604 |
|
|
2005-01-27 Jan Beulich
|
1605 |
|
|
|
1606 |
|
|
* gas/ia64/dv-waw-err.l: Don't expect ar112 move warning to refer to
|
1607 |
|
|
M-unit.
|
1608 |
|
|
* gas/ia64/mov-ar.[ds]: New.
|
1609 |
|
|
* gas/ia64/ia64.exp: Run new test.
|
1610 |
|
|
|
1611 |
|
|
2005-01-24 Nick Clifton
|
1612 |
|
|
|
1613 |
|
|
* gas/all/sleb128.d: Do not assume an 8-bit byte.
|
1614 |
|
|
* gas/all/quad.d: Likewise. Also allow for ports which order
|
1615 |
|
|
bytes within words in other than simple big-endian or
|
1616 |
|
|
little-endian fashions.
|
1617 |
|
|
|
1618 |
|
|
2005-01-19 Richard Sandiford
|
1619 |
|
|
|
1620 |
|
|
* gas/all/sleb128.[sd]: New test.
|
1621 |
|
|
* gas/all/quad.[sd]: New test.
|
1622 |
|
|
* gas/all/gas.exp: Run them.
|
1623 |
|
|
|
1624 |
|
|
2005-01-17 Andrew Stubbs
|
1625 |
|
|
|
1626 |
|
|
* gas/sh/arch/arch.exp: Correct the email address.
|
1627 |
|
|
Correct a few comment typos.
|
1628 |
|
|
Add new tests to ensure that the assembler will only accept
|
1629 |
|
|
instructions valid in each architecture and vice-versa.
|
1630 |
|
|
* gas/sh/arch/arch_expected.txt: Update/Correct the test results.
|
1631 |
|
|
* gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
|
1632 |
|
|
* gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
|
1633 |
|
|
* gas/sh/arch/sh2a-nofpu.s: Generate new file.
|
1634 |
|
|
* gas/sh/arch/sh2a-or-sh3e.s: Regenerate.
|
1635 |
|
|
* gas/sh/arch/sh2a-or-sh4.s: Regenerate.
|
1636 |
|
|
* gas/sh/arch/sh2a.s: Generate new file.
|
1637 |
|
|
* gas/sh/arch/sh2e.s: Regenerate.
|
1638 |
|
|
* gas/sh/arch/sh2.s: Regenerate.
|
1639 |
|
|
* gas/sh/arch/sh3-dsp.s: Regenerate.
|
1640 |
|
|
* gas/sh/arch/sh3e.s: Regenerate.
|
1641 |
|
|
* gas/sh/arch/sh3-nommu.s: Regenerate.
|
1642 |
|
|
* gas/sh/arch/sh3.s: Regenerate.
|
1643 |
|
|
* gas/sh/arch/sh4al-dsp.s: Regenerate.
|
1644 |
|
|
* gas/sh/arch/sh4a-nofpu.s: Regenerate.
|
1645 |
|
|
* gas/sh/arch/sh4a.s: Regenerate.
|
1646 |
|
|
* gas/sh/arch/sh4-nofpu.s: Regenerate.
|
1647 |
|
|
* gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
|
1648 |
|
|
* gas/sh/arch/sh4.s: Regenerate.
|
1649 |
|
|
* gas/sh/arch/sh-dsp.s: Regenerate.
|
1650 |
|
|
* gas/sh/arch/sh.s: Regenerate.
|
1651 |
|
|
|
1652 |
|
|
2005-01-12 H.J. Lu
|
1653 |
|
|
|
1654 |
|
|
* i386/i386.exp: Run "sib".
|
1655 |
|
|
|
1656 |
|
|
* gas/i386/sib.d: New file.
|
1657 |
|
|
* gas/i386/sib.s: Likewise.
|
1658 |
|
|
|
1659 |
|
|
2005-01-09 Andreas Schwab
|
1660 |
|
|
|
1661 |
|
|
* gas/i386/intel16.d: Ignore trailing text with #pass.
|
1662 |
|
|
* gas/i386/intelok.d: Likewise.
|
1663 |
|
|
* gas/i386/prefix.d: Likewise.
|
1664 |
|
|
* gas/i386/sub.d: Likewise.
|
1665 |
|
|
* gas/i386/padlock.d: Likewise.
|
1666 |
|
|
* gas/i386/x86_64.d: Likewise.
|
1667 |
|
|
|
1668 |
|
|
2005-01-05 Eric Botcazou
|
1669 |
|
|
|
1670 |
|
|
* gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
|
1671 |
|
|
|
1672 |
|
|
For older changes see ChangeLog-2004
|
1673 |
|
|
|
1674 |
|
|
Local Variables:
|
1675 |
|
|
mode: change-log
|
1676 |
|
|
left-margin: 8
|
1677 |
|
|
fill-column: 74
|
1678 |
|
|
version-control: never
|
1679 |
|
|
End:
|