Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
binutils
/
e5085e81d5e4c57d6a17d69f97a488fe5e18ac3a
/
.
/
binutils-2.27
/
ld
/
testsuite
/
ld-scripts
/
map-address.t
blob: e077ed1cb4c97993b258d5d2c2f88dffbc3eb8d1 [
file
] [
log
] [
blame
]
SECTIONS
{
def1
=
DEFINED
(
foo
)
?
0x10
:
0x20
;
def2
=
def1
;
.
=
0x10001
;
foo
=
.;
.
+=
0x200
;
bar
=
.;
.
=
ALIGN
(
4
);
frob
=
.;
}