summaryrefslogtreecommitdiffstats
path: root/gdb/alpha-tdep.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-05-25 18:09:09 +0000
committerJason Molenda <jmolenda@apple.com>1999-05-25 18:09:09 +0000
commit392a587b0562bfd8561bc15ad2625a4f49f461f0 (patch)
tree933e0970b7845c901c7ea3e128fa9cb0dcf9fe14 /gdb/alpha-tdep.c
parent751d21b5b946a4a451552fbac692b14abea3d816 (diff)
downloadppe42-binutils-392a587b0562bfd8561bc15ad2625a4f49f461f0.tar.gz
ppe42-binutils-392a587b0562bfd8561bc15ad2625a4f49f461f0.zip
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index 9b4716a59a..99fde377a7 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 ()
{
OpenPOWER on IntegriCloud