* config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
[external/binutils.git] / gdb / rs6000-tdep.h
index 834c425..f655f63 100644 (file)
@@ -24,3 +24,8 @@
 extern void rs6000_software_single_step (enum target_signal signal,
                                         int insert_breakpoints_p);
 
+/* Hook in rs6000-tdep.c for determining the TOC address when
+   calling functions in the inferior.  */
+
+extern CORE_ADDR (*rs6000_find_toc_address_hook) (CORE_ADDR);
+