_version_information_start = ABSOLUTE(.);\r
*(.version_information);\r
\r
- /* Why doesn't this work even though _bootphase1_version_pointer = 0x1001fc?
+ /* Why doesn't this work even though _bootphase1_version_pointer = 0x1001fc?\r
. = _bootphase1_version_pointer - ORIGIN(bootphase1); */\r
/* This works, apparently it fools the linker into accepting an absolute address */\r
. = _bootphase1_version_pointer - ORIGIN(bootphase1) + ORIGIN(bootphase1);\r
__bootphase2_start__ = .;\r
*(.startphase2)\r
*(.text)\r
+ *(.eh_frame)\r
*(.glue_7)\r
*(.glue_7t)\r
*(.rodata)\r
\r
. = ALIGN( 32 / 8 );\r
__bss_end__ = .;\r
+ \r
+ .commonarea (NOLOAD) : {\r
+ *(.commonarea)\r
+ } >commonarea\r
}\r