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/19007] FAIL: elf/check-localplt with gcc-5/6


https://sourceware.org/bugzilla/show_bug.cgi?id=19007

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
No, everything is pretty vanilla:

CFLAGS="-g -O2 -pipe" CXXFLAGS="-g -O2 -pipe" ~/glibc/configure --prefix=/usr
--libdir=/usr/lib --libexecdir=/usr/lib --with-headers=/usr/include
--enable-add-ons --enable-kernel=4.0 --with-tls --with-__thread
--enable-bind-now --without-gd --without-cvs --disable-profile
--disable-multi-arch --disable-werror

I just installed the resulting glibc and interposing malloc works just fine,
e.g.:

LD_PRELOAD=/usr/lib/libllalloc.so.1.3 some_program

So it must be a false positive.

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