import gdb-1999-11-16 snapshot
[deliverable/binutils-gdb.git] / gdb / pa64solib.c
index b428d8a21e6c2c176dad5a8d55b599356be8f4f8..271efc2367b7608e349208a5b62bdb27d75f6eb3 100644 (file)
@@ -273,7 +273,7 @@ pa64_solib_add_solib_objfile (so, name, from_tty, text_addr)
 
   /* Now let the generic code load up symbols for this library.  */
   section_addrs.text_addr = text_addr;
-  so->objfile = symbol_file_add (name, from_tty, &section_addrs, 0, 0, 0, 1);
+  so->objfile = symbol_file_add (name, from_tty, &section_addrs, 0, OBJF_SHARED);
   so->abfd = so->objfile->obfd;
 
   /* Mark this as a shared library and save private data.  */
@@ -794,7 +794,7 @@ pa64_sharedlibrary_info_command (ignore, from_tty)
 
   if (exec_bfd == NULL)
     {
-      printf_unfiltered ("no exec file.\n");
+      printf_unfiltered ("No executable file.\n");
       return;
     }
 
This page took 0.024087 seconds and 4 git commands to generate.