diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-23 22:36:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-23 22:36:14 +0000 |
commit | fc70c2a0cba36eb1500c89821c59bd0be86bdc24 (patch) | |
tree | 56d052d27dc97bc83b354d58c7e2730080d8c5da /gdb/value.h | |
parent | 4afcc5985a050978c2811a89e7dc561abf2e563f (diff) | |
download | gdb-fc70c2a0cba36eb1500c89821c59bd0be86bdc24.zip gdb-fc70c2a0cba36eb1500c89821c59bd0be86bdc24.tar.gz gdb-fc70c2a0cba36eb1500c89821c59bd0be86bdc24.tar.bz2 |
2003-10-23 Andrew Cagney <cagney@redhat.com>
* Makefile.in (stack.o): Add $(regcache_h).
* stack.c: Include "regcache.h"
(return_command): Rewrite. Use get_frame_id and
get_selected_frame. Eliminate "deprecated_selected_frame". Warn
about unhandled return-values.
* value.h (set_return_value): Delete declaration.
* values.c (set_return_value): Delete function.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/value.h b/gdb/value.h index 1ee176a..690edb9 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -425,8 +425,6 @@ extern int value_bit_index (struct type *type, char *addr, int index); extern int using_struct_return (struct type *value_type, int gcc_p); -extern void set_return_value (struct value *val); - extern struct value *evaluate_expression (struct expression *exp); extern struct value *evaluate_type (struct expression *exp); |