* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
From-SVN: r106481
+2005-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
+
2005-11-02 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/lib/libjava.exp (libjava_find_lib): Add dylib to the shared
#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)
#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)