diff options
author | DJ Delorie <dj@redhat.com> | 2002-03-04 22:01:27 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-03-04 22:01:27 +0000 |
commit | 50d4562d6e3ff62db0b966f77837b54f09183c36 (patch) | |
tree | 8c81602855f28dcb34acdd08a36f113041d2799c /libiberty/xmalloc.c | |
parent | 25e2787005c2139fd4d92b1c78ce170da77c1672 (diff) | |
download | gdb-50d4562d6e3ff62db0b966f77837b54f09183c36.zip gdb-50d4562d6e3ff62db0b966f77837b54f09183c36.tar.gz gdb-50d4562d6e3ff62db0b966f77837b54f09183c36.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/xmalloc.c')
-rw-r--r-- | libiberty/xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index 433fd5c..4c8249a 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 */ |