From d63b6766dbd3ca3c713a3f142b09e750af067dc2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 7 Feb 2001 18:07:40 +0000 Subject: _void_void_null_func never returned. I noticed this yesterday in crt0.S and Michiel Thuys noticed the same thing in crt0pic.S. -Erik --- libc/sysdeps/linux/arm/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/arm/crt0.S') diff --git a/libc/sysdeps/linux/arm/crt0.S b/libc/sysdeps/linux/arm/crt0.S index 49d4bedfe..72a45a29f 100644 --- a/libc/sysdeps/linux/arm/crt0.S +++ b/libc/sysdeps/linux/arm/crt0.S @@ -80,7 +80,7 @@ _start: bl exit _void_void_null_func: - nop + mov pc, lr .weak __libc_init __libc_init = _void_void_null_func -- cgit v1.2.3