e5b1a35303
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
5 lines
145 B
ArmAsm
5 lines
145 B
ArmAsm
/* This stub is a stub to make the build happy */
|
|
#if defined(__ELF__) && defined(__linux__)
|
|
.section .note.GNU-stack,"",%progbits
|
|
#endif
|