From 3d25213c16f937356f49655e485b53beea267c54 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 13 Mar 2012 19:43:43 +0100 Subject: [PATCH] Inform user that -b only exists on i386. --- tcc-doc.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcc-doc.texi b/tcc-doc.texi index 2522e481..4d4a0295 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -334,6 +334,8 @@ 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. + @item -bt N Display N callers in stack traces. This is useful with @option{-g} or @option{-b}.