[patch committed] Fix SH libjava compile time warnings
Kaz Kojima
kkojima@rr.iij4u.or.jp
Fri Nov 4 04:36:00 GMT 2005
I've checked the patch below in as an obvious fix.
Regards,
kaz
--
2005-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
--- ORIG/trunk/libjava/include/sh-signal.h 2005-10-29 06:54:08.000000000 +0900
+++ LOCAL/trunk/libjava/include/sh-signal.h 2005-11-04 07:16:06.000000000 +0900
@@ -42,7 +42,7 @@ typedef struct _sig_ucontext {
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
- volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
+ volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 4; \
} \
while (0)
@@ -50,7 +50,7 @@ while (0)
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
- volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
+ volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 2; \
} \
while (0)
More information about the Java-patches
mailing list