diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-25 18:00:33 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-25 18:00:33 +0000 |
commit | 87b23cbadc6ef3943f848530c349183eb5bccc69 (patch) | |
tree | 3b0be454f51791dbcbc2d8b697c55ce8df6e2a3b /gdb/alpha-tdep.c | |
parent | c250861f05257f6eaaf07305f216dfec0b5caf43 (diff) | |
download | gdb-87b23cbadc6ef3943f848530c349183eb5bccc69.tar.gz |
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r-- | gdb/alpha-tdep.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 9b4716a59af..99fde377a75 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -59,6 +59,10 @@ static CORE_ADDR after_prologue PARAMS ((CORE_ADDR pc, static int alpha_in_prologue PARAMS ((CORE_ADDR pc, alpha_extra_func_info_t proc_desc)); +static int alpha_about_to_return PARAMS ((CORE_ADDR pc)); + +void _initialize_alpha_tdep PARAMS ((void)); + /* Heuristic_proc_start may hunt through the text section for a long time across a 2400 baud serial line. Allows the user to limit this search. */ @@ -1395,7 +1399,6 @@ alpha_call_dummy_address () return SYMBOL_VALUE_ADDRESS (sym) + 4; } -void _initialize_alpha_tdep PARAMS ((void)); void _initialize_alpha_tdep () { |