[Ltrace-devel] 0.7.1 released

Andreas Schwab schwab at linux-m68k.org
Fri Nov 30 10:17:52 UTC 2012


Petr Machata <pmachata at redhat.com> writes:

> - Fixed detection of VDSO entry.  This caused messages like:
>   Couldn't determine base address of linux-vdso32.so.1

Which still happens, since you only check for linux-vdso.so.1.

$ git grep -e -soname -- arch
arch/arm64/kernel/vdso/Makefile:ccflags-y += -nostdlib -Wl,-soname=linux-vdso.so.1 \
arch/ia64/kernel/Makefile.gate:GATECFLAGS_gate.so = -shared -s -Wl,-soname=linux-gate.so.1 \
arch/powerpc/kernel/vdso32/Makefile:ccflags-y += -nostdlib -Wl,-soname=linux-vdso32.so.1 \
arch/powerpc/kernel/vdso64/Makefile:ccflags-y += -nostdlib -Wl,-soname=linux-vdso64.so.1 \
arch/s390/kernel/vdso32/Makefile:KBUILD_CFLAGS_31 += -nostdlib -Wl,-soname=linux-vdso32.so.1 \
arch/s390/kernel/vdso64/Makefile:KBUILD_CFLAGS_64 += -nostdlib -Wl,-soname=linux-vdso64.so.1 \
arch/sh/kernel/vsyscall/Makefile:vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 \
arch/x86/um/vdso/Makefile:VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
arch/x86/vdso/Makefile:VDSO_LDFLAGS_vdso.lds = -m64 -Wl,-soname=linux-vdso.so.1 \
arch/x86/vdso/Makefile:			   -Wl,-soname=linux-vdso.so.1 \
arch/x86/vdso/Makefile:VDSO_LDFLAGS_vdso32.lds = -m32 -Wl,-soname=linux-gate.so.1

Andreas.

-- 
Andreas Schwab, schwab at linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Ltrace-devel mailing list