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 libc/15648] multiple definition of `__lll_lock_wait_private'


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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Support building glibc with |multiple definition of
                   |-flto.                      |`__lll_lock_wait_private'

--- Comment #7 from Andreas Schwab <schwab@linux-m68k.org> ---
This has nothing to do with building glibc with -flto.  There are simply two
defintions of __lll_lock_wait_private and __lll_unlock_wait_private, one in
libpthread.a(lowlevellock.o) and another one in libc.a(libc-lowlevellock.o). 
One of them needs to be elided from the static library.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]