.
[glibc-ports.git] / sysdeps / unix / sysv / linux / am33 / sysdep.S
blobb41bfce4033b19dd4264c1802a92a2f0f2c2b8a5
1 /* Copyright (C) 1995, 1996, 1997, 1998, 2001, 2004
2         Free Software Foundation, Inc.
3    This file is part of the GNU C Library.
4    Contributed by Alexandre Oliva <aoliva@redhat.com>.
5    Based on ../i386/sysdep.S.
7    The GNU C Library is free software; you can redistribute it and/or
8    modify it under the terms of the GNU Library General Public License as
9    published by the Free Software Foundation; either version 2 of the
10    License, or (at your option) any later version.
12    The GNU C Library is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15    Library General Public License for more details.
17    You should have received a copy of the GNU Library General Public
18    License along with the GNU C Library; see the file COPYING.LIB.  If not,
19    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20    Boston, MA 02111-1307, USA.  */
22 #include <sysdep.h>
24 /* The following code is only used in the shared library when we
25    compile the reentrant version.  Otherwise each system call defines
26    each own version.  */
28 #ifndef PIC
30 #undef CALL_MCOUNT
31 #define CALL_MCOUNT /* Don't insert the profiling call, it clobbers %eax.  */
33         .text
34 ENTRY (__syscall_error)
35         mov d0,d1
36         clr d0
37         sub d1,d0
39 #define __syscall_error __syscall_error_1
40 #include <../../../am33/sysdep.S>
42 #endif  /* !PIC */