* symtab.c (find_pc_symtab): some object file formats, notably mips,
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index b7e1f0009dfd942f61db9d7385fcfc7c1c565375..c775fe9c4759b5b365b4f47d2787d39fb43d3a50 100644 (file)
@@ -23,6 +23,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "symtab.h"
 #include "target.h"
 
+#include "xcoffsolib.h"
+
 #include <sys/param.h>
 #include <sys/dir.h>
 #include <sys/user.h>
@@ -53,9 +55,6 @@ static struct sstep_breaks {
 
 /* Static function prototypes */
 
-static void
-add_text_to_loadinfo PARAMS ((CORE_ADDR textaddr, CORE_ADDR dataaddr));
-
 static CORE_ADDR
 find_toc_address PARAMS ((CORE_ADDR pc));
 
@@ -1179,7 +1178,7 @@ xcoff_add_toc_to_loadinfo (unsigned long tocoff)
 }
 
 
-static void
+void
 add_text_to_loadinfo (textaddr, dataaddr)
      CORE_ADDR textaddr;
      CORE_ADDR dataaddr;
This page took 0.024572 seconds and 4 git commands to generate.