]> git.lizzy.rs Git - plan9front.git/commit
libc: initial arm64 support
authorcinap_lenrek <cinap_lenrek@felloff.net>
Fri, 3 May 2019 18:57:30 +0000 (20:57 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Fri, 3 May 2019 18:57:30 +0000 (20:57 +0200)
commit9920ecc04b87cab3968f7f0c286b264bd31e132f
treee38cf67b782df089075d9c34269cc88d313fea2b
parent59ff04ddb1b845bfd8542c886bb42c5cb3112a0b
libc: initial arm64 support
16 files changed:
arm64/include/u.h [new file with mode: 0644]
arm64/include/ureg.h [new file with mode: 0644]
sys/src/libc/9syscall/mkfile
sys/src/libc/arm64/_seek.c [new file with mode: 0644]
sys/src/libc/arm64/argv0.s [new file with mode: 0644]
sys/src/libc/arm64/atom.s [new file with mode: 0644]
sys/src/libc/arm64/cycles.s [new file with mode: 0644]
sys/src/libc/arm64/getcallerpc.s [new file with mode: 0644]
sys/src/libc/arm64/getfcr.s [new file with mode: 0644]
sys/src/libc/arm64/lock.c [new file with mode: 0644]
sys/src/libc/arm64/main9.s [new file with mode: 0644]
sys/src/libc/arm64/main9p.s [new file with mode: 0644]
sys/src/libc/arm64/mkfile [new file with mode: 0644]
sys/src/libc/arm64/notejmp.c [new file with mode: 0644]
sys/src/libc/arm64/setjmp.s [new file with mode: 0644]
sys/src/libc/arm64/tas.s [new file with mode: 0644]