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:
parent
248fb1c6c0
commit
62b1435646
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user