diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:28:29 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:28:29 +0000 |
commit | 82d1552e979875fc6e25a31800322b46c1dfe02e (patch) | |
tree | ef9e46ae352a4ac3e192d42b5a7bbfbd882578db /gdb/gdbarch.c | |
parent | b187c476136b7a8cfb6efa7a772896241be172fe (diff) | |
download | gdb-82d1552e979875fc6e25a31800322b46c1dfe02e.zip gdb-82d1552e979875fc6e25a31800322b46c1dfe02e.tar.gz gdb-82d1552e979875fc6e25a31800322b46c1dfe02e.tar.bz2 |
2007-06-18 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (EXTRACT_RETURN_VALUE): Replace with
gdbarch_extract_return_value.
* value.c (generic_use_struct_convention): Likewise (comment).
* ia64-tdep.c (ia64_use_struct_convention): Likewise (comment).
* arch-utils.c (legacy_return_value): Likewise.
* arch-utils.h (legacy_return_value): Likewise (comment).
* gdbarch.sh (STORE_RETURN_VALUE): Replace by
gdbarch_store_return_value.
* stack.c (return_command): Likewise (comment).
* arch-utils.h (legacy_return_value): Likewise (comment).
* arch-utils.c (legacy_return_value): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 36b3a88..543c8d0 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -768,12 +768,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file) fprintf_unfiltered (file, "gdbarch_dump: elf_make_msymbol_special = <0x%lx>\n", (long) current_gdbarch->elf_make_msymbol_special); -#ifdef EXTRACT_RETURN_VALUE - fprintf_unfiltered (file, - "gdbarch_dump: %s # %s\n", - "EXTRACT_RETURN_VALUE(type, regcache, valbuf)", - XSTRING (EXTRACT_RETURN_VALUE (type, regcache, valbuf))); -#endif fprintf_unfiltered (file, "gdbarch_dump: extract_return_value = <0x%lx>\n", (long) current_gdbarch->extract_return_value); @@ -1035,12 +1029,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file) fprintf_unfiltered (file, "gdbarch_dump: stabs_argument_has_addr = <0x%lx>\n", (long) current_gdbarch->stabs_argument_has_addr); -#ifdef STORE_RETURN_VALUE - fprintf_unfiltered (file, - "gdbarch_dump: %s # %s\n", - "STORE_RETURN_VALUE(type, regcache, valbuf)", - XSTRING (STORE_RETURN_VALUE (type, regcache, valbuf))); -#endif fprintf_unfiltered (file, "gdbarch_dump: store_return_value = <0x%lx>\n", (long) current_gdbarch->store_return_value); |