merge from gcc
[deliverable/binutils-gdb.git] / libiberty / xmalloc.c
index 433fd5ce3f3e393aa44c120b5d027808bb125e96..4c8249ae70bfaaafcd56f64129e0c7ea5c1ecf9e 100644 (file)
@@ -120,7 +120,7 @@ xmalloc_failed (size)
   else
     allocated = (char *) sbrk (0) - (char *) &environ;
   fprintf (stderr,
-          "\n%s%sout of memory allocating %lu bytes after allocating %lu bytes\n",
+          "\n%s%sout of memory allocating %lu bytes after a total of %lu bytes\n",
           name, *name ? ": " : "",
           (unsigned long) size, (unsigned long) allocated);
 #else /* HAVE_SBRK */
This page took 0.032086 seconds and 4 git commands to generate.