Use the .S version for now. I have a version optimized for size p4,

but I'm unsure of its provenance, so rather than add it here, revert
the migration to it.

Approved by: re@ (blanket)
This commit is contained in:
Warner Losh 2007-08-09 05:16:55 +00:00
parent d8e3f30539
commit 4ced8fb56a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171794

View File

@ -8,7 +8,7 @@ SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
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.c
SRCS+=ashldi3.c divsi3.S
NO_MAN=
.if ${MK_TAG_LIST} != "no"