~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/mips/mips.exp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
    # Not sure when it first cropped up, but may be related to addition of
464
464
    # "la" -> "addiu" pattern in MIPS opcode table long ago.
465
465
    if $ecoff { run_dump_test "la-empic" }
 
466
    if $elf { run_dump_test "lca-svr4pic" }
 
467
    if $elf { run_dump_test "lca-xgot" }
466
468
    if !$aout {
467
469
        # XXX FIXME: Has mips2 and later insns with mips1 disassemblies.
468
470
        # (Should split and then use appropriate arch lists.)
541
543
    # supports the necessary mips16 reloc.
542
544
    if { $elf && !$no_mips16 } {
543
545
        run_dump_test "mips16"
 
546
        run_dump_test "mips16-64"
544
547
        # Check jalx handling
545
548
        run_dump_test "mips16-jalx"
546
549
        run_dump_test "mips-jalx"
586
589
    }
587
590
 
588
591
    run_dump_test "relax"
 
592
    run_dump_test "relax-swap1-mips1"
 
593
    run_dump_test "relax-swap1-mips2"
 
594
    run_dump_test "relax-swap2"
589
595
 
590
596
    run_list_test "illegal" "-32"
591
597
    run_list_test "baddata1" "-32"
661
667
 
662
668
        if $has_newabi {
663
669
            run_dump_test "elf-rel15"
 
670
            run_dump_test "elf-rel16"
664
671
 
665
672
            run_dump_test "elf-rel-got-n32"
666
673
            run_dump_test "elf-rel-xgot-n32"
667
674
            run_dump_test "elf-rel-got-n64"
668
675
            run_dump_test "elf-rel-xgot-n64"
669
676
        }
 
677
        run_dump_test "elf-rel17"
 
678
        if $has_newabi {
 
679
            run_dump_test "elf-rel18"
 
680
        }
 
681
        run_dump_test "elf-rel19"
670
682
 
671
683
        run_dump_test "${tmips}${el}empic"
672
684
        run_dump_test "empic2"
723
735
        run_dump_test "ldstla-n64"
724
736
        run_dump_test "ldstla-n64-shared"
725
737
    }
 
738
 
 
739
    run_dump_test "macro-warn-1"
 
740
    run_dump_test "macro-warn-2"
 
741
    run_dump_test "macro-warn-3"
 
742
    run_dump_test "macro-warn-4"
 
743
    if $has_newabi {
 
744
        run_dump_test "macro-warn-1-n32"
 
745
        run_dump_test "macro-warn-2-n32"
 
746
    }
726
747
}