aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2012-03-13 19:43:43 +0100
committerThomas Preud'homme <robotux@celest.fr>2012-03-13 19:43:43 +0100
commit3d25213c16f937356f49655e485b53beea267c54 (patch)
treed421924bf49d77e9b5fe32a9a2583a714e51441d /tcc-doc.texi
parentde54586d5b45800e26952ec77b4f51ad4c1e0079 (diff)
downloadtinycc-3d25213c16f937356f49655e485b53beea267c54.tar.gz
tinycc-3d25213c16f937356f49655e485b53beea267c54.tar.bz2
Inform user that -b only exists on i386.
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index 2522e48..4d4a029 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}.