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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.base/] [mips_pro.exp] - Blame information for rev 24

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 24 jeremybenn
# Copyright 1997, 1999, 2000, 2001, 2003, 2007, 2008
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, see .
16
 
17
# Please email any bugs, comments, and/or additions to this file to:
18
# bug-gdb@prep.ai.mit.edu
19
 
20
if $tracelevel then {
21
        strace $tracelevel
22
}
23
 
24
set prms_id 0
25
set bug_id 0
26
 
27
set testfile mips_pro
28
set srcfile ${testfile}.c
29
set binfile ${objdir}/${subdir}/${testfile}
30
 
31
# Create and source the file that provides information about the compiler
32
# used to compile the test case.
33
if [get_compiler_info ${binfile}] {
34
    return -1;
35
}
36
 
37
 
38
# This test must be compiled with -O2 if using gcc.
39
 
40
if { [test_compiler_info gcc-*-*] } then {
41
    if  { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug additional_flags=-O2}] != "" } {
42
     untested mips_pro.exp
43
     return -1
44
    }
45
} else {
46
    if  { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug}] != "" } {
47
     untested mips_pro.exp
48
     return -1
49
    }
50
}
51
 
52
gdb_exit
53
gdb_start
54
gdb_reinitialize_dir $srcdir/$subdir
55
gdb_load ${binfile}
56
 
57
if [runto middle] then {
58
    # PR 3016
59
    #   warning: Hit heuristic-fence-post without finding
60
    #   warning: enclosing function for pc 0x1006ead0
61
    if { [test_compiler_info gcc-*-*] } then {
62
        setup_xfail "mips*-sgi-irix4*" "mips64*-*-elf"
63
    }
64
    # The call chain is main -> top -> middle.  But gcc can optimize a tail
65
    # call to a jump, so the stack may contain either main -> top -> middle
66
    # or main -> middle.
67
    gdb_test "backtrace" "#0.*middle.*#\[12\].*main.*"
68
}
69
return 0

powered by: WebSVN 2.1.0

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