1/* 2 */ 3 4#if defined(__LP64__) || defined(__SIZEOF_INT128__) 5#define CRT_HAS_128BIT 6#endif 7 8GCC_3.0 { 9 __absvdi2; 10 __absvsi2; 11 __addvdi3; 12 __addvsi3; 13 __ashldi3; 14 __ashrdi3; 15 __clear_cache; 16 __cmpdi2; 17#ifndef __arm__ 18 __deregister_frame; 19#if !defined(__aarch64__) && !defined(__riscv) 20 __deregister_frame_info; 21 __deregister_frame_info_bases; 22#endif 23#endif 24 __divdi3; 25 __ffsdi2; 26 __fixdfdi; 27 __fixsfdi; 28 __fixunsdfdi; 29#ifndef __arm__ 30 __fixunsdfsi; 31#endif 32 __fixunssfdi; 33#ifndef __arm__ 34 __fixunssfsi; 35#endif 36#ifndef __powerpc__ 37 __fixunsxfdi; 38 __fixunsxfsi; 39 __fixxfdi; 40#endif 41 __floatdidf; 42 __floatdisf; 43#ifndef __powerpc__ 44 __floatdixf; 45#endif 46 __lshrdi3; 47 __moddi3; 48 __muldi3; 49 __mulvdi3; 50 __mulvsi3; 51 __negdi2; 52 __negvdi2; 53 __negvsi2; 54#ifndef __arm__ 55 __register_frame; 56#if !defined(__aarch64__) && !defined(__riscv) 57 __register_frame_info; 58 __register_frame_info_bases; 59 __register_frame_info_table; 60 __register_frame_info_table_bases; 61 __register_frame_table; 62#endif 63#endif 64 __subvdi3; 65 __subvsi3; 66 __ucmpdi2; 67 __udivdi3; 68 __udivmoddi4; 69 __umoddi3; 70 _Unwind_DeleteException; 71 _Unwind_Find_FDE; 72 _Unwind_ForcedUnwind; 73 _Unwind_GetDataRelBase; 74 _Unwind_GetGR; 75 _Unwind_GetIP; 76 _Unwind_GetLanguageSpecificData; 77 _Unwind_GetRegionStart; 78 _Unwind_GetTextRelBase; 79 _Unwind_RaiseException; 80 _Unwind_Resume; 81 _Unwind_SetGR; 82 _Unwind_SetIP; 83 84#ifdef CRT_HAS_128BIT 85 __ashlti3; 86 __ashrti3; 87 __cmpti2; 88 __divti3; 89 __ffsti2; 90 __fixdfti; 91 __fixsfti; 92 __fixunsdfti; 93 __fixunssfti; 94 __fixunsxfti; 95 __fixxfti; 96 __floattidf; 97 __floattisf; 98 __floattixf; 99 __lshrti3; 100 __modti3; 101 __multi3; 102 __negti2; 103 __ucmpti2; 104 __udivmodti4; 105 __udivti3; 106 __umodti3; 107#endif 108}; 109 110GCC_3.3 { 111 _Unwind_FindEnclosingFunction; 112 _Unwind_GetCFA; 113 _Unwind_Resume_or_Rethrow; 114}; 115 116GCC_3.3.1 { 117 __gcc_personality_v0; 118}; 119 120GCC_3.4 { 121 __clzdi2; 122 __clzsi2; 123 __ctzdi2; 124 __ctzsi2; 125 __paritydi2; 126 __paritysi2; 127 __popcountdi2; 128 __popcountsi2; 129 130#ifdef CRT_HAS_128BIT 131 __clzti2; 132 __ctzti2; 133 __parityti2; 134 __popcountti2; 135#endif 136}; 137 138GCC_3.4.2 { 139 __enable_execute_stack; 140}; 141 142GCC_3.4.4 { 143#ifdef CRT_HAS_128BIT 144 __absvti2; 145 __addvti3; 146 __mulvti3; 147 __negvti2; 148 __subvti3; 149#endif 150}; 151 152GCC_4.0.0 { 153 __divdc3; 154 __divsc3; 155#ifndef __powerpc__ 156 __divxc3; 157#endif 158 __muldc3; 159 __mulsc3; 160#ifndef __powerpc__ 161 __mulxc3; 162#endif 163 __powidf2; 164 __powisf2; 165#ifndef __powerpc__ 166 __powixf2; 167#endif 168}; 169 170GCC_4.2.0 { 171 __floatundidf; 172 __floatundisf; 173#ifndef __powerpc__ 174 __floatundixf; 175#endif 176 _Unwind_GetIPInfo; 177 178#ifdef CRT_HAS_128BIT 179 __floatuntidf; 180 __floatuntisf; 181 __floatuntixf; 182#endif 183}; 184 185GCC_4.3.0 { 186 __bswapdi2; 187 __bswapsi2; 188}; 189 190#if defined(__aarch64__) || defined(__riscv) 191GCC_4.6.0 { 192 __addtf3; 193 __cmptf2; 194 __divtf3; 195 __eqtf2; 196 __extenddftf2; 197 __extendsftf2; 198 __extendxftf2; 199 __fixtfdi; 200 __fixtfsi; 201 __fixtfti; 202 __fixunstfdi; 203 __fixunstfsi; 204 __fixunstfti; 205 __floatditf; 206 __floatsitf; 207 __floattitf; 208 __floatunditf; 209 __floatunsitf; 210 __floatuntitf; 211 __getf2; 212 __gttf2; 213 __letf2; 214 __lttf2; 215 __multf3; 216 __netf2; 217 __subtf3; 218 __trunctfdf2; 219 __trunctfsf2; 220 __trunctfxf2; 221 __unordtf2; 222}; 223#endif 224 225GCC_7.0.0 { 226#ifdef __i386__ 227 __divmoddi4; 228#endif 229}; 230