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-x86-64
/
pr21884.t
blob
edd20704c7f650d5b6718e444d40066218680805
1
OUTPUT_FORMAT("elf64-x86-64");
2
OUTPUT_ARCH(i386:x86-64);
3
4
ENTRY(_start);
5
SECTIONS {
6
. = 0x10000;
7
_start = . ;
8
.data : {
9
*(.data)
10
}
11
}