+2004-03-08 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
+ Don't use INTUSE with _dl_signal_error.
+
+2004-03-08 Steven Munroe <sjmunroe@us.ibm.com>
+
+ * sysdeps/powerpc/powerpc64/dl-machine.c(_dl_reloc_overflow): Replace
+ INTUSE with GLRO.
+
2004-03-08 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Fix typo
+2004-03-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/s390/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
+ _rtld_global_ro.
+
2004-03-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
- _rtlf_global_ro.
+ _rtld_global_ro.
* tst-once4.c: Remove unnecessary macro definition.
#if defined NEED_DL_SYSINFO && defined SHARED
# define INIT_SYSINFO \
- _head->sysinfo = GL(dl_sysinfo)
+ _head->sysinfo = GLRO(dl_sysinfo)
#else
# define INIT_SYSINFO
#endif
libpthread {
GLIBC_2.3.4 {
- longjmp; siglongjmp;
+ longjmp; siglongjmp;
}
}
/* Machine-dependent ELF dynamic relocation functions. PowerPC64 version.
- Copyright (C) 1995-2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
t = stpcpy (t, "'");
}
t = stpcpy (t, " out of range");
- INTUSE (_dl_signal_error) (0, map->l_name, NULL, buffer);
+ _dl_signal_error (0, map->l_name, NULL, buffer);
}