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
* elf.c (bfd_section_from_shdr): Remove extraneous breaks.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
map-address.d
blob
289b685041658d3d8bdc38eede819185c3ab4414
1
#
...
2
Linker script
and
memory map
3
#
...
4
*
0x0
*
010001
*
\
. =
0x10001
5
*
0x0
*
010001
*
foo
=
\
.
6
*
0x0
*
010201
*
\
. =
\
(
\
.
\
+
0x200
\
)
7
*
0x0
*
010201
*
bar
=
\
.
8
*
0x0
*
010204
*
\
. =
ALIGN \
(
0x4
\
)
9
*
0x0
*
010204
*
frob
=
\
.
10
#pass