From: johanknol Date: Wed, 29 Jan 2003 17:56:20 +0000 (+0000) Subject: Changed OP_DEFS and OP_USES from macros to function to catch symbol abuse X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4672d0205f26d9ebb4fd0a80eabb4cb9f6ddbe12;p=fw%2Fsdcc Changed OP_DEFS and OP_USES from macros to function to catch symbol abuse git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2190 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 3e97581d..9ecd9698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-29 + + * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :) + 2003-01-29 Jesus Calvino-Fraga * as/mcs51/aslink.h: Added options --xram-size and --code-size @@ -12,6 +16,10 @@ * src/ds390/gen.c: fix deps by replacing with "common.h" * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32 +2003-01-27 + + * src/SDCC.y: fixed bug #613764 + 2003-01-26 * src/SDCClrange.c: fixed Bernhard's "char * code ptr = &c"