_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