about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-31 13:07:19 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-31 13:07:19 -0700
commit9fe7e787adc4f41201c441014fbad318eaae6f80 (patch)
tree0bad49b124ab865c1bdfa62a7704de1ee3abcfec /config.h.in
parent23fe486bebc9ce58405853eb70cd87352156c91d (diff)
downloadglibc-9fe7e787adc4f41201c441014fbad318eaae6f80.tar.gz
glibc-9fe7e787adc4f41201c441014fbad318eaae6f80.tar.xz
glibc-9fe7e787adc4f41201c441014fbad318eaae6f80.zip
Use __builtin_trap for ABORT_INSTRUCTION.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d612a04fe8..7da1a9f6f8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -249,6 +249,10 @@
 /* The pt_chown binary is being built and used by grantpt.  */
 #define HAVE_PT_CHOWN 0
 
+/* Define if the compiler supports __builtin_trap without
+   any external dependencies such as making a function call.  */
+#define HAVE_BUILTIN_TRAP 0
+
 /* ports/sysdeps/mips/configure.in  */
 /* Define if using the IEEE 754-2008 NaN encoding on the MIPS target.  */
 #undef HAVE_MIPS_NAN2008