merge from gcc

This commit is contained in:
DJ Delorie 2002-03-04 22:01:27 +00:00
parent 25e2787005
commit 50d4562d6e
5 changed files with 234 additions and 144 deletions

View 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 */