libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] GDB - stable ABI major version


From: Jan Kratochvil
Subject: [Libunwind-devel] GDB - stable ABI major version
Date: Tue, 10 Apr 2007 23:40:18 +0200
User-agent: Mutt/1.4.2.2i

Hi,

GDB currently loads `libunwind-ia64.so':
        #define LIBUNWIND_SO "libunwind-" STRINGIFY(UNW_TARGET) ".so"

and uses its symbol in a defined ABI way afterwards.
This makes an incompatible ABI change impossible.

`libname.so' should be used only for the build time while runtime should use
`libunwind-ia64.so.7' in this case.

OK to submit such patch to GDB?
        #define LIBUNWIND_SO "libunwind-" STRINGIFY(UNW_TARGET) ".so.7"


Regards,
Jan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]