+Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * gdb.base/Makefile.in (clean): Remove callf-info.exp.
+
+Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
+
+ * config/vxworks29k.exp: New file, sources vxworks.exp.
+
Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
* config/gdbremote.exp: New file. Testing framework using
printcmds: printcmds.o
$(CC) $(CFLAGS) $(LDFLAGS) -o printcmds printcmds.o $(LIBS)
+# Try compiling this with prototypes, if that fails maybe the compiler
+# is a pre-ANSI compiler, in which case don't use prototypes.
+callfuncs.o: callfuncs.c
+ (echo set prototypes 1 > callf-info.exp; \
+ $(CC) -c $(CFLAGS) $(srcdir)/callfuncs.c 2>/dev/null) \
+ || (echo set prototypes 0 > callf-info.exp; \
+ $(CC) -c $(CFLAGS) -DNO_PROTOTYPES $(srcdir)/callfuncs.c)
+
callfuncs: callfuncs.o
$(CC) $(CFLAGS) $(LDFLAGS) -o callfuncs callfuncs.o $(LIBS)
$(RUNTEST) $(RUNTESTFLAGS) --tool gdb --srcdir $(srcdir)
clean mostlyclean:
- -rm -f *~ *.o a.out xgdb *.x $(EXECUTABLES)
+ -rm -f *~ *.o a.out xgdb *.x $(EXECUTABLES) callf-info.exp
-rm -f core core.coremaker coremaker.core corefile
distclean realclean: clean