aboutsummaryrefslogtreecommitdiff
path: root/gdb/cris-linux-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cris-linux-tdep.c')
-rw-r--r--gdb/cris-linux-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-linux-tdep.c b/gdb/cris-linux-tdep.c
index 9093cc3..535dc4a 100644
--- a/gdb/cris-linux-tdep.c
+++ b/gdb/cris-linux-tdep.c
@@ -40,7 +40,7 @@ cris_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
if (tdep->cris_version == 32)
/* Threaded debugging is only supported on CRISv32 for now. */
set_gdbarch_fetch_tls_load_module_address (gdbarch,
- svr4_fetch_objfile_link_map);
+ svr4_fetch_objfile_link_map);
set_solib_svr4_fetch_link_map_offsets (gdbarch,
svr4_ilp32_fetch_link_map_offsets);