alt_exception_entry.S文件里的一些语法没见过,看起来像是汇编的,但没见过这种,请指教,谢谢
- .set noat //?不明白
复制代码- #ifdef ALT_EXCEPTION_STACK
- .globl __alt_exception_stack_pointer//条件编译明白,但是.global这个什么鬼啊?
复制代码- .section .exceptions.entry.label, "xa"
- .globl alt_exception
- .type alt_exception, @function//什么鬼啊这三句
复制代码- stw et, %gprel(alt_exception_old_stack_limit)(gp)//不明白
复制代码
一周热门 更多>