repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-srec
/
sr2.c
blob
c753ef7c5671a189cdfed46a0993949e2969f36f
1
/* This file is compiled and linked into the S-record format. */
2
3
int
e1
;
4
int
e2
=
1
;
5
6
int
7
fn1
(
char
*
s
)
8
{
9
return
s
[
e1
];
10
}
11
12
int
13
fn2
(
char
*
s
)
14
{
15
return
s
[
e2
];
16
}