Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* IEEE floating point support routines, for GDB, the GNU Debugger.
1
/* IEEE floating point support routines, for GDB, the GNU Debugger.
2
   Copyright 1991, 1994, 1999, 2000, 2003, 2005, 2006, 2010, 2012
2
   Copyright 1991, 1994, 1999, 2000, 2003, 2005, 2006, 2010, 2012, 2015
3
   Free Software Foundation, Inc.
3
   Free Software Foundation, Inc.
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
This file is part of GDB.
5
This file is part of GDB.
Line 17... Line 17...
17
You should have received a copy of the GNU General Public License
17
You should have received a copy of the GNU General Public License
18
along with this program; if not, write to the Free Software
18
along with this program; if not, write to the Free Software
19
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
19
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
Line 20... Line 20...
20
 
20
 
-
 
21
/* This is needed to pick up the NAN macro on some systems.  */
21
/* This is needed to pick up the NAN macro on some systems.  */
22
#ifndef _GNU_SOURCE
-
 
23
#define _GNU_SOURCE
Line 22... Line 24...
22
#define _GNU_SOURCE
24
#endif
23
 
25
 
24
#ifdef HAVE_CONFIG_H
26
#ifdef HAVE_CONFIG_H