mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
11 lines
206 B
D
11 lines
206 B
D
|
#...
|
||
|
Linker script and memory map
|
||
|
|
||
|
*0x0*010001 *\. = 0x10001
|
||
|
*0x0*010001 *foo = \.
|
||
|
*0x0*010201 *\. = \(\. \+ 0x200\)
|
||
|
*0x0*010201 *bar = \.
|
||
|
*0x0*010204 *\. = ALIGN \(0x4\)
|
||
|
*0x0*010204 *frob = \.
|
||
|
#pass
|