+2005-02-08 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
+
+2005-02-08 Andreas Schwab <schwab@suse.de>
+
+ * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
+ RESOLVE.
+
2005-02-07 Richard Henderson <rth@redhat.com>
* iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
}
# ifdef SHARED
- if (l->l_prev == NULL || (mode && __RTLD_AUDIT) != 0)
+ if (l->l_prev == NULL || (mode & __RTLD_AUDIT) != 0)
/* We are loading the executable itself when the dynamic linker
was executed directly. The setup will happen later. */
break;
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
-fedora-sync-date := 2005-02-08 09:48 UTC
-fedora-sync-tag := fedora-glibc-20050208T0948
+fedora-sync-date := 2005-02-08 22:13 UTC
+fedora-sync-tag := fedora-glibc-20050208T2213
-%define glibcrelease 6
+%define glibcrelease 7
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
Name: glibc
Version: %{glibcversion}
Release: %{glibcrelease}
-Copyright: LGPL
+License: LGPL
Group: System Environment/Libraries
%define glibcsrcdir %{name}-%{glibcdate}
Source0: %{glibcsrcdir}.tar.bz2
%endif
%changelog
+* Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
+- update from CVS
+ - fix TLS handling in linuxthreads
+
* Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
- update from CVS
- ld.so auditing
else
{
const Elf32_Sym *const refsym = sym;
-#ifndef RTLD_BOOTSTRAP
struct link_map *sym_map = RESOLVE_MAP (&sym, version, r_type);
Elf32_Addr value = sym == NULL ? 0 : sym_map->l_addr + sym->st_value;
-#else
- Elf32_Addr value = RESOLVE (&sym, version, r_type);
-
- if (sym)
- value += sym->st_value;
-#endif /* !RTLD_BOOTSTRAP */
switch (r_type)
{