Patch: Fix dl_sysinfo

H. J. Lu hjl@lucon.org
Mon Mar 8 16:58:00 GMT 2004


2004-03-08  H.J. Lu <hongjiu.lu@intel.com>

	* sysdeps/generic/dl-fptr.c: Replace GL(dl_sysinfo) with
	GLRO(dl_sysinfo).

--- nptl/sysdeps/s390/tls.h	2004-01-06 09:34:31.000000000 -0800
+++ nptl/sysdeps/s390/tls.h	2004-03-05 17:09:30.000000000 -0800
@@ -108,7 +108,7 @@ typedef struct
 
 #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



More information about the Libc-alpha mailing list