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
|
@ -67,10 +67,10 @@ Flags:\n\
|
|||
-h show this information\n\
|
||||
\n"
|
||||
|
||||
STATIC_YOINK("__die");
|
||||
STATIC_YOINK("GetSymbolByAddr");
|
||||
STATIC_YOINK("testlib_quota_handlers");
|
||||
STATIC_YOINK("stack_usage_logging");
|
||||
__static_yoink("__die");
|
||||
__static_yoink("GetSymbolByAddr");
|
||||
__static_yoink("testlib_quota_handlers");
|
||||
__static_yoink("stack_usage_logging");
|
||||
|
||||
static bool runbenchmarks_;
|
||||
|
||||
|
@ -163,7 +163,7 @@ static void SetLimit(int resource, uint64_t soft, uint64_t hard) {
|
|||
/**
|
||||
* Generic test program main function.
|
||||
*/
|
||||
noasan int main(int argc, char *argv[]) {
|
||||
dontasan int main(int argc, char *argv[]) {
|
||||
unsigned cpus;
|
||||
const char *comdbg;
|
||||
__log_level = kLogInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue