This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: ELF_DYNAMIC_INTERPRETER


>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.



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