OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [frv/] [frv.exp] - Blame information for rev 317

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 317 jeremybenn
# Copyright (C) 2004 Free Software Foundation, Inc.
2
#
3
# This file is part of GCC.
4
#
5
# GCC is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published by
7
# the Free Software Foundation; either version 3, or (at your option)
8
# any later version.
9
#
10
# GCC is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
# GNU General Public License for more details.
14
#
15
# You should have received a copy of the GNU General Public License
16
# along with GCC; see the file COPYING3.  If not see
17
# .
18
 
19
# The name of each test starts with the architecture it requires.  Tests that
20
# work on all variants start with "all".
21
 
22
if {![istarget frv-*-*]} {
23
    return 0
24
}
25
 
26
load_lib gcc-dg.exp
27
 
28
# Find out which architecture is used by default.
29
set mainarch "fr500"
30
foreach flag [target_info multilib_flags] {
31
    regexp "^-mcpu=(.*)" $flag dummy mainarch
32
    if {$flag == "-mno-pack"} {
33
        # -mno-pack disables media intrinsics.
34
        return 0
35
    }
36
}
37
 
38
# Set $archs to "all" plus the list of architectures we can test.
39
set archs [list "all" $mainarch]
40
switch $mainarch {
41
    fr405 { lappend archs fr400 }
42
    fr450 { lappend archs fr405 fr400 }
43
}
44
 
45
# Set $files to the list of files we can test.
46
set files ""
47
foreach arch $archs {
48
    lappend files [lsort [glob -nocomplain $srcdir/$subdir/${arch}*.c]]
49
}
50
 
51
dg-init
52
gcc-dg-runtest [eval concat $files] ""
53
dg-finish

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.