aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/shlib-compat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/shlib-compat.h b/include/shlib-compat.h
index 6c423c8..c29a0e0 100644
--- a/include/shlib-compat.h
+++ b/include/shlib-compat.h
@@ -79,11 +79,7 @@
unspecified whether SYMBOL@VERSION is associated with LOCAL, or if
an intermediate alias is created. If LOCAL and SYMBOL are
distinct, and LOCAL is also intended for export, its version should
- be specified explicitly with versioned_symbol, too.
-
- If LOCAL is a data symbol and does not have a non-zero initializer,
- it should be defined with __attribute__ ((nocommon)) for
- compatibility with GCC versions that default to -fcommon. */
+ be specified explicitly with versioned_symbol, too. */
# define versioned_symbol(lib, local, symbol, version) \
versioned_symbol_1 (lib, local, symbol, version)
# define versioned_symbol_1(lib, local, symbol, version) \