minix/lib/libc/arch
Ben Gras cdf2f55a90 kernel, arm ucontext: ARM DBG=-g run fixes
kernel:
	. modules can be as big as the space (8MB) between them
	  instead of 4MB; memory is slightly bigger with DBG=-g

arm ucontext:
	. r4 is clobbered by the restore function, as it's
	  used as a scratch register, causing problems for the
	  DBG=-g build
	. r1-r3 are safe for scratch registers, as they are
	  caller-save, so use r3 instead; and don't bother
	  restoring r1-r3, but preserve r4

vfs:
	. improve TLL pointer sanity check a bit

Change-Id: I0e3cfc367fdc14477e40d04b5e044f288ca4cc7d
2013-06-24 16:57:30 +02:00
..
alpha Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
arm kernel, arm ucontext: ARM DBG=-g run fixes 2013-06-24 16:57:30 +02:00
hppa Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
i386 ARM updates 2013-01-17 10:03:58 +01:00
ia64 Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
m68k Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
mips Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
powerpc Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
powerpc64 Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
sh3 Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
sparc Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
sparc64 Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
vax Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
x86_64 Libraries updates and cleanup 2013-01-14 11:36:26 +01:00