From: Andreas Jaeger Date: Sat, 31 May 2003 18:59:10 +0000 (+0200) Subject: Add missed chunk in last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14fb18b06f5cf6b16221638b6d9af3dbc024b54e;p=gcc.git Add missed chunk in last commit. From-SVN: r67275 --- diff --git a/gcc/function.c b/gcc/function.c index c6d485d3013..76184b9b659 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -5842,8 +5842,7 @@ trampoline_address (function) && fn_context != inline_function_decl) fp = find_function_data (fn_context); - /* Allocate run-time space for this trampoline - (usually in the defining function's stack frame). */ + /* Allocate run-time space for this trampoline. */ /* If rounding needed, allocate extra space to ensure we have TRAMPOLINE_SIZE bytes left after rounding up. */ #define TRAMPOLINE_REAL_SIZE \