Preserve message printed before abort.
commit48dcd0ba84c5a0fa08a0bd000b24af07d20dce44
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 2009 23:17:09 +0000 (15 16:17 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Jun 2009 23:17:09 +0000 (15 16:17 -0700)
tree846d0d74f1e00584a5973bb3eec4ee414314f436
parent6355c99740c91ed5a7fa14e378f74950e09f5f48
Preserve message printed before abort.

The terminal output etc is not visible in a core file.  The new
libc-internal variable __abort_msg will point to a string with the
message which has been printed before the abort in case abort is
called from inside libc.  BZ #10217
ChangeLog
assert/assert-perr.c
assert/assert.c
include/stdlib.h
stdlib/Versions
stdlib/abort.c
sysdeps/posix/libc_fatal.c
sysdeps/unix/sysv/linux/libc_fatal.c