www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1999/08/15/07:42:38

Date: Sun, 15 Aug 1999 14:21:57 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Martin Str|mberg <ams AT ludd DOT luth DOT se>
cc: djgpp-workers AT delorie DOT com
Subject: Re: v2.03 observations
In-Reply-To: <199908151005.MAA29604@father.ludd.luth.se>
Message-ID: <Pine.SUN.3.91.990815141837.1935l-100000@is>
MIME-Version: 1.0
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

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019