glibc/sysdeps/alpha
Ulrich Drepper e9c3f06f28 * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
* sysdeps/generic/libc-start.c: Don't register program destructor here.

	* dlfcn/Makefile: Add rules to build dlfcn.c.
	(LDFLAGS-dl.so): Removed.
	* dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
	table.
	* dlfcn/dlmopen.c: Likewise for _dl_open.
	* dlfcn/dlopen.c: Likewise.
	* dlfcn/dlopenold.c: Likewise.
	* elf/dl-libc.c: Likewise for _dl_open and _dl_close.
	* elf/Makefile (routines): Remove dl-open and dl-close.
	(dl-routines): Add dl-open, dl-close, and dl-trampoline.
	Add rules to build and run tst-audit1.
	* elf/tst-audit1.c: New file.
	* elf/tst-auditmod1.c: New file.
	* elf/Versions [libc]: Remove _dl_open and _dl_close.
	* elf/dl-close.c: Change for use inside ld.so instead of libc.so.
	* elf/dl-open.c: Likewise.
	* elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
	signaled by nonzero parameter.
	* elf/dl-init.c: Fix use of r_state.
	* elf/dl-load.c: Likewise.

	* elf/dl-close.c: Add auditing checkpoints.
	* elf/dl-open.c: Likewise.
	* elf/dl-fini.c: Likewise.
	* elf/dl-load.c: Likewise.
	* elf/dl-sym.c: Likewise.
	* sysdeps/generic/libc-start.c: Likewise.
	* elf/dl-object.c: Allocate memory for auditing information.
	* elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
	Correctly initialize slotinfo.
	* elf/dynamic-link.h: Adjust after removal of RESOLV.
	* sysdeps/hppa/dl-lookupcfg.h: Likewise.
	* sysdeps/ia64/dl-lookupcfg.h: Likewise.
	* sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
	* elf/dl-runtime.c (_dl_fixup): Little cleanup.
	(_dl_profile_fixup): New parameters to point to register struct and
	variable for frame size.
	Add auditing checkpoints.
	(_dl_call_pltexit): New function.
	Don't define trampoline code here.
	* elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
	Remove all the functions from _rtld_global_ro which only _dl_open
	and _dl_close needed.
	Add auditing checkpoints.
	* elf/link.h: Define symbols for auditing interfaces.
	* include/link.h: Likewise.
	* include/dlfcn.h: Define __RTLD_AUDIT.
	Remove prototypes for _dl_open and _dl_close.
	Adjust access to argc and argv in libdl.
	* dlfcn/dlfcn.c: New file.
	* sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
	is gone.
	* sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
	* sysdeps/generic/unsecvars.h: Add LD_AUDIT.
	* sysdeps/i386/dl-machine.h: Remove trampoline code here.
	Adjust for removal of RESOLVE.
	* sysdeps/x86_64/dl-machine.h: Likewise.
	* sysdeps/generic/dl-trampoline.c: New file.
	* sysdeps/i386/dl-trampoline.c: New file.
	* sysdeps/x86_64/dl-trampoline.c: New file.

	* sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
	Fix updating of DTV.
	* sysdeps/generic/libc-tls.c: Likewise.

	* sysdeps/arm/bits/link.h: Renamed to ...
	* sysdeps/arm/buts/linkmap.h: ...this.
	* sysdeps/generic/bits/link.h: Renamed to...
	* sysdeps/generic/bits/linkmap.h: ...this.
	* sysdeps/hppa/bits/link.h: Renamed to...
	* sysdeps/hppa/bits/linkmap.h: ...this.
	* sysdeps/hppa/i386/link.h: Renamed to...
	* sysdeps/hppa/i386/linkmap.h: ...this.
	* sysdeps/hppa/ia64/link.h: Renamed to...
	* sysdeps/hppa/ia64/linkmap.h: ...this.
	* sysdeps/hppa/s390/link.h: Renamed to...
	* sysdeps/hppa/s390/linkmap.h: ...this.
	* sysdeps/hppa/sh/link.h: Renamed to...
	* sysdeps/hppa/sh/linkmap.h: ...this.
	* sysdeps/hppa/x86_64/link.h: Renamed to...
	* sysdeps/hppa/x86_64/linkmap.h: ...this.
2005-01-06 22:40:24 +00:00
..
alphaev5 Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
alphaev6 * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue. 2004-09-26 17:40:31 +00:00
alphaev67 (ffs): Add libc_hidden_builtin_def. 2004-07-05 17:36:14 +00:00
bits * sysdeps/alpha/bits/atomic.h (__arch_compare_and_exchange_xxx_8_int): 2004-01-13 09:15:58 +00:00
elf * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind 2004-08-25 19:59:01 +00:00
fpu Adjust for changed result. 2004-12-17 06:49:58 +00:00
nptl * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:24 +00:00
soft-fp * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo 2004-03-08 12:34:18 +00:00
__longjmp.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
_mcount.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
add_n.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
addmul_1.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
backtrace.c * sysdeps/alpha/backtrace.c: New. 2004-03-26 07:56:26 +00:00
bb_init_func.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
bsd-_setjmp.S Stub out. 1997-09-11 03:14:24 +00:00
bsd-setjmp.S Stub out. 1997-09-11 03:14:24 +00:00
bzero.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
Dist Add alphaev6/stxncpy.S and alphaev6/stxcpy.S. 2001-01-07 07:31:02 +00:00
div.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
div_libc.h * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
divl.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
divlu.S * sysdeps/alpha/Makefile <gnulib> (sysdep_routines): Merge divrem 2004-03-27 00:32:28 +00:00
divq.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
divqu.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
dl-machine.h * sysdeps/alpha/dl-machine.h (elf_machine_rela, 2004-10-15 07:06:11 +00:00
dl-sysdep.h Alpha specific definition for ld.so. 2004-02-20 20:14:55 +00:00
dl-tls.h 2002-11-07 Richard Henderson <rth@redhat.com> 2002-11-08 02:18:51 +00:00
ffs.S (ffs): Add libc_hidden_builtin_def. 2004-07-05 17:36:14 +00:00
ffsll.S Dummy file to satisfy Makefiles. 1998-07-30 12:38:22 +00:00
gccframe.h GCC frame description for Alpha. 2001-11-16 01:06:40 +00:00
hp-timing.h Support for high-precision timers on Alpha. 2001-09-01 06:08:44 +00:00
htonl.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
htons.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
Implies * soft-fp/quad.h (union _FP_UNION_Q): Add longs structure. 2004-03-06 20:46:23 +00:00
ldiv.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
libc-tls.c Helper code for TLS setup in static libc. 2003-01-17 19:19:37 +00:00
lldiv.S update from main archive 961105 1996-11-06 04:24:11 +00:00
lshift.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
machine-gmon.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
Makefile * sysdeps/alpha/Makefile <gnulib> (sysdep_routines): Merge divrem 2004-03-27 00:32:28 +00:00
memchr.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
memset.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
memusage.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
mul_1.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
nscd-types.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
rawmemchr.S (__rawmemchr): Add libc_hidden_def. 2002-08-03 06:41:33 +00:00
reml.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
remlu.S * sysdeps/alpha/Makefile <gnulib> (sysdep_routines): Merge divrem 2004-03-27 00:32:28 +00:00
remq.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
remqu.S * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. 2004-09-06 02:01:35 +00:00
rshift.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
setjmp.S * sysdeps/alpha/setjmp.S (_setjmp, setjmp): Mark .prologue. 2003-06-24 16:29:21 +00:00
stackinfo.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
stpcpy.S Add libc_hidden_builtin_def. 2004-05-28 06:39:36 +00:00
stpncpy.S (__stpncpy): Add libc_hidden_def. 2002-08-03 06:30:45 +00:00
strcat.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strchr.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strcmp.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strcpy.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strlen.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strncat.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
strncmp.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strncpy.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
strrchr.S Add libc_hidden_builtin_def. 2003-04-29 22:47:20 +00:00
stxcpy.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
stxncpy.S Don't access memory beyond the source buffer. 2002-10-03 09:14:46 +00:00
sub_n.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
Subdirs * soft-fp/quad.h (union _FP_UNION_Q): Add longs structure. 2004-03-06 20:46:23 +00:00
submul_1.s Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
udiv_qrnnd.S Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
Versions Add __atan2 for libm and GLIBC_2.0. 1999-01-20 09:23:32 +00:00