From 5579919f7d343f9118d42f1c443daf74996983e3 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 9 Apr 1996 06:09:33 +0000 Subject: * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and dependencies. * scm-lang.c (gdb_string.h): Include. * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow call to correct type (char *). * cp-valprint.c (cp_print_static_field): Ditto. * somsolib.c (som_solib_create_inferior_hook): Add a declaration for external find_unwind_entry function (from hppa-tdep.c). * remote-pa.c (remote_write_bytes, remote_read_bytes): Change type of second arg to "char *" to be type compatible with dcache. (remote_wait): Cast second arg to strtol to correct type. * hppa-tdep.c (compare_unwind_entries): Change argument types to "const void *" to be type compatible with qsort, and then assign to local args prior to use. --- gdb/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 464573e..0e5bb90 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1408,6 +1408,15 @@ rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \ target.h xcoffsolib.h +scm-exp.o: $(defs_h) $(value_h) parser-defs.h language.h c-lang.h \ + scm-lang.h scm-tags.h + +scm-lang.o: $(defs_h) $(value_h) parser-defs.h language.h c-lang.h \ + scm-lang.h scm-tags.h gdb_string.h + +scm-valprint.o: $(defs_h) $(value_h) parser-defs.h language.h \ + scm-lang.h valprint.h + ser-go32.o: ser-go32.c $(defs_h) serial.h ser-mac.o: ser-mac.c $(defs_h) serial.h signals.h -- cgit v1.1