search for: 095b1e8

Displaying 1 result from an estimated 1 matches for "095b1e8".

Did you mean: 095118
2013 Nov 12
0
[klibc:master] arm64: remove useless <klibc/asmmacros.h> file
...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/usr/klibc/arch/arm64/sysstub.ph index 47cbfd9..095b1e8 100644 --- a/usr/klibc/arch/arm64/sysstub.ph +++ b/usr/klibc/arch/arm64/sysstub.ph @@ -10,7 +10,6 @@ sub make_sysstub($$$$$@) { open(OUT, '>', "${outputdir}/${fname}.S"); print OUT "#include <asm/unistd.h>\n"; - print OUT "#include <klib...