diff options
| author | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-17 23:59:07 +0000 |
|---|---|---|
| committer | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-17 23:59:07 +0000 |
| commit | 37076f2c05b7e238c4a7e0193e79ec9b367751cb (patch) | |
| tree | 02f96d208ea1c33cc5cd83f755f32cf7ea41d8cd /libjava/include | |
| parent | b0d7cff1056f59e95995c613a8423c849eda9150 (diff) | |
| download | ppe42-gcc-37076f2c05b7e238c4a7e0193e79ec9b367751cb.tar.gz ppe42-gcc-37076f2c05b7e238c4a7e0193e79ec9b367751cb.zip | |
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 )
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/i386-signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/include/i386-signal.h b/libjava/include/i386-signal.h index 506984ead72..737b3689d97 100644 --- a/libjava/include/i386-signal.h +++ b/libjava/include/i386-signal.h @@ -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 \ |

