From: Franz Sirl Date: Wed, 18 Jun 2003 15:29:12 +0000 (+0000) Subject: Oops, accidentally committed the 3.3 version to mainline. Undone. X-Git-Tag: releases/gcc-3.4.0~5681 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d8b7202f8b3f7b7494713b9e5ee62ca3c798c08;p=thirdparty%2Fgcc.git Oops, accidentally committed the 3.3 version to mainline. Undone. From-SVN: r68156 --- diff --git a/libjava/include/powerpc-signal.h b/libjava/include/powerpc-signal.h index 00a5a6dfb8f5..39cdf8937100 100644 --- a/libjava/include/powerpc-signal.h +++ b/libjava/include/powerpc-signal.h @@ -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; \