Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / sysv / linux / am33 / sysdep.S
blob877fd1e0823af3dd7a588483488d7ca950461f61
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.  If not, see
19    <http://www.gnu.org/licenses/>.  */
21 #include <sysdep.h>
23 /* The following code is only used in the shared library when we
24    compile the reentrant version.  Otherwise each system call defines
25    each own version.  */
27 #ifndef PIC
29 #undef CALL_MCOUNT
30 #define CALL_MCOUNT /* Don't insert the profiling call, it clobbers %eax.  */
32         .text
33 ENTRY (__syscall_error)
34         mov d0,d1
35         clr d0
36         sub d1,d0
38 #define __syscall_error __syscall_error_1
39 #include <../../../am33/sysdep.S>
41 #endif  /* !PIC */