Re: aeabi stuff in libkern

2016-09-22 Thread Philip Guenther
On Thu, Sep 22, 2016 at 8:10 AM, Mark Kettenis wrote: > clang generates these calls using the official aeabi names instead of > the gcc names. Just add an alias for them. FreeBSD does something > similar. > > ok? ok guenther@

aeabi stuff in libkern

2016-09-22 Thread Mark Kettenis
clang generates these calls using the official aeabi names instead of the gcc names. Just add an alias for them. FreeBSD does something similar. ok? Index: lib/libkern/arch/arm/divsi3.S === RCS file: /cvs/src/sys/lib/libkern/arch/