minix/common
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
..
dist/zlib Importing common/dist/zlib 2013-01-14 11:36:27 +01:00
include/prop common upgrades 2013-01-14 11:36:25 +01:00
lib ldivmod, uldivmod: fix qdivrem calls 2013-02-08 14:09:45 +01:00