~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/frv/allinsn.exp

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2012
 
2
# Free Software Foundation, Inc.
 
3
 
 
4
# This program is free software; you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation; either version 3 of the License, or
 
7
# (at your option) any later version.
 
8
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program; if not, write to the Free Software
 
16
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  
 
17
 
 
18
# FRV assembler testsuite.
 
19
 
 
20
if [istarget frv*-*-*] {
 
21
    run_dump_test "allinsn"
 
22
 
 
23
    run_dump_test "fdpic"
 
24
    run_dump_test "reloc1"
 
25
    run_dump_test "fr405-insn"
 
26
    run_list_test "fr405-insn" "-mcpu=fr400" "fr405-insn -mcpu=fr400"
 
27
    run_list_test "fr405-insn" "-mcpu=fr500" "fr405-insn -mcpu=fr500"
 
28
 
 
29
    run_dump_test "fr450-spr"
 
30
    run_dump_test "fr450-insn"
 
31
    run_list_test "fr450-insn" "-mcpu=fr405" "fr450-insn -mcpu=fr405"
 
32
    run_list_test "fr450-insn" "-mcpu=fr400" "fr450-insn -mcpu=fr400"
 
33
    run_list_test "fr450-insn" "-mcpu=fr500" "fr450-insn -mcpu=fr500"
 
34
    run_list_test "fr450-media-issue" "-mcpu=fr450"
 
35
 
 
36
    run_dump_test "fr550-pack1"
 
37
 
 
38
    run_dump_test "immediates"
 
39
}