This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC 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]

libgcj/8997


The following reply was made to PR libgcj/8997; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/8997
Date: 31 Dec 2002 17:44:43 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	tromey@gcc.gnu.org	2002-12-31 09:44:43
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/include: posix.h win32.h 
 	libjava/java/lang: natObject.cc 
 
 Log message:
 	2002-12-31  Tom Tromey  <tromey@redhat.com>
 	Ranjit Mathew  <rmathew@hotmail.com>
 	
 	Fix for PR libgcj/8997:
 	* java/lang/natObject.cc (spin): Use _Jv_platform_usleep.
 	Include platform.h.
 	* include/posix.h (_Jv_platform_usleep): New function.
 	* include/win32.h (_Jv_platform_usleep): New function.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1594.2.10&r2=1.1594.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/posix.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.13&r2=1.13.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/win32.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16&r2=1.16.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natObject.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.4.1
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]