aboutsummaryrefslogtreecommitdiff
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
commit186993b45845f14288bdb57ea581914decd9b024 (patch)
treedc4722e39802fc8be60734d8ffb5736e9cacdb7c /gdb/frv-tdep.h
parentb27569303241f8fde83dc9f8ea6ba6193e32a419 (diff)
downloadfsf-binutils-gdb-186993b45845f14288bdb57ea581914decd9b024.zip
fsf-binutils-gdb-186993b45845f14288bdb57ea581914decd9b024.tar.gz
fsf-binutils-gdb-186993b45845f14288bdb57ea581914decd9b024.tar.bz2
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 73122a6..e4665df 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);