patch-2.4.23 linux-2.4.23/include/asm-m68k/elf.h

Next file: linux-2.4.23/include/asm-m68k/mc146818rtc.h
Previous file: linux-2.4.23/include/asm-m68k/dvma.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-m68k/elf.h linux-2.4.23/include/asm-m68k/elf.h
@@ -31,7 +31,7 @@
 /* For SVR4/m68k the function pointer to be registered with `atexit' is
    passed in %a1.  Although my copy of the ABI has no such statement, it
    is actually used on ASV.  */
-#define ELF_PLAT_INIT(_r)	_r->a1 = 0
+#define ELF_PLAT_INIT(_r, load_addr)	_r->a1 = 0
 
 #define USE_ELF_CORE_DUMP
 #ifndef CONFIG_SUN3

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)