mbed library sources. Supersedes mbed-src. GR-PEACH runs on RAM.
Fork of mbed-dev by
Revision 63:5964504d61de, committed 2016-02-15
- Comitter:
- mbed_official
- Date:
- Mon Feb 15 09:00:10 2016 +0000
- Parent:
- 62:d8964d7491c1
- Child:
- 64:41a834223ea3
- Commit message:
- Synchronized with git revision 20948ad920372de6b5ff5bf2d4f2237f3730b470
Full URL: https://github.com/mbedmicro/mbed/commit/20948ad920372de6b5ff5bf2d4f2237f3730b470/
Remove stale gcc tools
Changed in this revision
| common/retarget.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/common/retarget.cpp Fri Feb 12 08:00:10 2016 +0000
+++ b/common/retarget.cpp Mon Feb 15 09:00:10 2016 +0000
@@ -493,10 +493,7 @@
#endif
-#ifdef TOOLCHAIN_GCC_CW
-// TODO: Ideally, we would like to define directly "_ExitProcess"
-extern "C" void mbed_exit(int return_code) {
-#elif defined TOOLCHAIN_GCC_ARM
+#if defined TOOLCHAIN_GCC_ARM
extern "C" void _exit(int return_code) {
#else
namespace std {
@@ -520,7 +517,7 @@
while (1);
}
-#if !defined(TOOLCHAIN_GCC_ARM) && !defined(TOOLCHAIN_GCC_CW)
+#if !defined(TOOLCHAIN_GCC_ARM)
} //namespace std
#endif
