summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-09 09:38:23 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-09 09:38:23 +0000
commit92ebf9fce83e3ee63675241b5aa040d8dba4228e (patch)
tree4553be3337eb7e9362e034bb0459620ccd6fec3a /libjava/ChangeLog
parentfe222679c99111ce4c0056ec94616a2f26943f49 (diff)
downloadgcc-92ebf9fce83e3ee63675241b5aa040d8dba4228e.tar.gz
* testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_compile_cxx_to_o):
Add -pthread on alpha*-dec-osf*. * testsuite/libjava.jvmti/jvmti-interp.exp (gcj_jni_compile_c_to_so): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 15233609890..345e6da7998 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_compile_cxx_to_o):
+ Add -pthread on alpha*-dec-osf*.
+ * testsuite/libjava.jvmti/jvmti-interp.exp
+ (gcj_jni_compile_c_to_so): Likewise.
+
2010-10-12 Andrew John Hughes <ahughes@redhat.com>
Import GNU Classpath (libgcj-snapshot-20100921).