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
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
dt-relr-glibc-1.c
blob
beacffe29e76342c77b9c5476aad7c4244724e16
1
#define REL(n) \
2
static int data##n; \
3
void *p##n = &data##n;
4
5
REL
(
1
)
6
REL
(
2
)
7
REL
(
3
)
8
REL
(
4
)
9
REL
(
5
)
10
REL
(
6
)
11
REL
(
7
)