]> sourceware.org Git - glibc.git/blob - sysdeps/mips/sgidefs.h
* sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New. * sysdeps/mips...
[glibc.git] / sysdeps / mips / sgidefs.h
1 /* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
2 This file is part of the GNU C Library.
3 Contributed by Ralf Baechle <ralf@gnu.org>.
4
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
14
15 You should have received a copy of the GNU Lesser General Public
16 License along with the GNU C Library; if not, write to the Free
17 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18 02111-1307 USA. */
19
20 #ifndef _SGIDEFS_H
21 #define _SGIDEFS_H 1
22
23 /*
24 * Definitions for the ISA level
25 */
26 #define _MIPS_ISA_MIPS1 1
27 #define _MIPS_ISA_MIPS2 2
28 #define _MIPS_ISA_MIPS3 3
29 #define _MIPS_ISA_MIPS4 4
30 #define _MIPS_ISA_MIPS5 5
31
32 /*
33 * Subprogram calling convention
34 *
35 * At the moment only _MIPS_SIM_ABI32 is in use. This will change rsn.
36 * Until GCC 2.8.0 is released don't rely on this definitions because the
37 * 64bit code is essentially using the 32bit interface model just with
38 * 64bit registers.
39 */
40 #define _MIPS_SIM_ABI32 1
41 #define _MIPS_SIM_NABI32 2
42 #define _MIPS_SIM_ABI64 3
43
44 #endif /* sgidefs.h */
This page took 0.034717 seconds and 5 git commands to generate.