2003-06-12 David Carlton <carlton@bactrian.org>

* symtab.h: Delete declaration of make_symbol_overload_list.
	Add declaration of lookup_partial_symbol.
	* symtab.c (remove_params): Move to cp-support.c.
	(overload_list_add_symbol, make_symbol_overload_list)
	(sym_return_val_size, sym_return_val_index): Ditto.
	(lookup_partial_symbol): Make extern.
	* cp-support.h: Add declaration of make_symbol_overload_list.
	* cp-support.c: Include dictionary.h, objfiles.h, frame.h,
	symtab.h, and block.h.
	(remove_params): Move here from symtab.c.
	(overload_list_add_symbol, make_symbol_overload_list)
	(sym_return_val_size, sym_return_val_index): Ditto.
	* valops.c: Include cp-support.h.
	* Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
	frame_h, and block_h.
	(valops.o): Depend on cp_support_h.
This commit is contained in:
David Carlton
2003-06-12 15:33:45 +00:00
parent 00c22daa1f
commit b64296285d
7 changed files with 245 additions and 217 deletions

View File

@@ -36,6 +36,7 @@
#include "block.h"
#include "infcall.h"
#include "dictionary.h"
#include "cp-support.h"
#include <errno.h>
#include "gdb_string.h"