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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.gdbtk/] [stack2.c] - Blame information for rev 1767

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

Line No. Rev Author Line
1 578 markom
/* Functions defined in this file */
2
void extern_func1_1 (int, char *, unsigned long);
3
void extern_func1_2 (int, char *, unsigned long);
4
void extern_func1_3 (int, char *, unsigned long);
5
void extern_func1_4 (int, char *, unsigned long);
6
void extern_func1_5 (int, char *, unsigned long);
7
void extern_func1_6 (int, char *, unsigned long);
8
void extern_func1_7 (int, char *, unsigned long);
9
void extern_func1_8 (int, char *, unsigned long);
10
void extern_func1_9 (int, char *, unsigned long);
11
void extern_func1_10 (int, char *, unsigned long);
12
void extern_func1_11 (int, char *, unsigned long);
13
void extern_func1_12 (int, char *, unsigned long);
14
void extern_func1_13 (int, char *, unsigned long);
15
void extern_func1_14 (int, char *, unsigned long);
16
void extern_func1_15 (int, char *, unsigned long);
17
 
18
void
19
extern_func1_1 (int a, char *b, unsigned long c)
20
{
21
  extern_func1_2 (a, b, c);
22
}
23
 
24
void
25
extern_func1_2 (int a, char *b, unsigned long c)
26
{
27
  extern_func1_3 (a, b, c);
28
}
29
 
30
void
31
extern_func1_3 (int a, char *b, unsigned long c)
32
{
33
  extern_func1_4 (a, b, c);
34
}
35
 
36
void
37
extern_func1_4 (int a, char *b, unsigned long c)
38
{
39
  extern_func1_5 (a, b, c);
40
}
41
 
42
void
43
extern_func1_5 (int a, char *b, unsigned long c)
44
{
45
  extern_func1_6 (a, b, c);
46
}
47
 
48
void
49
extern_func1_6 (int a, char *b, unsigned long c)
50
{
51
  extern_func1_7 (a, b, c);
52
}
53
 
54
void
55
extern_func1_7 (int a, char *b, unsigned long c)
56
{
57
  extern_func1_8 (a, b, c);
58
}
59
 
60
void
61
extern_func1_8 (int a, char *b, unsigned long c)
62
{
63
  extern_func1_9 (a, b, c);
64
}
65
 
66
void
67
extern_func1_9 (int a, char *b, unsigned long c)
68
{
69
  extern_func1_10 (a, b, c);
70
}
71
 
72
void
73
extern_func1_10 (int a, char *b, unsigned long c)
74
{
75
  extern_func1_11 (a, b, c);
76
}
77
 
78
void
79
extern_func1_11 (int a, char *b, unsigned long c)
80
{
81
  extern_func1_12 (a, b, c);
82
}
83
 
84
void
85
extern_func1_12 (int a, char *b, unsigned long c)
86
{
87
  extern_func1_13 (a, b, c);
88
}
89
 
90
void
91
extern_func1_13 (int a, char *b, unsigned long c)
92
{
93
  extern_func1_14 (a, b, c);
94
}
95
 
96
void
97
extern_func1_14 (int a, char *b, unsigned long c)
98
{
99
  extern_func1_15 (a, b, c);
100
}
101
 
102
void
103
extern_func1_15 (int a, char *b, unsigned long c)
104
{
105
  /* THE END */
106
  return;
107
}

powered by: WebSVN 2.1.0

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