diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-03-31 20:39:14 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-03-31 20:39:14 +0000 |
commit | 186993b45845f14288bdb57ea581914decd9b024 (patch) | |
tree | dc4722e39802fc8be60734d8ffb5736e9cacdb7c /gdb/frv-tdep.h | |
parent | b27569303241f8fde83dc9f8ea6ba6193e32a419 (diff) | |
download | gdb-186993b45845f14288bdb57ea581914decd9b024.zip gdb-186993b45845f14288bdb57ea581914decd9b024.tar.gz gdb-186993b45845f14288bdb57ea581914decd9b024.tar.bz2 |
Add TLS load module support for FRV.
Diffstat (limited to 'gdb/frv-tdep.h')
-rw-r--r-- | gdb/frv-tdep.h | 5 |
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); |