1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

cortexm: Remove __dso_handle from startup.c in favour of sys/cpp11-compat/cppsupport.cpp

This commit is contained in:
Joakim Gebart 2015-06-25 09:21:55 +02:00
parent 248fb1c6c0
commit 62b1435646

View File

@ -48,11 +48,6 @@ extern uint32_t _estack;
*/
#define STACK_CANARY_WORD 0xE7FEE7FEu
/**
* @brief Required by g++ cross compiler
*/
void *__dso_handle;
/**
* @brief Pre-start routine for CPU-specific settings
*/