Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / irix5-nat.c
index 00c593e362d42823a3524f379b5d8b0e008488fc..eb6208cf15f30c256ba3e41c2d153b209930b4c8 100644 (file)
@@ -854,8 +854,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, 0);
+                                &section_addrs, 0, 0);
   return (1);
 }
 
@@ -984,7 +983,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)
This page took 0.023238 seconds and 4 git commands to generate.