summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2007-03-13 07:19:14 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2007-03-13 07:19:14 +0000
commit03943c05c123b301f978f2c5f56fc692a03586cb (patch)
treea589b7305cf809c8177da753f9992003644b90a1 /gcc/config.in
parent98312a9bed2a80aa30c3cc2abc70f50def92d595 (diff)
downloadgcc-03943c05c123b301f978f2c5f56fc692a03586cb.tar.gz
configure.ac: Test for assembler tolerance to # 0 "".
* configure.ac: Test for assembler tolerance to # 0 "". * configure, config.in: Rebuilt. * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO. From-SVN: r122879
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 275327d46e7..9906ad71fda 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -240,6 +240,12 @@
#endif
+/* Define if the assembler won't complain about a line such as # 0 "" 2. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_LINE_ZERO
+#endif
+
+
/* Define if your assembler supports ltoffx and ldxmov relocations. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS