glibc/posix
Ulrich Drepper a986484f67 Update.
2001-03-12  Jakub Jelinek  <jakub@redhat.com>

	* csu/Makefile (abi-tag.h): Define OS and version separately, allow
	version to be overriden from config.h.
	* csu/abi-note.S: Use OS and version separately, include config.h.
	* elf/dl-load.c (_dl_osversion): New.
	(_dl_map_object_from_fd): Kill some warnings.
	(open_verify): Check .note.ABI-tag of the library if present.
	* elf/Makefile (CPPFLAGS-dl-load.c): Add -I$(csu-objpfx).
	* elf/cache.c (struct cache_entry): Add osversion.
	(print_entry): Print osversion.
	(print_cache): Pass osversion to it.
	(compare): Sort according to osversion.
	(save_cache): Set osversion.
	(add_to_cache): Add osversion argument.
	* sysdeps/generic/ldconfig.h (add_to_cache, process_file,
	process_elf_file): Add osversion argument.
	* elf/readlib.c (process_file): Likewise.
	* sysdeps/generic/readelflib.c (process_elf_file): Likewise.
	* sysdeps/unix/sysv/linux/ia64/readelflib.c (process_elf_file,
	process_elf32_file, process_elf64_file): Likewise.
	* sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file,
	process_elf32_file, process_elf64_file): Likewise.
	* sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file,
	process_elf32_file, process_elf64_file): Likewise.
	* elf/ldconfig.c (manual_link): Pass it.
	(search_dir): Issue diagnostic if two libs with the same soname in
	the same directory have different .note.ABI-tag.  Record osversion in
	dlib_entry and use it from there.
	(struct lib_entry): Remove.
	(struct dlib_entry): Add osversion.
	* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Check
	osversion.
	* sysdeps/generic/dl-cache.h (struct file_entry_new): Replace __unused
	field with osversion.
	* sysdeps/generic/ldsodefs.h (_dl_osversion): Declare.
	* sysdeps/unix/sysv/linux/init-first.c: Include ldsodefs.h.
	* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Save kernel
	version in _dl_osversion.
	* sysdeps/unix/sysv/linux/configure.in: Define __ABI_TAG_VERSION.
	* Makerules (build-shlib-helper, build-module-helper): New.
	(build-shlib, build-module-helper): Make sure .note.ABI-tag comes
	early.
	* config.h.in (__ABI_TAG_VERSION): Add.
	* elf/dl-minimal.c (__strtoul_internal): Set endptr on return.
	* sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS):
	Handle LD_ASSUME_KERNEL.
	* sysdeps/unix/sysv/linux/dl-librecon.h: New.
2001-03-16 07:40:05 +00:00
..
bits Update. 2001-01-26 18:56:29 +00:00
glob Update. 2000-04-28 05:12:30 +00:00
sys Update. 2001-02-06 18:27:57 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Depend New file, libio needs localedata for tests. 2000-07-29 07:57:34 +00:00
Makefile Update. 2001-02-15 22:27:29 +00:00
PTESTS (collate_output): Update. 1999-12-31 22:21:25 +00:00
PTESTS2C.sed Update. 2001-03-16 01:10:29 +00:00
TESTS Update. 2000-01-18 10:53:15 +00:00
TESTS2C.sed 1997-05-03 00:53 Ulrich Drepper <drepper@cygnus.com> 1997-05-03 00:33:54 +00:00
Versions Update. 2001-03-15 20:04:25 +00:00
annexc.c Update. 2000-08-27 18:28:09 +00:00
bsd-getpgrp.c Update. 2000-12-31 15:43:43 +00:00
bug-regex1.c Include <wchar.h> for fwide. 2001-02-07 07:25:37 +00:00
bug-regex2.c Update. 2001-02-10 06:19:01 +00:00
bug-regex3.c Update. 2001-02-15 22:27:29 +00:00
confstr.c Update. 2000-08-29 01:20:23 +00:00
cpio.h Update. 1998-01-30 11:44:34 +00:00
execl.c Update. 1999-04-28 23:13:52 +00:00
execle.c Fix size parameter of memcpy. 2000-05-08 15:21:25 +00:00
execlp.c Update. 1999-04-28 23:13:52 +00:00
execv.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
execvp.c (execvp): Correct copying of file name. 1999-08-23 22:20:34 +00:00
fnmatch.c Update. 2001-03-15 20:04:25 +00:00
fnmatch.h Update. 2001-03-15 09:36:19 +00:00
fnmatch_loop.c Update. 2001-03-16 07:40:05 +00:00
getconf.c Update. 2001-01-05 01:01:31 +00:00
getopt.c Update. 2000-10-16 18:17:25 +00:00
getopt.h Update. 1999-07-18 00:19:18 +00:00
getopt1.c Update. 1998-03-08 15:26:29 +00:00
getopt_init.c Update. 1998-06-29 12:44:22 +00:00
glob.h Update. 2001-01-26 09:02:38 +00:00
globtest.c * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
globtest.sh Update. 2000-07-23 01:23:29 +00:00
ptestcases.h Update. 2001-03-16 01:10:29 +00:00
re_comp.h update from main archive 961105 1996-11-06 04:24:40 +00:00
regex.c Update. 2001-02-15 22:27:29 +00:00
regex.h Update. 2000-10-30 04:18:33 +00:00
regexbug1.c Update. 1999-08-30 19:23:15 +00:00
runptests.c Update. 1998-12-10 10:00:31 +00:00
runtests.c Make local functions static. 2000-12-27 20:26:07 +00:00
sched.h Update. 2001-01-28 08:15:06 +00:00
spawn.c Update. 2000-04-15 16:51:16 +00:00
spawn.h Update. 2000-08-21 06:49:52 +00:00
spawn_faction_addclose.c Update. 2000-10-01 19:08:30 +00:00
spawn_faction_adddup2.c Update. 2000-10-01 19:08:30 +00:00
spawn_faction_addopen.c Update. 2000-10-01 19:08:30 +00:00
spawn_faction_destroy.c Update. 2000-04-15 16:51:16 +00:00
spawn_faction_init.c Update. 2000-10-01 19:08:30 +00:00
spawn_int.h Update. 2000-04-15 16:51:16 +00:00
spawnattr_destroy.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getdefault.c Change posix_spawnattr_getdefault and posix_spawnattr_setdefault to posix_spawnattr_getsigdefault and posix_spawnattr_setsigdefault respectively. 2000-05-01 20:52:04 +00:00
spawnattr_getflags.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getpgroup.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getschedparam.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getschedpolicy.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getsigmask.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_init.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setdefault.c Change posix_spawnattr_getdefault and posix_spawnattr_setdefault to posix_spawnattr_getsigdefault and posix_spawnattr_setsigdefault respectively. 2000-05-01 20:52:04 +00:00
spawnattr_setflags.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setpgroup.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setschedparam.c Update. 2000-06-14 00:55:24 +00:00
spawnattr_setschedpolicy.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setsigmask.c Update. 2000-06-14 00:55:24 +00:00
spawni.c Update. 2001-02-13 22:17:17 +00:00
spawnp.c Update. 2000-04-15 16:51:16 +00:00
tar.h Update. 1997-06-21 02:59:26 +00:00
test-vfork.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
testcases.h Update. 2000-01-18 10:53:15 +00:00
testfnm.c Update. 2001-03-15 09:36:19 +00:00
tst-chmod.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-dir.c Update. 2001-01-09 01:04:59 +00:00
tst-exec.c Update. 2000-10-26 08:11:19 +00:00
tst-fnmatch.c Update. 2001-03-15 09:36:19 +00:00
tst-fnmatch.input Update. 2001-03-15 20:04:25 +00:00
tst-fork.c Update. 2000-05-29 01:00:03 +00:00
tst-getaddrinfo.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-getlogin.c Update. 1999-11-10 02:42:49 +00:00
tst-gnuglob.c Update. 2001-02-15 03:23:39 +00:00
tst-mmap.c Update. 2000-01-03 17:00:25 +00:00
tst-preadwrite.c Update. 2000-05-29 07:31:53 +00:00
tst-preadwrite64.c Test for pread64 and pwrite64. 2000-05-26 19:48:39 +00:00
tst-regexloc.c Update. 2000-08-14 06:17:28 +00:00
tst-spawn.c Update. 2000-10-26 08:11:19 +00:00
tst-truncate.c Update. 2000-05-26 20:49:00 +00:00
tst-truncate64.c Update. 2000-05-26 20:31:12 +00:00
tstgetopt.c Update. 2000-09-06 18:07:07 +00:00
unistd.h Update. 2001-01-25 19:35:30 +00:00
wait.h update from main archive 961126 1996-11-27 06:13:15 +00:00
wordexp-test.c Update. 2001-02-26 19:32:00 +00:00
wordexp-tst.sh Update. 2000-10-21 00:02:39 +00:00
wordexp.h Update. 2001-01-26 02:17:50 +00:00