[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libunwind] misc. DWARF2-fixes
From: |
Max Asbock |
Subject: |
Re: [libunwind] misc. DWARF2-fixes |
Date: |
Thu, 21 Oct 2004 17:30:37 -0700 |
I pulled down the latest bk tree. It fails to compile for me. There is a
change in apply_reg_state in dwarf/Gparser.c that uses the
DWARF_IS_REG_LOC macro. This is not defined for UNW_LOCAL_ONLY. So the
compiler says:
In file included from dwarf/Lparser.c:4:
dwarf/Gparser.c: In function `apply_reg_state':
dwarf/Gparser.c:552: warning: implicit declaration of function
`DWARF_IS_REG_LOC'
max
On Thu, 2004-10-21 at 08:19, David Mosberger wrote:
>
> I was a on a long train-ride yesterday, which gave me the opportunity
> to work on some of the "make check" failures on x86. I fixed a bunch
> of things in the DWARF2 unwinder (as well as some of the test-programs
> themselves). Those fixes I was comfortable with are in the bk
> repository already but there are a few things where I'm not really
> sure yet that I fixed them right. I attached a patch for some of
> those changes below.
>