Update copyright notices with scripts/update-copyrights
[glibc.git] / ports / sysdeps / unix / am33 / sysdep.h
blobf305cb121bdca969ee590e92965effab6d143275
1 /* Copyright 2001-2014 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.
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.
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.
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/>. */
20 #include <sysdeps/unix/sysdep.h>
21 #include "../../am33/sysdep.h"
23 #ifdef __ASSEMBLER__
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
30 #define ret ret [],0
32 #endif /* __ASSEMBLER__ */