diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-17 15:21:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-17 15:21:22 +0000 |
commit | 634aa483dd4a87a16b9ebd0a1bd8621dc4196fb2 (patch) | |
tree | 66014fc7bd03522f4684fa59da67075bad2c6c58 /gdb/symtab.h | |
parent | 6c74ac8bb4bd637279571bbe78fa224a6e01d41c (diff) | |
download | gdb-634aa483dd4a87a16b9ebd0a1bd8621dc4196fb2.zip gdb-634aa483dd4a87a16b9ebd0a1bd8621dc4196fb2.tar.gz gdb-634aa483dd4a87a16b9ebd0a1bd8621dc4196fb2.tar.bz2 |
2004-02-17 Andrew Cagney <cagney@redhat.com>
* symtab.c (skip_prologue_using_sal): New function.
* symtab.h (skip_prologue_using_sal): Declare.
* frv-tdep.c: Include "symtab.h".
(skip_prologue_using_sal): Delete function.
* mips-tdep.c (skip_prologue_using_sal): Delete function.
* rs6000-tdep.c (refine_prologue_limit): Mention
skip_prologue_using_sal.
* ia64-tdep.c (refine_prologue_limit): Ditto.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index b5d9ffd..5a6c398 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1318,6 +1318,8 @@ extern enum language deduce_language_from_filename (char *); extern int in_prologue (CORE_ADDR pc, CORE_ADDR func_start); +extern CORE_ADDR skip_prologue_using_sal (CORE_ADDR func_addr); + extern struct symbol *fixup_symbol_section (struct symbol *, struct objfile *); |