This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Also, note that all this __mingw_thread_key_dtor business is only needed with SJLJ exceptions. It is only called when initializing a function context key in unwind-sjlc.c Maybe the best way to get rid of this whole problem would to use Dwarf2 unwind. http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01989.html
This would also faciltate use of jcr section to register java classes
I plan to submit an updated patch for Dwarf2 unwind on mingw after GCC
branches.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |