Use RAII to save and restore scalars
[deliverable/binutils-gdb.git] / gdb / symfile-mem.c
index 8eb5176c5c7e9719a7e4e86cfcf894816b3414f4..79739a601febc365d5bb1d86a3495027c7b79963 100644 (file)
@@ -214,8 +214,7 @@ add_vsyscall_page (struct target_ops *target, int from_tty)
          format should fix this.  */
        {
          warning (_("Could not load vsyscall page "
-                    "because no executable was specified\n"
-                    "try using the \"file\" command first."));
+                    "because no executable was specified"));
          return;
        }
       args.bfd = bfd;
This page took 0.023952 seconds and 4 git commands to generate.