patch-2.4.23 linux-2.4.23/include/asm-arm/elf.h
Next file: linux-2.4.23/include/asm-arm/hc_sl811-hw.h
Previous file: linux-2.4.23/include/asm-alpha/xor.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-arm/elf.h
-  Orig date: 
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/include/asm-arm/elf.h linux-2.4.23/include/asm-arm/elf.h
@@ -48,7 +48,7 @@
 /* When the program starts, a1 contains a pointer to a function to be 
    registered with atexit, as per the SVR4 ABI.  A value of 0 means we 
    have no such handler.  */
-#define ELF_PLAT_INIT(_r)	(_r)->ARM_r0 = 0
+#define ELF_PLAT_INIT(_r, load_addr)	(_r)->ARM_r0 = 0
 
 /* This yields a mask that user programs can use to figure out what
    instruction set this cpu supports. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)