]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-srec/sr1.c
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-srec / sr1.c
CommitLineData
12bfa0bc
ILT
1/* This file is compiled and linked into the S-record format. */
2
3extern int e1;
4extern int e2;
5int i;
6int j = 1;
7static int k;
8static int l = 1;
9static char ab[] = "This is a string constant";
10
11extern int fn1 ();
12extern int fn2 ();
13
14int
15main ()
16{
17 fn1 (ab);
18 fn2 ("static string constant");
19 return e1 + e2 + i + j + k + l;
20}
21
22int
23__main ()
24{
25}
26
27/* V_SPILL and V_FILL are used by a29k-amd-udi. */
28
29int
30V_SPILL ()
31{
32}
33
34int
35V_FILL ()
36{
37}