linux willy

Matthew Wilcox willy@puffin.external.hp.com
Tue, 19 Dec 2000 16:56:53 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	willy	00/12/19 16:56:53

Modified files:
	arch/parisc64/kernel: binfmt_elf32.c 
	fs             : binfmt_elf.c binfmt_som.c exec.c 
	include/asm-parisc: processor.h 

Log message:
Various fixes related to the stack changes:

* binfmt_elf32 for parisc64 and binfmt_som should now work.  Volunteers
for testing much appreciated.

* Fix bug which meant that while ELF_PLATFORM was being put on the
stack, we were putting the wrong pointer on the stack, so it looked to
be NULL.

* Miscellaneous fixes & tidyups to the binfmt_elf loader.