Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / somsolib.c
index c2c88535b7e8fd4d8ba878a981e40fdf9208e7f3..6c864af51a1832b3780ab8bcaeb27bb8e01a0da3 100644 (file)
@@ -34,6 +34,7 @@ and by Cygnus Support.  */
 #include "objfiles.h"
 #include "inferior.h"
 #include "gdb-stabs.h"
+#include "gdb_stat.h"
 #include "gdbcmd.h"
 #include "language.h"
 
@@ -587,7 +588,7 @@ som_solib_create_inferior_hook()
            {
              struct unwind_table_entry *u;
              /* It must be a shared library trampoline.  */
-             if (SYMBOL_TYPE (msymbol) != mst_solib_trampoline)
+             if (MSYMBOL_TYPE (msymbol) != mst_solib_trampoline)
                continue;
 
              /* It must also be an export stub.  */
This page took 0.023341 seconds and 4 git commands to generate.