Mail Archives: djgpp-workers/1999/08/15/07:42:38
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 -