From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthieu castet Date: Thu, 11 Mar 2010 23:04:48 +0000 (UTC) Subject: [Buildroot] sstrip bug Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net sstrip porting from http://www.muppetlabs.com/~breadbox/software/elfkickers.html to multi endianess/class broke program header patching. Now Dynamic entry is wrong (it works for linker, but not for tools like readelf) : the offset is wrong. you can find a patch and an example at https://dev.openwrt.org/ticket/6847 Thanks