* gas/i386/i386.exp: Group ELF specific tests together. Move the pcrel
[binutils.git] / gas / testsuite / ChangeLog
bloba3338efba23dd3bb4c01e0916b7c26dd97231119
1 2004-08-26  Nick Clifton  <nickc@redhat.com>
3         * gas/i386/i386.exp: Group ELF specific tests together.  Move the
4         pcrel test into the ELF only section.  Use is_elf_format to test
5         for ELF based toolchains.
7 2004-08-25  H.J. Lu  <hongjiu.lu@intel.com>
9         * gas/all/gas.exp: Use `string match ""' instead of `eq ""'.
11 2004-08-24  Jan Beulich  <jbeulich@novell.com>
13         * gas/all/altmacro.[sd]: Split out part from here...
14         * gas/all/altmac2.[sd]: ... to here.
15         * gas/all/excl.s: New.
16         * gas/all/gas.exp: Suppress both tests for a few targets known to
17           break. Run the new (split out) test only when the target doesn't
18           use '!' as a comment character.
20 2004-08-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
22         * gas/mips/branch-swap.s: New testcase.
23         * gas/mips/branch-swap.d: New testcase.
24         * gas/mips/mips.exp: Run the testcase.
26 2004-08-18  Nick Clifton  <nickc@redhat.com>
28         * gas/macros/strings.s: Remove #NO_APP, accidentally committed as
29         part of another patch.
31 2004-08-15  Nick Clifton  <nickc@redhat.com>
33         * gas/all/altmacro.d: Allow for rest of frag being padded to an
34         alignment boundary.
36         * gas/arm/arm.exp: Run bignum test for ELF based targets only.
38 2004-08-16  Alan Modra  <amodra@bigpond.net.au>
40         * gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
41         * gas/cfi/cfi-alpha-3.d: Likewise.
42         * gas/cfi/cfi-i386.d: Likewise.
43         * gas/cfi/cfi-m68k.d: Likewise.
44         * gas/cfi/cfi-ppc-1.d: Likewise.
45         * gas/cfi/cfi-s390-1.d: Likewise.
46         * gas/cfi/cfi-s390x-1.d: Likewise.
47         * gas/cfi/cfi-sh-1.d: Likewise.
48         * gas/cfi/cfi-sparc-1.d: Likewise.
49         * gas/cfi/cfi-sparc64-1.d: Likewise.
50         * gas/cfi/cfi-x86_64.d: Likewise.
52 2004-08-13 Jan Beulich <jbeulich@novell.com>
54         * gas/all/altmacro.[sd]: New test.
55         * gas/all/gas.exp: Run the new test.
57 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
59         * gas/arm/bignum1.s: New test.
60         * gas/arm/arm.exp: Run it.
62 2004-08-06  Paul Brook  <paul@codesourcery.com>
64         * gas/arm/pic.s,d: Test RELABS and SBREL relocations.
66 2004-08-05  Nitin Yewale  <nitiny@kpitcummins.com>
68         * h8300/h8300.exp: Addition of new test case to check rx
69         generation with adds and subs instruction for plain H8/300 target.
70         * h8300/addsubrxcheck.s: New test source file.
72 2004-08-01  Stephane Carrez  <stcarrez@nerim.fr>
74         * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
75         * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
76         * gas/symver/symver.exp: Likewise for symver tests.
78 2004-07-30  Michal Ludvig  <mludvig@suse.cz>
80         * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
81         VIA PadLock instructions.
83 2004-07-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
85         * gas/sh/basic.exp: Don't do sh2a test for sh5.
86         * gas/sh/sh2a.d: Match elf32-sh* format too.
88 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
90         2003-12-30  DJ Delorie  <dj@redhat.com>
91         * gas/sh/sh2a.s: New.
92         * gas/sh/sh2a.d: New.
93         * gas/sh/basic.exp: Add it.
95 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
97         * gas/all/gas.exp (do_930509a): Disable test for crx.
99 2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>
101         * gas/i386/x86-64-inval.l: Remove the leading `+'.
103 2004-07-22  Nick Clifton  <nickc@redhat.com>
105         PR/280
106         * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
107         * gas/h8300/ffxx1-elf.d: Likewise.
108         * gas/h8300/h8sx_disp2.d: Likewise.
109         * gas/h8300/h8sx_mov_imm.d: Likewise.
110         * gas/h8300/h8sx_rtsl.d: Likewise.      
111         * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
112         * gas/h8300/ffxx1-elf.s: Likewise.
114 2004-07-21  Jan Beulich <jbeulich@novell.com>
116         * gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
117         addressing in 64-bit mode.
118         * gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
119         addressing.
120         * gas/i386/i386.exp: Run the two new tests.
122         * gas/cfi/cfi-x86_64.d: Adjust expectation for leave to not have a
123         rex prefix.
124         * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
125         in 64-bit mode.
126         
127 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
129         * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
130         expects load delay slots.
132 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
134         * gas/mips/vr5400.d: Update for a correct disassembly of
135         "racm.ob".
137 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
139         * gas/mips/mips32.s: Adjust for the unified "break" syntax.  Add
140         another "break" case.  Update the comment accordingly.
141         * gas/mips/set-arch.s: Likewise.
142         * gas/mips/mips32.d: Adjust for the new output.
143         * gas/mips/set-arch.d: Likewise.
145 2004-07-15  Nitin Yewale <nitiny@kpitcummins.com>
147         * gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
148         new test case for H8300H normal target to check symbol
149         address generation.
150         * gas/h8300/symaddgen.s: New test.
152 2004-07-13  Nick Clifton  <nickc@redhat.com>
154         * gas/i386/intel.s: Add test of newly expand arithmetic support
155         for Intel mode assembler.
156         * gas/i386/intel.d: Add expected disassmbly.
158 2004-07-13  Nick Clifton  <nickc@redhat.com>
160         * gas/vtable: Delete directory.  These tests are no longer needed
161         as the VTABLE_ reloc support is obsolete.
163 2004-07-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
165         * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
166         * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
167         * gas/m32r/pic2.d: New file: Expected results.
169 2004-07-08  Richard Sandiford  <rsandifo@redhat.com>
171         * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
172         * gas/mips/elf-refl19.d: Likewise L2.
174 2004-07-03  Richard Sandiford  <rsandifo@redhat.com>
176         * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
177         the earliest %lo().
178         * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
179         * gas/mips/elf-rel20.[sd]: New test.
180         * gas/mips/mips.exp: Run it.
182 2004-07-03  Maciej W. Rozycki  <macro@linux-mips.org>
184         * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
186 2004-07-01  H.J. Lu  <hongjiu.lu@intel.com>
188         * gas/ia64/group-1.d: New.
189         * gas/ia64/group-1.s: Likewise.
191         * gas/ia64/ia64.exp: Add group-1 to test comdat group.
193 2004-06-30  James E Wilson  <wilson@specifixinc.com>
195         * gas/ia64/dv-imply.d: Update.
196         * gas/ia64/dv-mutex.d: Likewise.
197         * gas/ia64/dv-safe.d: Likewise.
199 2004-06-29  Alan Modra  <amodra@bigpond.net.au>
201         * gas/m68k/mode5.s: Pad section.
202         * gas/m68k/mode5.d: Update.
204 2004-06-28  Alan Modra  <amodra@bigpond.net.au>
206         * gas/ppc/power4.d: Update.
208 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
210         * gas/i386/prescott.s: Remove fisttpd and fisttpq.
211         * gas/i386/prescott.d: Update.
213 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
215         * gas/ia64/dv-raw-err.s: Add some new postinc tests.
216         * gas/ia64/dv-raw-err.l: Updated.
218 2004-05-28  Peter Barada <peter@the-baradas.com>
220         * gas/m68k/mode5.s: New test file.  Checks conversion of mode 5
221         addressing with zero offset into mode 2 addressing.
222         * gas/m68k/mode5.d: New file: Expected disassmbly.
223         * gas/m68k/all.exp: Run new test.
225 2004-05-27  H.J. Lu  <hongjiu.lu@intel.com>
227         * gas/ia64/regs.d: Updated.
229 2004-05-26  H.J. Lu  <hongjiu.lu@intel.com>
231         * gas/ia64/ia64.exp: Run invalid-ar.
232         
233         * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
234         * gas/ia64/invalid-ar.s: Likewise.
236 2004-05-24  Peter Barada  <peter@the-baradas.com>
238         * gas/m68k/mcf-emac.d: Provide correct disassembler results.
239         * gas/m68k/mcf-mac.d: Provide correct disassembler results.
241 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
243         * gas/ia64/dv-srlz.d: Fix a typo.
245 2004-05-12  Ben Elliston  <bje@au.ibm.com>
247         * gas/h8300/t03_add.exp: Remove stray semicolons.
248         * gas/h8300/t04_sub.exp: Likewise.
249         * gas/h8300/t05_cmp.exp: Likewise.
250         * gas/h8300/t08_or.exp: Likewise.
251         * gas/h8300/t09_xor.exp: Likewise.
252         * gas/h8300/t10_and.exp: Likewise.
253         * gas/hppa/reloc/reloc.exp: Likewise.
254         * gas/hppa/unsorted/unsorted.exp: Likewise.
255         * gas/i386/i386.exp: Likewise.
256         * gas/m68hc11/m68hc11.exp: Likewise.
257         * gas/mips/mips.exp: Likewise.
258         * gas/sparc/sparc.exp: Likewise.
259         * lib/gas-defs.exp: Likewise.
261 2004-05-11  Nick Clifton  <nickc@redhat.com>
263         * gas/elf/section4.s: New test.  Checks label arithmetic when
264         multiple same-name sections exist.
265         * gas/elf/section4.d: New file: Expected section list
266         * gas/elf/elf.exp: Run the new test.
267         * gas/elf/group0.s: Use % instead of @ for type argument to
268         .section directive (for compatability with ARM port).
269         * gas/elf/group1.s: Likewise.
271 2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
273         * gas/mips/vr4122.[sd]: Rename to...
274         * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
275         MD(1) and MD(4).
276         * gas/mips/mips.exp: Update accordingly.
278 2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
280         * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
281         * gas/frv/fr405-insn.d: Likewise.
282         * gas/frv/fr450-insn.d: Likewise.
284 2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
286         * gas/elf/elf.exp: Remove group1, add group1a and group1b for
287         section group.
289         * gas/elf/group1a.d: New file.
290         * gas/elf/group1b.d: Likewise.
292         * gas/elf/group1.e: Removed.
294 2004-04-30  Nick Clifton  <nickc@redhat.com>
296         * gas/arm/reg-alias.s: New file: Test case sensitive register
297         aliases.
298         * gas/arm/reg-alias.d: New file: Expected test output.
299         * gas/arm/arm.exp: Run reg-alias test.
300         Arrange tests in a more orderly fashion.
302 2004-04-30  Ben Elliston  <bje@au.ibm.com>
304         * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
305         * gas/ppc/power4.d: Update accordingly.
307 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
309         * gas/elf/elf.exp: Add group0a, group0b and group1 for section
310         group.
312         * gas/elf/group0.s: New file.
313         * gas/elf/group0a.d: Likewise.
314         * gas/elf/group0b.d: Likewise.
315         * gas/elf/group1.e: Likewise.
316         * gas/elf/group1.s: Likewise.
318 2004-04-23  Nick Clifton  <nickc@redhat.com>
320         * gas/symver/symver1.d: Cope with extra symbols inserted by
321         arm-elf toolchains.
322         * gas/symver/symver0.d: Likewise
323         * gas/elf/symver.d: Likewise.
325 2004-04-22  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
327         * gas/sh/pcrel2.d: Update.
328         * gas/sh/tlsd.d: Update.
329         * gas/sh/tlsnopic.d: Update.
330         * gas/sh/tlspic.d: Update.
332 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
334         * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
336 2004-04-22  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
338         * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
339         * gas/mips/mips-abi32-pic.d: Likewise.
340         * gas/mips/mips-abi32-pic2.d: Likewise.
341         * gas/mips/mips-gp32-fp32-pic.d: Likewise.
342         * gas/mips/mips-gp32-fp64-pic.d: Likewise.
343         * gas/mips/mips-gp64-fp32-pic.d: Likewise.
344         * gas/mips/mips-gp64-fp64-pic.d: Likewise.
345         * gas/mips/relax-swap1-mips2.d: Likewise.
346         * gas/mips/lb-svr4pic-ilocks.d: New test.
347         * gas/mips/mips.exp: Run it.
349 2004-04-22  Paul Brook  <paul@codesourcery.com>
351         * maverick.c (off8s): Test full shifted operand range.
352         (MCC2): Define.
353         (MVDSPACC, MVACCDSP): Use it.
354         * maverick.d, maverick.s: Regenerate.
356 2004-04-22  Peter Barada <peter@the-baradas.com>
358         * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
359         * gas/m68k/mcf-emac.s: New test: Similar checks.
360         * gas/m68k/mcf-mac.d: New test: Expected output.
361         * gas/m68k/mcf-emac.d: New test: Likewise.
362         * gas/m68k/all.exp: Run new tests.
364 2004-04-21  Chris Demetriou  <cgd@broadcom.com>
366         * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
367         * gas/mips/empic.d: Likewise.
368         * gas/mips/empic.l: Likewise.
369         * gas/mips/empic.s: Likewise.
370         * gas/mips/empic2.d: Likewise.
371         * gas/mips/empic2.s: Likewise.
372         * gas/mips/empic3_e.d: Likewise.
373         * gas/mips/empic3_e.s: Likewise.
374         * gas/mips/empic3_g1.d: Likewise.
375         * gas/mips/empic3_g1.s: Likewise.
376         * gas/mips/empic3_g2.d: Likewise.
377         * gas/mips/empic3_g2.s: Likewise.
378         * gas/mips/jal-empic-elf-2.d: Likewise.
379         * gas/mips/jal-empic-elf-2.s: Likewise.
380         * gas/mips/jal-empic-elf-3.d: Likewise.
381         * gas/mips/jal-empic-elf-3.s: Likewise.
382         * gas/mips/jal-empic-elf.d: Likewise.
383         * gas/mips/jal-empic.d: Likewise.
384         * gas/mips/la-empic.d: Likewise.
385         * gas/mips/la-empic.s: Likewise.
386         * gas/mips/lb-empic.d: Likewise.
387         * gas/mips/ld-empic.d: Likewise.
388         * gas/mips/lif-empic.d: Likewise.
389         * gas/mips/telempic.d: Likewise.
390         * gas/mips/tempic.d: Likewise.
391         * gas/mips/ulh-empic.d: Likewise.
392         * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
393         * gas/mips/lifloat.s: Likewise.
394         * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
396 2004-04-20  Brian Ford  <ford@vss.fsi.com>
397             DJ Delorie  <dj@redhat.com>
399         * gas/i386/secrel.s: New test for .secrel32.
400         * gas/i386/secrel.d: Likewise.
401         * gas/i386/i386.exp: Call it for PE targets.
403 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
405         * gas/cfi/cfi-sparc64-1.d: Update.
407 2004-04-14  Richard Sandiford  <rsandifo@redhat.com>
409         * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
411 2004-04-14  Richard Sandiford  <rsandifo@redhat.com>
413         * gas/elf/section2.e-mips: Allow named section symbols.
414         * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
416 2004-04-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
418         * gas/m32r/parallel-2.s: New file: Test case for parallel code.
419         * gas/m32r/parallel-2.d: New file: Expected results.
420         * gas/m32r/m32r2.exp: Run the test.
421         
422         * gas/m32r/seth.s: New file: Test for seth.
423         * gas/m32r/seth.d: New file: Expected results.
424         * gas/m32r/m32r.exp: Run the new test.
426 2004-04-01  Asgari Jinia  <asgarij@kpitcummins.com>
428         * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
429         option.
430         * gas/sh/basic.exp: Run the new test.
432 2004-04-01  Dave Korn  <dk@artimi.com>
434         * gas/dlx/alltests.exp: Execute new lohi test.
435         * gas/dlx/lohi.s: New test for spurious lo16/hi16
436           reloc overflow checking.
437         * gas/dlx/lohi.d: New file: expected output.
438         * gas/dlx/lhi.d: Updated to properly expect lo16
439           relocations where asked for.
440         * gas/dlx/itype.d: Likewise.
441         * gas/dlx/lhi.d: Corrected cut+paste error in test name.
443 2004-03-30  Stan Shebs  <shebs@apple.com>
445         * gas/macros/macros.exp: Remove mention of MPW config.
447 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
449         * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
450         an error.
451         * gas/m68hc11/m68hc11.exp: Likewise.
453 2004-03-23  Andreas Schwab  <schwab@suse.de>
455         * gas/cfi/cfi-m68k.d: Adjust offsets.
457 2004-03-22  Hans-Peter Nilsson  <hp@axis.com>
459         * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
460         * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
462 2004-03-17  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
464         * gas/cfi/cfi-sh-1.d: New file.
465         * gas/cfi/cfi-sh-1.s: Likewise. 
466         * gas/cfi/cfi.exp: Add SH case.
468 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
470         * gas/ppc/altivec.d: Update.
471         * gas/ppc/altivec_xcoff.d: Update.
472         * gas/ppc/altivec_xcoff64.d: Update.
473         * gas/ppc/astest.d: Update.
474         * gas/ppc/astest2.d: Update.
475         * gas/ppc/astest2_64.d: Update.
476         * gas/ppc/astest64.d: Update.
477         * gas/ppc/booke.d: Update.
478         * gas/ppc/booke_xcoff.d: Update.
479         * gas/ppc/booke_xcoff64.d: Update.
480         * gas/ppc/e500.d: Update.
481         * gas/ppc/power4.d: Update.
482         * gas/ppc/test1elf32.d: Update.
483         * gas/ppc/test1elf64.d: Update.
484         * gas/ppc/test1xcoff32.d: Update.
486 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
488         * gas/i386/padlock.s: Pad with .p2align.
489         * gas/i386/padlock.d: Adjust.
491 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
493         * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
494         VIA PadLock instructions.
495         * gas/i386/i386.exp: Run padlock tests.
497 2004-03-12  Alan Modra  <amodra@bigpond.net.au>
499         * gas/i386/katmai.d: Revert last change.
501         * gas/i386/katmai.d: Adjust for clflush change.
503 2004-03-08  Andreas Jaeger  <aj@suse.de>
505         * gas/cfi/cfi-s390x-1.d: Adjust offsets.
507 2004-03-07  Richard Henderson  <rth@redhat.com>
509         * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
511 2004-03-07  Andreas Jaeger  <aj@suse.de>
513         * gas/cfi/cfi-x86_64.d: Adjust offsets.
515 2004-03-07  Richard Henderson  <rth@redhat.com>
517         * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
518         gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
519         gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
521 2004-03-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
523         * gas/sh/sh64/err-dsp.s: Fix expected error message.
525 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
527         * gas/frv/fr405-insn.[sdl]: New test.
528         * gas/frv/fr450-spr.[sd]: New test.
529         * gas/frv/fr450-insn.[sdl]: New test.
530         * gas/frv/fr450-media-issue.[sl]: New test.
531         * gas/frv/allinsn.exp: Run new tests.  Ensure fr405 instructions
532         aren't accepted for -mcpu=fr400 or -mcpu=fr500.  Ensure fr450
533         instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
534         -mcpu=fr500.
536 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
538         * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
539         (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
540         * gas/frv/allinsn.d: Update accordingly.
542 2004-02-17  Petko Manolov  <petkan@nucleusys.com>
544         * gas/arm/maverick.c: DSPSC to/from opcode fixes.
545         * gas/arm/maverick.d: Likewise.
546         * gas/arm/maverick.s: Likewise.
548 2004-02-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
550         * gas/sh/basic.exp: Don't do sh4a tests for sh5.
552 2004-02-06  Nathan Sidwell  <nathan@codesourcery.com>
554         * gas/macros/test2.s: Lowercase it.
556 2004-02-02  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
558         * gas/mips/div.d: Update to accomodate changes in macro
559         expansions.
560         gas/mips/elf-rel-got-n32.d: Likewise.
561         gas/mips/elf-rel-got-n64.d: Likewise.
562         gas/mips/elf-rel-xgot-n32.d: Likewise.
563         gas/mips/elf-rel-xgot-n64.d: Likewise.
564         gas/mips/la-svr4pic.d: Likewise.
565         gas/mips/la-xgot.d: Likewise.
566         gas/mips/lca-svr4pic.d: Likewise.
567         gas/mips/lca-xgot.d: Likewise.
569 2004-02-01  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
571         * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
572         * gas/sh/sh4a-fp.s: Likewise.
573         * gas/sh/err-sh4a-fp.s: Likewise.
575 2004-01-24  Chris Demetriou  <cgd@broadcom.com>
577         * gas/mips/relax-swap1.s: Add extra space at end, so the
578         disassembly will consistently have "..." at its end.
579         * gas/mips/relax-swap2.s: Likewise.
580         * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
582 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
584         * gas/arm/arm.exp: Add "undefined" test.
585         * gas/arm/undefined.s, gas/arm/undefined.l: New files.
587 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
589         * gas/mips/macro-warn-[1234].[sdl]: New tests.
590         * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
591         * gas/mips/mips.exp: Run them.
593 2004-01-23  Richard Sandiford  <rsandifo@redhat.com>
595         * gas/mips/elf-rel19.[sd]: New test.
596         * gas/mips/mips.exp: Run it.
598 2004-01-11 Tom Rix   <tcrix@worldnet.att.net>
600         * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
601         * gas/m68hc11/movb.d: Likewise.
602         * gas/m68hc11/m68hc11.exp: Likewise.  Add more movb failure tests.
604 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
606         * gas/i386/katmai.d: Adjust for changed sib printing.
607         * gas/i386/prescott.d: Likewise.
608         * gas/i386/sse2.d: Likewise.
609         * gas/i386/ssemmx2.d: Likewise.
611 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
613         * gas/mn10300/mov5.s: New.
614         * gas/mn10300/basic.exp (do_mov5): New.
616 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
618         * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
619         with swapping for MIPS1.
620         * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
621         with swapping for MIPS2.
622         * gas/mips/relax-swap1.l: Stderr output for the new tests.
623         * gas/mips/relax-swap1.s: Source for the new tests.
624         * gas/mips/relax-swap2.d: New test for branch likely relaxation
625         with swapping.
626         * gas/mips/relax-swap2.l: Stderr output for the new test.
627         * gas/mips/relax-swap2.s: Source for the new test.
628         * gas/mips/mips.exp: Run the new tests.
630 2004-01-13  Ian Lance Taylor  <ian@wasabisystems.com>
632         * gas/mips/mips16-64.d: New test.
633         * gas/mips/mips.exp: Run it.
635 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
637         * gas/mips/elf-rel18.[sd]: New test.
638         * gas/mips/mips.exp: Run it.
640 2004-01-09  Paul Brook  <paul@codesourcery.com>
642         * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
643         * gas/arm/arm.exp: Add them.
645 2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>
647         * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
648         * gas/mips/ldstla-n64-shared.d: Likewise.
650 2004-01-07  Nick Clifton  <nickc@redhat.com>
652         * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
654 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
656         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
657         * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
658         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
659         * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
660         2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
661         * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register.  Use
662         gprel12 for rodata symbol and gotoff12 for sdata symbol.
663         2003-08-08  Alexandre Oliva  <aoliva@redhat.com>
664         * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
665         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
666         * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
667         * gas/frv/allinsns.exp: Run it.
669 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
671         * gas/msp430/opcode.s: Add test for an 'add' instruction which
672         looks similar to an 'rla' instruction.
674 For older changes see ChangeLog-9303
676 Local Variables:
677 mode: change-log
678 left-margin: 8
679 fill-column: 74
680 version-control: never
681 End: