1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / cxux-nat.c
index 6b2e25a70fa38db9e0c9c7973cf2fa260d3197a1..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"
@@ -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);
            }
        }
This page took 0.024114 seconds and 4 git commands to generate.