search for: 284e328

Displaying 1 result from an estimated 1 matches for "284e328".

Did you mean: 284328
2013 Nov 12
0
[klibc:master] arm64: remove useless <klibc/asmmacros.h> file
...0 @@ -/* - * usr/include/arch/arm64/klibc/asmmacros.h - * - * Assembly macros used by arm64 system call stubs - */ - -#ifndef _KLIBC_ASMMACROS_H -#define _KLIBC_ASMMACROS_H - - -#endif /* _KLIBC_ASMMACROS_H */ diff --git a/usr/klibc/arch/arm64/setjmp.S b/usr/klibc/arch/arm64/setjmp.S index 13ab99d..284e328 100644 --- a/usr/klibc/arch/arm64/setjmp.S +++ b/usr/klibc/arch/arm64/setjmp.S @@ -4,8 +4,6 @@ # setjmp/longjmp for arm64 # -#include <klibc/asmmacros.h> - # we specify -mgeneral-regs-only as a build flag thus do not need to # save d8-d15 diff --git a/usr/klibc/arch/arm64/sysstub.ph b...