glibc/sysdeps/unix/sysv/linux/powerpc
Roland McGrath 0f0d786f5f * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
* sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
	s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
	sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
	Remove these, no longer used.

2002-11-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
	s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
	s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
	s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
	s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
	s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
	syscall stubs.

	* sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
	* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
	and __NR_pread.
	* sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
	and __NR_pwrite.
	* sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.

2002-11-03  Roland McGrath  <roland@redhat.com>

	* sysdeps/generic/ldsodefs.h (struct rtld_global): New member
	`_dl_tls_static_used'.
	* sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
	(__libc_setup_tls): Initialize it.  Let the initial value of
	_dl_tls_static_size indicate some surplus space in the computed value.
	* elf/dl-open.c (_dl_tls_static_size): New variable.
	* sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
	_dl_tls_static_used.  Add some surplus space into _dl_tls_static_size.
	* elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
	(CHECK_STATIC_TLS): Use it.
	* elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
	closed objects occupied a trailing contiguous chunk of static TLS area.

2002-10-18  Bruno Haible  <bruno@clisp.org>

	* charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
2002-11-05 03:03:24 +00:00
..
aix Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bits * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>. 2002-10-16 01:03:05 +00:00
powerpc32 * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
powerpc64 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
sys Update. 2002-01-17 17:35:57 +00:00
chown.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
Dist Update. 2002-10-03 01:03:45 +00:00
dl-brk.S Update. 2002-04-06 01:45:15 +00:00
dl-sysdep.c 2002-08-22 Steven Munroe <sjmunroe@us.ibm.com> 2002-08-22 19:07:46 +00:00
fcntl.c Support for fcntl64 in Linux 2.4.x. 2000-09-29 07:28:03 +00:00
fe_nomask.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ftruncate64.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
getdents64.c Update. 2000-08-12 05:14:52 +00:00
getmsg.c Update. 1999-12-21 16:03:22 +00:00
getpmsg.c Update. 1999-12-21 16:03:22 +00:00
getrlimit64.c * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n 2000-01-27 23:40:48 +00:00
getrlimit.c * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n 2000-01-27 23:40:48 +00:00
glob64.c Update. 2000-08-19 16:58:09 +00:00
ioctl.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
ipc_priv.h Update. 2000-09-18 00:43:17 +00:00
kernel_termios.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lchown.S * sysdeps/unix/sysv/linux/x86_64/sysdep.h 2002-09-28 04:15:27 +00:00
ldconfig.h * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro. 2002-09-14 09:00:42 +00:00
ldd-rewrite.sed Update. 2002-09-05 10:28:51 +00:00
lockf64.c Support for fcntl64 in Linux 2.4.x. 2000-09-29 07:28:03 +00:00
Makefile Jakub Jelinek <jakub@redhat.com> 2002-10-16 03:03:00 +00:00
mmap64.c * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast. 2002-09-17 06:56:24 +00:00
oldgetrlimit64.c Update. 2000-08-16 01:40:12 +00:00
pread64.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
pread.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
profil-counter.h Update. 1998-08-24 16:46:16 +00:00
putmsg.c Update. 1999-12-21 16:03:22 +00:00
putpmsg.c Update. 1999-12-21 16:03:22 +00:00
pwrite64.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
pwrite.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
readdir64_r.c Update. 2000-08-12 05:14:52 +00:00
readdir64.c Update. 2000-08-12 05:14:52 +00:00
readelflib.c * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro. 2002-09-14 09:00:42 +00:00
scandir64.c Update. 2000-08-12 05:14:52 +00:00
setrlimit.c * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n 2000-01-27 23:40:48 +00:00
sigcontextinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sysdep.c * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional 2002-10-11 10:52:20 +00:00
tcgetattr.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
tcsetattr.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00
truncate64.c * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro. 2002-11-05 03:03:24 +00:00