patch-2.4.23 linux-2.4.23/include/asm-parisc/elf.h
Next file: linux-2.4.23/include/asm-parisc/pci.h
Previous file: linux-2.4.23/include/asm-mips64/pci.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/asm-parisc/elf.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.22/include/asm-parisc/elf.h linux-2.4.23/include/asm-parisc/elf.h
@@ -118,7 +118,7 @@
So that we can use the same startup file with static executables,
we start programs with a value of 0 to indicate that there is no
such function. */
-#define ELF_PLAT_INIT(_r) _r->gr[23] = 0
+#define ELF_PLAT_INIT(_r, load_addr) _r->gr[23] = 0
#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)