diff options
author | Franz Sirl <sirl@gcc.gnu.org> | 2003-06-18 15:29:12 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2003-06-18 15:29:12 +0000 |
commit | 7d8b7202f8b3f7b7494713b9e5ee62ca3c798c08 (patch) | |
tree | a6bc5173ec327694663b52dd3d6c4a1301f25d7f /libjava/include/powerpc-signal.h | |
parent | c8a209ca246a80a556ae68d03f5c5165407d61cf (diff) | |
download | gcc-7d8b7202f8b3f7b7494713b9e5ee62ca3c798c08.zip gcc-7d8b7202f8b3f7b7494713b9e5ee62ca3c798c08.tar.gz gcc-7d8b7202f8b3f7b7494713b9e5ee62ca3c798c08.tar.bz2 |
Oops, accidentally committed the 3.3 version to mainline. Undone.
From-SVN: r68156
Diffstat (limited to 'libjava/include/powerpc-signal.h')
-rw-r--r-- | libjava/include/powerpc-signal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libjava/include/powerpc-signal.h b/libjava/include/powerpc-signal.h index 00a5a6d..39cdf89 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; \ |