Move all files into ports/ subdirectory in preparation for merge with glibc
[jlayton/glibc.git] / ports / sysdeps / unix / am33 / sysdep.h
1 /* Copyright 2001 Free Software Foundation, Inc.
2    This file is part of the GNU C Library.
3    Contributed by Alexandre Oliva <aoliva@redhat.com>.
4    Based on ../i386/sysdep.h.
5
6    The GNU C Library is free software; you can redistribute it and/or
7    modify it under the terms of the GNU Library General Public License as
8    published by the Free Software Foundation; either version 2 of the
9    License, or (at your option) any later version.
10
11    The GNU C Library is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14    Library General Public License for more details.
15
16    You should have received a copy of the GNU Library General Public
17    License along with the GNU C Library.  If not, see
18    <http://www.gnu.org/licenses/>.  */
19
20 #include <sysdeps/unix/sysdep.h>
21 #include "../../am33/sysdep.h"
22
23 #ifdef  __ASSEMBLER__
24
25 #define r0              d0      /* Normal return-value register.  */
26 #define r1              !!!!    /* Secondary return-value register.  */
27 #define scratch         d1      /* Call-clobbered register for random use.  */
28 #define MOVE(x,y)       mov x, y
29
30 #define ret             ret [],0
31
32 #endif  /* __ASSEMBLER__ */