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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr25749-1a.c
blob
657d29da5b12ce31aefda245029c1d2a0295da14
1
#include <stdint.h>
2
3
extern
void
*
_binary_pr25749_1_c_start
;
4
extern
void
*
_binary_pr25749_1_c_end
;
5
6
intptr_t
7
size
(
void
)
8
{
9
return
((
intptr_t
) &
_binary_pr25749_1_c_end
10
- (
intptr_t
) &
_binary_pr25749_1_c_start
);
11
}