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/setjmp.S | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/arm/setjmp.S') diff --git a/libc/sysdeps/linux/arm/setjmp.S b/libc/sysdeps/linux/arm/setjmp.S index 57516f2f0..8e290c0f8 100644 --- a/libc/sysdeps/linux/arm/setjmp.S +++ b/libc/sysdeps/linux/arm/setjmp.S @@ -23,13 +23,15 @@ /* Binary compatibility entry point. */ .globl setjmp; -.align 4; \ +.type setjmp,#function +.align 4; setjmp: mov r1, #0 .globl __sigsetjmp; -.align 4; \ +.type __sigsetjmp,#function +.align 4; __sigsetjmp: /* Save registers */ stmia r0, {v1-v6, sl, fp, sp, lr} -- cgit v1.2.3