From 186993b45845f14288bdb57ea581914decd9b024 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Thu, 31 Mar 2005 20:39:14 +0000 Subject: Add TLS load module support for FRV. --- gdb/frv-tdep.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/frv-tdep.h') 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); -- cgit v1.1