From 3c6f0ae16723e0ce96fcb9b5f93d7135bdeb4ee1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Jun 2001 19:50:54 +0000 Subject: Patch from Shane Nay, who noticed that these were not properly labeling functions as such, thereby hosing the shared lib loader. --- libc/sysdeps/linux/arm/longjmp.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/arm/longjmp.S') diff --git a/libc/sysdeps/linux/arm/longjmp.S b/libc/sysdeps/linux/arm/longjmp.S index 6c1f5234b..c21758524 100644 --- a/libc/sysdeps/linux/arm/longjmp.S +++ b/libc/sysdeps/linux/arm/longjmp.S @@ -24,6 +24,7 @@ /* __longjmp(jmpbuf, val) */ .globl longjmp; +.type longjmp,#function .align 4; \ longjmp: mov ip, r0 -- cgit v1.2.3