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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
section-order-1a.t
blob
2e28bfa8451446162cf92284157f3f783796f39c
1
.text : {
2
*(.text.yyy)
3
*(.text.b?r)
4
*(.text)
5
*(.text.xxx .text.foo)
6
}
7
8
.data : {
9
*(.data.small)
10
*(.big*)
11
*(.bar .baz*)
12
*(.data.ccc)
13
}
14