* src/SDCCmain.c: fixed bug #1744746: SDCC #4867: broken option --xram-size
[fw/sdcc] / ChangeLog
index 77e199a38ef46c6b81104c97561151aee13bb91f..fbead69253b29952827bbc83e98c6a7f40e66057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,21 @@
+2007-06-29 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCmain.c: fixed bug
+         #1744746: SDCC #4867: broken option --xram-size
+
+2007-06-28 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/configure.in, sim/ucsim/configure, sim/ucsim/ddconfig_in.h:
+         find out the endianess of host machine for ucsim
+
 2007-06-27 Borut Razem <borut.razem AT siol.net>
 
        * support/regression/generate-cases.py: corrected the file name
          in warning
        * configure.in, configure, sdccconf_in.h: find out the endianess of
          host machine
+       * src/SDCC.y: fixed bug #1744146: Crash when compiling array of
+         negative size
 
 2007-06-27 Gudjon I. Gudjonsson <gudjon AT gudjon.org>