[multiple changes]
2001-05-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz> * include/jvm.h: Move "#pragma GCC java_exceptions" to ... * gcj/javaprims.h: ... here. * gnu/gcj/io/shs.cc: Add "#pragma GCC java_exceptions". 2001-05-17 Martin Kahlert <martin.kahlert@infineon.com> * java/lang/natClass.cc (_Jv_FindIIndex): Fix an off by one error with length of ioffset table. (_Jv_IsAssignableFrom): Likewise. From-SVN: r42248
This commit is contained in:
parent
6fd72f814a
commit
ca1906ff9a
5 changed files with 22 additions and 7 deletions
|
@ -10,6 +10,10 @@
|
|||
* Comments to pgut1@cs.aukuni.ac.nz
|
||||
*/
|
||||
|
||||
// Force C++ compiler to use Java-style EH, so we don't have to link with
|
||||
// libstdc++.
|
||||
#pragma GCC java_exceptions
|
||||
|
||||
#include <string.h>
|
||||
#include "shs.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue