public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17263] New: [powerpc] __get_clockfreq broken for 32-bit non-power4 glibc
@ 2014-08-12 21:29 jsm28 at gcc dot gnu.org
  2014-08-13 16:07 ` [Bug libc/17263] " cvs-commit at gcc dot gnu.org
  2014-08-13 16:07 ` jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-08-12 21:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17263

            Bug ID: 17263
           Summary: [powerpc] __get_clockfreq broken for 32-bit non-power4
                    glibc
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
              Host: powerpc*-*-*

sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c uses the VDSO to get an
hp_timing_t result.  The VDSO always provides a 64-bit result, but hp_timing_t
is 32-bit if the power4 sysdeps directories aren't used, resulting in only r3
(the high part of the result, = 0) being used, a value of 0 being returned and
test-gettimebasefreq failing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-13 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-12 21:29 [Bug libc/17263] New: [powerpc] __get_clockfreq broken for 32-bit non-power4 glibc jsm28 at gcc dot gnu.org
2014-08-13 16:07 ` [Bug libc/17263] " cvs-commit at gcc dot gnu.org
2014-08-13 16:07 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).