minix/lib/libminc
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 ARM updates 2013-01-17 10:03:58 +01:00
fputs.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
Makefile ldivmod, uldivmod: fix qdivrem calls 2013-02-08 14:09:45 +01:00