Thu Oct 3 09:33:26 1991 John Gilmore (gnu at cygnus.com)
+ * dbxread.c, coffread.c: static-ize functions that were
+ gratuitiously external. (From Fred Fish.)
+
* c-exp.y: sym->class to SYMBOL_CLASS (sym).
* dbxread.c (dbx_lookup_type): Keep doubling size of typevector
static int text_bfd_scnum;
-void
+static void
coff_symfile_init (sf)
struct sym_fns *sf;
{
shared libraries or add_file! */
/* ARGSUSED */
-void
+static void
coff_symfile_read (sf, addr, mainline)
struct sym_fns *sf;
CORE_ADDR addr;
select_source_symtab (0); /* FIXME, this might be too slow, see dbxread */
}
-void
+static void
coff_new_init ()
{
/* There seems to be nothing to do except free_all_symtabs and set
/* Free up old header file tables, and allocate new ones.
We're reading a new symbol file now. */
-void
+static void
free_and_init_header_files ()
{
register int i;
return name;
}
\f
-void
+static void
record_misc_function (name, address, type)
char *name;
CORE_ADDR address;
MAINLINE is true if we are reading the main symbol
table (as opposed to a shared lib or dynamically loaded file). */
-void
+static void
dbx_symfile_read (sf, addr, mainline)
struct sym_fns *sf;
CORE_ADDR addr;
symbol file is specified (not just adding some symbols from another
file, e.g. a shared library). */
-void
+static void
dbx_new_init ()
{
/* Empty the hash table of global syms looking for values. */
be called unless this is an a.out (or very similar) file.
FIXME, there should be a cleaner peephole into the BFD environment here. */
-void
+static void
dbx_symfile_init (sf)
struct sym_fns *sf;
{
bincl in the list. Return the partial symtab associated
with that header_file_location. */
-struct partial_symtab *
+static struct partial_symtab *
find_corresponding_bincl_psymtab (name, instance)
char *name;
int instance;