[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] config.h inclusion in libunwind-x86_64.h
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] config.h inclusion in libunwind-x86_64.h |
Date: |
Mon, 5 Sep 2011 09:48:43 -0700 |
On Mon, Sep 5, 2011 at 2:19 AM, Harald Servat <address@hidden> wrote:
> I've checked against libunwind-0.99 and #include "config.h" was not
> there, so I just commented out line #35 of libunwind-x86_64.h and it
> worked like a charm.
>
> Is this a known issue? Is it safe to proceed this way?
This one is my fault. If you don't care about CONFIG_MSABI_SUPPORT (I
don't expect most people to care) this is a fine workaround. I'll
commit a hopefully more reasonable fix to v1.0-stable branch in a
couple of days.
-Arun