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

* [Bug ports/6650] glibc-2.8 does not include creat64() on alpha
  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 ` drepper at redhat dot com
  2010-05-04  2:24 ` mattst88 at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: drepper at redhat dot com @ 2008-11-26 23:26 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-11-26 23:25 -------
Alpha is not in the main tree anymore since we have no maintainer.  Somebody has
to step up and volunteer to be the maintainer of the alpha ports tree or nothing
will happen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rth at gcc dot gnu dot org  |roland at gnu dot org
          Component|libc                        |ports


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

* [Bug ports/6650] glibc-2.8 does not include creat64() on alpha
  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
  1 sibling, 0 replies; 3+ messages in thread
From: mattst88 at gmail dot com @ 2010-05-04  2:24 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From mattst88 at gmail dot com  2010-05-04 02:24 -------
Richard Henderson fixed this with commit c7b880234d5 to glibc-ports.git. Marking
as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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