* sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
[fw/sdcc] / ChangeLog
index c03c548a1941aaee6091928723c0292e4a4fd066..f94884a739dd1b90b620a8bbd07016772ead4013 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
+2006-09-01 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
+         to make ppc-osx happy
+
 2006-08-31 Borut Razem <borut.razem AT siol.net>
 
        * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
+       * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
+       * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
+       * support/regression/ports/ds390/spec.mk,
+         support/regression/ports/mcs51/spec.mk,
+         support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
+         To run regression tests in mingw environment:
+         make DEV_NULL=NUL CC=gcc
 
 2006-08-30 Borut Razem <borut.razem AT siol.net>