(HAVE_BROKEN_ALIAS_ATTRIBUTE): Add. (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 06:06:26 +0000 (06:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 06:06:26 +0000 (06:06 +0000)
config.h.in

index c179f2a..70d805b 100644 (file)
 /* Define if the compiler supports __attribute__ ((visibility (...))).  */
 #undef HAVE_VISIBILITY_ATTRIBUTE
 
+/* Define if the compiler doesn't support __attribute__ ((visibility (...)))
+   together with __asm__ redirection properly.  */
+#undef HAVE_BROKEN_VISIBILITY_ATTRIBUTE
+
+/* Define if the compiler doesn't support __attribute__ ((alias (...)))
+   together with __asm__ redirection properly.  */
+#undef HAVE_BROKEN_ALIAS_ATTRIBUTE
+
 /* Define if _rtld_local structure should be forced into .sdata section.  */
 #undef HAVE_SDATA_SECTION