aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-11-17 15:53:38 -0800
committerRichard Henderson <rth@gcc.gnu.org>2000-11-17 15:53:38 -0800
commit9d1470857bd6726bc7f3613d79dcf9113da36283 (patch)
treef71aaf32418bdb5d774b9090aea6ac661b94971b /gcc/config.in
parent5b87e928be9fb73c2af33310bf110452f2fdd98f (diff)
downloadgcc-9d1470857bd6726bc7f3613d79dcf9113da36283.zip
gcc-9d1470857bd6726bc7f3613d79dcf9113da36283.tar.gz
gcc-9d1470857bd6726bc7f3613d79dcf9113da36283.tar.bz2
configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.
* configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New. Detect whether as accepts .file/.loc and produces dwarf2 line info. * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Default on if the assembler supports it. * config.in, configure: Regenerate. From-SVN: r37534
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4ad8f14..c710b17 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -443,6 +443,9 @@
/* Define if your assembler supports offsetable %lo(). */
#undef HAVE_AS_OFFSETABLE_LO10
+/* Define if your assembler supports dwarf2 .file/.loc directives. */
+#undef HAVE_AS_DWARF2_DEBUG_LINE
+
/* Define if you want to always select the new-abi for g++. */
#undef ENABLE_NEW_GXX_ABI