summaryrefslogtreecommitdiff
path: root/libiberty/xmalloc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-03-04 22:01:27 +0000
committerDJ Delorie <dj@delorie.com>2002-03-04 22:01:27 +0000
commit0b05a2f75eaae423269ce5c71a55a25483301491 (patch)
tree2f302e7d87e347cba54505bcf894e6d6aa29ac55 /libiberty/xmalloc.c
parentf390b4bb28ea3b2e0d2c3a4509fc589e57eeb199 (diff)
downloadgdb-0b05a2f75eaae423269ce5c71a55a25483301491.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/xmalloc.c')
-rw-r--r--libiberty/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c
index 433fd5ce3f3..4c8249ae70b 100644
--- a/libiberty/xmalloc.c
+++ b/libiberty/xmalloc.c
@@ -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 */