freebsd-dev/contrib/elftoolchain/readelf
Maxim Sobolev 65caaa0ed6 Fix CU: output of the --debug-dump=decodedline, the problem there
is that both file name and current directory is recorded, however
file name sometimes already contains absolute path. In which case
prefixing it with directory name results in an invalid pathname.

Only append directory name if the file name does not start with '/'.
This seems to DTRT.

Approved by:	emaste
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D18290
2018-11-21 21:46:06 +00:00
..
Makefile
os.NetBSD.mk Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
readelf.1 Update to ELF Tool Chain r3490 2016-08-31 15:05:04 +00:00
readelf.c Fix CU: output of the --debug-dump=decodedline, the problem there 2018-11-21 21:46:06 +00:00