.. | .. |
---|
1 | | -/* Machine-dependent software floating-point definitions. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ |
---|
| 2 | + * |
---|
| 3 | + * Machine-dependent software floating-point definitions. |
---|
2 | 4 | SuperH kernel version. |
---|
3 | 5 | Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. |
---|
4 | 6 | This file is part of the GNU C Library. |
---|
.. | .. |
---|
6 | 8 | Jakub Jelinek (jj@ultra.linux.cz), |
---|
7 | 9 | David S. Miller (davem@redhat.com) and |
---|
8 | 10 | Peter Maydell (pmaydell@chiark.greenend.org.uk). |
---|
9 | | - |
---|
10 | | - The GNU C Library is free software; you can redistribute it and/or |
---|
11 | | - modify it under the terms of the GNU Library General Public License as |
---|
12 | | - published by the Free Software Foundation; either version 2 of the |
---|
13 | | - License, or (at your option) any later version. |
---|
14 | | - |
---|
15 | | - The GNU C Library is distributed in the hope that it will be useful, |
---|
16 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
18 | | - Library General Public License for more details. |
---|
19 | | - |
---|
20 | | - You should have received a copy of the GNU Library General Public |
---|
21 | | - License along with the GNU C Library; see the file COPYING.LIB. If |
---|
22 | | - not, write to the Free Software Foundation, Inc., |
---|
23 | | - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
---|
| 11 | +*/ |
---|
24 | 12 | |
---|
25 | 13 | #ifndef _SFP_MACHINE_H |
---|
26 | 14 | #define _SFP_MACHINE_H |
---|