From a01d83d78380e84b04d62ca34a142a7e3d8e390d Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 6 Jan 2014 11:09:06 +0800 Subject: Don't enable bound check if libgcc is used Bound check rely on some functions provided by libtcc. It should therefore not be enabled when libgcc is used. --- tcc-doc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc-doc.texi') diff --git a/tcc-doc.texi b/tcc-doc.texi index dbfbb4a..fbb0220 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -338,7 +338,7 @@ Generate additional support code to check memory allocations and array/pointer bounds. @option{-g} is implied. Note that the generated code is slower and bigger in this case. -Note: @option{-b} is only available on i386 for the moment. +Note: @option{-b} is only available on i386 when using libtcc for the moment. @item -bt N Display N callers in stack traces. This is useful with @option{-g} or -- cgit v1.3.1