# This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.251 -> 1.252 # klibc/arch/ia64/Makefile.inc 1.5 -> 1.6 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/12/08 mort@green.i.bork.org 1.252 # Add some libgcc object files to Makefile.inc for ia64. # -------------------------------------------- # diff -Nru a/klibc/arch/ia64/Makefile.inc b/klibc/arch/ia64/Makefile.inc --- a/klibc/arch/ia64/Makefile.inc Mon Dec 8 10:28:26 2003 +++ b/klibc/arch/ia64/Makefile.inc Mon Dec 8 10:28:26 2003 @@ -10,7 +10,15 @@ ARCHOBJS = \ arch/$(ARCH)/vfork.o \ arch/$(ARCH)/setjmp.o \ - arch/$(ARCH)/pipe.o + arch/$(ARCH)/pipe.o \ + libgcc/__divdi3.o \ + libgcc/__divsi3.o \ + libgcc/__udivdi3.o \ + libgcc/__udivsi3.o \ + libgcc/__umodsi3.o \ + libgcc/__umoddi3.o \ + libgcc/__udivmodsi4.o \ + libgcc/__udivmoddi4.o ARCHSOOBJS = $(patsubst %o,%.lo,%(ARCHOBJS))