minix/common/lib/libc/arch
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
..
alpha Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
arm ldivmod, uldivmod: fix qdivrem calls 2013-02-08 14:09:45 +01:00
hppa/atomic Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
i386 Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
ia64/atomic Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
m68k Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
mips Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
powerpc Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
powerpc64 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
sh3 Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
sparc Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
sparc64 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
vax Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
x86_64 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00