Ulrich Drepper 09bf6406b1 Update.
2000-09-26  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/sparc32/bits/endian.h: Remove.
	* sysdeps/sparc/sparc32/ieee754.h: New.
	* sysdeps/sparc/sparc64/bits/endian.h: Move...
	* sysdeps/sparc/bits/endian.h: ...here.
	* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Optimize.
	* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Check
	%o1, not %o0 to see if we're parent or child.  Optimize.

2000-09-26  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/unix/sysv/linux/ia64/fork.S: New file (based on code
	by Hans Boehm).
	* sysdeps/unix/sysv/linux/ia64/vfork.S: New file (based on
	code by Hans Boehm).
	* sysdeps/unix/sysv/linux/ia64/fork.c: Deleted (obsoleted by fork.S).

2000-09-20  H.J. Lu  <hjl@gnu.org>

	* sysdeps/ia64/fpu/printf_fphex.c: New file.

	* sysdeps/ia64/fpu/libm-test-ulps: New file.

2000-09-17  H.J. Lu  <hjl@gnu.org>

	* sysdeps/ia64/Makefile (long-double-fcts): New.  Defined as yes.

	* sysdeps/ia64/fpu/s_isinfl.c: New file.  Include
	sysdeps/i386/fpu/s_isinfl.c.

	* sysdeps/ia64/fpu/s_isnanl.c: New file.  Include
	sysdeps/i386/fpu/s_isnanl.c.

	* sysdeps/ia64/fpu/s_nextafterl.c: New file.  Include
	sysdeps/i386/fpu/s_nextafterl.c.

	* sysdeps/ia64/fpu/bits/mathdef.h: New file.  Copied from
	sysdeps/i386/fpu/bits/mathdef.h.

2000-09-16  H.J. Lu  <hjl@gnu.org>

	* sysdeps/generic/ldsodefs.h (DL_UNMAP): New.  Defined if
	DL_UNMAP_IS_SPECIAL is not defined.

	* sysdeps/ia64/dl-lookupcfg.h (DL_UNMAP_IS_SPECIAL): Defined.
	(_dl_unmap): New prototype.
	(DL_UNMAP): New.  Defined as _dl_unmap.

	* sysdeps/ia64/Versions [ld] (GLIBC_2.2): Add _dl_unmap.

	* elf/dl-close.c (_dl_close): Replace __munmap with DL_UNMAP.

2000-09-16  H.J. Lu  <hjl@gnu.org>

	* sysdeps/generic/ldsodefs.h (DL_LOOKUP_ADDRESS): New. Defined
	if ELF_FUNCTION_PTR_IS_SPECIAL is not defined.

	* sysdeps/ia64/dl-lookupcfg.h (_dl_lookup_address): New
	prototype.
	(DL_LOOKUP_ADDRESS): New. Defined as _dl_lookup_address.

	* sysdeps/ia64/dl-fptr.c (_dl_lookup_address): New. Lookup
	the memory location of a function from a function descriptor.

	* sysdeps/ia64/Versions [ld] (GLIBC_2.2): Add _dl_lookup_address.

	* elf/dl-addr.c (_dl_addr): Use DL_LOOKUP_ADDRESS to get the
	memory location.

2000-09-14  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/ia64/bits/byteswap.h (__bswap_16): Don't mark output
	variable as input argument.
	(__bswap_32): Likewise.

	* sysdeps/ia64/dl-machine.h: Add missing stop bit in RTLD_START()
	- found by Jim Wilson <wilson@cygnus.com>

2000-09-26  Ulrich Drepper  <drepper@redhat.com>

	* string/strxfrm.c: Only require alignment on __alignof__ (int32_t)
	instead of 4.

2000-09-26  Andreas Schwab  <schwab@suse.de>

	* locale/programs/ld-collate.c (collate_output): Only require
	alignment on __alignof__ (int32_t) instead of 4.
	* locale/loadlocale.c (_nl_load_locale): Likewise.
	* string/strcoll.c: Likewise.

2000-09-26  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/ieee754/ldbl-96/e_atan2l.c (__ieee754_atan2l): Add
	parentheses around arithmetic used in | statement to kill compiler
	warning.

	* math/math_private.h: Add prototype for __finitel.
	(__ilogbl): Likewise.
	(__isinfl): Likewise.
	(__isnanl): Likewise.
	(__atanl): Likewise.
	(__copysignl): Likewise.
	(__expm1l): Likewise.
	(__floorl): Likewise.
	(__frexpl): Likewise.
	(__ldexpl): Likewise.
	(__log1pl): Likewise.
	(__nanl): Likewise.
	(__rintl): Likewise.
	(__scalbnl): Likewise.
	(__sqrtl): Likewise.
	(fabsl): Likewise.
	(__sincosl): Likewise.

	(si_isr) [USE_GNU]: Likewise.
	(ILL_BREAK) [USE_GNU]: Likewise.
	(FPE_DECOVF) [USE_GNU]: Likewise.
	(FPE_DECDIV) [USE_GNU]: Likewise.
	(FPE_DECERR) [USE_GNU]: Likewise.
	(FPE_INVASC) [USE_GNU]: Likewise.
	(FPE_INVDEC) [USE_GNU]: Likewise.
	(TRAP_BRANCH) [USE_GNU]: Likewise.
	(TRAP_HWBKPT) [USE_GNU]: Likewise.
	* sysdeps/ieee754/flt-32/s_exp2f.c: Likewise.
2000-09-26 19:13:37 +00:00
1997-07-28 22:35:20 +00:00
2000-08-21 04:18:25 +00:00
2000-09-14 01:43:19 +00:00
1997-01-20 02:49:49 +00:00
2000-09-14 01:43:19 +00:00
2000-09-26 09:46:55 +00:00
2000-08-03 04:40:50 +00:00
2000-09-22 18:03:53 +00:00
2000-09-13 07:42:02 +00:00
2000-09-14 01:43:19 +00:00
2000-07-01 15:41:36 +00:00
2000-09-16 09:08:30 +00:00
2000-09-26 19:13:37 +00:00
2000-04-19 02:40:21 +00:00
2000-08-02 00:09:25 +00:00
2000-08-24 07:57:44 +00:00
2000-08-01 13:06:28 +00:00
2000-09-26 09:46:55 +00:00
2000-09-26 00:05:52 +00:00
2000-09-26 17:19:47 +00:00
2000-09-01 02:26:05 +00:00
2000-09-14 06:44:19 +00:00
2000-09-25 05:12:05 +00:00
2000-08-01 16:05:21 +00:00
2000-09-26 19:13:37 +00:00
2000-09-26 05:50:51 +00:00
2000-06-15 07:01:02 +00:00
2000-09-26 09:46:55 +00:00
2000-09-26 07:18:57 +00:00
2000-09-26 19:13:37 +00:00
2000-09-26 09:57:34 +00:00
2000-08-01 16:05:21 +00:00
2000-09-26 09:46:55 +00:00
2000-09-03 17:10:35 +00:00
2000-09-09 08:06:57 +00:00
2000-09-26 07:56:19 +00:00
2000-09-26 09:46:55 +00:00
2000-02-28 05:08:01 +00:00
1998-05-18 11:43:16 +00:00
2000-08-21 06:49:52 +00:00
2000-09-14 01:43:19 +00:00
2000-08-21 04:18:25 +00:00
2000-09-14 01:43:19 +00:00
2000-09-06 07:07:57 +00:00
2000-09-14 01:43:19 +00:00
2000-09-26 07:18:57 +00:00
2000-09-26 09:57:34 +00:00
2000-08-21 06:49:52 +00:00
2000-09-26 19:13:37 +00:00
2000-09-20 08:26:37 +00:00
2000-09-26 19:13:37 +00:00
2000-09-01 02:26:05 +00:00
1999-10-09 21:56:43 +00:00
2000-09-26 09:46:55 +00:00
2000-08-10 19:48:27 +00:00
2000-09-14 01:43:19 +00:00
2000-09-16 05:39:35 +00:00
2000-04-28 05:12:30 +00:00
1998-09-21 14:34:13 +00:00
1999-05-29 22:56:42 +00:00
2000-08-28 04:08:02 +00:00
2000-09-26 19:13:37 +00:00
1997-07-22 00:10:33 +00:00
1997-11-18 02:50:07 +00:00
2000-04-28 06:14:43 +00:00
2000-02-29 01:13:44 +00:00
1995-02-18 01:27:10 +00:00
2000-07-21 04:12:25 +00:00
2000-09-05 18:56:16 +00:00
2000-08-16 02:05:38 +00:00
1999-07-28 19:16:26 +00:00
1999-07-28 19:16:26 +00:00
FAQ
2000-08-09 07:12:30 +00:00
2000-08-09 07:12:30 +00:00
1999-08-28 22:34:29 +00:00
2000-09-20 08:26:37 +00:00
1999-10-31 17:37:43 +00:00
2000-08-01 12:16:52 +00:00
2000-08-03 04:40:50 +00:00
1998-02-26 16:30:54 +00:00
2000-04-28 05:12:30 +00:00
2000-03-20 00:42:58 +00:00
2000-08-29 03:44:11 +00:00
2000-03-10 09:36:06 +00:00
1999-10-31 17:37:43 +00:00
2000-09-19 00:23:31 +00:00
1999-05-13 10:22:54 +00:00
1996-11-06 04:24:40 +00:00
2000-09-20 08:26:37 +00:00
2000-09-03 16:55:13 +00:00
2000-04-11 16:27:38 +00:00
2000-09-18 22:41:47 +00:00
2000-04-21 03:43:31 +00:00

This directory contains the version 2.1.94 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

As of this release, the GNU C library is known to run on the following
configurations:

		*-*-gnu			GNU Hurd
		i[3456]86-*-linux-gnu	Linux-2.x on Intel
		m68k-*-linux-gnu	Linux-2.x on Motorola 680x0
		alpha*-*-linux-gnu	Linux-2.x on DEC Alpha
		powerpc-*-linux-gnu     Linux and MkLinux on PowerPC systems
		sparc-*-linux-gnu	Linux-2.x on SPARC
		sparc64-*-linux-gnu	Linux-2.x on UltraSPARC
		arm-*-none		ARM standalone systems
		arm-*-linux		Linux-2.x on ARM
		arm-*-linuxaout		Linux-2.x on ARM using a.out binaries
		mips*-*-linux-gnu	Linux-2.x on MIPS
		ia64-*-linux-gnu	Linux-2.x on ia64

Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:

		alpha-dec-osf1
		i[3456]86-*-bsd4.3
		i[3456]86-*-isc2.2
		i[3456]86-*-isc3
		i[3456]86-*-sco3.2
		i[3456]86-*-sco3.2v4
		i[3456]86-*-sysv
		i[3456]86-*-sysv4
		i[3456]86-force_cpu386-none
		i[3456]86-sequent-bsd
		i960-nindy960-none
		m68k-hp-bsd4.3
		m68k-mvme135-none
		m68k-mvme136-none
		m68k-sony-newsos3
		m68k-sony-newsos4
		m68k-sun-sunos4
		mips-dec-ultrix4
		mips-sgi-irix4
		sparc-sun-solaris2
		sparc-sun-sunos4

Since no one has volunteered to test and fix the above configurations,
these are not supported at the moment.  It's expected that these don't
work anymore.  Porting the library is not hard.  If you are interested
in doing a port, please contact the glibc maintainers by sending
electronic mail to <bug-glibc@gnu.org>.

There are some add-ons which can be used together with GNU libc.  They
are designed in a way to ease the installation by integrating them in
the libc source tree.  Simply get the add-ons you need and use the
--enable-add-ons option of the `configure' script to tell where the
add-ons are found.  Please read the FAQ file for more details.

See the file INSTALL to find out how to configure, build, install, and port
the GNU C library.  You might also consider reading the WWW pages for the
GNU libc at http://www.gnu.org/software/libc/libc.html.

The GNU C Library is completely documented by the Texinfo manual found
in the `manual/' subdirectory.  The manual is still being updated and
contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.
Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
not to the library bug-reporting address.

The file NOTES contains a description of the feature-test macros used
in the GNU C library, explaining how you can tell the library what
facilities you want it to make available.

We prefer to get bug reports sent using the `glibcbug' shell script which
is installed together with the rest of the GNU libc to <bugs@gnu.org>.
Simply run this shell script and fill in the information.  Nevertheless
you can still send bug reports to <bug-glibc@gnu.org> as normal electronic
mails.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions.
Description
No description provided
Readme 272 MiB
Languages
C 76.1%
Assembly 13.5%
Pawn 3.3%
Roff 3.2%
Makefile 1.1%
Other 2.5%