]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(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 c179f2a887243f6db05dbfd81b52884991c38894..70d805b4f8e23682bb4fd4196b42e698472ed30d 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