This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

ELF_DYNAMIC_INTERPRETER


Hi,

Shouldn't the:

#define ELF_DYNAMIC_INTERPRETER     "/usr/lib/ld.so.1"

be changed to -> 

#define ELF_DYNAMIC_INTERPRETER     "/lib/ld-linux.so.2"

in the file: \BINUTILS-2.14\bfd\elf32-arm.h

This is causing the dynamic interpreter of my executable as
"/usr/lib/ld.so.1" when I link my program using arm-linux-ld.

 
Manoj

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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