about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-03 06:06:26 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-03 06:06:26 +0000
commit6719f7a68f3e5a62103e64a4fe36a043f675a7d5 (patch)
tree1a4788522f243dab7c15b446cb7ee309dfa826ad /config.h.in
parent26e73ab614c0c9e921db9c06b5f54dc88819b215 (diff)
downloadglibc-6719f7a68f3e5a62103e64a4fe36a043f675a7d5.tar.gz
glibc-6719f7a68f3e5a62103e64a4fe36a043f675a7d5.tar.xz
glibc-6719f7a68f3e5a62103e64a4fe36a043f675a7d5.zip
(HAVE_BROKEN_ALIAS_ATTRIBUTE): Add. (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c179f2a887..70d805b4f8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -117,6 +117,14 @@
 /* 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