summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-11-08 01:33:04 +0000
committerAndrew Cagney <cagney@redhat.com>2001-11-08 01:33:04 +0000
commit39d09acd33a91098e52af2303f20c654c8e79b50 (patch)
treee734199f54adff1c9153db77f74812ba75e9c784 /gdb/gdbarch.c
parentbf86f5c86ec3dbb1f2248d2f13fb3f311b4f81f8 (diff)
downloadgdb-39d09acd33a91098e52af2303f20c654c8e79b50.tar.gz
When non-multi-arch, use predefault as the value of a pure-multi-arch
method.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index ee4512eda62..1a86887c528 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -393,7 +393,7 @@ struct gdbarch startup_gdbarch =
0,
0,
0,
- 0,
+ generic_in_function_epilogue_p,
/* startup_gdbarch() */
};