Petr Machata <[email protected]> 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, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel
