On Tue, Feb 12, 2019 at 01:15:45AM +, Sasha Da Rocha Pinheiro wrote:
> I found that when libdw will try to get the base CFI from the ABI, the
> function ebl_abi_cfi() ends calling default_abi_cfi() which returns -1, when
> should be calling x86_64_abi_cfi().
> In addition, the symbol x86_64_
I found that when libdw will try to get the base CFI from the ABI, the function
ebl_abi_cfi() ends calling default_abi_cfi() which returns -1, when should be
calling x86_64_abi_cfi().
In addition, the symbol x86_64_abi_cfi in the file libdw.so is not present, but
all the respective default_* on