repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
[binutils.git]
/
ld
/
testsuite
/
ld-checks
/
script
blob
44c6a08420a210b76a3e8e0fc5346773829a6d05
1
SECTIONS {
2
.text 0x100 : { *(.text) }
3
.data 0x100 : AT (0x100) { *(.data) }
4
.bss 0x100 : AT (0x4000) { *(.bss) }
5
}
6