summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-16 12:14:09 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-16 12:14:09 +0000
commit1a9c54a35da528ea0ed834cd8303b31767be0c1f (patch)
treef346fc01f4a2485fda22909adcf915a88470d975 /gcc/config.in
parentb2a24299a6103ccdfca2d79e2dc98e13cdc08009 (diff)
downloadgcc-1a9c54a35da528ea0ed834cd8303b31767be0c1f.tar.gz
gcc/
* configure.ac (HAVE_AS_REF): New C macro. * configure: Regenerate. * config.in: Likewise. * collect2.c (main): Only postpone SCAN_DWEH to the second pass if HAVE_AS_REF. * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define if HAVE_AS_REF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155961 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 1686be9d0ea..a3744f99dcb 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -393,6 +393,12 @@
#endif
+/* Define if your assembler supports .ref */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_REF
+#endif
+
+
/* Define if your assembler supports .register. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_REGISTER_PSEUDO_OP