glibc/sysdeps/unix/sysv/linux
Ulrich Drepper a2b08ee541 Update.
1997-09-27 01:14  Ulrich Drepper  <drepper@cygnus.com>

	* Makeconfig (extra-objs): Depend in before-compile.

	* configure.in: Locate Perl and substitute with complete path.
	* config.make.in: Add PERL for substitution.
	* elf/Makefile (routines): Add dl-addr.
	* elf/dladdr.c: Move the real code into ...
	* elf/dl-addr.c: New file.
	* elf/link.h: Add prototype for _dl_addr.

	* elf/dladdr.c (dladdr): Change address argument to be const.
	* elf/dlfcn.h: Likewise.

	* locale/C_name.c: Add _nl_POSIX_name.
	* locale/localeinfo.h: Add declaration of _nl_POSIX_name.
	* locale/findlocale.c (_nl_find_locale): Use _nl_POSIX_name.
	(_nl_remove_locale): Free name of data set.
	* locale/setlocale.c (clever_copy): Remove.
	(new_composite_name): Use _nl_C_name and _nl_POSIX_name in compare.
	(setname): Only remove old name when it is for category LC_ALL.

	Change malloc, free, realloc, and memalign hooks for glibc to take
	another parameter indicating the location of the caller.
	* malloc/malloc.c: Change hook functions and variables.
	* malloc/malloc.h: Likewise.
	* malloc/mcheck.c: Likewise.  Make sure later hooked function also
	get the original caller address.
	* malloc/mtrace.c: Likewise.
	(tr_where): If no information in _mtrace_file is given use the
	information about the caller.
	* malloc/Makefile (distribute): Replace mtrace.awk by mtrace.pl.
	Add rules to install mtrace.pl after rewriting.
	* malloc/mtrace.pl: New file.  Based on the old AWK script but
	with extended functionality.
	* malloc/mtrace.awk: Removed.

	* po/fr.po: New version.

	* string/Makefile: Do use builtins for tester.c and inl-tester.c.
	* string/tester.c: Rewrite.  Split in many small functions to not
	exceed gcc's limits.

	* sysdeps/unix/sysv/linux/syscalls.list: Add prctl.

1997-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* string/bits/string2.h (__stpcpy_small): Don't use casts as
	lvalues.

1997-09-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manual/time.texi (Formatting Date and Time): Clarify
	explanation of strftime flags a bit.
	Suggested by Robert Bihlmeyer <robbe@orcus.priv.at>.

1997-09-25 00:13  David S. Miller  <davem@tanya.rutgers.edu>

	* sysdeps/libm-ieee754/s_exp2f.c: Protect _GNU_SOURCE definition.
	Fix typo, it is FLT_MANT_DIG.

1997-09-24 18:52  H.J. Lu  <hjl@gnu.ai.mit.edu>

	* math/atest-exp2.c: Include <stdlib/gmp.h> instead of <gmp.h>.

1997-08-27 08:10  H.J. Lu  <hjl@gnu.ai.mit.edu>

	* libio/libio.h, libio/libioP.h: Support libio in libstdc++.

	* libio/libio.h (_IO_peekc): Defined as _IO_peekc_unlocked if
	_IO_MTSAFE_IO is undefined.

1997-09-24 23:27  Richard Henderson  <rth@cygnus.com>

	* elf/dl-runtime.c (fixup): Don't go through elf_machine_relplt, but
	lookup the value of the target symbol ourselves and call the new
	elf_machine_fixup_plt.  This kills the ELF_FIXUP_RETURN_VALUE hack.
	(profile_fixup): Likewise, but don't fix up the plt.
	* elf/rtld.c (_dl_main): ELF_MACHINE_RELOC_NOPLT renamed _JMP_SLOT.
	* sysdeps/alpha/dl-machine.h (ELF_MACHINE_RELOC_NOPLT): Renamed.
	(elf_alpha_fix_plt): Renamed elf_machine_fixup_plt.
	* sysdeps/i386/dl-machine.h (elf_machine_relplt): Killed.
	(ELF_MACHINE_JMP_SLOT): Renamed.
	(elf_machine_fixup_plt): New function.
	* sysdeps/m68k/dl-machine.h: Likewise.
	* sysdeps/powerpc/dl-machine.h: Likewise.
	(elf_machine_rela): Moved JMP_SLOT fixup out to elf_machine_fixup_plt.
	* sysdeps/sparc/sparc32/dl-machine.h: Likewise.
	* sysdeps/sparc/sparc64/dl-machine.h: Likewise.
	* sysdeps/stub/dl-machine.h: Update, sorta.

	* sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Do profiling.
	(TRAMPOLINE_TEMPLATE): From the carcas of _RUNTIME_TRAMPOLINE, do
	both normal and profile code.
	(elf_machine_rela): Handle r_addend for .got and .plt too.
1997-09-27 00:21:42 +00:00
..
alpha Update. 1997-08-14 01:54:13 +00:00
arm Update. 1997-06-21 02:59:26 +00:00
bits Update. 1997-08-29 01:19:12 +00:00
i386 Update. 1997-08-10 18:37:15 +00:00
m68k Update. 1997-08-29 01:19:12 +00:00
mips Update. 1997-08-29 21:01:47 +00:00
net Update. 1997-09-11 12:09:10 +00:00
netatalk Update. 1997-04-08 23:42:08 +00:00
netinet Update. 1997-08-27 20:26:10 +00:00
netipx Update. 1997-06-21 02:59:26 +00:00
nfs
powerpc Update. 1997-09-24 23:03:42 +00:00
sparc Update. 1997-09-21 01:47:02 +00:00
sys Update. 1997-09-16 21:51:15 +00:00
_G_config.h Update. 1997-09-05 01:43:20 +00:00
a.out.h update from main archive 970121 1997-01-22 05:26:05 +00:00
accept.S update from main archive 970225 1997-02-25 05:18:05 +00:00
adjtime.c Update. 1997-06-23 21:55:26 +00:00
bind.S update from main archive 970225 1997-02-25 05:18:05 +00:00
clock.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
cmsg_nxthdr.c update from main archive 970201 1997-02-02 01:50:11 +00:00
configure Update. 1997-06-19 19:11:22 +00:00
configure.in Update. 1997-06-19 19:11:22 +00:00
connect.S update from main archive 970225 1997-02-25 05:18:05 +00:00
Dist Update. 1997-07-24 01:36:01 +00:00
dl-sysdep.c Update. 1997-07-26 02:33:30 +00:00
ftime.c Update to 960810. 1996-08-11 01:08:23 +00:00
fxstat.c Update. 1997-03-20 02:20:57 +00:00
getdents.c update from main archive 970127 1997-01-28 03:59:29 +00:00
gethostid.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
gethostname.c Update. 1997-06-23 21:55:26 +00:00
getpeername.S update from main archive 970225 1997-02-25 05:18:05 +00:00
getpriority.c update from 961105, second try 1996-11-07 01:35:04 +00:00
getsockname.S update from main archive 970225 1997-02-25 05:18:05 +00:00
getsockopt.S update from main archive 970225 1997-02-25 05:18:05 +00:00
getsysstats.c update from main archive 961119 1996-11-20 03:45:51 +00:00
if_index.c Update. 1997-09-11 12:09:10 +00:00
Implies
init-first.c Update. 1997-08-24 10:55:18 +00:00
init-first.h Update. 1997-03-16 20:28:07 +00:00
kernel_sigaction.h update from main archive 970118 1997-01-19 04:54:28 +00:00
kernel_stat.h Update. 1997-03-16 20:28:07 +00:00
kernel_termios.h Update. 1997-06-21 02:59:26 +00:00
listen.S update from main archive 970225 1997-02-25 05:18:05 +00:00
llseek.c update from main archive 961127 1996-11-28 04:16:09 +00:00
lxstat.c Update. 1997-03-20 02:20:57 +00:00
madvise.c
Makefile Update. 1997-08-27 20:26:10 +00:00
msgctl.c Update. 1997-03-25 01:45:04 +00:00
msgget.c Update. 1997-03-25 01:45:04 +00:00
msgrcv.c Update. 1997-03-25 01:45:04 +00:00
msgsnd.c Update. 1997-03-25 01:45:04 +00:00
paths.h update from main archive 961214 1996-12-15 02:15:29 +00:00
poll.c Update. 1997-05-10 23:37:32 +00:00
profil.c
ptrace.c Update. 1997-09-16 21:51:15 +00:00
readv.c Update. 1997-03-21 20:00:48 +00:00
reboot.c Update. 1997-06-23 21:55:26 +00:00
recv.S update from main archive 970225 1997-02-25 05:18:05 +00:00
recvfrom.S update from main archive 970225 1997-02-25 05:18:05 +00:00
recvmsg.S update from main archive 970225 1997-02-25 05:18:05 +00:00
semctl.c Update. 1997-03-25 01:45:04 +00:00
semget.c Update. 1997-03-25 01:45:04 +00:00
semop.c Update. 1997-03-25 01:45:04 +00:00
send.S update from main archive 970225 1997-02-25 05:18:05 +00:00
sendmsg.S update from main archive 970225 1997-02-25 05:18:05 +00:00
sendto.S update from main archive 970225 1997-02-25 05:18:05 +00:00
setegid.c
seteuid.c
sethostid.c
setsockopt.S update from main archive 970225 1997-02-25 05:18:05 +00:00
shmat.c Update. 1997-05-22 02:19:00 +00:00
shmctl.c Update. 1997-03-25 01:45:04 +00:00
shmdt.c Update. 1997-05-21 01:48:59 +00:00
shmget.c Update. 1997-03-25 01:45:04 +00:00
shutdown.S update from main archive 970225 1997-02-25 05:18:05 +00:00
sigaction.c update from main archive 970118 1997-01-19 04:54:28 +00:00
siglist.c update from main archive 961020 1996-10-21 01:26:31 +00:00
siglist.h update from main archive 960105 1997-01-06 22:07:28 +00:00
signal.c update from main archive 961229 1996-12-30 01:47:46 +00:00
sigsuspend.c update from main archive 960105 1997-01-06 22:07:28 +00:00
sleep.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
socketcall.h Update. 1997-06-21 02:59:26 +00:00
socketpair.S update from main archive 970225 1997-02-25 05:18:05 +00:00
speed.c Update. 1997-06-23 21:55:26 +00:00
stdio_lim.h.in Update. 1997-06-14 23:17:05 +00:00
syscalls.list Update. 1997-09-27 00:21:42 +00:00
sysctl.c Update. 1997-06-23 21:55:26 +00:00
system.c Use POSIX version of version.c. 1996-09-12 18:29:32 +00:00
tcdrain.c Update. 1997-06-23 21:55:26 +00:00
tcflow.c
tcflush.c
tcgetattr.c Update. 1997-06-21 02:59:26 +00:00
tcgetpgrp.c
tcsetattr.c Update. 1997-06-21 02:59:26 +00:00
tcsetpgrp.c
termio.h
ualarm.c
ulimit.c Update. 1997-06-23 21:55:26 +00:00
usleep.c update from main archive 970124 1997-01-25 02:36:37 +00:00
ustat.c update from main archive 960107 1997-01-07 23:29:44 +00:00
vfork.c
wait.c
wait3.c
waitpid.c Update. 1997-06-23 21:55:26 +00:00
writev.c Update. 1997-03-21 20:00:48 +00:00
xmknod.c update from main archive 960105 1997-01-06 22:07:28 +00:00
xstat.c Update. 1997-03-20 02:20:57 +00:00