* src/z80/gen.c (genFunction, genEndFunction): avoided generating
[fw/sdcc] / ChangeLog
index c3797aa5a914c7697c5568f3fa51fcf186b2d3fb..acd6c943b32ffd8dd6569955b80604b2960d995f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/z80/gen.c (genFunction, genEndFunction): avoided generating
+         *_start and *_end symbols for static functions
+
 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
+       
        * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
          and search crt0.o in all library paths,
          (setIncludePath): proper handling of --nostdinc,