glibc/elf
Ulrich Drepper 45eca4d141 Update.
2000-05-06  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
	returned != __GCONV_OK, there is nothing to clean up.

2000-05-06  Bruno Haible  <haible@clisp.cons.org>

	* intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
	OUTPUT_CHARSET environment variables.

2000-05-06  Andreas Jaeger  <aj@suse.de>

	* sysdeps/generic/dl-cache.h (struct file_entry_new): New.
	(struct cache_file_new): New.
	(struct file_entry): New (moved from cache.c).
	(struct cache_file): New (moved from cache.c).

	* sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
	from _dl_load_cache_lookup.
	(_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
	the different cache formats.
	New variable cache_new for new format.

	* elf/ldconfig.h: Change according to changes in cache.c and
	ldconfig.c; remove cache_libcmp; add opt_format.

	* elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
	stuff that's defined in those headers.
	Add hwcap to struct lib_entry.
	(opt_format): New variable to select cache format.
	(options): Add format parameter.
	(is_hwcap): New function.
	(path_hwcap): New function.
	(parse_opt): Handle new format parameter.
	(search_dir): Handle hwcap, search also subdirectories with hwcap.

	* elf/cache.c (_GNU_SOURCE): Removed.  Not needed anymore since
	ldconfig is part of glibc.
	Include dl-cache.h and remove stuff that's defined there.
	(struct cache_entry): Add new member hwcap.
	(print_entry): Print hwcap, cleanup a bit.
	(print_cache): Print new and old formats.
	(compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
	(save_cache): Save new and old formats.
	(add_to_cache): Handle hwcap.

	* sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
	* sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
	* sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
	* sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
	* sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
	* sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.

2000-05-05  Bruno Haible  <haible@clisp.cons.org>

	* intl/dcigettext.c (alignof): New macro.
	(_nl_find_msg): Use it instead of __alignof__. Pass correct output
	buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
	freemem_size to 0.

2000-05-05  Bruno Haible  <haible@clisp.cons.org>

	* intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
	return value.
2000-05-07 21:23:56 +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
cache.c Update. 2000-05-07 21:23:56 +00:00
constload1.c Update. 2000-03-17 02:17:59 +00:00
constload2.c Update. 2000-03-17 02:17:59 +00:00
constload3.c Update. 2000-03-17 02:17:59 +00:00
dep1.c Update. 2000-03-31 17:09:42 +00:00
dep2.c Update. 2000-03-31 17:09:42 +00:00
dep3.c Update. 2000-03-31 17:09:42 +00:00
dep4.c Update. 2000-03-31 17:09:42 +00:00
dl-addr.c Update. 2000-03-23 20:31:46 +00:00
dl-close.c Update. 2000-04-17 15:41:59 +00:00
dl-debug.c Update. 2000-03-23 20:31:46 +00:00
dl-deps.c Update. 2000-04-17 15:41:59 +00:00
dl-dst.h Update. 1999-06-28 15:52:36 +00:00
dl-error.c Update. 2000-03-23 20:31:46 +00:00
dl-fini.c Update. 2000-04-17 15:41:59 +00:00
dl-init.c Update. 2000-04-28 06:14:43 +00:00
dl-libc.c Update. 2000-05-05 07:15:29 +00:00
dl-load.c Update. 2000-05-05 08:07:07 +00:00
dl-lookup.c Update. 2000-05-05 07:15:29 +00:00
dl-minimal.c Update. 2000-03-23 20:31:46 +00:00
dl-misc.c Update. 1999-12-31 18:51:25 +00:00
dl-object.c Update. 2000-03-23 20:31:46 +00:00
dl-open.c (dl_open_worker): Use l_map_start and l_map_end to test for pointer in range of DSO address space. 2000-05-04 15:47:12 +00:00
dl-profile.c Update. 2000-04-25 07:40:56 +00:00
dl-profstub.c Update. 2000-03-23 20:31:46 +00:00
dl-reloc.c Update. 2000-05-05 07:15:29 +00:00
dl-runtime.c Update. 2000-05-05 07:15:29 +00:00
dl-support.c Update. 2000-04-03 03:51:04 +00:00
dl-sym.c Update. 2000-05-05 07:15:29 +00:00
dl-symbol.c Update. 2000-05-05 07:15:29 +00:00
dl-version.c Update. 2000-04-15 22:26:34 +00:00
do-lookup.h Update. 2000-03-23 20:31:46 +00:00
do-rel.h Update. 2000-03-23 20:31:46 +00:00
dynamic-link.h Update. 2000-03-30 16:30:49 +00:00
elf.h Update. 2000-05-05 07:15:29 +00:00
eval.c Update. 1997-06-21 02:59:26 +00:00
failobj.c Update. 1999-01-25 11:00:16 +00:00
gen-trusted-dirs.awk Update. 1999-05-03 21:59:35 +00:00
genrtldtbl.awk Testsuite for owrdexp. 1998-03-05 16:42:56 +00:00
interp.c Update. 1998-05-08 20:42:23 +00:00
ldconfig.c Update. 2000-05-07 21:23:56 +00:00
ldconfig.h Update. 2000-05-07 21:23:56 +00:00
ldd.bash.in Update. 1999-10-05 01:55:45 +00:00
link.h Update. 2000-04-03 03:51:04 +00:00
loadfail.c Update. 1999-01-20 20:01:17 +00:00
loadtest.c Update. 1999-01-20 00:34:52 +00:00
Makefile Update. 2000-05-05 08:07:07 +00:00
multiload.c Update. 1999-02-19 00:00:05 +00:00
order.c Update. 2000-03-31 17:09:42 +00:00
origtest.c Update. 1999-05-05 23:29:18 +00:00
preloadtest.c Update. 1999-01-20 00:34:52 +00:00
readlib.c Update. 2000-04-11 16:27:38 +00:00
resolvfail.c Update. 1999-08-02 19:56:07 +00:00
restest1.c Update. 1999-01-19 23:47:25 +00:00
rtld.c Update. 2000-05-05 07:15:29 +00:00
sln.c Update. 1999-12-31 18:51:25 +00:00
sofini.c Update. 1997-09-30 17:10:40 +00:00
soinit.c Update. 2000-04-27 20:18:02 +00:00
sprof.c Update. 2000-03-23 20:31:46 +00:00
testobj1_1.c Update. 1999-01-21 08:31:59 +00:00
testobj1.c Update. 1999-01-21 08:31:59 +00:00
testobj2.c Update. 1999-01-21 08:31:59 +00:00
testobj3.c Update. 1999-01-21 08:31:59 +00:00
testobj4.c Update. 1999-01-21 08:31:59 +00:00
testobj5.c Update. 1999-01-21 08:31:59 +00:00
testobj6.c Update. 1999-01-21 08:31:59 +00:00
Versions Update. 2000-04-21 03:43:31 +00:00