mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: PIE: empty.S add __gnu_mcount_nc, fix for function tracer
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include <linux/linkage.h>
|
||||
|
||||
ENTRY(__div0)
|
||||
ENTRY(__gnu_mcount_nc)
|
||||
ENTRY(__aeabi_unwind_cpp_pr0)
|
||||
ENTRY(__aeabi_unwind_cpp_pr1)
|
||||
ENTRY(__aeabi_unwind_cpp_pr2)
|
||||
mov pc, lr
|
||||
ENDPROC(__div0)
|
||||
ENDPROC(__gnu_mcount_nc)
|
||||
ENDPROC(__aeabi_unwind_cpp_pr0)
|
||||
ENDPROC(__aeabi_unwind_cpp_pr1)
|
||||
ENDPROC(__aeabi_unwind_cpp_pr2)
|
||||
|
||||
Reference in New Issue
Block a user