aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-10-06 19:27:13 +0000
committerAndrew Cagney <cagney@redhat.com>2003-10-06 19:27:13 +0000
commit41989fcd807079207bf6a6ed39eb72ff4f3087eb (patch)
treee46d581dce0d02f6af0befc359ed86a4b07a2604 /gdb/buildsym.c
parent28a86f5cc006038eeefb09bf74b756b3aacc1afa (diff)
downloadfsf-binutils-gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.zip
fsf-binutils-gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.tar.gz
fsf-binutils-gdb-41989fcd807079207bf6a6ed39eb72ff4f3087eb.tar.bz2
2003-10-06 Andrew Cagney <cagney@redhat.com>
* breakpoint.c, breakpoint.h: Remove obsolete code and comments. * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto. * monitor.c, sparc-tdep.c, stabsread.c: Ditto. * stabsread.h, xcoffread.c: Ditto.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 0e7b874..93090ed 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -592,17 +592,9 @@ start_subfile (char *name, char *dirname)
later via a call to record_debugformat. */
subfile->debugformat = NULL;
-#if 0 /* OBSOLETE CFront */
-// OBSOLETE /* cfront output is a C program, so in most ways it looks like a C
-// OBSOLETE program. But to demangle we need to set the language to C++. We
-// OBSOLETE can distinguish cfront code by the fact that it has #line
-// OBSOLETE directives which specify a file name ending in .C. */
-#endif /* OBSOLETE CFront */
-
/* If the filename of this subfile ends in .C, then change the
language of any pending subfiles from C to C++. We also accept
any other C++ suffixes accepted by deduce_language_from_filename. */
- /* OBSOLETE (in particular, some people use .cxx with cfront). */
/* Likewise for f2c. */
if (subfile->name)