1247280Sdteske!   Copyright (C) 2002-2022 Free Software Foundation, Inc.
2247280Sdteske!   Contributed by Paul Brook <paul@nowt.org>
3247280Sdteske!
4247280Sdteske!This file is part of the GNU Fortran 95 runtime library (libgfortran).
5247280Sdteske!
6247280Sdteske!GNU libgfortran is free software; you can redistribute it and/or
7247280Sdteske!modify it under the terms of the GNU General Public
8247280Sdteske!License as published by the Free Software Foundation; either
9247280Sdteske!version 3 of the License, or (at your option) any later version.
10247280Sdteske
11247280Sdteske!GNU libgfortran is distributed in the hope that it will be useful,
12247280Sdteske!but WITHOUT ANY WARRANTY; without even the implied warranty of
13247280Sdteske!MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14247280Sdteske!GNU General Public License for more details.
15247280Sdteske!
16247280Sdteske!Under Section 7 of GPL version 3, you are granted additional
17247280Sdteske!permissions described in the GCC Runtime Library Exception, version
18247280Sdteske!3.1, as published by the Free Software Foundation.
19247280Sdteske!
20247280Sdteske!You should have received a copy of the GNU General Public License and
21247280Sdteske!a copy of the GCC Runtime Library Exception along with this program;
22247280Sdteske!see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23247280Sdteske!.
24247280Sdteske!
25247280Sdteske!This file is machine generated.
26247280Sdteske
27247280Sdteske
28247280Sdteske
29247280Sdteske
30247280Sdteske
31247280Sdteske#include "config.h"
32247280Sdteske#include "kinds.inc"
33247280Sdteske#include "c99_protos.inc"
34247280Sdteske
35247280Sdteske#if defined (HAVE_GFC_REAL_8)
36247280Sdteske#ifdef HAVE_FABS
37252077Sdteske
38247280Sdteskeelemental function _gfortran_specific__abs_r8 (parm)
39252077Sdteske   real (kind=8), intent (in) :: parm
40252077Sdteske   real (kind=8) :: _gfortran_specific__abs_r8
41247280Sdteske
42247280Sdteske   _gfortran_specific__abs_r8 = abs (parm)
43247280Sdteskeend function
44247280Sdteske
45247280Sdteske#endif
46247280Sdteske#endif
47247280Sdteske