Upload Tizen:Base source
[external/gmp.git] / mpn / m88k / README
1 Copyright 2003 Free Software Foundation, Inc.
2
3 This file is part of the GNU MP Library.
4
5 The GNU MP Library is free software; you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or (at your
8 option) any later version.
9
10 The GNU MP Library is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
13 License for more details.
14
15 You should have received a copy of the GNU Lesser General Public License
16 along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
17
18
19
20
21
22                       M88K MPN SUBROUTINES
23
24 This directory contains mpn functions for various m88k family chips.
25
26 CODE ORGANIZATION
27
28         m88k             m88000, m88100
29         m88k/mc88110     m88110
30
31 STATUS
32
33 The code herein is old and poorly maintained.
34
35 * The .s files assume the system uses a "_" underscore prefix, which
36   should be controlled by configure.
37
38 * The mc88110/*.S files are using the defunct "sysdep.h" configuration
39   scheme and won't compile.
40
41 Conversion to the current m4 .asm style wouldn't be difficult.
42
43
44
45
46 ----------------
47 Local variables:
48 mode: text
49 fill-column: 76
50 End: