1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-28 16:21:30 +03:00
Ulrich Drepper b15cb49505 Update.
2000-10-14  Ulrich Drepper  <drepper@redhat.com>

	* math/libm-test.inc (frexp_test): Add L suffix also to parameters.
	(hypot_test): Likewise.

	* sysdeps/generic/printf_fphex.c: Compute width of decimal point
	string correctly.  Handle padding correctly.

	* sysdeps/ia64/fpu/printf_fphex.c: Use sizeof in _itowa parameters
	correctly.
	* sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
	* sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* FAQ.in: Add --start-group and --end-group.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* malloc/memusage.c: Conditionalize stack usage calculation on
	stack direction.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* config.h.in: Add ASM_LINE_SEP.
	* configure.in: Add test for comment and line separators.
	* include/libc-symbols.h: Define and use ASM_LINE_SEP, and add tabs to
	placate some hppa assemblers.
	* sysdeps/hppa/sysdep.h: Likewise.
	* sysdeps/gnu/siglist.c: Insert \n and \t into inline asm.
	* sysdeps/unix/sysv/linux/errlist.c: Likewise.

2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>

	* sysdeps/unix/sysv/linux/Makefile: Include <bits/initspin> in
	$(sysdep_headers).
	* sysdeps/unix/sysv/linux/bits/initspin.h: Dummy version for
	non-threaded platforms.

2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>

	* configure.in: Add definitions for hppa.
	* elf/elf.h: Add PLABEL32 relocation for hppa ELF32, comments
	for IPLT and EPLT relocations.
	* shlib-versions: Version symbol definitions for hppa-linux.
	* sysdeps/unix/sysv/linux/configure.in: Define $arch_minimum_kernel
	for hppa.

2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>

	* sysdeps/hppa/Makefile: New file.
	* sysdeps/hppa/Versions: New file.

	* sysdeps/hppa/setjmp.S: New file.
	* sysdeps/hppa/__longjmp.S: New file.
	* sysdeps/hppa/bits/setjmp.h: New file.
	* sysdeps/hppa/frame.h: New file.

	* sysdeps/hppa/add_n.s: Don't use %r19 (linkage table pointer).
	* sysdeps/hppa/sub_n.s: Likewise.
	* sysdeps/hppa/lshift.s: Likewise.
	* sysdeps/hppa/rshift.s: Likewise.
	* sysdeps/hppa/udiv_qrnnd.s: Likewise.
	* sysdeps/hppa/hppa1.1/addmul_1.s: Likewise.
	* sysdeps/hppa/hppa1.1/submul_1.s: Likewise.
	* sysdeps/hppa/hppa1.1/mul_1.s: Likewise.
	* sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Likewise.

	* sysdeps/hppa/dl-machine.h: New file.
	* sysdeps/hppa/dl-fptr.c: New file (note that this is almost
	identical to the IA-64 one).
	* sysdeps/hppa/dl-lookupcfg.h: Likewise.
	* sysdeps/hppa/dl-symaddr.c: Likewise.

	* sysdeps/hppa/elf/initfini.c: New file.
	* sysdeps/hppa/elf/start.S: New file.

	* sysdeps/hppa/fpu/bits/fenv.h: New file.
	* sysdeps/hppa/fpu/fclrexcpt.c: New file.
	* sysdeps/hppa/fpu/fedisblxcpt.c: New file.
	* sysdeps/hppa/fpu/feenablxcpt.c: New file.
	* sysdeps/hppa/fpu/fegetenv.c: New file.
	* sysdeps/hppa/fpu/fegetexcept.c: New file.
	* sysdeps/hppa/fpu/fegetround.c: New file.
	* sysdeps/hppa/fpu/feholdexcpt.c: New file.
	* sysdeps/hppa/fpu/fesetenv.c: New file.
	* sysdeps/hppa/fpu/fesetround.c: New file.
	* sysdeps/hppa/fpu/feupdateenv.c: New file.
	* sysdeps/hppa/fpu/fegetexcptflg.c: New file.
	* sysdeps/hppa/fpu/fraiseexcpt.c: New file.
	* sysdeps/hppa/fpu/fsetexcptflg.c: New file.
	* sysdeps/hppa/fpu/ftestexcept.c: New file.

	* sysdeps/unix/sysv/linux/hppa/Makefile: New file.
	* sysdeps/unix/sysv/linux/hppa/Versions: New file.
	* sysdeps/unix/sysv/linux/hppa/syscalls.list: New file.
	* sysdeps/unix/sysv/linux/hppa/sysdep.c: New file.
	* sysdeps/unix/sysv/linux/hppa/sysdep.h: New file.

	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/ioctls.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/mman.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/signum.h: New file.
	* sysdeps/unix/sysv/linux/hppa/brk.c: New file.
	* sysdeps/unix/sysv/linux/hppa/clone.S: New file.
	* sysdeps/unix/sysv/linux/hppa/socket.S: New file.
	* sysdeps/unix/sysv/linux/hppa/syscall.S: New file.
	* sysdeps/unix/sysv/linux/hppa/setrlimit.c: New file.
	* sysdeps/unix/sysv/linux/hppa/getrlimit.c: New file.
	* sysdeps/unix/sysv/linux/hppa/getrlimit64.c: New file.
	* sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: New file.
	* sysdeps/unix/sysv/linux/hppa/kernel_stat.h: New file.
	* sysdeps/unix/sysv/linux/hppa/mmap.c: New file.
	* sysdeps/unix/sysv/linux/hppa/profil-counter.h: New file.
	* sysdeps/unix/sysv/linux/hppa/procfs.h: New file.
	* sysdeps/unix/sysv/linux/hppa/ucontext.h: New file.
	* sysdeps/unix/sysv/linux/hppa/umount.c: New file.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* sysdeps/hppa/hppa1.1/Implies: New file.
	* sysdeps/hppa/memusage.h: New file.
2000-10-15 06:50:42 +00:00
..
2000-10-02 08:51:41 +00:00
2000-09-29 20:25:04 +00:00
2000-10-15 06:50:42 +00:00
2000-10-15 06:50:42 +00:00
2000-09-30 22:03:51 +00:00
2000-10-15 02:17:30 +00:00
2000-10-02 22:05:50 +00:00
1998-04-01 09:15:07 +00:00
1998-11-02 21:48:45 +00:00
1999-06-16 15:11:40 +00:00
1998-10-28 17:09:17 +00:00
2000-07-26 13:49:15 +00:00
1998-12-28 17:01:32 +00:00
1999-08-28 22:34:29 +00:00
1999-05-02 21:09:34 +00:00
1999-05-03 08:46:13 +00:00
2000-09-29 20:25:04 +00:00
2000-05-21 21:01:01 +00:00
2000-09-29 01:32:14 +00:00
2000-09-29 20:25:04 +00:00
2000-09-27 15:03:51 +00:00
1998-07-16 11:44:36 +00:00
1998-12-10 19:09:07 +00:00
1998-07-16 11:44:36 +00:00
1999-02-22 16:10:00 +00:00
1998-11-18 14:46:49 +00:00
2000-10-15 06:50:42 +00:00
2000-10-15 06:50:42 +00:00
1998-01-21 17:04:36 +00:00
2000-09-26 07:56:19 +00:00
2000-04-06 04:58:34 +00:00
2000-08-21 04:18:25 +00:00
1997-07-26 02:33:30 +00:00
2000-10-15 06:50:42 +00:00
1998-02-12 18:22:41 +00:00
2000-06-08 10:05:46 +00:00
2000-04-14 07:51:02 +00:00
2000-02-28 05:08:01 +00:00
2000-09-01 02:26:05 +00:00
1999-05-11 13:00:20 +00:00
2000-08-12 05:14:52 +00:00
2000-07-16 04:35:55 +00:00
2000-08-17 19:36:13 +00:00
2000-09-13 07:30:53 +00:00
2000-08-12 05:14:52 +00:00
2000-08-12 05:14:52 +00:00
2000-06-08 15:14:02 +00:00
2000-09-26 07:18:57 +00:00
2000-08-21 04:18:25 +00:00
2000-02-28 05:08:01 +00:00
1999-11-18 16:42:11 +00:00
1998-07-16 11:44:36 +00:00
2000-07-26 18:21:25 +00:00
1998-08-21 17:22:56 +00:00
1999-11-18 16:42:11 +00:00
2000-04-30 09:40:55 +00:00
1999-10-30 16:13:07 +00:00
2000-08-22 17:48:22 +00:00
2000-09-01 02:26:05 +00:00
2000-01-24 12:38:46 +00:00
1999-10-19 03:14:36 +00:00
2000-08-12 05:14:52 +00:00
2000-09-28 23:32:48 +00:00
1998-08-24 16:46:16 +00:00
1998-04-01 07:11:57 +00:00
2000-04-15 19:21:10 +00:00
1998-07-16 11:44:36 +00:00
2000-08-12 05:14:52 +00:00
2000-10-15 06:50:42 +00:00
1999-07-09 15:17:23 +00:00
2000-09-28 23:32:48 +00:00
2000-01-24 12:38:46 +00:00
2000-09-07 18:34:14 +00:00
1999-01-07 11:57:41 +00:00
2000-09-07 06:21:02 +00:00
2000-06-08 10:05:46 +00:00
1999-06-08 21:20:07 +00:00
2000-09-01 02:26:05 +00:00
2000-08-19 16:58:09 +00:00
2000-08-19 16:58:09 +00:00
1999-02-02 09:26:53 +00:00
1998-01-21 17:04:36 +00:00
1998-07-16 11:44:36 +00:00
1998-08-08 20:02:34 +00:00
1997-12-22 20:53:38 +00:00
1997-12-05 00:40:29 +00:00
1998-04-20 18:41:05 +00:00
1998-04-20 18:41:05 +00:00
2000-09-28 23:32:48 +00:00
2000-01-24 12:38:46 +00:00
1998-01-21 17:04:36 +00:00
1998-08-08 20:02:34 +00:00
1998-07-16 11:44:36 +00:00
2000-01-17 05:24:52 +00:00
1999-05-26 23:37:38 +00:00
1998-07-16 11:44:36 +00:00
2000-06-09 17:34:27 +00:00
2000-04-12 04:59:33 +00:00
2000-09-07 18:34:14 +00:00
2000-09-28 23:32:48 +00:00
2000-01-24 12:38:46 +00:00
1997-02-25 05:18:05 +00:00
2000-07-10 16:25:03 +00:00
2000-08-17 07:38:02 +00:00
1998-06-07 14:06:56 +00:00
2000-02-23 06:02:09 +00:00
1998-02-12 18:22:41 +00:00
1999-10-14 19:21:07 +00:00
1997-02-25 05:18:05 +00:00
1998-12-14 21:48:11 +00:00
2000-04-14 07:51:02 +00:00
2000-02-28 05:08:01 +00:00
2000-09-01 02:26:05 +00:00
1996-09-12 18:29:32 +00:00
1997-06-23 21:55:26 +00:00
1998-05-04 13:19:20 +00:00
1998-12-17 20:59:54 +00:00
1999-05-26 23:37:38 +00:00
2000-09-01 02:26:05 +00:00
2000-09-01 02:26:05 +00:00
2000-08-21 04:18:25 +00:00
1998-08-20 19:16:48 +00:00
1998-08-20 19:16:48 +00:00
1998-09-17 19:51:33 +00:00
1998-04-20 18:41:05 +00:00
1999-08-18 03:42:39 +00:00
1998-04-20 18:41:05 +00:00
2000-07-18 21:33:02 +00:00
1999-01-20 11:36:34 +00:00
2000-08-12 05:14:52 +00:00
2000-08-17 19:36:13 +00:00