This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]