repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
binutils
/
ld
/
testsuite
/
ld-empic
/
relax2.c
blob
58854a03aa9faceca59d38d6bb0a5cce3917c378
1
/* Second source file in relaxation test. */
2
3
int
bar2
()
4
{
5
int
i
;
6
7
for
(
i
=
0
;
i
<
100
;
i
++)
8
foo
();
9
return
foo
() +
foo
() +
foo
() +
foo
();
10
}
11
12
int
bar
(
int
i
)
13
{
14
while
(
1
)
15
if
(
i
)
16
return
foo
();
17
else
18
return
foo
();
19
}