summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-16 19:31:19 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-16 19:31:19 +0000
commit3740694f9226244ad0fb2945bd8557ce5b1af3d2 (patch)
tree7db1544714b472b5f49960ccbe71531952d9a218 /gcc/config.in
parent34690eeb186fba7de3dde514e3e7189939ffd5a8 (diff)
downloadgcc-3740694f9226244ad0fb2945bd8557ce5b1af3d2.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40559 138bc75d-0d04-0410-961f-82ee72b054a4
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. */