]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM7_LPC2106_GCC/lpc2106-rom.ld
Add lwIP V1.4.0 source files.
[freertos] / Demo / ARM7_LPC2106_GCC / lpc2106-rom.ld
index e7cf25a2246069fc4649bd83c61a55b6505ba50e..0e70a4aa7c4bf923fe47252380a40cc858042e87 100644 (file)
@@ -36,6 +36,12 @@ SECTIONS
                *(.bss)\r
        } >ram\r
 \r
+       . = ALIGN(4);\r
+       .eh_frame :\r
+       {\r
+                KEEP (*(.eh_frame))\r
+       } > ram\r
+       \r
        /* Align here to ensure that the .bss section occupies space up to\r
        _end.  Align after .bss to ensure correct alignment even if the\r
        .bss section disappears because there are no input sections.  */\r