提交 4e73d121 编写于 作者: R Rich Felker

explicitly assemble all arm asm sources as UAL

these files are all accepted as legacy arm syntax when producing arm
code, but legacy syntax cannot be used for producing thumb2 with
access to the full ISA. even after switching to UAL, some asm source
files contain instructions which are not valid in thumb mode, so these
will need to be addressed separately.
上级 9f290a49
.syntax unified
.text
.global __a_barrier
......
.syntax unified
.section .init
.global _init
.type _init,%function
......
.syntax unified
.section .init
pop {r0,lr}
bx lr
......
.syntax unified
.fpu vfp
.global fegetround
......
.syntax unified
.global __syscall
.hidden __syscall
.type __syscall,%function
......
.syntax unified
.text
.global dlsym
.hidden __dlsym
......
.syntax unified
.fpu vfp
.text
.global fabs
......
.syntax unified
.fpu vfp
.text
.global fabsf
......
.syntax unified
.fpu vfp
.text
.global sqrt
......
.syntax unified
.fpu vfp
.text
.global sqrtf
......
.syntax unified
.global _longjmp
.global longjmp
.type _longjmp,%function
......
.syntax unified
.global __setjmp
.global _setjmp
.global setjmp
......
.syntax unified
.global __restore
.type __restore,%function
__restore:
......
.syntax unified
.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp,%function
......
.syntax unified
.text
.global __unmapself
.type __unmapself,%function
......
.syntax unified
.text
.global __clone
.type __clone,%function
......
.syntax unified
.global __cp_begin
.hidden __cp_begin
.global __cp_end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册