public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/10216
@ 2003-03-28 22:35 ljrittle
  0 siblings, 0 replies; 2+ messages in thread
From: ljrittle @ 2003-03-28 22:35 UTC (permalink / raw)
  To: ljrittle; +Cc: gcc-prs

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

From: ljrittle@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: bootstrap/10216
Date: 28 Mar 2003 22:18:49 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	ljrittle@gcc.gnu.org	2003-03-28 22:18:49
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/doc        : install.texi 
 	gcc/java       : ChangeLog gjavah.c javaop.h jcf-dump.c 
 
 Log message:
 	(in gcc:)
 	* doc/install.texi (*-*-freebsd*): Update with known status.
 	
 	(in gcc/java:)
 	PR bootstrap/10216
 	* javaop.h (jfloat, jdouble): Make them structures mirroring
 	the bit fields of IEEE float and double respectively.
 	(JFLOAT_FINITE, JFLOAT_QNAN_MASK, JFLOAT_EXP_BIAS,
 	JDOUBLE_FINITE, JDOUBLE_QNAN_MASK, JDOUBLE_EXP_BIAS): New.
 	(union Word, union DWord): Delete.
 	(WORD_TO_FLOAT, WORDS_TO_DOUBLE): Update to match.
 	
 	* gjavah.c (java_float_finite, java_double_finite, F_NAN_MASK,
 	D_NAN_MASK): Delete.
 	(jni_print_float, jni_print_double): New.  Generate
 	hexadecimal floating constants.
 	(print_field_info): Use jni_print_float/double.
 	
 	* jcf-dump.c: Include math.h.  Use ldexp/frexp to assemble
 	finite floating point numbers for output; special case
 	non-finite floats.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.376&r2=1.16114.2.377
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.151.2.22&r2=1.151.2.23
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1093.2.30&r2=1.1093.2.31
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/gjavah.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.95.2.2&r2=1.95.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/javaop.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.10&r2=1.10.48.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-dump.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.48&r2=1.48.4.1
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* bootstrap/10216
@ 2003-04-04  9:26 ljrittle
  0 siblings, 0 replies; 2+ messages in thread
From: ljrittle @ 2003-04-04  9:26 UTC (permalink / raw)
  To: ljrittle; +Cc: gcc-prs

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

From: ljrittle@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: bootstrap/10216
Date: 4 Apr 2003 09:17:50 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	ljrittle@gcc.gnu.org	2003-04-04 09:17:50
 
 Modified files:
 	gcc            : ChangeLog Makefile.in configure.in configure 
 	gcc/java       : Make-lang.in ChangeLog 
 
 Log message:
 	PR bootstrap/10216
 	* configure.in: Check whether it is necessary to link against
 	libm to use ldexp.
 	* configure: Regenerate.
 	* Makefile.in: Add LDEXP_LIB substitution variable.
 	* java/Make-lang.in: Link jcf-dump against $(LDEXP_LIB).
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.402&r2=1.16114.2.403
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.958.2.7&r2=1.958.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.627.2.6&r2=1.627.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.641.2.7&r2=1.641.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.91.12.3&r2=1.91.12.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1093.2.32&r2=1.1093.2.33
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-04  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-28 22:35 bootstrap/10216 ljrittle
2003-04-04  9:26 bootstrap/10216 ljrittle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).