From: "DJGPP" To: Cc: "Richard Dawe" Subject: RE: Changes to Files in Archive djtst203.zip Date: Mon, 14 Jul 2003 22:29:44 +1000 Message-ID: <000001c34a03$a05afa20$0101a8c0@acp42g> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h6ECunK20182 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk All, This change does not appear to have been committed yet. Did I miss something as to why not? Thanks, Andrew -----Original Message----- From: Kbwms AT aol DOT com [mailto:Kbwms AT aol DOT com] Sent: Monday, 9 June 2003 12:21 AM To: djgpp-workers AT delorie DOT com Subject: Changes to Files in Archive djtst203.zip 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)