search for: __mod

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

Did you mean: s_mod
2006 Jun 26
0
[klibc 23/43] cris support for klibc
...makefile -*- +# +# arch/cris/Makefile.inc +# +# Special rules for this architecture. Note that this is actually +# included from the main Makefile, and that pathnames should be +# accordingly. +# + +KLIBCARCHOBJS = \ + arch/$(KLIBCARCH)/__Umod.o \ + arch/$(KLIBCARCH)/__Udiv.o \ + arch/$(KLIBCARCH)/__Mod.o \ + arch/$(KLIBCARCH)/__Div.o \ + arch/$(KLIBCARCH)/__negdi2.o \ + arch/$(KLIBCARCH)/setjmp.o \ + arch/$(KLIBCARCH)/syscall.o \ + arch/$(KLIBCARCH)/vfork.o \ + libgcc/__divdi3.o \ + libgcc/__moddi3.o \ + libgcc/__udivdi3.o \ + libgcc/__umoddi3.o \ + libgcc/__udivmoddi4.o + +arch/$(KLIBCARCH)/__Um...
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...is/Kbuild deleted file mode 100644 index 13ceeecd..00000000 --- a/usr/klibc/arch/cris/Kbuild +++ /dev/null @@ -1,28 +0,0 @@ -# -# klibc files fora cris -# - -always := crt0.o -targets := crt0.o - -klib-y += __negdi2.o setjmp.o syscall.o vfork.o - -klib-y += ../../libgcc/__divdi3.o ../../libgcc/__moddi3.o -klib-y += ../../libgcc/__udivdi3.o ../../libgcc/__umoddi3.o -klib-y += ../../libgcc/__udivmoddi4.o - -# Divide support -klib-y := __Umod.o __Udiv.o __Mod.o __Div.o - -quiet_cmd_cc-div = DIV-CC $@ - cmd_cc-div = $(KLIBCC) $(klibccflags) -c -o $@ $< - - -$(obj)/__Umod.o: $(src)/divi...
2004 Jun 23
4
CRIS port of klibc
...nostdlib \ No newline at end of file diff -urN ./klibc/arch/cris/Makefile.inc ../klibc-0.146-modified/klibc/arch/cris/Makefile.inc --- ./klibc/arch/cris/Makefile.inc Thu Jun 10 08:59:15 2004 +++ ../klibc-0.146-modified/klibc/arch/cris/Makefile.inc Wed Jun 23 09:45:12 2004 @@ -14,6 +14,8 @@ libgcc/__moddi3.o \ libgcc/__udivdi3.o \ libgcc/__umoddi3.o \ - libgcc/__udivmoddi4.o + libgcc/__udivmoddi4.o \ + libgcc/__negdi2.o \ + libgcc/crisarith.o archclean: diff -urN ./klibc/arch/cris/crt0.S ../klibc-0.146-modified/klibc/arch/cris/crt0.S --- ./klibc/arch/cris/crt0.S Thu Jun 10 08:59:15 2004 +++...
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: