Displaying 3 results from an estimated 3 matches for "__divqu".
Did you mean:
__divq
2006 Jan 03
1
build failure on alpha
latest klibc-1.1.14 fails to build on alpha with the following error:
make[3]: *** No rule to make target `klibc/arch/alpha/__divqu.o', needed by `klibc/libc.a'. Stop.
arch/alpha/Makefile.inc seem to miss some sort of .ss.o rule.
i don't see arch/alpha/__divq.ss build in the dir,
nor any of the other.
hopefully you can point to a fix soon that i'll happily test. :)
--
maks
2006 Jun 26
0
[klibc 21/43] alpha support for klibc
...ll-saved-19 -fcall-saved-20 \
+ -fcall-saved-21 -fcall-saved-22 -ffixed-23 -fcall-saved-24 \
+ -ffixed-25 -ffixed-27
+
+KLIBCARCHOBJS := arch/$(KLIBCARCH)/pipe.o arch/$(KLIBCARCH)/setjmp.o
+KLIBCARCHOBJS += arch/$(KLIBCARCH)/syscall.o arch/$(KLIBCARCH)/sysdual.o
+
+DIVOBJS += arch/$(KLIBCARCH)/__divqu.o \
+ arch/$(KLIBCARCH)/__remqu.o \
+ arch/$(KLIBCARCH)/__divq.o \
+ arch/$(KLIBCARCH)/__remq.o \
+ arch/$(KLIBCARCH)/__divlu.o \
+ arch/$(KLIBCARCH)/__remlu.o \
+ arch/$(KLIBCARCH)/__divl.o \
+ arch/$(KLIBCARCH)/__reml.o
+
+KLIB...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: