summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authordrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-05 07:34:36 +0000
committerdrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-05 07:34:36 +0000
commit5be729c90b31d337ef4646a9d270e858df02e6bb (patch)
tree3582fb5cb908ca50f795ffd2075ae613776b0fcc /gcc/acconfig.h
parent89de664f6d3fe05005185190aa6a876c4681f177 (diff)
downloadgcc-5be729c90b31d337ef4646a9d270e858df02e6bb.tar.gz
* acconfig.h: Add HAVE_GAS_HIDDEN.
* config.h: Regenerated. * configure.in: Add test for .hidden pseudo-op in gas. * configure: Regenerated. * crtstuff.c: Include auto-host.h. Emit additional .hidden pseudo-op for __dso_handle if the assembler knows about it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index b0a44d00aca..2d0457b6c8b 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -72,6 +72,9 @@
/* Define if your assembler supports .weak. */
#undef HAVE_GAS_WEAK
+/* Define if your assembler supports .hidden. */
+#undef HAVE_GAS_HIDDEN
+
/* Define if your assembler uses the old HImode fild and fist notation. */
#undef HAVE_GAS_FILDS_FISTS