applied patch fixing GCC 4.1 build submitted by the Debian SDCC maintainer Aurelien...
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Mar 2006 08:17:46 +0000 (08:17 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Mar 2006 08:17:46 +0000 (08:17 +0000)
"Credits goes to Martin Michlmayr, who rebuilt the whole Debian archive with gcc 4.1 on mips and wrote the patch"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4069 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
sim/ucsim/cmd.src/newcmdcl.h

index b4c509cab39c4bfec44d3145d4d1f323b14ed4b0..8bb494c7b7fc7cf65332f22cfed1625886f363bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
+       submitted by the Debian SDCC maintainer Aurelien Jarno: 
+       "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
+       archive with gcc 4.1 on mips and wrote the patch"
+
 2006-03-16 Raphael Neider <rneider AT web.de>
 
        * src/pic16/genarith.c (genAddLit): simplified and fixed case where
index bbdad5c8cf9aa52b916fd865e4c935e31fb11455..1f13bf82ad02399130e5da2a25536fff8eecc9e7 100644 (file)
@@ -124,7 +124,7 @@ public:
   cl_console(int portnumber, class cl_app *the_app);
 #endif
   virtual ~cl_console(void);
-  virtual class cl_console *cl_console::clone_for_exec(char *fin);
+  virtual class cl_console *clone_for_exec(char *fin);
   virtual int init(void);
 
   virtual bool accept_last(void);