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:
Justine Tunney 2023-07-26 13:54:49 -07:00
parent 6843150e0c
commit 7e0a09feec
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
510 changed files with 1783 additions and 1483 deletions

View file

@ -13,7 +13,7 @@
*===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -17,7 +17,7 @@
//
//===----------------------------------------------------------------------===//
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#define DOUBLE_PRECISION
#include "libc/literal.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -17,7 +17,7 @@
//
//===----------------------------------------------------------------------===//
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#define SINGLE_PRECISION
#include "libc/literal.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -17,7 +17,7 @@
//
//===----------------------------------------------------------------------===//
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#define QUAD_PRECISION
#include "libc/literal.h"

View file

@ -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

View file

@ -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"

View file

@ -9,7 +9,7 @@
//===----------------------------------------------------------------------===//
//
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#define SRC_HALF
#define DST_SINGLE

View file

@ -9,7 +9,7 @@
//===----------------------------------------------------------------------===//
//
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#define SRC_SINGLE
#define DST_DOUBLE

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -9,7 +9,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -9,7 +9,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -9,7 +9,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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.*/

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#if !_ARCH_PPC

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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. */

View file

@ -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. */

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#if !_ARCH_PPC

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -9,7 +9,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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.
*

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#if !_ARCH_PPC

View file

@ -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"

View file

@ -13,7 +13,7 @@
* ===----------------------------------------------------------------------===
*/
STATIC_YOINK("huge_compiler_rt_license");
__static_yoink("huge_compiler_rt_license");
#include "third_party/compiler_rt/int_lib.h"

View file

@ -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