summaryrefslogtreecommitdiff
path: root/gdb/frv-tdep.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2005-03-31 20:39:14 +0000
committerKevin Buettner <kevinb@redhat.com>2005-03-31 20:39:14 +0000
commit81bc49e137dbba2cc2dd66738905175a34732e79 (patch)
tree6ee217b500fc389f5c065bed62459a3334af7225 /gdb/frv-tdep.h
parent547a33f3c60462c9ca23c169054ad51382ddd627 (diff)
downloadgdb-81bc49e137dbba2cc2dd66738905175a34732e79.tar.gz
Add TLS load module support for FRV.
Diffstat (limited to 'gdb/frv-tdep.h')
-rw-r--r--gdb/frv-tdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/frv-tdep.h b/gdb/frv-tdep.h
index 73122a6240b..e4665dfe912 100644
--- a/gdb/frv-tdep.h
+++ b/gdb/frv-tdep.h
@@ -111,3 +111,8 @@ CORE_ADDR frv_fdpic_find_global_pointer (CORE_ADDR addr);
for that function, if one exists. If no canonical descriptor could
be found, return 0. */
CORE_ADDR frv_fdpic_find_canonical_descriptor (CORE_ADDR entry_point);
+
+
+/* Given an objfile, return the address of its link map. This value is
+ needed for TLS support. */
+CORE_ADDR frv_fetch_objfile_link_map (struct objfile *objfile);