summaryrefslogtreecommitdiff
path: root/packages/sdcc/files/gcc4.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-10-20 06:57:59 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-10-20 06:57:59 +0000
commit272312d86a6d0d5e8045b66e9f381b1974a2ffca (patch)
tree621db03a4288ae84a28be7f39b66f29509e371e3 /packages/sdcc/files/gcc4.patch
parentc6ea5e057c49dbf40b6e495ea1e29890cbeb2ae0 (diff)
parente59264b9bfe147bf874cb884bc474882cc1e73d1 (diff)
merge of '2754e872d313aa16f8b70a6b1475a5fe5cd1b5c0'
and 'f8e3d83965086984baadee15f33b6b7a0bdfe743'
Diffstat (limited to 'packages/sdcc/files/gcc4.patch')
-rw-r--r--packages/sdcc/files/gcc4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/sdcc/files/gcc4.patch b/packages/sdcc/files/gcc4.patch
new file mode 100644
index 0000000000..31eed50df8
--- /dev/null
+++ b/packages/sdcc/files/gcc4.patch
@@ -0,0 +1,13 @@
+Index: sdcc/sim/ucsim/cmd.src/newcmdcl.h
+===================================================================
+--- sdcc.orig/sim/ucsim/cmd.src/newcmdcl.h
++++ sdcc/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);