[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] problems linking with gold
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] problems linking with gold |
Date: |
Fri, 2 Sep 2011 15:56:25 -0700 |
On Fri, Sep 2, 2011 at 1:21 PM, Hochhaus, Andrew <address@hidden> wrote:
> The linking issues was fixed in this commit:
>
> http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=commit;h=4dc222cf8af663b4557b56281737f2c2f1115827
>
> However, the problem was introduced again here:
>
> http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=commit;h=d589e205068843548d57116e2e228c6f552a12f4
>
> I manually re-added "$(LIBUNWIND_local)" in "tests/Makefile.am" to a
> fresh checkout of HEAD and everything linked correctly with gold.
Looks like the default was flipped for binutils as well:
http://sources.redhat.com/ml/binutils/2011-08/msg00129.html
I'll apply this to 1.0-stable.
-Arun