]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/osfsolib.c
import gdb-1999-11-16 snapshot
[thirdparty/binutils-gdb.git] / gdb / osfsolib.c
index b9fba613304c378dcaf8873f73ed3781fb6077a1..1294072f8ed070f1771b2a2c72f2d4fd4aa32b9c 100644 (file)
@@ -600,8 +600,7 @@ symbol_add_stub (arg)
 
   section_addrs.text_addr = text_addr;
   so->objfile = symbol_file_add (so->so_name, so->from_tty,
-                                &section_addrs,
-                                0, 0, 0, 1);
+                                &section_addrs, 0, OBJF_SHARED);
   return (1);
 }
 
@@ -733,7 +732,7 @@ info_sharedlibrary_command (ignore, from_tty)
 
   if (exec_bfd == NULL)
     {
-      printf_unfiltered ("No exec file.\n");
+      printf_unfiltered ("No executable file.\n");
       return;
     }
   while ((so = find_solib (so)) != NULL)