mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 18:10:21 +00:00
[libcpu][component][debug] add debug info for gdb (#7033)
This commit is contained in:
@@ -673,6 +673,15 @@ rt_hw_clz:
|
||||
#define RT_CPUS_NR 1
|
||||
#endif
|
||||
|
||||
#include "asm-generic.h"
|
||||
|
||||
START_POINT(_thread_start)
|
||||
mov r10, lr
|
||||
blx r1
|
||||
blx r10
|
||||
b . /* never here */
|
||||
START_POINT_END(_thread_start)
|
||||
|
||||
.bss
|
||||
.align 3 /* align to 2~3=8 */
|
||||
svc_stack_n:
|
||||
|
||||
Reference in New Issue
Block a user