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
/
attributes.ld
blob
f6cfe4ac52e5a91547664c7710ff818808d8014d
1
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
2
ENTRY (__start)
3
SECTIONS
4
{
5
.text :
6
{
7
*(.text)
8
}
9
}