aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-28 16:12:50 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-28 16:12:50 +0000
commit9ff63c35fb8980e34b12712ec588cc328c03c739 (patch)
tree828e4f05083295be0c3478b2451b4bbf13d19675 /gdb/infcall.c
parent41d041d67127783bcb817154c71354e26dbef6d0 (diff)
downloadgdb-9ff63c35fb8980e34b12712ec588cc328c03c739.zip
gdb-9ff63c35fb8980e34b12712ec588cc328c03c739.tar.gz
gdb-9ff63c35fb8980e34b12712ec588cc328c03c739.tar.bz2
2003-09-28 Andrew Cagney <cagney@redhat.com>
* 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.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r--gdb/infcall.c2
1 files changed, 1 insertions, 1 deletions
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);