* amd64-tdep.c (amd64_return_value): Change type of readbuf and
[deliverable/binutils-gdb.git] / gdb / frv-tdep.h
index 52aacdd41264044e765a188bfc89561370c79cdc..e4665dfe912d36a01e36482a57957c740ef52c66 100644 (file)
@@ -97,11 +97,6 @@ enum {
 /* Return the FR-V ABI associated with GDBARCH.  */
 enum frv_abi frv_abi (struct gdbarch *gdbarch);
 
-/* Associate a sigcontext address fetcher with GDBARCH.  */
-void frv_set_sigcontext_reg_addr (struct gdbarch *gdbarch,
-                                  CORE_ADDR (*sigcontext_reg_addr)
-                                   (struct frame_info *, int, CORE_ADDR *));
-
 /* Fetch the interpreter and executable loadmap addresses (for shared
    library support) for the FDPIC ABI.  Return 0 if successful, -1 if
    not.  (E.g, -1 will be returned if the ABI isn't the FDPIC ABI.)  */
@@ -116,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);
This page took 0.024903 seconds and 4 git commands to generate.