From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- sysdeps/i386/rawmemchr.S | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysdeps/i386/rawmemchr.S') diff --git a/sysdeps/i386/rawmemchr.S b/sysdeps/i386/rawmemchr.S index ddb9d52162..75c08ead39 100644 --- a/sysdeps/i386/rawmemchr.S +++ b/sysdeps/i386/rawmemchr.S @@ -1,6 +1,6 @@ /* rawmemchr (str, ch) -- Return pointer to first occurrence of CH in STR. For Intel 80x86, x>=3. - Copyright (C) 1994-2000,2002,2005 Free Software Foundation, Inc. + Copyright (C) 1994,95,96,97,98,99,2000,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper Optimised a little by Alan Modra @@ -43,8 +43,6 @@ ENTRY (BP_SYM (__rawmemchr)) /* Save callee-safe register used in this function. */ pushl %edi - cfi_adjust_cfa_offset (4) - cfi_rel_offset (edi, 0) /* Load parameters into registers. */ movl STR(%esp), %eax @@ -219,8 +217,6 @@ L(9): CHECK_BOUNDS_HIGH (%eax, STR(%esp), jb) RETURN_BOUNDED_POINTER (STR(%esp)) popl %edi /* pop saved register */ - cfi_adjust_cfa_offset (-4) - cfi_restore (edi) LEAVE RET_PTR -- cgit v1.2.3