Hi Jose, On Wed, 2017-08-02 at 21:21 +0200, Jose E. Marchesi wrote: > Never mind... now that I bothered to actually read what that code does, > found the problem was I didnt configure enabling maintainer mode... > > Maybe it would be good to update libdw/known-dwarf.h in the git repo...
It isn't in git (since it is a generated file). --enable-maintainer-mode creates it. And configure should warn if it isn't there that you need --enable-maintainer-mode (it is there in a release tar ball of course). I guess it is slightly confusing if you once configured with --enable-maintainer-mode and then configure the same tree without and in between dwarf.h gets updated. Then it indeed doesn't get updated. Sorry about that. > PS: all 172 tests passed in sparc64-linux-gnu Great. Thanks for testing! Cheers, Mark