* as/z80/asexpr.c, as/z80/z80mch.c: re-fixed bugs
[fw/sdcc] / ChangeLog
index 4717f92ea641208a49d9f6df8400b3b6aac38c81..6bd22b126df7e10caf5b755d0f16d798e5ee7b93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
+2009-02-27 Borut Razem <borut.razem AT siol.net>
+
+       * as/z80/asexpr.c, as/z80/z80mch.c: re-fixed bugs
+         #1829678 and #1704376 in the way proposed by Alan Baldwin
+
+2009-02-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
+
+       * device/include/mcs51/at89c51ed2.h: Fixed address of SFR P5. Thanks
+         to Steve Qu for the fix.
+
 2009-02-23 Borut Razem <borut.razem AT siol.net>
 
        * as/z80/asexpr.c: fixed bug #1829678: Z-80 CP A,<xxx> assembly
          it is already fixed for mcs51 and hc08 targets
+       * as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
 
 2009-02-22 Borut Razem <borut.razem AT siol.net>