* Makefile.in (gdbtypes.o, varobj.o): Depend on wrapper.h.
authorEli Zaretskii <eliz@gnu.org>
Mon, 15 May 2000 07:10:04 +0000 (07:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 15 May 2000 07:10:04 +0000 (07:10 +0000)
* wrapper.h (gdb_value_subscript, wrap_value_subscript): Add
prototypes.

gdb/ChangeLog
gdb/Makefile.in
gdb/wrapper.h

index 27bc3187d2cfefbddfa795c505c444635469e765..c5c15d801db92fdf9e3eba277fd65a138c74da5b 100644 (file)
@@ -1,3 +1,10 @@
+2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (gdbtypes.o, varobj.o): Depend on wrapper.h.
+
+       * wrapper.h (gdb_value_subscript, wrap_value_subscript): Add
+       prototypes.
+
 Mon May 15 15:31:30 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * valops.c (hand_function_call): Replace #ifdef
index 0d33e74a48c983bc88b976aaa5e8d846cace5c33..335489a9b21af57266ddc853f4a9281acb7a840b 100644 (file)
@@ -1367,7 +1367,7 @@ arch-utils.o: arch-utils.c $(defs_h) $(bfd_h) $(gdbcmd_h) \
 
 gdbtypes.o: gdbtypes.c $(bfd_h) complaints.h $(defs_h) $(expression_h) \
        $(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) target.h \
-       $(value_h) gdb_string.h
+       $(value_h) gdb_string.h wrapper.h
 
 go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) gdb_wait.h $(gdbcore_h) \
        $(command_h) $(floatformat_h) target.h
@@ -1944,7 +1944,7 @@ gdb-events.o: gdb-events.c gdb-events.h $(defs_h) $(gdbcmd_h)
 ui-out.o: ui-out.c $(defs_h) $(ui_out_h) expression.h language.h
 cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
 varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
-       $(language_h) valprint.h varobj.h
+       $(language_h) valprint.h varobj.h wrapper.h
        $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
 wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) wrapper.h
 
index 7cb75c86ab2123d0f804f6052f7b47e662bbdcb6..197b61e7c18b63cad8e5df076d0fc352781d8787 100644 (file)
@@ -31,6 +31,9 @@ extern int gdb_value_fetch_lazy PARAMS ((value_ptr));
 
 extern int gdb_value_equal PARAMS ((value_ptr, value_ptr, int *));
 
+extern int gdb_value_subscript PARAMS ((value_ptr, value_ptr, value_ptr *));
+extern int wrap_value_subscript PARAMS ((char *));
+
 extern int gdb_value_ind PARAMS ((value_ptr val, value_ptr * rval));
 
 extern int gdb_parse_and_eval_type (char *, int, struct type **);
This page took 0.027336 seconds and 4 git commands to generate.