aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 53d1784..283b589 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -100,6 +100,13 @@ inside_entry_file PARAMS ((CORE_ADDR addr));
extern int
inside_main_func PARAMS ((CORE_ADDR pc));
+/* start-sanitize-chill */
+/* From ch-lang.c, for the moment. (FIXME) */
+
+extern char *
+chill_demangle PARAMS ((const char *));
+/* end-sanitize-chill */
+
/* From libiberty.a */
extern char *
@@ -236,9 +243,6 @@ n_spaces PARAMS ((int));
extern void
gdb_printchar PARAMS ((int, FILE *, int));
-extern char *
-strdup_demangled PARAMS ((const char *));
-
extern void
fprint_symbol PARAMS ((FILE *, char *));