diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:23:08 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 18:23:08 +0000 |
commit | 24de84b69f8360c40a05a48ae55ac5b500c93356 (patch) | |
tree | 4b3c52f6bacbcda2128cbc4512458dc7d0152888 /gdb/gdbarch.c | |
parent | e05a2ee33cad2e522e41fb6ecfeac4bf79051969 (diff) | |
download | gdb-24de84b69f8360c40a05a48ae55ac5b500c93356.tar.gz |
2007-06-18 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Replace by
gdbarch_deprecated_function_start_offset.
* symtab.c (find_function_start_sal)skip_prologue_using_sal): Likewise.
* linespec.c (minsym_found): Likewise.
* infrun.c (handle_inferior_event): Likewise.
* infcall.c (find_function_addr): Likewise.
* cli/cli-cmds.c (disassemble_command): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 4f92ffc33d8..60acc18cc60 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -730,11 +730,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file) fprintf_unfiltered (file, "gdbarch_dump: deprecated_fp_regnum = %s\n", paddr_d (current_gdbarch->deprecated_fp_regnum)); -#ifdef DEPRECATED_FUNCTION_START_OFFSET - fprintf_unfiltered (file, - "gdbarch_dump: DEPRECATED_FUNCTION_START_OFFSET # %s\n", - XSTRING (DEPRECATED_FUNCTION_START_OFFSET)); -#endif fprintf_unfiltered (file, "gdbarch_dump: deprecated_function_start_offset = 0x%s\n", paddr_nz (current_gdbarch->deprecated_function_start_offset)); |