glibc/sysdeps/m68k
Ulrich Drepper 7969407a01 Update.
Change ld.so to not use functions which are exported.  One cannot
	interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
	definitions.
	* include/libc-symbols.h: Define INT and INTDEF.
	* sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
	_dl_signal_error_internal, _dl_map_object_internal,
	_dl_map_object_deps_internal, _dl_lookup_symbol_internal,
	_dl_lookup_versioned_symbol_internal,
	_dl_relocate_object_internal, _dl_debug_state_internal,
	_dl_start_profile_internal, and _dl_unload_cache_internal.
	* include/dlfcn.h: Declare _dl_catch_error_internal.
	* elf/rtld.c: Use INT for calls to any of the *_internal functions
	above.  Add INTDEF to function definitions.
	* elf/dl-debug.c: Likewise.
	* elf/dl-deps.c: Likewise.
	* elf/dl-dst.h: Likewise.
	* elf/dl-error.c: Likewise.
	* elf/dl-fini.c: Likewise.
	* elf/dl-init.c: Likewise.
	* elf/dl-load.c: Likewise.
	* elf/dl-lookup.c: Likewise.
	* elf/dl-misc.c: Likewise.
	* elf/dl-open.c: Likewise.
	* elf/dl-profile.c: Likewise.
	* elf/dl-reloc.c: Likewise.
	* elf/dl-runtime.c: Likewise.
	* elf/dl-version.c: Likewise.
	* elf/do-lookup.h: Likewise.
	* sysdeps/generic/dl-cache.c: Likewise.
	* sysdeps/generic/dl-sysdep.c: Likewise.
	* sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
	instead of _dl_init.
	* sysdeps/arm/dl-machine.h: Likewise.
	* sysdeps/cris/dl-machine.h: Likewise.
	* sysdeps/hppa/dl-machine.h: Likewise.
	* sysdeps/i386/dl-machine.h: Likewise.
	* sysdeps/ia64/dl-machine.h: Likewise.
	* sysdeps/m68k/dl-machine.h: Likewise.
	* sysdeps/mips/dl-machine.h: Likewise.
	* sysdeps/mips/mips64/dl-machine.h: Likewise.
	* sysdeps/s390/s390-32/dl-machine.h: Likewise.
	* sysdeps/s390/s390-64/dl-machine.h: Likewise.
	* sysdeps/sh/dl-machine.h: Likewise.
	* sysdeps/sparc/sparc32/dl-machine.h: Likewise.
	* sysdeps/sparc/sparc64/dl-machine.h: Likewise.
	* sysdeps/x86_64/dl-machine.h: Likewise.
	* sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.

	* elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
	and _dl_debug_initialize.
2002-02-03 00:31:37 +00:00
..
bits Prevent double inclusion. 2002-01-08 10:19:35 +00:00
elf Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fpu * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl 2001-10-16 20:21:57 +00:00
m68020 (atomic_add): Don't allow address register for operand 0. 2001-08-15 13:09:16 +00:00
sys Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
__longjmp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
abort-instr.h Instruction to abort any process 1997-01-02 18:38:59 +00:00
add_n.S Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
asm-syntax.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bsd-_setjmp.c * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if 2001-10-16 14:20:17 +00:00
bsd-setjmp.c * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if 2001-10-16 14:20:17 +00:00
dl-machine.h Update. 2002-02-03 00:31:37 +00:00
ffs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fpu_control.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gccframe.h Update. 2001-11-16 01:27:24 +00:00
Implies Update. 2000-09-16 23:00:38 +00:00
lshift.S Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
Makefile Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memchr.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memcopy.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memusage.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
printf_fphex.c Update. 1999-07-14 00:54:57 +00:00
rawmemchr.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rshift.S Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
s_isinfl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_isnanl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setjmp.c * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl 2001-10-16 20:21:57 +00:00
stackinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strchr.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strchrnul.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strtold.c Update. 1999-07-14 00:54:57 +00:00
sub_n.S Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
sysdep.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions Update. 1999-01-29 09:07:56 +00:00