public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/6650] New: glibc-2.8 does not include creat64() on alpha
@ 2008-06-17  3:36 vapier at gentoo dot org
  2008-11-26 23:26 ` [Bug ports/6650] " drepper at redhat dot com
  2010-05-04  2:24 ` mattst88 at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: vapier at gentoo dot org @ 2008-06-17  3:36 UTC (permalink / raw)
  To: glibc-bugs

the current code base assumes that all 64bit ports provide __NR_creat.  this is
done by sysdeps/unix/sysv/linux/wordsize-64/creat64.c being a stub which means
the previous symbol location in io/creat64.c is not used.  other 64bit ports use
sysdeps/unix/sysv/linux/wordsize-64/syscalls.list to make creat64 an alias to
the creat function, thus overriding the io/creat.c file.  since alpha lacks
__NR_creat, the creat line in syscalls.list is ignored, leaving alpha with
io/creat.o declaring creat (and not creat64), and io/creat64.o declaring no
symbols at all.

-- 
           Summary: glibc-2.8 does not include creat64() on alpha
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: rth at gcc dot gnu dot org
        ReportedBy: vapier at gentoo dot org
                CC: glibc-bugs at sources dot redhat dot com,toolchain at
                    gentoo dot org
  GCC host triplet: alpha-linux-gnu


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

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


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

end of thread, other threads:[~2010-05-04  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-17  3:36 [Bug libc/6650] New: glibc-2.8 does not include creat64() on alpha vapier at gentoo dot org
2008-11-26 23:26 ` [Bug ports/6650] " drepper at redhat dot com
2010-05-04  2:24 ` mattst88 at gmail dot com

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).