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