diff options
author | Richard Henderson <rth@redhat.com> | 2000-11-17 15:53:38 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-11-17 15:53:38 -0800 |
commit | 9d1470857bd6726bc7f3613d79dcf9113da36283 (patch) | |
tree | f71aaf32418bdb5d774b9090aea6ac661b94971b /gcc/config.in | |
parent | 5b87e928be9fb73c2af33310bf110452f2fdd98f (diff) | |
download | gcc-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.in | 3 |
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 |