diff options
| author | Roland McGrath <roland@hack.frob.com> | 2013-03-19 17:07:15 -0700 |
|---|---|---|
| committer | Roland McGrath <roland@hack.frob.com> | 2013-03-19 17:07:15 -0700 |
| commit | a600e5cef53e10147932d910cdb2fdfc62afae4e (patch) | |
| tree | fddf4c1fefedcffaf6bdb610bc7c46bb931cb528 /ChangeLog | |
| parent | 6b18bea6256e1eefebd27811873831d0e3f171de (diff) | |
| download | glibc-a600e5cef53e10147932d910cdb2fdfc62afae4e.tar.xz glibc-a600e5cef53e10147932d910cdb2fdfc62afae4e.zip | |
Consolidate Linux and POSIX libc_fatal code.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2013-03-19 Roland McGrath <roland@hack.frob.com> + + * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>. + [!WRITEV_FOR_FATAL] (writev_for_fatal): New function. + [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that. + [!BEFORE_ABORT] (before_abort): New function. + [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that. + * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes. + (writev_for_fatal): New function. + (WRITEV_FOR_FATAL): New macro; call that. + (backtrace_and_maps): New function. + (BEFORE_ABORT): New macro; call that. + (struct str_list): Type removed. + (__libc_message, __libc_fatal): Functions removed. + Include <sysdeps/posix/libc_fatal.c> instead. + 2013-03-19 Joseph Myers <joseph@codesourcery.com> * math/k_casinhf.c (__kernel_casinhf): Consistently use float |
