glibc/sysdeps/unix/sysv/linux
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
..
alpha Update. 2000-10-02 08:51:41 +00:00
arm Update. 2000-09-29 20:25:04 +00:00
bits Update. 2000-10-15 06:50:42 +00:00
hppa Update. 2000-10-15 06:50:42 +00:00
i386 Update. 2000-09-30 22:03:51 +00:00
ia64 Update. 2000-10-15 02:17:30 +00:00
m68k * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
mips Update. 2000-10-02 22:05:50 +00:00
net * sysdeps/mach/hurd/if_index.c: New file. 2000-03-24 20:59:00 +00:00
netash
netatalk
netax25
neteconet
netinet Update. 2000-07-26 13:49:15 +00:00
netipx
netpacket Update. 1999-08-28 22:34:29 +00:00
netrom
netrose
nfs
powerpc * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl() 2000-10-14 21:18:48 +00:00
s390 Update. 2000-09-29 20:25:04 +00:00
scsi Update. 2000-05-21 21:01:01 +00:00
sh Update. 2000-09-29 01:32:14 +00:00
sparc Update. 2000-09-29 20:25:04 +00:00
sys Update. 2000-09-27 15:03:51 +00:00
a.out.h
accept.S
adjtime.c
aio_sigqueue.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
bind.S
clock.c
cmsg_nxthdr.c
configure Update. 2000-10-15 06:50:42 +00:00
configure.in Update. 2000-10-15 06:50:42 +00:00
connect.S
device-nrs.h Update. 2000-09-26 07:56:19 +00:00
Dist Update. 2000-04-06 04:58:34 +00:00
dl-origin.c Update. 2000-08-21 04:18:25 +00:00
dl-osinfo.h (DL_SYSDEP_OSCHECK): Change to not use sysctl(). Too many architectures have problems with it. 2000-09-14 20:13:01 +00:00
dl-sysdep.c
errlist.c Update. 2000-10-15 06:50:42 +00:00
errlist.h
execve.c * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to 2000-07-17 22:31:56 +00:00
fpathconf.c Update. 2000-06-08 10:05:46 +00:00
fstatfs64.c update. 2000-04-14 07:51:02 +00:00
fstatvfs64.c Update. 2000-02-28 05:08:01 +00:00
fstatvfs.c Update. 2000-09-01 02:26:05 +00:00
ftime.c
ftruncate64.c * string/endian.h (__LONG_LONG_PAIR): New macro. 2000-07-06 23:42:33 +00:00
fxstat64.c Update. 2000-08-12 05:14:52 +00:00
fxstat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
getcwd.c Update. 2000-07-16 04:35:55 +00:00
getdents64.c Update. 2000-08-17 19:36:13 +00:00
getdents.c Update. 2000-09-13 07:30:53 +00:00
getdirentries64.c Update. 2000-08-12 05:14:52 +00:00
getdirentries.c Update. 2000-08-12 05:14:52 +00:00
getdtsz.c Update. 2000-06-08 15:14:02 +00:00
gethostid.c Update. 2000-09-26 07:18:57 +00:00
getloadavg.c Update. 2000-08-21 04:18:25 +00:00
getpeername.S
getpriority.c Update. 2000-02-28 05:08:01 +00:00
getpt.c Update. 1999-11-18 16:42:11 +00:00
getsockname.S
getsockopt.S
getsysstats.c update 2000-07-26 18:21:25 +00:00
glob64.c
grantpt.c Update. 1999-11-18 16:42:11 +00:00
if_index.c Update. 2000-04-30 09:40:55 +00:00
ifreq.h Update. 1999-10-30 16:13:07 +00:00
Implies
init-first.c Update. 2000-08-22 17:48:22 +00:00
internal_statvfs.c Update. 2000-09-01 02:26:05 +00:00
ipc_priv.h Update. 2000-01-24 12:38:46 +00:00
kernel_sigaction.h Update. 1999-10-19 03:14:36 +00:00
kernel_stat.h Update. 2000-08-12 05:14:52 +00:00
kernel_termios.h
kernel-features.h Update. 2000-09-28 23:32:48 +00:00
ldd-rewrite.sed
lddlibc4.c
linux_fsinfo.h Update. 2000-04-15 19:21:10 +00:00
listen.S
llseek.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
lseek64.c
lxstat64.c Update. 2000-08-12 05:14:52 +00:00
lxstat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
Makefile Update. 2000-10-15 06:50:42 +00:00
mmap64.c
msgctl.c Update. 2000-09-28 23:32:48 +00:00
msgget.c Update. 2000-01-24 12:38:46 +00:00
msgrcv.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
msgsnd.c Update. 2000-09-07 18:34:14 +00:00
ntp_gettime.c
opendir.c Update. 2000-09-07 06:21:02 +00:00
pathconf.c Update. 2000-06-08 10:05:46 +00:00
paths.h
poll.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
pread64.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
pread.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
profil.c
ptrace.c * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to 2000-07-17 22:31:56 +00:00
ptsname.c Update. 2000-09-01 02:26:05 +00:00
pwrite64.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
pwrite.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
readdir64_r.c Update. 2000-08-19 16:58:09 +00:00
readdir64.c Update. 2000-08-19 16:58:09 +00:00
readv.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
reboot.c
recv.S
recvfrom.S
recvmsg.S
rt_sigaction.c
rt_sigpending.c
rt_sigprocmask.c
rt_sigqueueinfo.c
rt_sigreturn.c
rt_sigsuspend.c
rt_sigtimedwait.c
s_pread64.c
s_pwrite64.c
sa_len.c
semctl.c Update. 2000-09-28 23:32:48 +00:00
semget.c Update. 2000-01-24 12:38:46 +00:00
semop.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
send.S
sendmsg.S
sendto.S
setegid.c Update. 2000-01-17 05:24:52 +00:00
seteuid.c
sethostid.c
setsockopt.S
shm_open.c Update. 2000-06-09 17:34:27 +00:00
shm_unlink.c Update. 2000-04-12 04:59:33 +00:00
shmat.c Update. 2000-09-07 18:34:14 +00:00
shmctl.c Update. 2000-09-28 23:32:48 +00:00
shmdt.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
shmget.c Update. 2000-01-24 12:38:46 +00:00
shutdown.S
sigaction.c Update. 2000-07-10 16:25:03 +00:00
siglist.h
signal.c
sigpending.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigprocmask.c Update. 2000-08-17 07:38:02 +00:00
sigqueue.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigreturn.c
sigset-cvt-mask.h
sigstack.c Update. 2000-02-23 06:02:09 +00:00
sigsuspend.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigtimedwait.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigwaitinfo.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sizes.h
sleep.c Update. 1999-10-14 19:21:07 +00:00
socketcall.h
socketpair.S
speed.c
statfs64.c update. 2000-04-14 07:51:02 +00:00
statvfs64.c Update. 2000-02-28 05:08:01 +00:00
statvfs.c Update. 2000-09-01 02:26:05 +00:00
syscalls.list * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature. 2000-09-08 08:41:45 +00:00
sysctl.c * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias): 2000-07-11 19:30:53 +00:00
system.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsetattr.c
tcsetpgrp.c
termio.h
testrtsig.h
truncate64.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
ttyname_r.c Update. 2000-09-01 02:26:05 +00:00
ttyname.c Update. 2000-09-01 02:26:05 +00:00
ualarm.c
ulimit.c Update. 2000-08-21 04:18:25 +00:00
umount2.S
umount.S
unlockpt.c
updwtmp.c
usleep.c Update. 1999-08-18 03:42:39 +00:00
ustat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
utmp_file.c
Versions Update. 2000-07-18 21:33:02 +00:00
vfork.c
wait3.c
wait.c
waitpid.c
writev.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
xmknod.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
xstat64.c Update. 2000-08-12 05:14:52 +00:00
xstat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
xstatconv.c Update. 2000-08-17 19:36:13 +00:00