This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-srec / sr1.c
1 /* This file is compiled and linked into the S-record format. */
2
3 extern int e1;
4 extern int e2;
5 int i;
6 int j = 1;
7 static int k;
8 static int l = 1;
9 static char ab[] = "This is a string constant";
10
11 extern int fn1 ();
12 extern int fn2 ();
13
14 int
15 main ()
16 {
17 fn1 (ab);
18 fn2 ("static string constant");
19 return e1 + e2 + i + j + k + l;
20 }
21
22 int
23 __main ()
24 {
25 }
26
27 /* V_SPILL and V_FILL are used by a29k-amd-udi. */
28
29 int
30 V_SPILL ()
31 {
32 }
33
34 int
35 V_FILL ()
36 {
37 }
This page took 0.032935 seconds and 5 git commands to generate.