parent
c00160817d
commit
fe959e1efb
|
@ -1,5 +1,7 @@
|
||||||
1998-11-05 Ulrich Drepper <drepper@cygnus.com>
|
1998-11-05 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* version.h (VERSION): Bump to 2.0.100.
|
||||||
|
|
||||||
* sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
|
* sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
|
||||||
|
|
||||||
* sysdeps/libm-i387/s_fma.S: Optimize a bit.
|
* sysdeps/libm-i387/s_fma.S: Optimize a bit.
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -21,7 +21,7 @@ it from the same place you got the main bundle; the file is
|
||||||
unpacked into the top level of the libc source tree.
|
unpacked into the top level of the libc source tree.
|
||||||
|
|
||||||
You will need recent versions of several GNU tools: definitely GCC
|
You will need recent versions of several GNU tools: definitely GCC
|
||||||
and GNU Make, and possibly others. *Note Tools for Installation::,
|
and GNU Make, and possibly others. *Note Tools for Compilation::,
|
||||||
below.
|
below.
|
||||||
|
|
||||||
Configuring and compiling GNU Libc
|
Configuring and compiling GNU Libc
|
||||||
|
|
|
@ -27,7 +27,7 @@ file is @file{glibc-linuxthreads-@var{VERSION}.tar.gz}. Both add-on
|
||||||
bundles should be unpacked into the top level of the libc source tree.
|
bundles should be unpacked into the top level of the libc source tree.
|
||||||
|
|
||||||
You will need recent versions of several GNU tools: definitely GCC and
|
You will need recent versions of several GNU tools: definitely GCC and
|
||||||
GNU Make, and possibly others. @xref{Tools for Installation}, below.
|
GNU Make, and possibly others. @xref{Tools for Compilation}, below.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Configuring and compiling:: How to compile and test GNU libc.
|
* Configuring and compiling:: How to compile and test GNU libc.
|
||||||
|
|
Loading…
Reference in New Issue