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 nptl/849] build failure with nptl


------- Additional Comments From vda at ilport dot com dot ua  2006-06-19 11:33 -------
The problem seems to be here:

nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (fixed):

//vda: seems like bug?
//extern int __lll_lock_wait (int val, int *__futex)
//     __attribute ((regparm (2))) attribute_hidden;
extern int __lll_lock_wait (int *__futex)               //
     /* __attribute ((regparm (1))) */ attribute_hidden;      //

All other arches have __lll_lock_wait() with ONE argument (int *__futex),
and nptl/sysdeps/unix/sysv/linux/lowlevellock.c does expect that.

Why this bug is marked as a dup of a bug 333 "This is a placeholder bug; other
bugs are marked as duplicates of this bug when they are improper reports about
problems compiling glibc" - is beyond me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


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

------- 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]