Skip to content

Commit

Permalink
(HAVE_BROKEN_ALIAS_ATTRIBUTE): Add. (HAVE_BROKEN_VISIBILITY_ATTRIBUTE…
Browse files Browse the repository at this point in the history
…): Add.
  • Loading branch information
Ulrich Drepper committed Aug 3, 2002
1 parent 26e73ab commit 6719f7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6719f7a

Please sign in to comment.