From: johanknol Date: Sat, 15 Feb 2003 14:32:51 +0000 (+0000) Subject: new options: --no-c-code-in asm and --i-code-in-asm X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6ee15bab55d0361109f8e88cef42da015cb574e5;p=fw%2Fsdcc new options: --no-c-code-in asm and --i-code-in-asm git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2273 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 6588b6a0..5f69290e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-15 + + * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm + 2003-02-14 Bernhard Held * doc/sdccman.lyx: Environment variables, -o and other minor things