minix/common/lib/libc
Ben Gras f5cfab17d6 ldivmod, uldivmod: fix qdivrem calls
. ldivmod, uldivmod were passing the modulo argument pointer
	  in R4, which is bogus, as qdivrem expects it on the stack as
	  per the EABI, causing essentially 'random' memory to be trampled
	  by qdivrem. fix by pushing R4 before the call.
	. also add these functions to -minc so -lminc clients can be
	  linked without -lgcc

Change-Id: I90b0b28b51a188c93da5de6afb108224749ea794
2013-02-08 14:09:45 +01:00
..
arch ldivmod, uldivmod: fix qdivrem calls 2013-02-08 14:09:45 +01:00
atomic Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
gen Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
gmon Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
hash Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
inet Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
md Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
net Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
quad Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
stdlib Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
string Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
sys Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
Makefile.inc Libraries updates and cleanup 2013-01-14 11:36:26 +01:00