1 1.1.1.11 mrg # Copyright (C) 2006-2024 Free Software Foundation, Inc. 2 1.1 mrg # 3 1.1 mrg # This file is part of GCC. 4 1.1 mrg # 5 1.1 mrg # GCC is free software; you can redistribute it and/or modify 6 1.1 mrg # it under the terms of the GNU General Public License as published by 7 1.1 mrg # the Free Software Foundation; either version 3, or (at your option) 8 1.1 mrg # any later version. 9 1.1 mrg # 10 1.1 mrg # GCC is distributed in the hope that it will be useful, 11 1.1 mrg # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 1.1 mrg # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 1.1 mrg # GNU General Public License for more details. 14 1.1 mrg # 15 1.1 mrg # You should have received a copy of the GNU General Public License 16 1.1 mrg # along with GCC; see the file COPYING3. If not see 17 1.1 mrg # <http://www.gnu.org/licenses/>. 18 1.1 mrg 19 1.1 mrg %ifndef _SOFT_FLOAT 20 1.1 mrg %ifndef __powerpc64__ 21 1.1 mrg %exclude { 22 1.1 mrg __multc3 23 1.1 mrg __divtc3 24 1.1 mrg __powitf2 25 1.1 mrg __fixtfdi 26 1.1 mrg __fixunstfdi 27 1.1 mrg __floatditf 28 1.1 mrg } 29 1.1 mrg 30 1.1 mrg GCC_4.1.0 { 31 1.1 mrg # long double support 32 1.1 mrg __multc3 33 1.1 mrg __divtc3 34 1.1 mrg __powitf2 35 1.1 mrg __fixtfdi 36 1.1 mrg __fixunstfdi 37 1.1 mrg __floatditf 38 1.1 mrg 39 1.1 mrg %else 40 1.1 mrg GCC_3.4.4 { 41 1.1 mrg %endif 42 1.1 mrg %else 43 1.1 mrg GCC_4.2.0 { 44 1.1 mrg %endif 45 1.1 mrg 46 1.1 mrg # long double support 47 1.1 mrg __gcc_qadd 48 1.1 mrg __gcc_qsub 49 1.1 mrg __gcc_qmul 50 1.1 mrg __gcc_qdiv 51 1.1 mrg 52 1.1 mrg %ifdef _SOFT_DOUBLE 53 1.1 mrg __gcc_qneg 54 1.1 mrg __gcc_qeq 55 1.1 mrg __gcc_qne 56 1.1 mrg __gcc_qgt 57 1.1 mrg __gcc_qge 58 1.1 mrg __gcc_qlt 59 1.1 mrg __gcc_qle 60 1.1 mrg __gcc_stoq 61 1.1 mrg __gcc_dtoq 62 1.1 mrg __gcc_qtos 63 1.1 mrg __gcc_qtod 64 1.1 mrg __gcc_qtoi 65 1.1 mrg __gcc_qtou 66 1.1 mrg __gcc_itoq 67 1.1 mrg __gcc_utoq 68 1.1 mrg %endif 69 1.1 mrg 70 1.1 mrg %ifdef __NO_FPRS__ 71 1.1 mrg __gcc_qunord 72 1.1 mrg %endif 73 1.1 mrg } 74