diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a007fea --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/* diff --git a/build/obe b/build/obe deleted file mode 100755 index bcc41eb..0000000 Binary files a/build/obe and /dev/null differ diff --git a/build/obe.c b/build/obe.c deleted file mode 100644 index d604519..0000000 --- a/build/obe.c +++ /dev/null @@ -1,44 +0,0 @@ -/* voc 2.1.0 [2022/05/16] for clang LP64 on darwin xtpam */ - -#define SHORTINT INT8 -#define INTEGER INT16 -#define LONGINT INT32 -#define SET UINT32 - -#include "SYSTEM.h" -#include "Files.h" -#include "Out.h" -#include "Platform.h" - - - - -static void obe_CheckDirectories (void); -static void obe_GenIndex (void); - - -static void obe_CheckDirectories (void) -{ - Files_File fd = NIL; - fd = Files_New((CHAR*)"public", 7); -} - -static void obe_GenIndex (void) -{ - Files_File outputfd = NIL, templfd = NIL, examplesfd = NIL; - Files_Rider outputrd, templrd, examplesrd; -} - - -export int main(int argc, char **argv) -{ - __INIT(argc, argv); - __MODULE_IMPORT(Files); - __MODULE_IMPORT(Out); - __MODULE_IMPORT(Platform); - __REGMAIN("obe", 0); -/* BEGIN */ - obe_CheckDirectories(); - obe_GenIndex(); - __FINI; -} diff --git a/build/obe.dSYM/Contents/Info.plist b/build/obe.dSYM/Contents/Info.plist deleted file mode 100644 index 204e264..0000000 --- a/build/obe.dSYM/Contents/Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleIdentifier - com.apple.xcode.dsym.obe - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - dSYM - CFBundleSignature - ???? - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/build/obe.dSYM/Contents/Resources/DWARF/obe b/build/obe.dSYM/Contents/Resources/DWARF/obe deleted file mode 100644 index 456f4bd..0000000 Binary files a/build/obe.dSYM/Contents/Resources/DWARF/obe and /dev/null differ diff --git a/build/obe.dSYM/Contents/Resources/Relocations/aarch64/obe.yml b/build/obe.dSYM/Contents/Resources/Relocations/aarch64/obe.yml deleted file mode 100644 index ada74a5..0000000 --- a/build/obe.dSYM/Contents/Resources/Relocations/aarch64/obe.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -triple: 'arm64-apple-darwin' -binary-path: obe -relocations: - - { offsetInCU: 0x26, offset: 0x26, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x0, symBinAddr: 0x100003E2C, symSize: 0x7C } - - { offsetInCU: 0x33, offset: 0x33, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x0, symBinAddr: 0x100003E2C, symSize: 0x7C } - - { offsetInCU: 0x58, offset: 0x58, size: 0x8, addend: 0x0, symName: _main.m, symObjAddr: 0xA00, symBinAddr: 0x100008000, symSize: 0x0 } - - { offsetInCU: 0xA6, offset: 0xA6, size: 0x8, addend: 0x0, symName: _obe_CheckDirectories, symObjAddr: 0x7C, symBinAddr: 0x100003EA8, symSize: 0x30 } - - { offsetInCU: 0xCA, offset: 0xCA, size: 0x8, addend: 0x0, symName: _obe_GenIndex, symObjAddr: 0xAC, symBinAddr: 0x100003ED8, symSize: 0x58 } -...