> Date: Thu, 26 Oct 2017 15:15:34 +0200 (CEST) > From: Mark Kettenis <[email protected]> > > > Date: Thu, 26 Oct 2017 15:51:28 +1100 > > From: Jonathan Gray <[email protected]> > > > > Also add aliases for additional eabi calls clang emits. > > I'm not certain the aliases are correct. So please hold off on that > for now.
Seems our __divsi3 and __udivsi3 implementations store the remainder in r1 already, so the aliases should work. ok kettenis@
