This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] libdwfl: Add minisymtab support.


On Tue, 22 Jan 2013 22:03:24 +0100, Mark Wielaard wrote:
> I do wonder how realistic it is that we will ever encounter such a case though.

I do not wonder, it is for example /usr/bin/fpc (from fpc-2.6.0-3.fc18.x86_64).
	for i in $(file /usr/bin/*|grep -i static|sed 's/:.*//');do readelf -WS $i|grep -qw gnu_debugdata && echo $i;done


Thanks,
Jan

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]