summaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorsirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-18 15:29:12 +0000
committersirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-18 15:29:12 +0000
commita5fe735efe3fc94836e6550e72139df92f816b46 (patch)
treea6bc5173ec327694663b52dd3d6c4a1301f25d7f /libjava/include
parent00952d105241d0229bc9e1b0b45422615ce6633f (diff)
downloadgcc-a5fe735efe3fc94836e6550e72139df92f816b46.tar.gz
Oops, accidentally committed the 3.3 version to mainline. Undone.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68156 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/powerpc-signal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libjava/include/powerpc-signal.h b/libjava/include/powerpc-signal.h
index 00a5a6dfb8f..39cdf893710 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; \