libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] GDB - stable ABI major version


From: David Mosberger-Tang
Subject: Re: [Libunwind-devel] GDB - stable ABI major version
Date: Tue, 10 Apr 2007 19:56:56 -0600

Looks good to me.

Thanks,

 --david

On 4/10/07, Jan Kratochvil <address@hidden> wrote:
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


_______________________________________________
Libunwind-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/libunwind-devel



--
Mosberger Consulting LLC, http://www.mosberger-consulting.com/




reply via email to

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