From: Ulrich Drepper Date: Wed, 18 Mar 1998 14:27:40 +0000 (+0000) Subject: Remove floating point code. X-Git-Tag: glibc-2.16-ports-before-merge~3289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=120b2b39d6bd4393a225fb7d040395600d83832d;p=thirdparty%2Fglibc.git Remove floating point code. --- diff --git a/sysdeps/arm/__longjmp.S b/sysdeps/arm/__longjmp.S index a2042f55430..239b0cfc85c 100644 --- a/sysdeps/arm/__longjmp.S +++ b/sysdeps/arm/__longjmp.S @@ -1,5 +1,5 @@ /* longjmp for ARM. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -29,10 +29,5 @@ ENTRY (__longjmp) movs r0, r1 /* get the return value in place */ moveq r1, #1 /* can't let setjmp() return zero! */ -#if __ARM_USES_FP - add r2, r2, #48 - lfmfd f4, 4, [r2] -#endif - LOADREGS(ia, r2, {v1-v6, sl, fp, sp, pc}) END (__longjmp)