From: Kbwms AT aol DOT com Message-ID: Date: Sun, 8 Jun 2003 10:21:27 EDT Subject: Changes to Files in Archive djtst203.zip To: djgpp-workers AT delorie DOT com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_b4.1e0dd12d.2c14a067_boundary" X-Mailer: 8.0 for Windows sub 6011 Reply-To: djgpp-workers AT delorie DOT com --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 http://www.ludd.luth.se/~ams/djgpp/cvs/djgpp/tests/cygnus/tgen/makefile 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 This email pertains to source files in archive djtst203.= zip.  The sources at issue reside in subdirectories of /djgpp/tests/cyg= nus/.

KB Williams

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

    This makefile fixes a linker error associated with C++ co= mpilations. 

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.

*** tests/cygnus/tgen/qfloat/q= head.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--