diff options
Diffstat (limited to 'gdb/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index e6c10dd..57bdd2d 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1993,7 +1993,7 @@ ppc_linux_init_abi (struct gdbarch_info info, static const char *const stap_register_indirection_suffixes[] = { ")", NULL }; - linux_init_abi (info, gdbarch, false); + linux_init_abi (info, gdbarch, 0); /* PPC GNU/Linux uses either 64-bit or 128-bit long doubles; where 128-bit, they can be either IBM long double or IEEE quad long double. |