repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld.so: Rewrite elf_machine_load_address using _DYNAMIC symbol
[uclibc-ng.git]
/
extra
/
scripts
/
none.lds
blob
d6bd05afc241a67db934ed673e40459884b2fd39
1
/* GNU ld script
2
* Used by the build system to probe flags.
3
* Discards all output to avoid error
4
* "failed to merge target specific data of file %B". */
5
TARGET(binary)
6
INPUT(/dev/null)
7
/* We could as well omit the whole SECTIONS block.
8
* This redundancy is just for clarity. */
9
SECTIONS
10
{
11
/DISCARD/ : { *(*) }
12
}
13