i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Removed unused local `_ebp.'
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Tue, 17 Jul 2001 23:59:07 +0000 (16:59 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 17 Jul 2001 23:59:07 +0000 (16:59 -0700)
2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>

* include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Removed unused
local `_ebp.'

(http://gcc.gnu.org/ml/java-patches/2001-q3/msg00070.html )

From-SVN: r44093

libjava/ChangeLog
libjava/include/i386-signal.h

index 161649f124a47e9a7f8704fe015998bcf627f758..367b6fc1e8dced94584c1985bbe5bc47d289d5c1 100644 (file)
@@ -3,6 +3,11 @@
        * java/util/LinkedList.java (clone): Clear the copy list with clear(), 
        not by setting its size field.
 
+2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
+
+       * include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Removed unused
+       local `_ebp.'
+
 2001-07-12  Tom Tromey  <tromey@redhat.com>
            David Brownell  <david-b@pacbell.net>
        
index 506984ead72d97a03cb364e52e8c911bee85b8a1..737b3689d973375a878f962dabf4a297a0c61d1f 100644 (file)
@@ -45,7 +45,6 @@ do                                                                    \
   void **_p = (void **)&_dummy;                                                \
   struct sigcontext_struct *_regs = (struct sigcontext_struct *)++_p;  \
                                                                        \
-  register unsigned long *_ebp = (unsigned long *)_regs->ebp;          \
   register unsigned char *_eip = (unsigned char *)_regs->eip;          \
                                                                        \
   /* According to the JVM spec, "if the dividend is the negative       \