Date: Sun, 15 Aug 1999 14:21:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: djgpp-workers AT delorie DOT com Subject: Re: v2.03 observations In-Reply-To: <199908151005.MAA29604@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 15 Aug 1999, Martin Str|mberg wrote: > In v2/alphas/990805/djlsr203.zip the files libc/compat/math/exp2.S, > libc/compat/math/exp10.S and empty.s seems to be missing. > > In CVS the files libc/compat/math/exp2.S and libc/compat/math/exp10.S is > called exp2.s exp10.s. Thanks for the report. I saw this several days ago and posted a message here. The correct file names are exp2.s and exp10.s (lower-case s). I fixed the makefile in the CVS tree. The fact that the files are missing from the distribution is due to some snafu at build time. I attach the files below, in case you would like to finish the build. .file "exp2.s" .global _exp2 _exp2: jmp ___pow2 .file "exp10.s" .global _exp10 _exp10: jmp ___pow10