Date: Tue, 21 Nov 2006 16:16:27 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110198 for review Message-ID: <200611211616.kALGGR9m045144@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110198 Change 110198 by imp@imp_lighthouse on 2006/11/18 08:52:08 Space optimized divsi implementation. Now all I gotta do is find out where it really came from. This puts us below 8k for boot2! Affected files ... .. //depot/projects/arm/src/sys/boot/arm/at91/libat91/Makefile#26 edit .. //depot/projects/arm/src/sys/boot/arm/at91/libat91/divsi3.c#1 add Differences ... ==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/Makefile#26 (text+ko) ==== @@ -8,7 +8,7 @@ putchar.c printf.c reset.c spi_flash.c xmodem.c \ sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \ memset.c memcmp.c -SRCS+=ashldi3.c divsi3.S +SRCS+=ashldi3.c divsi3.c NO_MAN= .if ${MK_TAG_LIST} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611211616.kALGGR9m045144>