This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


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

[Bug libc/6867] New: correct typo: rtdl_global_ro_offsetof to rtld_global_ro_offsetof


The rtdl_global_ro_offsetof symbol is only used in this sym file for use in the
RTLD_GLOBAL_RO_DL_HWCAP_OFFSET macro.  This shouldn't effect previous usages of
the macro because they expand to 'offsetof'.

--- glibc/sysdeps/powerpc/elf/rtld-global-offsets.sym 2008-08-20
11:49:19.000000000 -0500
+++ glibc.new/sysdeps/powerpc/elf/rtld-global-offsets.sym 2008-08-19
17:46:39.000000000 -0500
@@ -2,6 +2,6 @@
 
 #include <ldsodefs.h>
 
-#define rtdl_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
+#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
 
-RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtdl_global_ro_offsetof (_dl_hwcap)
+RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtld_global_ro_offsetof (_dl_hwcap)

-- 
           Summary: correct typo: rtdl_global_ro_offsetof to
                    rtld_global_ro_offsetof
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: rsa at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: powerpc64-linux
  GCC host triplet: powerpc64-linux
GCC target triplet: powerpc64-linux


http://sourceware.org/bugzilla/show_bug.cgi?id=6867

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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