ELF_DYNAMIC_INTERPRETER

Philip Blundell Philip.Blundell@pobox.com
Thu Jun 1 14:27:00 GMT 2000


>even exist on my Linux/Alpha box). As far as I could tell
>elf64_alpha_size_dynamic_sections():elf64-alpha.c picks
>the string ELF_DYNAMIC_INTERPRETER to hard code the interpreter
>in the final image's .interp section. Where/how is it
>morphing to /lib/ld-linux.so.2?

ELF_DYNAMIC_INTERPRETER is the default interpreter specified by the ABI.  The 
compiler can override it using the --dynamic-linker option.  Take a look at 
the *link section of the GCC specs file.

p.




More information about the Binutils mailing list