Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ppc32/src/stacktrace_asm.S

    rb66cc97 r9d58539  
    2929.text
    3030
    31 #include <abi/asmtool.h>
    3231#include <libarch/regname.h>
    3332
    34 FUNCTION_BEGIN(stacktrace_prepare)
     33.global stacktrace_prepare
     34.global stacktrace_fp_get
     35.global stacktrace_pc_get
     36
     37stacktrace_prepare:
    3538        blr
    36 FUNCTION_END(stacktrace_prepare)
    3739
    38 FUNCTION_BEGIN(stacktrace_fp_get)
     40stacktrace_fp_get:
    3941        mr r3, sp
    4042        blr
    41 FUNCTION_END(stacktrace_fp_get)
    4243
    43 FUNCTION_BEGIN(stacktrace_pc_get)
     44stacktrace_pc_get:
    4445        mflr r3
    4546        blr
    46 FUNCTION_END(stacktrace_pc_get)
Note: See TracChangeset for help on using the changeset viewer.