1 2004-07-13 Nick Clifton <nickc@redhat.com>
3 * gas/vtable: Delete directory. These tests are no longer needed
4 as the VTABLE_ reloc support is obsolete.
6 2004-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8 * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
9 * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
10 * gas/m32r/pic2.d: New file: Expected results.
12 2004-07-08 Richard Sandiford <rsandifo@redhat.com>
14 * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
15 * gas/mips/elf-refl19.d: Likewise L2.
17 2004-07-03 Richard Sandiford <rsandifo@redhat.com>
19 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
21 * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
22 * gas/mips/elf-rel20.[sd]: New test.
23 * gas/mips/mips.exp: Run it.
25 2004-07-03 Maciej W. Rozycki <macro@linux-mips.org>
27 * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
29 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
31 * gas/ia64/group-1.d: New.
32 * gas/ia64/group-1.s: Likewise.
34 * gas/ia64/ia64.exp: Add group-1 to test comdat group.
36 2004-06-30 James E Wilson <wilson@specifixinc.com>
38 * gas/ia64/dv-imply.d: Update.
39 * gas/ia64/dv-mutex.d: Likewise.
40 * gas/ia64/dv-safe.d: Likewise.
42 2004-06-29 Alan Modra <amodra@bigpond.net.au>
44 * gas/m68k/mode5.s: Pad section.
45 * gas/m68k/mode5.d: Update.
47 2004-06-28 Alan Modra <amodra@bigpond.net.au>
49 * gas/ppc/power4.d: Update.
51 2004-06-24 Alan Modra <amodra@bigpond.net.au>
53 * gas/i386/prescott.s: Remove fisttpd and fisttpq.
54 * gas/i386/prescott.d: Update.
56 2004-06-08 Jakub Jelinek <jakub@redhat.com>
58 * gas/ia64/dv-raw-err.s: Add some new postinc tests.
59 * gas/ia64/dv-raw-err.l: Updated.
61 2004-05-28 Peter Barada <peter@the-baradas.com>
63 * gas/m68k/mode5.s: New test file. Checks conversion of mode 5
64 addressing with zero offset into mode 2 addressing.
65 * gas/m68k/mode5.d: New file: Expected disassmbly.
66 * gas/m68k/all.exp: Run new test.
68 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
70 * gas/ia64/regs.d: Updated.
72 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
74 * gas/ia64/ia64.exp: Run invalid-ar.
76 * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
77 * gas/ia64/invalid-ar.s: Likewise.
79 2004-05-24 Peter Barada <peter@the-baradas.com>
81 * gas/m68k/mcf-emac.d: Provide correct disassembler results.
82 * gas/m68k/mcf-mac.d: Provide correct disassembler results.
84 2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
86 * gas/ia64/dv-srlz.d: Fix a typo.
88 2004-05-12 Ben Elliston <bje@au.ibm.com>
90 * gas/h8300/t03_add.exp: Remove stray semicolons.
91 * gas/h8300/t04_sub.exp: Likewise.
92 * gas/h8300/t05_cmp.exp: Likewise.
93 * gas/h8300/t08_or.exp: Likewise.
94 * gas/h8300/t09_xor.exp: Likewise.
95 * gas/h8300/t10_and.exp: Likewise.
96 * gas/hppa/reloc/reloc.exp: Likewise.
97 * gas/hppa/unsorted/unsorted.exp: Likewise.
98 * gas/i386/i386.exp: Likewise.
99 * gas/m68hc11/m68hc11.exp: Likewise.
100 * gas/mips/mips.exp: Likewise.
101 * gas/sparc/sparc.exp: Likewise.
102 * lib/gas-defs.exp: Likewise.
104 2004-05-11 Nick Clifton <nickc@redhat.com>
106 * gas/elf/section4.s: New test. Checks label arithmetic when
107 multiple same-name sections exist.
108 * gas/elf/section4.d: New file: Expected section list
109 * gas/elf/elf.exp: Run the new test.
110 * gas/elf/group0.s: Use % instead of @ for type argument to
111 .section directive (for compatability with ARM port).
112 * gas/elf/group1.s: Likewise.
114 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
116 * gas/mips/vr4122.[sd]: Rename to...
117 * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
119 * gas/mips/mips.exp: Update accordingly.
121 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
123 * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
124 * gas/frv/fr405-insn.d: Likewise.
125 * gas/frv/fr450-insn.d: Likewise.
127 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
129 * gas/elf/elf.exp: Remove group1, add group1a and group1b for
132 * gas/elf/group1a.d: New file.
133 * gas/elf/group1b.d: Likewise.
135 * gas/elf/group1.e: Removed.
137 2004-04-30 Nick Clifton <nickc@redhat.com>
139 * gas/arm/reg-alias.s: New file: Test case sensitive register
141 * gas/arm/reg-alias.d: New file: Expected test output.
142 * gas/arm/arm.exp: Run reg-alias test.
143 Arrange tests in a more orderly fashion.
145 2004-04-30 Ben Elliston <bje@au.ibm.com>
147 * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
148 * gas/ppc/power4.d: Update accordingly.
150 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
152 * gas/elf/elf.exp: Add group0a, group0b and group1 for section
155 * gas/elf/group0.s: New file.
156 * gas/elf/group0a.d: Likewise.
157 * gas/elf/group0b.d: Likewise.
158 * gas/elf/group1.e: Likewise.
159 * gas/elf/group1.s: Likewise.
161 2004-04-23 Nick Clifton <nickc@redhat.com>
163 * gas/symver/symver1.d: Cope with extra symbols inserted by
165 * gas/symver/symver0.d: Likewise
166 * gas/elf/symver.d: Likewise.
168 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
170 * gas/sh/pcrel2.d: Update.
171 * gas/sh/tlsd.d: Update.
172 * gas/sh/tlsnopic.d: Update.
173 * gas/sh/tlspic.d: Update.
175 2004-04-22 Mark Kettenis <kettenis@gnu.org>
177 * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
179 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
181 * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
182 * gas/mips/mips-abi32-pic.d: Likewise.
183 * gas/mips/mips-abi32-pic2.d: Likewise.
184 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
185 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
186 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
187 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
188 * gas/mips/relax-swap1-mips2.d: Likewise.
189 * gas/mips/lb-svr4pic-ilocks.d: New test.
190 * gas/mips/mips.exp: Run it.
192 2004-04-22 Paul Brook <paul@codesourcery.com>
194 * maverick.c (off8s): Test full shifted operand range.
196 (MVDSPACC, MVACCDSP): Use it.
197 * maverick.d, maverick.s: Regenerate.
199 2004-04-22 Peter Barada <peter@the-baradas.com>
201 * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
202 * gas/m68k/mcf-emac.s: New test: Similar checks.
203 * gas/m68k/mcf-mac.d: New test: Expected output.
204 * gas/m68k/mcf-emac.d: New test: Likewise.
205 * gas/m68k/all.exp: Run new tests.
207 2004-04-21 Chris Demetriou <cgd@broadcom.com>
209 * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
210 * gas/mips/empic.d: Likewise.
211 * gas/mips/empic.l: Likewise.
212 * gas/mips/empic.s: Likewise.
213 * gas/mips/empic2.d: Likewise.
214 * gas/mips/empic2.s: Likewise.
215 * gas/mips/empic3_e.d: Likewise.
216 * gas/mips/empic3_e.s: Likewise.
217 * gas/mips/empic3_g1.d: Likewise.
218 * gas/mips/empic3_g1.s: Likewise.
219 * gas/mips/empic3_g2.d: Likewise.
220 * gas/mips/empic3_g2.s: Likewise.
221 * gas/mips/jal-empic-elf-2.d: Likewise.
222 * gas/mips/jal-empic-elf-2.s: Likewise.
223 * gas/mips/jal-empic-elf-3.d: Likewise.
224 * gas/mips/jal-empic-elf-3.s: Likewise.
225 * gas/mips/jal-empic-elf.d: Likewise.
226 * gas/mips/jal-empic.d: Likewise.
227 * gas/mips/la-empic.d: Likewise.
228 * gas/mips/la-empic.s: Likewise.
229 * gas/mips/lb-empic.d: Likewise.
230 * gas/mips/ld-empic.d: Likewise.
231 * gas/mips/lif-empic.d: Likewise.
232 * gas/mips/telempic.d: Likewise.
233 * gas/mips/tempic.d: Likewise.
234 * gas/mips/ulh-empic.d: Likewise.
235 * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
236 * gas/mips/lifloat.s: Likewise.
237 * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
239 2004-04-20 Brian Ford <ford@vss.fsi.com>
240 DJ Delorie <dj@redhat.com>
242 * gas/i386/secrel.s: New test for .secrel32.
243 * gas/i386/secrel.d: Likewise.
244 * gas/i386/i386.exp: Call it for PE targets.
246 2004-04-19 Jakub Jelinek <jakub@redhat.com>
248 * gas/cfi/cfi-sparc64-1.d: Update.
250 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
252 * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
254 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
256 * gas/elf/section2.e-mips: Allow named section symbols.
257 * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
259 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
261 * gas/m32r/parallel-2.s: New file: Test case for parallel code.
262 * gas/m32r/parallel-2.d: New file: Expected results.
263 * gas/m32r/m32r2.exp: Run the test.
265 * gas/m32r/seth.s: New file: Test for seth.
266 * gas/m32r/seth.d: New file: Expected results.
267 * gas/m32r/m32r.exp: Run the new test.
269 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
271 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
273 * gas/sh/basic.exp: Run the new test.
275 2004-04-01 Dave Korn <dk@artimi.com>
277 * gas/dlx/alltests.exp: Execute new lohi test.
278 * gas/dlx/lohi.s: New test for spurious lo16/hi16
279 reloc overflow checking.
280 * gas/dlx/lohi.d: New file: expected output.
281 * gas/dlx/lhi.d: Updated to properly expect lo16
282 relocations where asked for.
283 * gas/dlx/itype.d: Likewise.
284 * gas/dlx/lhi.d: Corrected cut+paste error in test name.
286 2004-03-30 Stan Shebs <shebs@apple.com>
288 * gas/macros/macros.exp: Remove mention of MPW config.
290 2004-03-27 Alan Modra <amodra@bigpond.net.au>
292 * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
294 * gas/m68hc11/m68hc11.exp: Likewise.
296 2004-03-23 Andreas Schwab <schwab@suse.de>
298 * gas/cfi/cfi-m68k.d: Adjust offsets.
300 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
302 * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
303 * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
305 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
307 * gas/cfi/cfi-sh-1.d: New file.
308 * gas/cfi/cfi-sh-1.s: Likewise.
309 * gas/cfi/cfi.exp: Add SH case.
311 2004-03-16 Alan Modra <amodra@bigpond.net.au>
313 * gas/ppc/altivec.d: Update.
314 * gas/ppc/altivec_xcoff.d: Update.
315 * gas/ppc/altivec_xcoff64.d: Update.
316 * gas/ppc/astest.d: Update.
317 * gas/ppc/astest2.d: Update.
318 * gas/ppc/astest2_64.d: Update.
319 * gas/ppc/astest64.d: Update.
320 * gas/ppc/booke.d: Update.
321 * gas/ppc/booke_xcoff.d: Update.
322 * gas/ppc/booke_xcoff64.d: Update.
323 * gas/ppc/e500.d: Update.
324 * gas/ppc/power4.d: Update.
325 * gas/ppc/test1elf32.d: Update.
326 * gas/ppc/test1elf64.d: Update.
327 * gas/ppc/test1xcoff32.d: Update.
329 2004-03-15 Alan Modra <amodra@bigpond.net.au>
331 * gas/i386/padlock.s: Pad with .p2align.
332 * gas/i386/padlock.d: Adjust.
334 2004-03-12 Michal Ludvig <mludvig@suse.cz>
336 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
337 VIA PadLock instructions.
338 * gas/i386/i386.exp: Run padlock tests.
340 2004-03-12 Alan Modra <amodra@bigpond.net.au>
342 * gas/i386/katmai.d: Revert last change.
344 * gas/i386/katmai.d: Adjust for clflush change.
346 2004-03-08 Andreas Jaeger <aj@suse.de>
348 * gas/cfi/cfi-s390x-1.d: Adjust offsets.
350 2004-03-07 Richard Henderson <rth@redhat.com>
352 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
354 2004-03-07 Andreas Jaeger <aj@suse.de>
356 * gas/cfi/cfi-x86_64.d: Adjust offsets.
358 2004-03-07 Richard Henderson <rth@redhat.com>
360 * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
361 gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
362 gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
364 2004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
366 * gas/sh/sh64/err-dsp.s: Fix expected error message.
368 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
370 * gas/frv/fr405-insn.[sdl]: New test.
371 * gas/frv/fr450-spr.[sd]: New test.
372 * gas/frv/fr450-insn.[sdl]: New test.
373 * gas/frv/fr450-media-issue.[sl]: New test.
374 * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions
375 aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450
376 instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
379 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
381 * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
382 (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
383 * gas/frv/allinsn.d: Update accordingly.
385 2004-02-17 Petko Manolov <petkan@nucleusys.com>
387 * gas/arm/maverick.c: DSPSC to/from opcode fixes.
388 * gas/arm/maverick.d: Likewise.
389 * gas/arm/maverick.s: Likewise.
391 2004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
393 * gas/sh/basic.exp: Don't do sh4a tests for sh5.
395 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
397 * gas/macros/test2.s: Lowercase it.
399 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
401 * gas/mips/div.d: Update to accomodate changes in macro
403 gas/mips/elf-rel-got-n32.d: Likewise.
404 gas/mips/elf-rel-got-n64.d: Likewise.
405 gas/mips/elf-rel-xgot-n32.d: Likewise.
406 gas/mips/elf-rel-xgot-n64.d: Likewise.
407 gas/mips/la-svr4pic.d: Likewise.
408 gas/mips/la-xgot.d: Likewise.
409 gas/mips/lca-svr4pic.d: Likewise.
410 gas/mips/lca-xgot.d: Likewise.
412 2004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
414 * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
415 * gas/sh/sh4a-fp.s: Likewise.
416 * gas/sh/err-sh4a-fp.s: Likewise.
418 2004-01-24 Chris Demetriou <cgd@broadcom.com>
420 * gas/mips/relax-swap1.s: Add extra space at end, so the
421 disassembly will consistently have "..." at its end.
422 * gas/mips/relax-swap2.s: Likewise.
423 * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
425 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
427 * gas/arm/arm.exp: Add "undefined" test.
428 * gas/arm/undefined.s, gas/arm/undefined.l: New files.
430 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
432 * gas/mips/macro-warn-[1234].[sdl]: New tests.
433 * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
434 * gas/mips/mips.exp: Run them.
436 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
438 * gas/mips/elf-rel19.[sd]: New test.
439 * gas/mips/mips.exp: Run it.
441 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
443 * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
444 * gas/m68hc11/movb.d: Likewise.
445 * gas/m68hc11/m68hc11.exp: Likewise. Add more movb failure tests.
447 2004-01-19 Alan Modra <amodra@bigpond.net.au>
449 * gas/i386/katmai.d: Adjust for changed sib printing.
450 * gas/i386/prescott.d: Likewise.
451 * gas/i386/sse2.d: Likewise.
452 * gas/i386/ssemmx2.d: Likewise.
454 2004-01-16 Alexandre Oliva <aoliva@redhat.com>
456 * gas/mn10300/mov5.s: New.
457 * gas/mn10300/basic.exp (do_mov5): New.
459 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
461 * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
462 with swapping for MIPS1.
463 * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
464 with swapping for MIPS2.
465 * gas/mips/relax-swap1.l: Stderr output for the new tests.
466 * gas/mips/relax-swap1.s: Source for the new tests.
467 * gas/mips/relax-swap2.d: New test for branch likely relaxation
469 * gas/mips/relax-swap2.l: Stderr output for the new test.
470 * gas/mips/relax-swap2.s: Source for the new test.
471 * gas/mips/mips.exp: Run the new tests.
473 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
475 * gas/mips/mips16-64.d: New test.
476 * gas/mips/mips.exp: Run it.
478 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
480 * gas/mips/elf-rel18.[sd]: New test.
481 * gas/mips/mips.exp: Run it.
483 2004-01-09 Paul Brook <paul@codesourcery.com>
485 * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
486 * gas/arm/arm.exp: Add them.
488 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
490 * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
491 * gas/mips/ldstla-n64-shared.d: Likewise.
493 2004-01-07 Nick Clifton <nickc@redhat.com>
495 * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
497 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
499 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
500 * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
501 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
502 * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
503 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
504 * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register. Use
505 gprel12 for rodata symbol and gotoff12 for sdata symbol.
506 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
507 * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
508 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
509 * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
510 * gas/frv/allinsns.exp: Run it.
512 2004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
514 * gas/msp430/opcode.s: Add test for an 'add' instruction which
515 looks similar to an 'rla' instruction.
517 For older changes see ChangeLog-9303
523 version-control: never