summaryrefslogtreecommitdiff
path: root/ecomp-c/builtin_unreachable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-c/builtin_unreachable.c')
-rw-r--r--ecomp-c/builtin_unreachable.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ecomp-c/builtin_unreachable.c b/ecomp-c/builtin_unreachable.c
deleted file mode 100644
index 0da44f0..0000000
--- a/ecomp-c/builtin_unreachable.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * __builtin_unreachable for pcc/tcc marking exit in
- * libc-freestanding.c syscall1noret
- */
-
-/* break in pcc (is eliminated?!), disable gcc compatibility in pcc
- * OTOH breaks in "i386/code.c:374:36: error: 'GCC_ATYP_STDCALL' undeclared"
- */
-void __builtin_unreachable( void )
-{
-}