mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
6d110b652a
* ld-scripts/map-address.d: Adjust for extras emitted by pe targets.
11 lines
210 B
Makefile
11 lines
210 B
Makefile
#...
|
|
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
|