From: Kenn H. <ke...@us...> - 2001-01-29 01:00:31
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/lib In directory usw-pr-cvs1:/tmp/cvs-serv28040 Modified Files: Makefile Removed Files: udiv.S urem.S Log Message: The operations provided by udiv.S and urem.S are now natively implemented by GCC Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/lib/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 2001/01/20 13:51:05 1.2 +++ Makefile 2001/01/29 01:00:20 1.3 @@ -10,13 +10,7 @@ all: libio.a L_TARGET := libio.a -obj-y := string.o console.o urem.o udiv.o - -# GCC builds gcc-2.95.2-linuxvax-20000820 and later have built-in support -# for the umodsi3 and udivsi3 functions implemented in urem.S and udiv.S -# Once we switch over to a newer GCC build, these files should be removed -# (as they are under a BSD license which still contains the 'advertising' -# clause) - KPH 2000-08-20 +obj-y := string.o console.o include $(TOPDIR)/Rules.make --- udiv.S DELETED --- --- urem.S DELETED --- |