Message-ID: <001601c33d70$8431e600$0100a8c0@acp42g> From: "Andrew Cottrell" To: , "Richard Dawe" References: <002201c337b1$b3fdce40$0100a8c0 AT acp42g> <3EFD7884 DOT EE47DD65 AT phekda DOT freeserve DOT co DOT uk> Subject: Re: LIBC C files patches to build with GCC 3.3 (non math files) Date: Sat, 28 Jun 2003 22:26:34 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Reply-To: djgpp-workers AT delorie DOT com > > Below are a set of patches in order to build the non math C files with GCC > > 3.3. Included is an updated ieee.h patch that was needed for these files. > > > > Are the changes okay? I do not know if the goqmem.c changes are the best way > > to go, but it works. > [snip] > > I had to hand-apply the patch. Could you use a mail client that doesn't wrap > lines next time, please? It does weird stuff to tabs too, I think. I use MS Outlook Express 6. I wonder if I did something stupid when including the patch in the email..... > Do you have a patch for strtof too (src/libc/c99/stdlib/strtof.c)? No. The patch to get GCC 3.3 to build I thought was big enough and I didn't want to include anything else in it. > Could you send your updated gcc 3.3 maths patches, please? Or do I just need > to redownload the URL to the ZIP that you posted a while back? I will send an email directly to you with the zip. For everyone else just re-download the zip. I updated it on the 23rd June. > FWIW I built with: > > gcc.exe (GCC) 3.3 20030315 (prerelease) Andris released a GCC 3.3 beta on 15-May-2003 which is in the alpha\v2gnu directory on DJ's FTP server. Andrew