aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2004-11-18 01:10:12 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-11-18 01:10:12 +0000
commitcf249358ead1dbecd809ab4766e0d1dac26f3cb8 (patch)
tree6c6d9cfe38742347fc3e657a253bd1f6cdcf94ad /gcc/doc
parenta8e68029244bf2bcafbb82c7419438d185dc4c5d (diff)
downloadgcc-cf249358ead1dbecd809ab4766e0d1dac26f3cb8.zip
gcc-cf249358ead1dbecd809ab4766e0d1dac26f3cb8.tar.gz
gcc-cf249358ead1dbecd809ab4766e0d1dac26f3cb8.tar.bz2
defaults.h, darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
* defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN. * system.h: Poison it. * doc/tm.texi: Delete its documentation. From-SVN: r90840
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index a87256a..afc029b 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -6839,15 +6839,6 @@ restrictions require weak symbols to be left out of a static archive's
table of contents.
@end defmac
-@defmac TARGET_SUPPORTS_HIDDEN
-A C expression that evaluates to true if the target supports hidden
-visibility. By default this expression is true if and only if
-@code{HAS_GAS_HIDDEN} is defined. Set this macro if the
-@code{HAS_GAS_HIDDEN} macro gives the wrong answer for this
-target. (For example, if the target's mechanism for supporting
-hidden visibility is not the same as GAS's.)
-@end defmac
-
@defmac ASM_OUTPUT_EXTERNAL (@var{stream}, @var{decl}, @var{name})
A C statement (sans semicolon) to output to the stdio stream
@var{stream} any text necessary for declaring the name of an external