repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
gpl3
/
binutils
/
dist
/
ld
/
testsuite
/
ld-scripts
/
map-address.t
blob
e077ed1cb4c97993b258d5d2c2f88dffbc3eb8d1
1
SECTIONS
2
{
3
def1 = DEFINED(foo) ? 0x10 : 0x20;
4
def2 = def1;
5
. = 0x10001;
6
foo = .;
7
. += 0x200;
8
bar = .;
9
. = ALIGN (4);
10
frob = .;
11
}