From 20327d5e219699456e684ed7773bf408a8fb4960 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 16 Sep 2022 18:44:57 -0400 Subject: [PATCH] stage1: i pushed to wrong branch --- arm64-notes.txt | 20 -------------------- basis/bootstrap/stage1.factor | 4 ---- 2 files changed, 24 deletions(-) delete mode 100644 arm64-notes.txt diff --git a/arm64-notes.txt b/arm64-notes.txt deleted file mode 100644 index 319d48eb7e..0000000000 --- a/arm64-notes.txt +++ /dev/null @@ -1,20 +0,0 @@ -subprimitives are arm64 bytes -primitives are C calls - - - -CALLBACK-STUB jit-define gets called first -set 9999 BRK to break there in lldb -lldb ./factor -run -i=boot.unix-arm.64.image - -then do c-to-factor - - -rel- relocations aka fixups -rel-vm relocation for vm in sidetable - -relocation addresses are 64bit -look at powerpc backend -return a 64bit value in a register - diff --git a/basis/bootstrap/stage1.factor b/basis/bootstrap/stage1.factor index dfb15dede7..0e9c8053f4 100644 --- a/basis/bootstrap/stage1.factor +++ b/basis/bootstrap/stage1.factor @@ -55,9 +55,5 @@ load-help? off ] if ] % ] [ ] make - -drop - -[ ] OBJ-STARTUP-QUOT bootstrap.image.private:special-objects get set-at -- 2.34.1