Oops, accidentally committed the 3.3 version to mainline. Undone.
authorFranz Sirl <sirl@gcc.gnu.org>
Wed, 18 Jun 2003 15:29:12 +0000 (15:29 +0000)
committerFranz Sirl <sirl@gcc.gnu.org>
Wed, 18 Jun 2003 15:29:12 +0000 (15:29 +0000)
From-SVN: r68156

libjava/include/powerpc-signal.h

index 00a5a6dfb8f5a7366de8fe0d4ace03ea64b9dba4..39cdf8937100acdf5c86eda146e95187e0d5c898 100644 (file)
@@ -61,7 +61,6 @@ struct kernel_old_sigaction {
 # define INIT_SEGV                                                     \
 do                                                                     \
   {                                                                    \
-    nullp = new java::lang::NullPointerException ();                   \
     struct kernel_old_sigaction kact;                                  \
     kact.k_sa_handler = catch_segv;                                    \
     kact.k_sa_mask = 0;                                                        \
@@ -73,8 +72,6 @@ while (0)
 # define INIT_FPE                                                      \
 do                                                                     \
   {                                                                    \
-    arithexception = new java::lang::ArithmeticException               \
-      (JvNewStringLatin1 ("/ by zero"));                               \
     struct kernel_old_sigaction kact;                                  \
     kact.k_sa_handler = catch_fpe;                                     \
     kact.k_sa_mask = 0;                                                        \