Browse Source

Add missing weak alias for bcmp

Eric Andersen 21 years ago
parent
commit
c8887bc61d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libc/string/arm/memcmp.S

+ 4 - 0
libc/string/arm/memcmp.S

@@ -51,3 +51,7 @@ memcmp:
 	beq	1b
 	sub	r0, r2, r3
 	mov	pc, lr
+
+.weak  bcmp;
+    bcmp = memcmp
+