Re: using --output-type dyn on an arm executable

2013-06-07 Thread Corbin Champion
Why is the option presented? What value does it have if not supported? That said, what I really want is to have an existing executable load to a higher/different address than default. Do you know of a way to do that? Thanks, Corbin On Jun 7, 2013 5:47 AM, "nick clifton" wrote: > Hi Corbin, >

[Bug binutils/15546] real_fopen does not set CLOEXEC in thread-safe way

2013-06-07 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15546 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

Re: using --output-type dyn on an arm executable

2013-06-07 Thread nick clifton
Hi Corbin, I have had success modifying and running a executable after changing it to a shared object via the use of *elfedit --output-type dyn /bin/grep* for an i386. But, I get a segmentation fault whenever I do similar for executables on an arm based machine. Sorry, but this is not a suppo