diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-31 13:07:19 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-31 13:07:19 -0700 |
commit | 9fe7e787adc4f41201c441014fbad318eaae6f80 (patch) | |
tree | 0bad49b124ab865c1bdfa62a7704de1ee3abcfec /ChangeLog | |
parent | 23fe486bebc9ce58405853eb70cd87352156c91d (diff) | |
download | glibc-9fe7e787adc4f41201c441014fbad318eaae6f80.tar.gz |
Use __builtin_trap for ABORT_INSTRUCTION.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-07-31 Roland McGrath <roland@hack.frob.com> + * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0. + * configure.ac (libc_cv_builtin_trap): New test. + * configure: Regenerated. + * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP] + (ABORT_INSTRUCTION): Define using __builtin_trap. + * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ... * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file. * sysdeps/nptl/nptl-signals.h: New file. |