execve: Fix a load of problems in both crt0.s and the kernel
authorAlan Cox <alan@linux.intel.com>
Sat, 27 Dec 2014 21:40:03 +0000 (21:40 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 27 Dec 2014 21:40:03 +0000 (21:40 +0000)
commit5f2c528d9466c283136ee7e671672a1dad1bd3d0
tree6686da524c78391d4d47c82df6b0b9a62dea1454
parentad92c2be0623ff2a6bdbd254d1c5a444959998ec
execve: Fix a load of problems in both crt0.s and the kernel

The good news is this fixes a lot of things. The bad news is that all the
old binaries were broken. Oh well.. if we are going to have binary breakage
we might as well do it twice in one day.

Data, bss and break are now all set up correctly (I hope)
Kernel/syscall_exec.c
Library/libs/crt0.s