Make binutils abort message GDB friendly
[deliverable/binutils-gdb.git] / ld / ldmisc.c
index 3b0d1264bb2f30c04d4b967e6a5ddcc76c6d9c44..465992157816ca850077fe9d597b254a93e374f6 100644 (file)
@@ -534,10 +534,10 @@ void
 ld_abort (const char *file, int line, const char *fn)
 {
   if (fn != NULL)
-    einfo (_("%P: internal error: aborting at %s line %d in %s\n"),
+    einfo (_("%P: internal error: aborting at %s:%d in %s\n"),
           file, line, fn);
   else
-    einfo (_("%P: internal error: aborting at %s line %d\n"),
+    einfo (_("%P: internal error: aborting at %s:%d\n"),
           file, line);
   einfo (_("%P%F: please report this bug\n"));
   xexit (1);
This page took 0.025619 seconds and 4 git commands to generate.