(syscall_error): Use C_SYMBOL_NAME for a.out compatibility.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 May 1998 16:12:07 +0000 (16:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 May 1998 16:12:07 +0000 (16:12 +0000)
sysdeps/unix/arm/sysdep.S

index c1da525..5795f5e 100644 (file)
@@ -43,7 +43,7 @@ syscall_error:
 #ifdef _LIBC_REENTRANT
        stmdb sp!, {r0, lr}
        /* put another copy of r0 at a specific errno location */
-       bl __errno_location
+       bl C_SYMBOL_NAME(__errno_location)
        ldmia sp!, {r1, lr}
        str r1, [r0]
 #endif