From 9ff63c35fb8980e34b12712ec588cc328c03c739 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 28 Sep 2003 16:12:50 +0000 Subject: 2003-09-28 Andrew Cagney * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK): Rename VALUE_RETURNED_FROM_STACK. * infcmd.c (print_return_value): Update. * infcall.c (call_function_by_hand): Update. --- gdb/infcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infcall.c') diff --git a/gdb/infcall.c b/gdb/infcall.c index 926eaf3..4adc4ea 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -1076,7 +1076,7 @@ the function call).", name); address of the returned structure. Usually this will be overwritten by the callee. I don't know about other architectures, so I defined this macro */ -#ifdef VALUE_RETURNED_FROM_STACK +#ifdef DEPRECATED_VALUE_RETURNED_FROM_STACK if (struct_return) { do_cleanups (retbuf_cleanup); -- cgit v1.1