1283625Sdim# Copyright (C) 2006-2020 Free Software Foundation, Inc.
2283625Sdim#
3353358Sdim# This file is part of GCC.
4353358Sdim#
5353358Sdim# GCC is free software; you can redistribute it and/or modify
6283625Sdim# it under the terms of the GNU General Public License as published by
7283625Sdim# the Free Software Foundation; either version 3, or (at your option)
8283625Sdim# any later version.
9283625Sdim#
10283625Sdim# GCC is distributed in the hope that it will be useful,
11283625Sdim# but WITHOUT ANY WARRANTY; without even the implied warranty of
12283625Sdim# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13283625Sdim# GNU General Public License for more details.
14283625Sdim#
15283625Sdim# You should have received a copy of the GNU General Public License
16321369Sdim# along with GCC; see the file COPYING3.  If not see
17283625Sdim# <http://www.gnu.org/licenses/>.
18283625Sdim
19327952Sdim%ifndef _SOFT_FLOAT
20327952Sdim%ifndef __powerpc64__
21283625Sdim%exclude {
22283625Sdim  __multc3
23283625Sdim  __divtc3
24283625Sdim  __powitf2
25283625Sdim  __fixtfdi
26341825Sdim  __fixunstfdi
27283625Sdim  __floatditf
28283625Sdim}
29314564Sdim
30284734SdimGCC_4.1.0 {
31283625Sdim  # long double support
32284734Sdim  __multc3
33283625Sdim  __divtc3
34283625Sdim  __powitf2
35283625Sdim  __fixtfdi
36283625Sdim  __fixunstfdi
37283625Sdim  __floatditf
38283625Sdim
39284236Sdim%else
40284236SdimGCC_3.4.4 {
41284236Sdim%endif
42283625Sdim%else
43327952SdimGCC_4.2.0 {
44327952Sdim%endif
45314564Sdim
46327952Sdim  # long double support
47327952Sdim  __gcc_qadd
48314564Sdim  __gcc_qsub
49283625Sdim  __gcc_qmul
50341825Sdim  __gcc_qdiv
51285181Sdim
52283625Sdim%ifdef _SOFT_DOUBLE
53283625Sdim  __gcc_qneg
54283625Sdim  __gcc_qeq
55283625Sdim  __gcc_qne
56283625Sdim  __gcc_qgt
57283625Sdim  __gcc_qge
58283625Sdim  __gcc_qlt
59283625Sdim  __gcc_qle
60283625Sdim  __gcc_stoq
61283625Sdim  __gcc_dtoq
62283625Sdim  __gcc_qtos
63283625Sdim  __gcc_qtod
64283625Sdim  __gcc_qtoi
65283625Sdim  __gcc_qtou
66283625Sdim  __gcc_itoq
67283625Sdim  __gcc_utoq
68%endif
69
70%ifdef __NO_FPRS__
71  __gcc_qunord
72%endif
73}
74