Mail Archives: djgpp-workers/2003/06/08/10:21:57
--part1_b4.1e0dd12d.2c14a067_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
This email pertains to source files in archive djtst203.zip. The sources at
issue reside in subdirectories of /djgpp/tests/cygnus/.
KB Williams
1. Replace the makefile in subdirectory tgen with the CVS version at <A HREF="http://www.ludd.luth.se/~ams/djgpp/cvs/djgpp/tests/cygnus/tgen/makefile">
http://www.ludd.luth.se/~ams/djgpp/cvs/djgpp/tests/cygnus/tgen/makefile</A>
This makefile fixes a linker error associated with C++ compilations.
2. To squelch initializer-error messages (startling but not fatal) when
compiling the sources in subdirectory qfloat of subdirectory tgen I made a simple
change to file qhead.h in qfloat.
*** tests/cygnus/tgen/qfloat/qhead.h.old Sat Jun 7 19:40:56 2003
--- tests/cygnus/tgen/qfloat/qhead.h Sat Jun 7 17:24:24 2003
***************
*** 17,23 ****
#define EXPONE 0x8001
/* Number of WORDSIZE-bit words in a q type number (12 or 24) */
! #define NQ 9 /* was 12 - ok */
/* Number of words in significand area */
#define OMG (NQ-2)
--- 17,23 ----
#define EXPONE 0x8001
/* Number of WORDSIZE-bit words in a q type number (12 or 24) */
! #define NQ 14 /* was 12 - ok */
/* Number of words in significand area */
#define OMG (NQ-2)
--part1_b4.1e0dd12d.2c14a067_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
<HTML><FONT FACE=3Darial,helvetica><FONT SIZE=3D3 FAMILY=3D"SERIF" FACE=3D"=
Georgia" LANG=3D"0">This email pertains to source files in archive djtst203.=
zip. The sources at issue reside in subdirectories of /djgpp/tests/cyg=
nus/.<BR>
<BR>
KB Williams<BR>
<BR>
1. Replace the makefile in subdirectory tgen with the CVS version at <=
A HREF=3D"http://www.ludd.luth.se/~ams/djgpp/cvs/djgpp/tests/cygnus/tgen/mak=
efile">http://www.ludd.luth.se/~ams/djgpp/cvs/djgpp/tests/cygnus/tgen/makefi=
le</A><BR>
<BR>
This makefile fixes a linker error associated with C++ co=
mpilations. <BR>
<BR>
2. To squelch initializer-error messages (startling but not fatal) whe=
n compiling the sources in subdirectory qfloat of subdirectory tgen I made a=
simple change to file qhead.h in qfloat.<BR>
<BR>
</FONT><FONT COLOR=3D"#000000" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D2=
FAMILY=3D"SERIF" FACE=3D"Georgia" LANG=3D"0">*** tests/cygnus/tgen/qfloat/q=
head.h.old Sat Jun 7 19:40:56 2003<BR>
--- tests/cygnus/tgen/qfloat/qhead.h Sat Jun 7 17:24:24 2003<BR>
***************<BR>
*** 17,23 ****<BR>
#define EXPONE 0x8001<BR>
<BR>
/* Number of WORDSIZE-bit words in a q type number (12 or 24) */<BR>
! #define NQ 9 /* was 12 - ok */<BR>
<BR>
/* Number of words in significand area */<BR>
#define OMG (NQ-2)<BR>
--- 17,23 ----<BR>
#define EXPONE 0x8001<BR>
<BR>
/* Number of WORDSIZE-bit words in a q type number (12 or 24) */<BR>
! #define NQ 14 /* was 12 - ok */<BR>
<BR>
/* Number of words in significand area */<BR>
#define OMG (NQ-2)<BR>
</FONT><FONT COLOR=3D"#000000" style=3D"BACKGROUND-COLOR: #ffffff" SIZE=3D3=
FAMILY=3D"SERIF" FACE=3D"Georgia" LANG=3D"0"><BR>
<BR>
<BR>
</FONT></HTML>
--part1_b4.1e0dd12d.2c14a067_boundary--
- Raw text -