repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-arm
/
script-type.ld
blob
684fc97275b4a1a0b29996542310a395d775433a
1
SECTIONS {
2
foo_a = bar_a;
3
foo_t = bar_t;
4
foo_o = bar_o;
5
.text : { *(.text) }
6
.ARM.attribues 0 : { *(.ARM.attributes) }
7
}