From 9825011cedeb3fdcfb54e312ab27d92a2a8488b0 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 10 Apr 2005 22:15:08 +0000 Subject: __chkstk support --- tcctok.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index 0414541..9d29379 100644 --- a/tcctok.h +++ b/tcctok.h @@ -155,6 +155,7 @@ DEF(TOK___fixunssfdi, "__fixunssfdi") DEF(TOK___fixunsdfdi, "__fixunsdfdi") DEF(TOK___fixunsxfdi, "__fixunsxfdi") + DEF(TOK___chkstk, "__chkstk") /* bound checking symbols */ #ifdef CONFIG_TCC_BCHECK -- cgit v1.3.1