aboutsummaryrefslogtreecommitdiff
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
commita72293e2a7d173542d2abc1e1309842501036b56 (patch)
tree9d50670c00e2c9bf04f5bb85253bdfa51976c1a1 /gdb/gdbarch.c
parent8cf03c4c872abfc39d15105c888fe62ed71329dc (diff)
downloadfsf-binutils-gdb-a72293e2a7d173542d2abc1e1309842501036b56.zip
fsf-binutils-gdb-a72293e2a7d173542d2abc1e1309842501036b56.tar.gz
fsf-binutils-gdb-a72293e2a7d173542d2abc1e1309842501036b56.tar.bz2
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 ee4512e..1a86887 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() */
};