mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
merge from my tbemd branch: cmpdi2 and ucmpdi2 are genereated when the
inline limit is pushed to a very low level. Include them here until we can find a better way to optionally include them. They are small...
This commit is contained in:
parent
b31b20fa02
commit
070f5ba893
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203629
@ -71,6 +71,7 @@ geom/geom_mbr.c optional geom_mbr
|
||||
geom/geom_mbr_enc.c optional geom_mbr
|
||||
libkern/ashldi3.c standard
|
||||
libkern/ashrdi3.c standard
|
||||
libkern/cmpdi2.c standard
|
||||
libkern/divdi3.c optional isa_mips32
|
||||
libkern/ffsl.c standard
|
||||
libkern/fls.c standard
|
||||
@ -79,6 +80,7 @@ libkern/lshrdi3.c standard
|
||||
libkern/memmove.c standard
|
||||
libkern/moddi3.c optional isa_mips32
|
||||
libkern/qdivrem.c optional isa_mips32
|
||||
libkern/ucmpdi2.c standard
|
||||
libkern/udivdi3.c optional isa_mips32
|
||||
libkern/umoddi3.c optional isa_mips32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user