Hello, this patch completely removes macro DEPRECATED_FUNCTION_START_OFFSET. This macro is deprecated and was replaced by gdbarch_convert_from_func_ptr_addr. Build and test on x86. Testsuite showed no regression. ChangeLog: * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Remove. * cli/cli-cmds.ci (disassemble_command): Replace DEPRECATED_FUNCTION_START_OFFSET by gdbarch_convert_from_func_ptr_addr. * symtab.c (skip_prologue_using_sal,find_function_start_sal): Likewise. * linespec.c (minsym_found): Likewise. (target.h): New include. * infrun.c (handle_inferior_event): Likewise. * infcall.c (find_function_addr): Likewise. * Makefile.in (linespec.o): Update dependency to target.h. * gdbarch.c, gdbarch.h: Regenerate. Is this ok to commit? -- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com