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
2011-09-09 Kai Tietz <ktietz@redhat.com>
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
align2.t
blob
d86f62aeab33734e13da41961759989680aa7ec6
1
SECTIONS
2
{
3
.text : {*(.text)}
4
. = ALIGN(data_align);
5
.data : {*(.data)}
6
/DISCARD/ : {*(*)}
7
}