summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-16 11:31:19 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-16 11:31:19 -0800
commit981975b62d8e098e571a91c30b938b4bcc7a3fa7 (patch)
tree7db1544714b472b5f49960ccbe71531952d9a218 /gcc/config.in
parent69e230371807f22b3dc52ee64e87314fb61c750c (diff)
downloadgcc-981975b62d8e098e571a91c30b938b4bcc7a3fa7.tar.gz
dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes.
* dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes. (LN_PROLOG_AS_LABEL, LN_PROLOG_END_LABEL): New. (size_of_line_prolog): Remove. (output_line_info): Compute prologue size via label difference. (lookup_filename): Return "unspecified" for <internal> and <built-in>. * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Require that the assembler error when redefining file numbers. * config.in, configure: Rebuild. From-SVN: r40559
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 4eb97ad52c8..d47920426ec 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -465,7 +465,8 @@
/* Define if your assembler supports offsetable %lo(). */
#undef HAVE_AS_OFFSETABLE_LO10
-/* Define if your assembler supports dwarf2 .file/.loc directives. */
+/* Define if your assembler supports dwarf2 .file/.loc directives,
+ and preserves file table indicies exactly as given. */
#undef HAVE_AS_DWARF2_DEBUG_LINE
/* Define to 1 if you want to enable namespaces (-fhonor-std) by default. */