summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-16 01:58:14 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-16 01:58:14 +0000
commit1a8c3b2735fd96cfbd899d8561cc5ab86bf1e1da (patch)
tree5d7685a5345a40ddf4783bb2eebb76ec6cb1555e /gcc/acconfig.h
parent61cac2b4d8d3b1a1afdd653ebc5ea97951a03bf0 (diff)
downloadgcc-1a8c3b2735fd96cfbd899d8561cc5ab86bf1e1da.tar.gz
* acconfig.h (HAVE_GAS_WEAK): New define.
* configure.in (assembler weak support): Check for .weak support. * config.in, configure: Rebuilt. * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if HAVE_GAS_WEAK is defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32573 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 b86b4d3c74a..b0a44d00aca 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -69,6 +69,9 @@
emitting at the beginning of your section */
#undef HAVE_GAS_SUBSECTION_ORDERING
+/* Define if your assembler supports .weak. */
+#undef HAVE_GAS_WEAK
+
/* Define if your assembler uses the old HImode fild and fist notation. */
#undef HAVE_GAS_FILDS_FISTS