76a3962fe9
PR target/51500 * interpret.cc (_Jv_init_cif): Handle thiscall convention for 32-bit Windows. * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise. * java/lang/reflect/natVMProxy.cc (invoke_t): Add thiscall-attribute for 32-bit Windows. From-SVN: r183794
22 lines
705 B
Plaintext
22 lines
705 B
Plaintext
2012-02-01 Kai Tietz <ktietz@redhat.com>
|
|
|
|
PR target/51500
|
|
* interpret.cc (_Jv_init_cif): Handle thiscall
|
|
convention for 32-bit Windows.
|
|
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
|
|
Likewise.
|
|
* java/lang/reflect/natVMProxy.cc (invoke_t): Add
|
|
thiscall-attribute for 32-bit Windows.
|
|
|
|
2012-01-01 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* gnu/gcj/convert/Convert.java (version): Update copyright notice
|
|
dates.
|
|
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
|
|
|
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved.
|