* objc-lang.c: Include "valprint.h"
* Makefile.in (objc-lang.o): Update dependencies.
This commit is contained in:
parent
93de3e7f81
commit
4e45ca2e2a
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-04-24 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* objc-lang.c: Include "valprint.h"
|
||||||
|
* Makefile.in (objc-lang.o): Update dependencies.
|
||||||
|
|
||||||
2003-04-24 Adam Fedor <fedor@gnu.org>
|
2003-04-24 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
|
* objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
|
||||||
|
|
|
@ -2006,7 +2006,7 @@ objc-lang.o: objc-lang.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
|
||||||
$(parser_defs_h) $(language_h) $(c_lang_h) $(objc_lang_h) \
|
$(parser_defs_h) $(language_h) $(c_lang_h) $(objc_lang_h) \
|
||||||
$(complaints_h) $(value_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \
|
$(complaints_h) $(value_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \
|
||||||
$(target_h) $(gdbcore_h) $(gdbcmd_h) $(frame_h) $(gdb_regex_h) \
|
$(target_h) $(gdbcore_h) $(gdbcmd_h) $(frame_h) $(gdb_regex_h) \
|
||||||
$(regcache_h) $(block_h) $(infcall_h)
|
$(regcache_h) $(block_h) $(infcall_h) $(valprint_h)
|
||||||
objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
|
objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
|
||||||
$(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
|
$(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
|
||||||
$(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h) \
|
$(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h) \
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "infcall.h"
|
#include "infcall.h"
|
||||||
|
#include "valprint.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue