mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
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.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user