From: frief Date: Mon, 20 Mar 2006 08:17:46 +0000 (+0000) Subject: applied patch fixing GCC 4.1 build submitted by the Debian SDCC maintainer Aurelien... X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=3e426896dde4a23fa67ba9a33811b2784154e0c9 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" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4069 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index b4c509ca..8bb494c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-20 Frieder Ferlemann + + * 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 * src/pic16/genarith.c (genAddLit): simplified and fixed case where diff --git a/sim/ucsim/cmd.src/newcmdcl.h b/sim/ucsim/cmd.src/newcmdcl.h index bbdad5c8..1f13bf82 100644 --- a/sim/ucsim/cmd.src/newcmdcl.h +++ b/sim/ucsim/cmd.src/newcmdcl.h @@ -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);