public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/6507] New: asm/elf.h don't exist anymore in linux kernel 2.6.25
@ 2008-05-11 13:21 aurelien at aurel32 dot net
  2008-05-11 13:22 ` [Bug libc/6507] " aurelien at aurel32 dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2008-05-11 13:21 UTC (permalink / raw)
  To: glibc-bugs

asm/elf.h has been removed in linux kernel 2.6.25, it can't be included anymore 
from sysdeps/unix/sysv/linux/alpha/sys/procfs.h.

-- 
           Summary: asm/elf.h don't exist anymore in linux kernel 2.6.25
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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

------- 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] 5+ messages in thread

* [Bug libc/6507] asm/elf.h don't exist anymore in linux kernel 2.6.25
  2008-05-11 13:21 [Bug libc/6507] New: asm/elf.h don't exist anymore in linux kernel 2.6.25 aurelien at aurel32 dot net
@ 2008-05-11 13:22 ` aurelien at aurel32 dot net
  2008-05-14 20:32 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2008-05-11 13:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aurelien at aurel32 dot net  2008-05-11 13:21 -------
Created an attachment (id=2731)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2731&action=view)
Patch to fix the problem.


-- 


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

------- 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] 5+ messages in thread

* [Bug libc/6507] asm/elf.h don't exist anymore in linux kernel 2.6.25
  2008-05-11 13:21 [Bug libc/6507] New: asm/elf.h don't exist anymore in linux kernel 2.6.25 aurelien at aurel32 dot net
  2008-05-11 13:22 ` [Bug libc/6507] " aurelien at aurel32 dot net
@ 2008-05-14 20:32 ` drepper at redhat dot com
  2008-11-26 23:30 ` [Bug ports/6507] " drepper at redhat dot com
  2009-07-20 16:17 ` aurelien at aurel32 dot net
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2008-05-14 20:32 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |rth at gcc dot gnu dot org
             Status|NEW                         |ASSIGNED


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

------- 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] 5+ messages in thread

* [Bug ports/6507] asm/elf.h don't exist anymore in linux kernel 2.6.25
  2008-05-11 13:21 [Bug libc/6507] New: asm/elf.h don't exist anymore in linux kernel 2.6.25 aurelien at aurel32 dot net
  2008-05-11 13:22 ` [Bug libc/6507] " aurelien at aurel32 dot net
  2008-05-14 20:32 ` drepper at redhat dot com
@ 2008-11-26 23:30 ` drepper at redhat dot com
  2009-07-20 16:17 ` aurelien at aurel32 dot net
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2008-11-26 23:30 UTC (permalink / raw)
  To: glibc-bugs



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


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

------- 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] 5+ messages in thread

* [Bug ports/6507] asm/elf.h don't exist anymore in linux kernel 2.6.25
  2008-05-11 13:21 [Bug libc/6507] New: asm/elf.h don't exist anymore in linux kernel 2.6.25 aurelien at aurel32 dot net
                   ` (2 preceding siblings ...)
  2008-11-26 23:30 ` [Bug ports/6507] " drepper at redhat dot com
@ 2009-07-20 16:17 ` aurelien at aurel32 dot net
  3 siblings, 0 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2009-07-20 16:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aurelien at aurel32 dot net  2009-07-20 16:17 -------
Fixed in commit 6b4e363a79674065338c1078c009dabe65d9a0a6

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


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

------- 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] 5+ messages in thread

end of thread, other threads:[~2009-07-20 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-11 13:21 [Bug libc/6507] New: asm/elf.h don't exist anymore in linux kernel 2.6.25 aurelien at aurel32 dot net
2008-05-11 13:22 ` [Bug libc/6507] " aurelien at aurel32 dot net
2008-05-14 20:32 ` drepper at redhat dot com
2008-11-26 23:30 ` [Bug ports/6507] " drepper at redhat dot com
2009-07-20 16:17 ` aurelien at aurel32 dot net

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