glibc/elf
Ulrich Drepper a709dd439a Update.
1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* Makeconfig (rpath-link): Add resolvobjdir.
	(resolvobjdir): New variable.
	Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].

1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-close.c: Call shared object terminators at the right time.
	Patch by Philippe Troin <phil@fifi.org>.

1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Make-dist (+tsrcs): Also add *.map for every member of
	$(extra-libs).

	* Makefile (distribute): Don't distribute scripts/printsources and
	scripts/=__ify.  Distribute FAQ.in.
	(rpm/%): Don't pass subdirs to sub-make.

	* timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
	instead of $(no_deps).

1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/generic/setenv.c: Protect against GNU C extension.
	(KNOWN_VALUE, STORE_VALUE): Do it right.
	(setenv): Remove unused variable.

1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
	(CFLAGS-zdump.c): Add $(tz-cflags).

	* timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
	return type.

1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* time/tzfile.c (__tzfile_compute): Undo last change.  Instead
	take struct tm parameter and set tm_isdst, tm_zone and tm_offset
	if use_localtime.
	* time/tzset.c: Update prototype of __tzfile_compute.
	(__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
	tm_zone and tm_offset here if __use_tzfile.

1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules: Install libc.a even if there are no object file.

1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules (do-makelib): Don't force creating library from
	scratch, to avoid wasting time and space and to get correct
	behaviour if $(subdirs) is incomplete.

1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules (do-stamp): Make it work when building in source
	directory.
1998-05-20 10:50:03 +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
Makefile Update. 1998-05-15 14:46:36 +00:00
dl-addr.c Update. 1998-04-02 13:11:24 +00:00
dl-close.c Update. 1998-05-20 10:50:03 +00:00
dl-debug.c Update. 1998-04-02 13:11:24 +00:00
dl-deps.c Update. 1998-04-02 13:11:24 +00:00
dl-error.c Update. 1998-04-14 16:51:08 +00:00
dl-fini.c Update. 1998-04-02 13:11:24 +00:00
dl-hash.h update from main archive 970218 1997-02-19 04:43:53 +00:00
dl-init.c Update. 1998-04-02 13:11:24 +00:00
dl-load.c Update. 1998-05-20 00:15:00 +00:00
dl-lookup.c Update. 1998-04-02 13:11:24 +00:00
dl-minimal.c Update. 1998-04-21 18:15:51 +00:00
dl-misc.c Update. 1998-03-13 17:02:23 +00:00
dl-object.c Update. 1998-04-02 13:11:24 +00:00
dl-open.c Update. 1998-04-02 13:11:24 +00:00
dl-profile.c Update. 1998-04-14 16:51:08 +00:00
dl-reloc.c Update. 1998-04-02 13:11:24 +00:00
dl-runtime.c Update. 1998-04-07 16:28:09 +00:00
dl-support.c Update. 1998-05-20 00:15:00 +00:00
dl-symbol.c Update. 1998-04-02 13:11:24 +00:00
dl-version.c Update. 1998-04-02 13:11:24 +00:00
dladdr.c Update. 1998-03-24 00:39:45 +00:00
dlclose.c Update. 1998-03-24 00:39:45 +00:00
dlerror.c (dlerror): Don't assume that __libc_internal_tsd_get is defined. __libc_getspecific is already well-protected, so just use it directly. 1998-04-23 22:45:20 +00:00
dlfcn.h Update. 1997-09-27 00:21:42 +00:00
dlopen.c Update. 1998-03-24 00:39:45 +00:00
dlsym.c Update. 1998-03-24 00:39:45 +00:00
dlvsym.c Update. 1998-03-24 00:39:45 +00:00
do-rel.h Update. 1997-08-14 01:54:13 +00:00
dynamic-link.h Update. 1997-12-14 22:24:57 +00:00
elf.h * elf/dl-runtime.c (fixup, profile_fixup): The final arg to _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT. * elf/elf.h (EM_SPARC64): Remove. (EM_SPARC32PLUS, EM_SPARCV9): Add. (HWCAP_SPARC_V9): Add. * elf/ldsodefs.h (_dl_hwcap): Declare. * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask): Weaken so dlopen from static progies works. (WEAKADDR): New macro. (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu. (LD_SO_PRELOAD): New macro. (elf_machine_fixup_plt): Cope with weak _dl_hwcap. (elf_machine_rela): Weaken _dl_rtld_map. * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone to __clone, and remove the later's alias. * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from the kernel's structure. 1998-04-06 19:08:46 +00:00
eval.c Update. 1997-06-21 02:59:26 +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
ldd.bash.in Update. 1998-03-29 21:14:40 +00:00
ldd.sh.in Update. 1998-03-29 21:14:40 +00:00
ldsodefs.h Update. 1998-05-20 00:15:00 +00:00
libdl.map Update. 1997-06-13 22:46:42 +00:00
link.h Update. 1998-03-31 18:24:48 +00:00
rtld.c Update. 1998-05-20 00:15:00 +00:00
sofini.c Update. 1997-09-30 17:10:40 +00:00
soinit.c Update. 1997-12-22 20:53:38 +00:00
sprof.c Update. 1998-03-24 00:39:45 +00:00