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/unix/sh/sysdep.S | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'sysdeps/unix/sh/sysdep.S') diff --git a/sysdeps/unix/sh/sysdep.S b/sysdeps/unix/sh/sysdep.S index 802d51f3be..074b74333c 100644 --- a/sysdeps/unix/sh/sysdep.S +++ b/sysdeps/unix/sh/sysdep.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000 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 @@ -40,21 +40,14 @@ skip: #else mov.l .L3, r1 sts.l pr, @-r15 - cfi_adjust_cfa_offset (4) - cfi_rel_offset (pr, 0) jsr @r1 mov.l r0, @-r15 - cfi_adjust_cfa_offset (4) mov.l @r15+, r1 - cfi_adjust_cfa_offset (-4) lds.l @r15+, pr - cfi_adjust_cfa_offset (-4) mov.l r1, @r0 #endif #else mov.l r12, @-r15 - cfi_adjust_cfa_offset (4) - cfi_rel_offset (r12, 0) #ifndef _LIBC_REENTRANT mov r0, r2 mov.l 0f, r12 @@ -65,10 +58,7 @@ skip: mov.l r2, @r1 #else mov.l r0, @-r15 - cfi_adjust_cfa_offset (4) sts.l pr, @-r15 - cfi_adjust_cfa_offset (4) - cfi_rel_offset (pr, 0) mov.l 0f, r12 mova 0f, r0 add r0, r12 @@ -108,3 +98,5 @@ skip: #endif #endif END(__syscall_error) + +weak_alias (__syscall_error, syscall_error) -- cgit 1.4.1