Add TCC project (as a library)

This commit is contained in:
2026-01-15 22:33:42 +01:00
parent d03910f6f0
commit b0deb958d2
26 changed files with 32056 additions and 1 deletions

17
packages/tcc/vendor/stab.h vendored Normal file
View File

@@ -0,0 +1,17 @@
#ifndef __GNU_STAB__
/* Indicate the GNU stab.h is in use. */
#define __GNU_STAB__
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#endif /* __GNU_STAB_ */