sysdeps/powerpc/elf/rtld-global-offsets.sym

Andreas Jaeger aj@suse.de
Sun Mar 7 11:37:00 GMT 2004


Looking at the recent changes, I guess this file needs to be changed
with the following patch.

Can anybody test this on powerpc, please?

Andreas

2004-03-07  Andreas Jaeger  <aj@suse.de>

	* sysdeps/powerpc/elf/rtld-global-offsets.sym: Use _dl_hwcap is in
	rtld_global_ro.

============================================================
Index: sysdeps/powerpc/elf/rtld-global-offsets.sym
--- sysdeps/powerpc/elf/rtld-global-offsets.sym	16 Jan 2004 04:43:46 -0000	1.1
+++ sysdeps/powerpc/elf/rtld-global-offsets.sym	7 Mar 2004 11:36:31 -0000
@@ -2,6 +2,6 @@
 
 #include <ldsodefs.h>
 
-#define rtdl_global_offsetof(mem) offsetof (struct rtld_global, mem)
+#define rtdl_global_offsetof(mem) offsetof (struct rtld_global_ro, mem)
 
 RTLD_GLOBAL_DL_HWCAP_OFFSET	rtdl_global_offsetof (_dl_hwcap)

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20040307/0f68f922/attachment.sig>


More information about the Libc-hacker mailing list