From: Kenn H. <ke...@us...> - 2003-08-26 23:10:44
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv23848 Modified Files: elf.h Log Message: Second arg added to ELF_PLAT_INIT in 2.5.66 Index: elf.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/elf.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- elf.h 20 May 2002 00:33:39 -0000 1.3 +++ elf.h 26 Aug 2003 23:10:41 -0000 1.4 @@ -44,7 +44,7 @@ Alpha uses this as an atexit flag too, and so shall we. */ -#define ELF_PLAT_INIT(_r) _r->r0 = 0 +#define ELF_PLAT_INIT(_r, load_addr) _r->r0 = 0 #define USE_ELF_CORE_DUMP |