mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Mint APE Loader v1.5
This change ports APE Loader to Linux AARCH64, so that Raspberry Pi users can run programs like redbean, without the executable needing to modify itself. Progress has also slipped into this change on the issue of making progress better conforming to user expectations and industry standards regarding which symbols we're allowed to declare
This commit is contained in:
parent
6843150e0c
commit
7e0a09feec
510 changed files with 1783 additions and 1483 deletions
2
third_party/compiler_rt/absvdi2.c
vendored
2
third_party/compiler_rt/absvdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
*===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/absvsi2.c
vendored
2
third_party/compiler_rt/absvsi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/absvti2.c
vendored
2
third_party/compiler_rt/absvti2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/adddf3.c
vendored
2
third_party/compiler_rt/adddf3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_add_impl.inc"
|
||||
|
|
2
third_party/compiler_rt/addsf3.c
vendored
2
third_party/compiler_rt/addsf3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_add_impl.inc"
|
||||
|
|
2
third_party/compiler_rt/addtf3.c
vendored
2
third_party/compiler_rt/addtf3.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/ashldi3.c
vendored
2
third_party/compiler_rt/ashldi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/ashrdi3.c
vendored
2
third_party/compiler_rt/ashrdi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/ashrti3.c
vendored
2
third_party/compiler_rt/ashrti3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/bswapdi2.c
vendored
2
third_party/compiler_rt/bswapdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/bswapsi2.c
vendored
2
third_party/compiler_rt/bswapsi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/clzdi2.c
vendored
2
third_party/compiler_rt/clzdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/clzsi2.c
vendored
2
third_party/compiler_rt/clzsi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/clzti2.c
vendored
2
third_party/compiler_rt/clzti2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/cmpdi2.c
vendored
2
third_party/compiler_rt/cmpdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/cmpti2.c
vendored
2
third_party/compiler_rt/cmpti2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/comparedf2.c
vendored
2
third_party/compiler_rt/comparedf2.c
vendored
|
@ -38,7 +38,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/comparesf2.c
vendored
2
third_party/compiler_rt/comparesf2.c
vendored
|
@ -38,7 +38,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/ctzdi2.c
vendored
2
third_party/compiler_rt/ctzdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/ctzsi2.c
vendored
2
third_party/compiler_rt/ctzsi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/ctzti2.c
vendored
2
third_party/compiler_rt/ctzti2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/divdc3.c
vendored
2
third_party/compiler_rt/divdc3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/divdf3.c
vendored
2
third_party/compiler_rt/divdf3.c
vendored
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "libc/literal.h"
|
||||
|
|
2
third_party/compiler_rt/divdi3.c
vendored
2
third_party/compiler_rt/divdi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/divmoddi4.c
vendored
2
third_party/compiler_rt/divmoddi4.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/divmodsi4.c
vendored
2
third_party/compiler_rt/divmodsi4.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/divsc3.c
vendored
2
third_party/compiler_rt/divsc3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
*===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/divsf3.c
vendored
2
third_party/compiler_rt/divsf3.c
vendored
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "libc/literal.h"
|
||||
|
|
2
third_party/compiler_rt/divsi3.c
vendored
2
third_party/compiler_rt/divsi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/divtc3.c
vendored
2
third_party/compiler_rt/divtc3.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/divtf3.c
vendored
2
third_party/compiler_rt/divtf3.c
vendored
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "libc/literal.h"
|
||||
|
|
2
third_party/compiler_rt/divxc3.c
vendored
2
third_party/compiler_rt/divxc3.c
vendored
|
@ -14,7 +14,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/extenddftf2.c
vendored
2
third_party/compiler_rt/extenddftf2.c
vendored
|
@ -9,7 +9,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/extendhfsf2.c
vendored
2
third_party/compiler_rt/extendhfsf2.c
vendored
|
@ -9,7 +9,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SRC_HALF
|
||||
#define DST_SINGLE
|
||||
|
|
2
third_party/compiler_rt/extendsfdf2.c
vendored
2
third_party/compiler_rt/extendsfdf2.c
vendored
|
@ -9,7 +9,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SRC_SINGLE
|
||||
#define DST_DOUBLE
|
||||
|
|
2
third_party/compiler_rt/extendsftf2.c
vendored
2
third_party/compiler_rt/extendsftf2.c
vendored
|
@ -9,7 +9,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/ffsdi2.c
vendored
2
third_party/compiler_rt/ffsdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/ffssi2.c
vendored
2
third_party/compiler_rt/ffssi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/ffsti2.c
vendored
2
third_party/compiler_rt/ffsti2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixdfdi.c
vendored
2
third_party/compiler_rt/fixdfdi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixdfsi.c
vendored
2
third_party/compiler_rt/fixdfsi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixdfti.c
vendored
2
third_party/compiler_rt/fixdfti.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixsfdi.c
vendored
2
third_party/compiler_rt/fixsfdi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixsfsi.c
vendored
2
third_party/compiler_rt/fixsfsi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixsfti.c
vendored
2
third_party/compiler_rt/fixsfti.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixtfdi.c
vendored
2
third_party/compiler_rt/fixtfdi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixtfsi.c
vendored
2
third_party/compiler_rt/fixtfsi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixtfti.c
vendored
2
third_party/compiler_rt/fixtfti.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunsdfdi.c
vendored
2
third_party/compiler_rt/fixunsdfdi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunsdfsi.c
vendored
2
third_party/compiler_rt/fixunsdfsi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunsdfti.c
vendored
2
third_party/compiler_rt/fixunsdfti.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixunssfdi.c
vendored
2
third_party/compiler_rt/fixunssfdi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunssfsi.c
vendored
2
third_party/compiler_rt/fixunssfsi.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunssfti.c
vendored
2
third_party/compiler_rt/fixunssfti.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunstfdi.c
vendored
2
third_party/compiler_rt/fixunstfdi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunstfsi.c
vendored
2
third_party/compiler_rt/fixunstfsi.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunstfti.c
vendored
2
third_party/compiler_rt/fixunstfti.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/fixunsxfdi.c
vendored
2
third_party/compiler_rt/fixunsxfdi.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixunsxfsi.c
vendored
2
third_party/compiler_rt/fixunsxfsi.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixunsxfti.c
vendored
2
third_party/compiler_rt/fixunsxfti.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixxfdi.c
vendored
2
third_party/compiler_rt/fixxfdi.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/fixxfti.c
vendored
2
third_party/compiler_rt/fixxfti.c
vendored
|
@ -15,7 +15,7 @@
|
|||
#include "libc/math.h"
|
||||
#if !(LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024)
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatdidf.c
vendored
2
third_party/compiler_rt/floatdidf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
*===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "libc/literal.h"
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
|
2
third_party/compiler_rt/floatdisf.c
vendored
2
third_party/compiler_rt/floatdisf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
*===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
/* Returns: convert a to a float, rounding toward even.*/
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatditf.c
vendored
2
third_party/compiler_rt/floatditf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatdixf.c
vendored
2
third_party/compiler_rt/floatdixf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatsidf.c
vendored
2
third_party/compiler_rt/floatsidf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatsisf.c
vendored
2
third_party/compiler_rt/floatsisf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatsitf.c
vendored
2
third_party/compiler_rt/floatsitf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floattidf.c
vendored
2
third_party/compiler_rt/floattidf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/floattisf.c
vendored
2
third_party/compiler_rt/floattisf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/floattitf.c
vendored
2
third_party/compiler_rt/floattitf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floattixf.c
vendored
2
third_party/compiler_rt/floattixf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatundidf.c
vendored
2
third_party/compiler_rt/floatundidf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
/* Returns: convert a to a double, rounding toward even. */
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatundisf.c
vendored
2
third_party/compiler_rt/floatundisf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
*===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
/* Returns: convert a to a float, rounding toward even. */
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatunditf.c
vendored
2
third_party/compiler_rt/floatunditf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatundixf.c
vendored
2
third_party/compiler_rt/floatundixf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatunsidf.c
vendored
2
third_party/compiler_rt/floatunsidf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatunsisf.c
vendored
2
third_party/compiler_rt/floatunsisf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatunsitf.c
vendored
2
third_party/compiler_rt/floatunsitf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatuntidf.c
vendored
2
third_party/compiler_rt/floatuntidf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatuntisf.c
vendored
2
third_party/compiler_rt/floatuntisf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/floatuntitf.c
vendored
2
third_party/compiler_rt/floatuntitf.c
vendored
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define QUAD_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/floatuntixf.c
vendored
2
third_party/compiler_rt/floatuntixf.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/lshrdi3.c
vendored
2
third_party/compiler_rt/lshrdi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/mingw_fixfloat.c
vendored
2
third_party/compiler_rt/mingw_fixfloat.c
vendored
|
@ -9,7 +9,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/moddi3.c
vendored
2
third_party/compiler_rt/moddi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/modsi3.c
vendored
2
third_party/compiler_rt/modsi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/modti3.c
vendored
2
third_party/compiler_rt/modti3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/muldc3.c
vendored
2
third_party/compiler_rt/muldc3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
#include "third_party/compiler_rt/int_math.h"
|
||||
|
|
2
third_party/compiler_rt/muldf3.c
vendored
2
third_party/compiler_rt/muldf3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_mul_impl.inc"
|
||||
|
|
2
third_party/compiler_rt/muldi3.c
vendored
2
third_party/compiler_rt/muldi3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/mulsc3.c
vendored
2
third_party/compiler_rt/mulsc3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
#include "third_party/compiler_rt/int_math.h"
|
||||
|
|
2
third_party/compiler_rt/mulsf3.c
vendored
2
third_party/compiler_rt/mulsf3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_mul_impl.inc"
|
||||
|
|
2
third_party/compiler_rt/multc3.c
vendored
2
third_party/compiler_rt/multc3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
#include "third_party/compiler_rt/int_math.h"
|
||||
|
|
2
third_party/compiler_rt/multi3.c
vendored
2
third_party/compiler_rt/multi3.c
vendored
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* ===----------------------------------------------------------------------===
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
* This file implements __multi3 for the compiler_rt library.
|
||||
*
|
||||
|
|
2
third_party/compiler_rt/mulxc3.c
vendored
2
third_party/compiler_rt/mulxc3.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#if !_ARCH_PPC
|
||||
|
||||
|
|
2
third_party/compiler_rt/negdf2.c
vendored
2
third_party/compiler_rt/negdf2.c
vendored
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define DOUBLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
2
third_party/compiler_rt/negdi2.c
vendored
2
third_party/compiler_rt/negdi2.c
vendored
|
@ -13,7 +13,7 @@
|
|||
* ===----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#include "third_party/compiler_rt/int_lib.h"
|
||||
|
||||
|
|
2
third_party/compiler_rt/negsf2.c
vendored
2
third_party/compiler_rt/negsf2.c
vendored
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
STATIC_YOINK("huge_compiler_rt_license");
|
||||
__static_yoink("huge_compiler_rt_license");
|
||||
|
||||
#define SINGLE_PRECISION
|
||||
#include "third_party/compiler_rt/fp_lib.inc"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue