1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / cxux-nat.c
index b36abcef72b36a779b51e1b440c2681a11faa1fd..2c4b6f1667d4e1cc478e6cb8cb889ede56ab0e76 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "frame.h"
@@ -39,7 +39,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <sys/file.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 
 #include "symtab.h"
 #include "setjmp.h"
@@ -368,7 +368,7 @@ add_shared_symbol_files ()
       return;
     }
 
-  objfile = symbol_file_add (LIBC_FILE, 0, 0, 0, 0, 1);
+  objfile = symbol_file_add (LIBC_FILE, 0, 0, 0, 0, 1, 0, 0);
   minsym = lookup_minimal_symbol (LINKS_MAP_POINTER, objfile);
 
   ld_map = (struct link_map *)
@@ -384,7 +384,7 @@ add_shared_symbol_files ()
          if (target_read_string ((CORE_ADDR)lms.l_name, &path_name, 
                                   PATH_MAX, &local_errno))
            {
-             symbol_file_add (path_name, 1, lms.l_addr, 0, 0, 0);
+             symbol_file_add (path_name, 1, lms.l_addr, 0, 0, 0, 0, 0);
               free(path_name);
            }
        }
@@ -398,8 +398,6 @@ add_shared_symbol_files ()
   reinit_frame_cache ();
 }
 
-int target_is_m88110;
-
 #if defined(_ES_MP)
 
 #include <sys/regset.h>
This page took 0.02364 seconds and 4 git commands to generate.