patch-2.0.11 linux/arch/alpha/lib/memset.S
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/alpha/lib/memcpy.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sun Aug 4 13:37:59 1996
- Orig file:
v2.0.10/linux/arch/alpha/lib/memset.S
- Orig date:
Tue Apr 23 20:49:01 1996
diff -u --recursive --new-file v2.0.10/linux/arch/alpha/lib/memset.S linux/arch/alpha/lib/memset.S
@@ -103,4 +103,8 @@
ret $31,($26),1 /* E1 */
.end __memset
-.weakext memset, __memset
+#ifdef __ELF__
+ .weak memset; memset = __memset
+#else
+ .weakext memset, __memset
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov