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

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)