* read.c (cons_worker): Detect and reject unexpected string argument.
[binutils.git] / gas / testsuite / ChangeLog-2005
blobeb7729ab3b2021026d8824bbf83e1f3647e2b754
1 2005-12-22  Jan Beulich  <jbeulich@novell.com>
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.
12 2005-12-14  Jan Beulich  <jbeulich@novell.com>
14         * gas/i386/rex.[sd]: New.
15         * gas/i386/i386.exp: Run new test.
17 2005-12-12  Paul Brook  <paul@codesourcery.com>
19         * gas/arm/pic.d: Allow R_ARM_CALL relocations.
21 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
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.
28 2005-12-07  Hans-Peter Nilsson  <hp@axis.com>
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.
34 2005-12-06  H.J. Lu  <hongjiu.lu@intel.com>
36         PR gas/1874
37         * gas/i386/i386.exp: Add x86-64-prescott for 64bit.
39         * gas/i386/prescott.s: Test address size override for monitor.
40         * gas/i386/prescott.d: Updated.
42         * gas/i386/x86-64-prescott.d: New file.
43         * gas/i386/x86-64-prescott.s: Likewise.
45 2005-12-06  Hans-Peter Nilsson  <hp@axis.com>
47         * gas/cris/rd-pcplus.s, gas/cris/rd-pcplus.d: New test.
49 2005-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
51         * gas/macros/purge.l: Increment line numbers.
52         * gas/macros/purge.s: Add ".data" line.
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.
59 2005-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
60             Thiemo Seufer <ths@networkno.de>
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.
73 2005-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
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.
79 2005-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
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.
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.
97 2005-11-17  Jan Beulich  <jbeulich@novell.com>
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.
113 2005-11-16  Richard Henderson  <rth@redhat.com>
115         * gas/all/weakref1.s: Use "=" instead of ".set" for equivalence.
117 2005-11-15  Daniel Jacobowitz  <dan@codesourcery.com>
119         * gas/arm/unwind.s, gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Add
120         a test for saving only the low registers.
122 2005-11-14  Thiemo Seufer  <ths@networkno.de>
124         * gas/testsuite/gas/mips/mips16e-jrc.d: Tighten file format
125         check, relax whitespace checking.
127 2005-11-14  David Ung  <davidu@mips.com>
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.
134 2005-11-10  Jan Beulich  <jbeulich@novell.com>
136         * gas/i386/intelbad.d: Add tests for ill registers in brackets.
137         * gas/i386/intelbad.l: Adjust.
139 2005-11-10  Nick Clifton  <nickc@redhat.com>
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.
147 2005-11-08  Arnold Metselaar  <arnold.metselaar@planet.nl>
149         * gas/all/cofftag.s: Convert numbers in .type 
150         directives to decimal.
151         * gas/all/gas.exp: enable cofftag-test for z80-*-coff.
153 2005-11-08  Nathan Sidwell  <nathan@codesourcery.com>
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.
166 2005-11-07  Jan Beulich  <jbeulich@novell.com>
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.
173 2005-11-07  Alan Modra  <amodra@bigpond.net.au>
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.
180 2005-11-07  Arnold Metselaar <arnold.metselaar@planet.nl>
182         * gas/z80/z80.exp: Added "suffix" test.
183         * gas/z80/suffix.s: New file.
184         * gas/z80/suffix.d: New file.
186 2005-11-04  H.J. Lu  <hongjiu.lu@intel.com>
188         * gas/i386/padlock.d: Support 64bit BFD.
190 2005-11-04  Alexandre Oliva  <aoliva@redhat.com>
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.
201 2005-11-04  Jan Beulich  <jbeulich@novell.com>
203         * gas/all/gas.exp: xfail weakref dump tests for all targets.
205 2005-10-29  Hans-Peter Nilsson  <hp@axis.com>
207         PR gas/1630
208         * gas/all/gas.exp <weakref1, weakref1g, weakref1l, weakref1u,
209         weakref1w>: Xfail for cris-*-* and mmix-*-*.
211 2005-10-27  Jan Beulich  <jbeulich@novell.com>
213         * gas/i386/equ.d: Fix typo.
214         * gas/i386/equ.s: Don't globalize r.
216 2005-10-27  Jan Beulich  <jbeulich@novell.com>
218         * gas/all/gas.exp: Don't xfail equiv1 test anymore.
220 2005-10-26  Paul Brook  <paul@codesourcery.com>
222         * gas/arm/archv6.d: Adjust expected output.
224 2005-10-26  Jan Beulich  <jbeulich@novell.com>
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.
232 2005-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
234         * gas/z80/z80.exp: Fix misplaced-open-brace typo.
236 2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
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         
249 2005-10-24  Bernd Schmidt  <bernd.schmidt@analog.com>
251         * gas/bfin/flow2.d: Match changed assembler behaviour.
252         * gas/bfin/reloc.d: Likewise.
254 2005-10-24  Alexandre Oliva  <aoliva@redhat.com>
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.
262 2005-10-24  Jan Beulich  <jbeulich@novell.com>
264         * gas/ia64/index.[sl]: New.
265         * gas/ia64/rotX.[sl]: New.
266         * gas/ia64/ia64.exp: Run new tests.
268 2005-10-24  Jan Beulich  <jbeulich@novell.com>
270         * gas/ia64/regs.pl: Also check tp alias of r13.
271         * gas/ia64/regs.s: Regenerate.
272         * gas/ia64/regs.d: Adjust.
274 2005-10-19  David Ung  <davidu@mips.com>
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.
281 2005-10-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
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.
287 2005-10-17  Richard Earnshaw  <richard.earnshaw@arm.com>
289         * gas/arm/copro.d: 'mcrlt' instruction should not be disassembled as
290         'cfsh64lt'.
292 2005-10-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
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.
298 2005-10-12  Jan Beulich  <jbeulich@novell.com>
300         * gas/ia64/forward.[sd]: New.
301         * gas/ia64/ia64.exp: Run new test.
303 2005-10-11  Jan Beulich  <jbeulich@novell.com>
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).
322 2005-10-10  Nick Clifton  <nickc@redhat.com>
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.
328 2005-10-08  Paul Brook  <paul@codesourcery.com>
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.
341 2005-10-06  Khem Raj  <kraj@mvista.com>
342             NIIBE Yutaka  <gniibe@m17n.org>
344         * gas/sh/basic.exp:  Run reg-prefix test.
345         * gas/sh/reg-prefix.s: New
346         * gas/sh/reg-prefix.d: New 
348 2005-09-30  Catherine Moore  <clm@cm00re.com>
350         * gas/bfin: New testsuite for bfin.
351         * gas/all/gas.exp (bfin-*-*): Expected failure for alternate
352         macro syntax.
354 2005-09-30  Paul Brook  <paul@codesourcery.com>
356         * gas/arm/fpa-mem.s: Remove incorrect comments.
357         * gas/arm/fpa-mem.d: Update expected results.
359 2005-09-29  Jan Beulich  <jbeulich@novell.com>
361         * gas/ia64/alloc.[sl]: New.
362         * gas/ia64/ia64.exp: Run new test.
364 2005-09-28  Jan Beulich  <jbeulich@novell.com>
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.
370 2005-09-28  Jan Beulich  <jbeulich@novell.com>
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.
376 2005-09-28  Jan Beulich  <jbeulich@novell.com>
378         * gas/i386/reloc64.s: Also test .slong.
379         * gas/i386/reloc64.l: Adjust.
380         * gas/i386/reloc64.d: Adjust.
382 2005-09-21  Alan Modra  <amodra@bigpond.net.au>
384         * gas/lns/lns.exp (lns-common-1): Don't run on targets without
385         a bare nop insn.
387 2005-09-20  Richard Henderson  <rth@redhat.com>
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.
397 2005-09-08  Paul Brook  <paul@codesourcery.com>
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.
404 2005-09-07  Richard Henderson  <rth@redhat.com>
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.
410 2005-09-07  Richard Henderson  <rth@redhat.com>
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.
416 2005-09-07  Richard Henderson  <rth@redhat.com>
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.
426 2005-09-07  Richard Henderson  <rth@redhat.com>
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.
432 2005-09-06  Chao-ying Fu  <fu@mips.com>
434         * gas/mips/mips.exp: Run MT test for mips32r2 only.
435         * gas/mips/mips32-mt.[sdl]: New test.
437 2005-09-06  Paul Brook  <paul@codesourcery.com>
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.
445 2005-09-02  Paul Brook  <paul@codesourcery.com>
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.
452 2005-09-02  Paul Brook  <paul@codesourcery.com>
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.
458 2005-09-02  Paul Brook  <paul@codesourcery.com>
460         * gas/arm/fpa-mem.d: Test "stfpls".
461         * gas/arm/fpa-mem.s: Ditto.
463 2005-09-01  Hans-Peter Nilsson  <hp@axis.com>
465         * gas/cris: Adjust all files for testing target
466         cris-axis-linux-gnu.
468 2005-08-30  Paul Brook  <paul@codesourcery.com>
470         * gas/arm/thumb.d: Change "sub rn, rn, rn" to "subs rn, rn, rn".
471         * gas/arm/thumb32.d: Ditto.
473 2005-08-26  Jan Beulich  <jbeulich@novell.com>
475         * gas/i386/intel.s: Adjust.
476         * gas/i386/intelok.s: Add two more insns.
477         * gas/i386/intelok.d: Adjust.
479 2005-08-26  Jan Beulich  <jbeulich@novell.com>
481         * gas/i386/intelok.d: Adjust.
483 2005-08-25  Chao-ying Fu  <fu@mips.com>
485         * gas/mips/mips.exp: Run DSP test.
486         * gas/mips/mips32-dsp.[sdl]: New test.
488 2005-08-22  Jan Beulich  <jbeulich@novell.com>
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.
494 2005-08-15  Paul Brook  <paul@codesourcery.com>
496         * gas/arm/thumb2_it.s: Add more instruction variants.
497         * gas/arm/thumb2_it.d: Ditto.
499 2005-08-12 Martin Schwidefsky  <schwidefsky@de.ibm.com>
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.
538 2005-08-11  Alan Modra  <amodra@bigpond.net.au>
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.
591 2005-08-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
593         * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Add "L%" to regexp.
595 2005-08-05  Paul Brook  <paul@codesourcery.com>
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.
601 2005-08-05  Paul Brook  <paul@codesourcery.com>
603         * gas/arm/thumb32.d: Update ldm/stm dests.
604         * gas/arm/thumb32.s: Ditto.
606 2005-08-03  Nick Clifton  <nickc@redhat.com>
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.
615 2005-08-02  Khem Raj  <kraj@mvista.com>
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.
622 2005-07-29  Paul Brook  <paul@codesourcery.com>
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.
628 2005-07-29  Paul Brook  <paul@codesourcery.com>
630         * gas/arm/thumb32.s: Add tests for addw, subw, tbb and tbh.
631         * gas/arm/thumb32.d: Ditto.
633 2005-07-27  Jan Beulich  <jbeulich@novell.com>
635         * gas/ia64/unwind-bad.l: Uncomment patterns matching new warnings.
636         * gas/ia64/unwind-ok.d: Correct expectations.
638 2005-07-26  Jan Beulich  <jbeulich@novell.com>
640         * gas/i386/immed32.[sd]: New.
641         * gas/i386/immed64.[sd]: New.
642         * gas/i386/i386.exp: Run new tests.
644 2005-07-21  Paul Brook  <paul@codesourcery.com>
646         * gas/arm/thumb32.s: Add tests for [pc, #imm] addressing modes.
647         * gas/arm/thumb32.d: Ditto.
649 2005-07-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
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. 
659 2005-07-18  H.J. Lu  <hongjiu.lu@intel.com>
661         * gas/i386/i386.exp: Add suffix.
663         * gas/i386/suffix.d: New file.
664         * gas/i386/suffix.s: Likewise.
666 2005-07-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
668         * gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
669         * gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
671 2005-07-18  Jan Beulich  <jbeulich@novell.com>
673         * gas/i386/reloc32.[sdl]: New.
674         * gas/i386/reloc64.[sdl]: New.
675         * gas/i386/i386.exp: Run new tests.
677 2007-07-15  H.J. Lu <hongjiu.lu@intel.com>
679         * gas/i386/i386.exp: Add vmx and x86-64-vmx.
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.
686 2005-07-14  Nick Clifton  <nickc@redhat.com>
688         PR 1063
689         * gas/crx/gas-segfault.d: New file.
690         * gas/crx/gas-segfault.s: New file.
692 2005-07-12  Hans-Peter Nilsson  <hp@bitrange.com>
694         * gas/mmix/relax1-n.d, gas/mmix/relax1-rn.d: Avoid "# FIXME: "
695         first on a line, adjusting for testsuite framework change.
697 2005-07-10  H.J. Lu  <hongjiu.lu@intel.com>
699         * i386/x86_64.s: Add absolute siged 32bit addressing tests for
700         mov.
701         * i386/x86_64.d: Updated.
703 2005-07-08  Hans-Peter Nilsson  <hp@axis.com>
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.
710 2005-07-07  Nick Clifton  <nickc@redhat.com>
712         * gas/arm/vfp1xD.d: Adjust expected fadds disassemblies now that
713         the dissassembler has been fixed.
715 2005-05-07  Paul Brook  <paul@codesourcery.com>
717         * gas/ppc/altivec.d: Match all powerpc target vecs.
718         * gas/ppc/booke.d: Ditto.
719         * gas/ppc/e500.d: Ditto.
721 2005-07-05  Aldy Hernandez  <aldyh@redhat.com>
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.
749         * gas/ms1/relocs1.s: New.
750         * gas/ms1/relocs2.s: New.
752 2005-07-05  Jan Beulich  <jbeulich@novell.com>
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.
759 2005-07-04  Zack Weinberg  <zack@codesourcery.com>
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.
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.
787 2005-07-01  Jan Beulich  <jbeulich@novell.com>
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.
797 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
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.
804 2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>
806         PR 1013
807         * i386/x86_64.s: Add absolute 64bit addressing tests for mov.
808         * i386/x86_64.d: Updated.
810 2005-06-17  Jan Beulich  <jbeulich@novell.com>
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.
816 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
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.
821 2005-06-01  Maciej W. Rozycki  <macro@linux-mips.org>
823         * gas/mips/ldstla-32-1.l: Update to handle leading zeroes.
824         * gas/mips/ldstla-32-mips3-1.l: Likewise.
826 2005-05-27  Jan Beulich  <jbeulich@novell.com>
828         * gas/ia64/proc.l: Adjust.
830 2005-05-25  Steve Ellcey  <sje@cup.hp.com>
832         * gas/ia64/global.d: Change --sym to --syms.
834 2005-05-25  H.J. Lu  <hongjiu.lu@intel.com>
836         * gas/ia64/group-1.d: Updated.
837         * gas/ia64/group-2.d: Likewise.
839 2005-05-25  Jan Beulich  <jbeulich@novell.com>
841         * gas/ia64/radix.s: New.
842         * gas/ia64/radix.l: New.
843         * gas/ia64/ia64.exp: Run new test.
845 2005-05-25  Jan Beulich  <jbeulich@novell.com>
847         * gas/i386/intelok.d: Account for 32-bit displacements being shown
848         in hex.
850 2005-05-24  H.J. Lu  <hongjiu.lu@intel.com>
852         * gas/elf/group0b.d: Updated.
853         * gas/elf/group1b.d: Likewise.
855 2005-05-19  Jan Beulich  <jbeulich@novell.com>
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.
862 2005-05-18  Jan Beulich  <jbeulich@novell.com>
864         * gas/all/altmacro.s: Parenthesize operand of %.
866 2005-05-17  Zack Weinberg  <zack@codesourcery.com>
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.
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.
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.
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.
899 2005-05-17  Jan Beulich  <jbeulich@novell.com>
901         * gas/mmix/err-byte1.s: Adjust expected error text on line 10.
903 2005-05-17  Nick Clifton  <nickc@redhat.com>
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.
910 2005-05-10  Michael Matz  <matz@suse.de>
912         * gas/hppa/parse/block1.s: Use official limit (0x3fffffff) for
913         .block.
915 2005-05-10  Hans-Peter Nilsson  <hp@bitrange.com>
917         * gas/mmix/relax2.s: Drop ":" off label definitions.
919 2005-05-09  Jan Beulich  <jbeulich@novell.com>
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.
925 2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
927         PR 940
928         * gas/ia64/group-2.d: New.
929         * gas/ia64/group-2.s: New.
931         * gas/ia64/ia64.exp: Add "group-2".
933 2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
935         PR 843
936         * gas/i386/i386.exp: Add x86-64-branch.
938         * gas/i386/x86-64-branch.d: New.
939         * gas/i386/x86-64-branch.s: New.
941 2005-05-06  Jan Beulich  <jbeulich@novell.com>
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.
948 2005-05-06  Jan Beulich  <jbeulich@novell.com>
950         * gas/all/cond.s: Also test .ifb/.ifnb.
951         * gas/all/cond.d: Adjust.
953 2005-05-06  Jan Beulich  <jbeulich@novell.com>
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.
960 2005-05-05  Paul Brook  <paul@codesourcery.com>
962         * gas/i386/i386.exp: Don't run divide test on vxworks.
964 2005-05-05  Nick Clifton  <nickc@redhat.com>
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
978 2005-05-05  Mike Frysinger  <vapier@gentoo.org>
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.
984 2005-05-05  Paul Brook  <paul@codesourcery.com>
986         * lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...".
988 2005-04-26  H.J. Lu  <hongjiu.lu@intel.com>
990         * gas/all/assign.s: Make `x' and `y' global.
992 2005-04-25  Jan Beulich  <jbeulich@novell.com>
994         * gas/macros/badarg.s: Add tests for collisions between/among macro
995         parameters and local symbols.
996         * gas/macros/badarg.l: Adjust.
998 2005-04-20  Jan Beulich  <jbeulich@novell.com>
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.
1003 2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>
1005         * gas/i386/padlock.d: Updated.
1007 2005-04-19  Andreas Schwab  <schwab@suse.de>
1009         * gas/ia64/invalid-ar.l: Adapt to changed error message.
1011 2005-04-18  Jan Beulich  <jbeulich@novell.com>
1013         * gas/macros/purge.[ls]: New.
1014         * gas/macros/macros.exp: Run new test.
1016 2005-04-15  Jan Beulich  <jbeulich@novell.com>
1018         * gas/elf/struct.[sd]: New.
1019         * gas/elf/elf.exp: Run new test.
1021 2005-04-15  Alan Modra  <amodra@bigpond.net.au>
1023         * gas/all/assign.s: New.
1024         * gas/all/assign.d: New.
1025         * gas/all/gas.exp: Run it.
1027 2005-04-13  Maciej W. Rozycki  <macro@linux-mips.org>
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.
1045 2005-04-11  Mark Kettenis  <kettenis@gnu.org>
1047         * gas/all/gas.exp: Don't run fastcall labels test on
1048         i*86-*-openbsd*.
1050 2005-04-11  Jan Beulich  <jbeulich@novell.com>
1052         * gas/macros/dot.[ls]: New.
1053         * gas/macros/macros.exp: Run new test.
1055 2005-04-06  H.J. Lu  <hongjiu.lu@intel.com>
1057         * gas/i386/x86-64-pcrel.s: Test R_X86_64_32S.
1058         * gas/i386/x86-64-pcrel.d: Updated.
1060 2005-04-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
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.
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.
1070 2005-04-01  Jan Beulich  <jbeulich@novell.com>
1072         * gas/i386/bss.[sd]: New.
1073         * gas/i386/i386.exp: Run new test.
1075 2005-04-01  Jan Beulich  <jbeulich@novell.com>
1077         * gas/i386/x86-64-pcrel.[sd]: New.
1078         * gas/i386/i386.exp: Run new test.
1080 2005-03-30  Julian Brown  <julian@codesourcery.com>
1082         * gas/arm/mapping.d: Update expected output due to mapping symbols
1083         being untyped.
1085 2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>
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.
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.
1096         * gas/i386/opcode.s: Use movw for moving between memory and
1097         segment register.
1098         * gas/i386/x86-64-opcode.s: Likewise.
1100         * : Likewise.
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.
1111 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1113         * gas/arm/tls.s, gas/arm/tls.d: New files.
1114         * gas/arm/arm.exp: Run TLS test.
1116 2005-03-29  Julian Brown  <julian@codesourcery.com>
1118         * gas/arm/unwind.d: Update expected output.
1120 2005-03-28  H.J. Lu  <hongjiu.lu@intel.com>
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.
1137 2005-03-24  Hans-Peter Nilsson  <hp@axis.com>
1139         * gas/cris/range-err-1.s: Adjust expected messages for hosts with
1140         64-bit longs.
1142 2005-03-23  Alan Modra  <amodra@bigpond.net.au>
1144         * gas/elf/section5.s: Don't start directives in first column.
1146 2005-03-21  Nick Clifton  <nickc@redhat.com>
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.
1153 2005-03-17  Jan Beulich  <jbeulich@novell.com>
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.
1173 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
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.
1179 2005-03-14  Eric Christopher  <echristo@redhat.com>
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.
1188 2005-03-12  Zack Weinberg  <zack@codesourcery.com>
1190         * gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
1191         * gas/arm/arm.exp: Run it.
1193 2005-03-10  Aldy Hernandez  <aldyh@redhat.com>
1195         * gas/ppc/e500.d: Fix encoding of efscfd.
1197 2005-03-10  Jeff Baker  <jbaker@qnx.com>
1198             Alan Modra  <amodra@bigpond.net.au>
1200         * gas/ppc/booke.s: Add new m[t,f]sprg testcases.
1201         * gas/ppc/booke.d: Likewise.
1203 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
1205         * gas/mips/vr4130.[sd]: New test.
1206         * gas/mips/mips.exp: Run it.
1208 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
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.
1215 2005-03-09  Ben Elliston  <bje@au.ibm.com>
1217         * gas/maxq10/maxq10.exp: Remove stray semicolons.
1218         * gas/maxq20/maxq20.exp: Likewise.
1220 2005-03-08  Jan Beulich  <jbeulich@novell.com>
1222         * gas/ia64/no-fit.[ls]: New.
1223         * gas/ia64/ia64.exp: Run new test.
1225 2005-03-08  Jan Beulich  <jbeulich@novell.com>
1227         * gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
1228         * gas/ia64/ia64.exp: Run new tests.
1230 2005-03-08  Jan Beulich  <jbeulich@novell.com>
1232         * gas/ia64/pcrel.d: Account for big endian target.
1233         * gas/ia64/reloc-bad.s: Enforce 64-bit ABI.
1235 2005-03-08  Hans-Peter Nilsson  <hp@axis.com>
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.
1244 2005-03-04  David Daney  <ddaney@avtrex.com>
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.
1250 2005-03-04  Nick Clifton  <nickc@redhat.com>
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.
1258 2005-03-04  Richard Sandiford  <rsandifo@redhat.com>
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.
1266 2005-03-03  Richard Sandiford  <rsandifo@redhat.com>
1268         * gas/mips/mips.exp: Move tls tests to main $elf block.
1270 2005-03-03  Nick Clifton  <nickc@redhat.com>
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.
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.
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.
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.
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.
1296 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
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.
1304 2005-03-03  Richard Sandiford  <rsandifo@redhat.com>
1306         * gas/mips/noat-1.d: Add -mips1 to assembler options.
1308 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
1310         * gas/arc/ld.s: Add checks for short immediates with ld.
1311         * gas/arc/ld.d: Likewise.
1313 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
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.
1319 2005-03-02  Alan Modra  <amodra@bigpond.net.au>
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.
1330 2005-03-02  Jan Beulich  <jbeulich@novell.com>
1332         * gas/i386/cr-err.[ls]: New.
1333         * gas/i386/crx.[ds]: New.
1334         * gas/i386/i386.exp: Run new tests.
1336 2005-03-02  Jan Beulich  <jbeulich@novell.com>
1338         * gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
1339         * gas/i386/intelok.s: Add checks for various special memory operands.
1341 2005-03-01  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
1343         * gas/arc/extensions.s: New file.
1344         * gas/arc/extensions.d: New file.
1346 2005-03-01  Nick Clifton  <nickc@redhat.com>
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.
1354 2005-03-01  Stig Petter Olsroed  <stigpo@users.sourceforge.net>
1355             Nick Clifton  <nickc@redhat.com>
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.
1363 2005-03-01  Alan Modra  <amodra@bigpond.net.au>
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.
1370 2005-02-22  Eric Christopher  <echristo@redhat.com>
1372         * gas/mips/elf-rel10.d: Update for label change.
1374 2005-02-22  Maciej W. Rozycki  <macro@mips.com>
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.
1382 2005-02-22  Eric Christopher  <echristo@redhat.com>
1384         * gas/mips/elf-rel10.s: Add label for frob.
1386 2005-02-22  Maciej W. Rozycki  <macro@mips.com>
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.
1393 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
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.
1422 2005-02-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
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.
1441 2005-02-17  H.J. Lu  <hongjiu.lu@intel.com>
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.
1448         * gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.
1450         * gas/ia64/opc-b.d: Pass -mhint.b=ok to as.
1452 2005-02-17  Jan Beulich  <jbeulich@novell.com>
1454         * gas/ia64/nostkreg.[ds]: New.
1455         * gas/ia64/ia64.exp: Run new test.
1457 2005-02-16  Alan Modra  <amodra@bigpond.net.au>
1459         * gas/all/gas.exp (quad): Don't run on i960.
1461 2005-02-15  Nigel Stephens  <nigel@mips.com>
1462             Maciej W. Rozycki  <macro@mips.com>
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.
1470 2005-02-15  Jan Beulich  <jbeulich@novell.com>
1472         * gas/ia64/pcrel.[ds]: New.
1473         * gas/ia64/ia64.exp: Run new test.
1475 2005-02-15  Jan Beulich  <jbeulich@novell.com>
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.
1482 2005-02-15  Jan Beulich  <jbeulich@novell.com>
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.
1489 2005-02-15  Jan Beulich  <jbeulich@novell.com>
1491         * gas/ia64/reloc.[ds]: New.
1492         * gas/ia64/reloc-bad.[ls]: New.
1493         * gas/ia64/ia64.exp: Run new tests.
1495 2005-02-15  Jan Beulich  <jbeulich@novell.com>
1497         * gas/ia64/operand-or.d: Pass -xnone to assembler.
1499 2005-02-13  Jan Beulich  <jbeulich@novell.com>
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.
1516 2005-02-13  Jan Beulich  <jbeulich@novell.com>
1518         * gas/ia64/pound.[ls]: New.
1519         * gas/ia64/ia64.exp: Run new test.
1521 2005-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1523         * gas/ia64/ia64.exp: Add "operand-or".
1525         * gas/ia64/operand-or.d: New file.
1526         * gas/ia64/operand-or.s: Likewise.
1528 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1530         * gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
1531         and proc.
1533 2005-02-10  Julian Brown  <julian@codesourcery.com>
1535         * gas/arm/unwind.d: Alter expected output to include dependency on
1536         __aeabi_unwind_cpp_pr[01].
1538 2005-02-09  Jan Beulich  <jbeulich@novell.com>
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.
1544 2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>
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.
1551 2005-02-07  Hans-Peter Nilsson  <hp@axis.com>
1553         * lib/gas-defs.exp: Support new directive "warning".
1555 2005-02-02  Jan Beulich  <jbeulich@novell.com>
1557         * gas/ia64/pred-rel.s: New.
1558         * gas/ia64/ia64.exp: Run new test.
1560 2005-01-31  Daniel Jacobowitz  <dan@codesourcery.com>
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.
1566 2005-01-31  Jan Beulich  <jbeulich@novell.com>
1568         * gas/macros/repeat.[ds]: New.
1569         * gas/macros/macros.exp: Run new test.
1571 2005-01-31  Jan Beulich  <jbeulich@novell.com>
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.
1579 2005-01-31  Jan Beulich  <jbeulich@novell.com>
1581         * gas/ia64/operands.[ls]: New.
1582         * gas/ia64/ia64.exp: Run new test.
1584 2005-01-31  Jan Beulich  <jbeulich@novell.com>
1586         * gas/ia64/proc.[ls]: New.
1587         * gas/ia64/unwind-err.[ls]: New.
1588         * gas/ia64/ia64.exp: Run new tests.
1590 2005-01-31  Jan Beulich  <jbeulich@novell.com>
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.
1598 2005-01-31  Jan Beulich  <jbeulich@novell.com>
1600         * gas/ia64/pseudo.[ds]: New.
1601         * gas/ia64/ia64.exp: Run new test.
1603 2005-01-27  Jan Beulich  <jbeulich@novell.com>
1605         * gas/ia64/nop_x.[ds]: New.
1606         * gas/ia64/ia64.exp: Run new test.
1608 2005-01-27  Jan Beulich  <jbeulich@novell.com>
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.
1615 2005-01-24  Nick Clifton  <nickc@redhat.com>
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.
1622 2005-01-19  Richard Sandiford  <rsandifo@redhat.com>
1624         * gas/all/sleb128.[sd]: New test.
1625         * gas/all/quad.[sd]: New test.
1626         * gas/all/gas.exp: Run them.
1628 2005-01-17  Andrew Stubbs  <andrew.stubbs@st.com>
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.
1656 2005-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1658         * i386/i386.exp: Run "sib".
1660         * gas/i386/sib.d: New file.
1661         * gas/i386/sib.s: Likewise.
1663 2005-01-09  Andreas Schwab  <schwab@suse.de>
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.
1672 2005-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1674         * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
1676 For older changes see ChangeLog-2004
1678 Local Variables:
1679 mode: change-log
1680 left-margin: 8
1681 fill-column: 74
1682 version-control: never
1683 End: