search for: __divq

Displaying 4 results from an estimated 4 matches for "__divq".

Did you mean: __div
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 + +KLI...
1998 Jun 03
0
R-beta: locfit package.
...include -c density.c -o density.o cc -ieee_with_inexact -O2 -I/usr/local/R-0.61.1/include -c kappa0.c -o kappa0.o cc -ieee_with_inexact -O2 -I/usr/local/R-0.61.1/include -c simul.c -o simul.o ld: Warning: Unresolved: pnorm exp log sqrt fabs printf igamma lgamma ibeta pow calloc floor __remq __divq sin cos pchisq atan2 runif pf dchisq df fprintf rnorm rpois rexp __exc_add_pc_range_table __exc_remove_pc_range_table __exc_add_gp_range __exc_remove_gp_range R data DONE Installing documentation of package `locfit' ... >>> Building help pages for package `locfit' Formats: n...
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: