From: slade_rich Date: Tue, 16 Aug 2005 00:37:19 +0000 (+0000) Subject: pic14 : Pasted ".line" assembly directives patch from David Saxton with quotes around... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=94076c3e355024ab12e0c7a0f5f1f959f7dea09e;p=fw%2Fsdcc pic14 : Pasted ".line" assembly directives patch from David Saxton with quotes around file name. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3847 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 01adb2c1..fcac662a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-16 Slade Rich + + * src/pic/pcode.c : Pasted ".line" assembly directives patch from + David Saxton with quotes around file name. + 2005-08-15 Borut Razem * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,