Date: Thu, 20 Oct 2011 09:41:24 +0200 (CEST) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: freebsd-hackers@freebsd.org Subject: .eh_frame, .eh_frame_hdr - how to remove that trash Message-ID: <alpine.BSF.2.00.1110200937220.33102@wojtek.tensor.gdynia.pl>
next in thread | raw e-mail | index | archive | help
how to do this and what the hell it is used at all? i found somewhere it is some debugging info but i do not put -g option to compiler while compiling and still get substantial amount of this trash. trying strip -R .eh_frame -R .eh_frame_hdr results in working but LARGER binary, padded with lots of binary zeros. as the resulting program is working fine it proves that it is not needed at all, but i have no idea why this zero padding
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1110200937220.33102>