Re: [PATCH] libdw: Try both the relative and absolute paths when finding a .dwo file.

2018-06-01 Thread Mark Wielaard
On Fri, 2018-06-01 at 13:23 +0200, Mark Wielaard wrote: > We would give up if one of them failed. With this fixed a self-test with > make check succeeds when building elfutils itself with CFLAGS set to > "-gdwarf-4 -gdwarf-split -O2". Pushed to master.

[PATCH] libdw: Try both the relative and absolute paths when finding a .dwo file.

2018-06-01 Thread Mark Wielaard
We would give up if one of them failed. With this fixed a self-test with make check succeeds when building elfutils itself with CFLAGS set to "-gdwarf-4 -gdwarf-split -O2". Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 7 +++ libdw/libdw_find_split_unit.c | 114 +