[kaffe] CVS kaffe (dalibor): Small warning fix for cygwin
Kaffe CVS
cvs-commits at kaffe.org
Fri Apr 16 07:17:03 PDT 2004
PatchSet 4648
Date: 2004/04/16 13:18:55
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Small warning fix for cygwin
2004-04-16 Dalibor Topic <robilad at kaffe.org>
* config/i386/jit.h:
(_methodTrampoline) Removed PACKED attibute for call
to fix a compiler warning on i386-cygwin.
Members:
ChangeLog:1.2224->1.2225
config/i386/jit.h:1.22->1.23
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2224 kaffe/ChangeLog:1.2225
--- kaffe/ChangeLog:1.2224 Fri Apr 16 12:12:14 2004
+++ kaffe/ChangeLog Fri Apr 16 13:18:55 2004
@@ -1,5 +1,11 @@
2004-04-16 Dalibor Topic <robilad at kaffe.org>
+ * config/i386/jit.h:
+ (_methodTrampoline) Removed PACKED attibute for call
+ to fix a compiler warning on i386-cygwin.
+
+2004-04-16 Dalibor Topic <robilad at kaffe.org>
+
* THIRDPARTY:
Updated with information on gjdoc and libxmlj.
Index: kaffe/config/i386/jit.h
diff -u kaffe/config/i386/jit.h:1.22 kaffe/config/i386/jit.h:1.23
--- kaffe/config/i386/jit.h:1.22 Wed Apr 14 20:21:13 2004
+++ kaffe/config/i386/jit.h Fri Apr 16 13:18:57 2004
@@ -60,7 +60,7 @@
extern void i386_do_fixup_trampoline(void);
typedef struct _methodTrampoline {
- unsigned char call PACKED;
+ unsigned char call;
int fixup PACKED;
struct _methods* meth PACKED;
void** where PACKED;
More information about the kaffe
mailing list