From 0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 May 2001 17:38:30 +0000 Subject: Update. 2001-05-21 Andreas Jaeger * locale/programs/ld-collate.c (handle_ellipsis): Fix message. Patch by Philipp Thomas . --- manual/debug.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/debug.texi') diff --git a/manual/debug.texi b/manual/debug.texi index c29f626394..fe5244a2cf 100644 --- a/manual/debug.texi +++ b/manual/debug.texi @@ -46,9 +46,9 @@ and is at most @var{size}. The pointers placed in @var{buffer} are actually return addresses obtained by inspecting the stack, one return address per stack frame. -Note that certain compiler optimisations may interfere with obtaining a +Note that certain compiler optimizations may interfere with obtaining a valid backtrace. Function inlining causes the inlined function to not -have a stack frame; tail call optimisation replaces one stack frame with +have a stack frame; tail call optimization replaces one stack frame with another; frame pointer elimination will stop @code{backtrace} from interpreting the stack contents correctly. @end deftypefun -- cgit v1.2.3