summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 8cee659dfa..f15e5c7b06 100644
--- a/config.h.in
+++ b/config.h.in
@@ -59,10 +59,14 @@
with static variable. */
#undef HAVE_DWARF2_UNWIND_INFO_STATIC
-/* Define is the regparm attribute shall be used for local functions
+/* Define if the regparm attribute shall be used for local functions
(gcc on ix86 only). */
#undef USE_REGPARMS
+/* Defined on PowerPC if the GCC being used has a problem with clobbering
+ certain registers (CR0, MQ, CTR, LR) in asm statements. */
+#undef BROKEN_PPC_ASM_CR0
+
/* Defined to some form of __attribute__ ((...)) if the compiler supports
a different, more efficient calling convention. */