aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-05-26 19:35:53 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-05-26 19:35:53 +0000
commita7a487976274843322ca48da124cc2f39c5ca0a9 (patch)
treeb611b8e8bd0866fe5cd8feff2163c8a321bf1961 /gdb/stabsread.h
parentf5479e9c58047dd029988e3824e08dac0675a3eb (diff)
downloadfsf-binutils-gdb-a7a487976274843322ca48da124cc2f39c5ca0a9.zip
fsf-binutils-gdb-a7a487976274843322ca48da124cc2f39c5ca0a9.tar.gz
fsf-binutils-gdb-a7a487976274843322ca48da124cc2f39c5ca0a9.tar.bz2
2003-05-26 Elena Zannoni <ezannoni@redhat.com>
* stabsread.c (dbx_lookup_type): Make static. (read_type): Ditto. (add_undefined_type): Ditto. * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do not export.
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index b70f162..91db978 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -130,16 +130,10 @@ EXTERN int n_this_object_header_files;
EXTERN int n_allocated_this_object_header_files;
-extern struct type *read_type (char **, struct objfile *);
-
extern void cleanup_undefined_types (void);
-extern struct type **dbx_lookup_type (int[2]);
-
extern long read_number (char **, int);
-extern void add_undefined_type (struct type *);
-
extern struct symbol *define_symbol (CORE_ADDR, char *, int, int,
struct objfile *);