Re: [PATCH,ARM] Suppress the dynamic linker commands for statically linked programs

2012-09-17 Thread Richard Earnshaw
On 14/09/12 21:34, Ben Cheng wrote: Hi, Recently we found out that the .interp section starts to show up in ARM executables compiled with -shared -static and the gold linker from binutils 2.22. We tracked down the origin of the dynamic linker commands and they are always explicitly

[PATCH,ARM] Suppress the dynamic linker commands for statically linked programs

2012-09-14 Thread Ben Cheng
Hi, Recently we found out that the .interp section starts to show up in ARM executables compiled with -shared -static and the gold linker from binutils 2.22. We tracked down the origin of the dynamic linker commands and they are always explicitly specified in config/arm/linux-elf.h. We tested the