summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-02-03 22:57:56 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-02-03 22:57:56 +0000
commitb97c4052b3626b01cc8e0bdb5e2d935faa50de1b (patch)
tree8d9dbb85b498fd1749cea9f37d60b9957052d711 /gdb/gdbtypes.h
parent4c57159d832b571f8b27407bc4edda3c552754de (diff)
downloadgdb-b97c4052b3626b01cc8e0bdb5e2d935faa50de1b.tar.gz
2002-02-01 Daniel Jacobowitz <drow@mvista.com>
PR gdb/280 * gdbtypes.c (replace_type): New function. * gdbtypes.h (replace_type): Add prototype. * stabsread.c (read_type): Use replace_type.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 85dbb7bad5a..74b521abb67 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -1062,6 +1062,8 @@ extern struct type *make_cv_type (int, int, struct type *, struct type **);
extern void finish_cv_type (struct type *);
+extern void replace_type (struct type *, struct type *);
+
extern int address_space_name_to_int (char *);
extern char *address_space_int_to_name (int);