* ld.texinfo: Document --fatal-warnings.
[deliverable/binutils-gdb.git] / gdb / cxux-nat.c
index 74636bdd1edbe371936c14d47373a1f4a2bc43a2..4fafc8e2e167d8b74b21346fdb1cbe344284a330 100644 (file)
@@ -1,5 +1,6 @@
 /* Native support for Motorola 88k running Harris CX/UX.
-   Copyright 1988, 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000,
+   2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,6 +34,7 @@
 #include "symfile.h"
 #include "objfiles.h"
 #include "symtab.h"
+#include "regcache.h"
 
 #ifndef USER                   /* added to support BCS ptrace_user */
 #define USER ptrace_user
@@ -386,7 +388,7 @@ add_shared_symbol_files (void)
              section_addrs.other[0].addr = lms.l_addr;
               section_addrs.other[0].name = ".text";
              symbol_file_add (path_name, 1, &section_addrs, 0, 0);
-             free (path_name);
+             xfree (path_name);
            }
        }
       /* traverse links in reverse order so that we get the
This page took 0.025307 seconds and 4 git commands to generate.