[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] LTO and dwarf_to_unw_regnum_map
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] LTO and dwarf_to_unw_regnum_map |
Date: |
Mon, 6 Jul 2015 11:43:08 -0700 |
On Mon, Jul 6, 2015 at 11:14 AM, Dilyan Palauzov
<address@hidden> wrote:
> Hello,
>
> when consulting the output from the preprocessor, in
> dwarf/Lfind_proc_info-lsb.i I have extern const uint8_t
> _ULx86_64_dwarf_to_unw_regnum_map[17], and in x86_64/Lglobal.i is is
> extern const uint8_t _ULx86_64_dwarf_to_unw_regnum_map[33]; .
>
> 33 != 17
Do you have CONFIG_MSABI_SUPPORT=yes by any chance? Should be disabled
by default.
-Arun