5b5b0fa908
PR libjava/48512 * configure.ac (THREADSTARTFILESPEC): Don't add crtmet.o file for w64 windows targets. * configure: Regenerated. From-SVN: r183867
29 lines
884 B
Plaintext
29 lines
884 B
Plaintext
2012-02-02 Kai Tietz <ktietz@redhat.com>
|
||
|
||
PR libjava/48512
|
||
* configure.ac (THREADSTARTFILESPEC): Don't add crtmet.o file for
|
||
w64 windows targets.
|
||
* configure: Regenerated.
|
||
|
||
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.
|