This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: [PATCH] allow easier overriding of ELF_DYNAMIC_INTERPRETER


Hi David,

> 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
> 
> * elf32-arm.h (ELF_DYNAMIC_INTERPRETER): Only define if not already
> 	defined.
> 	* elf32-cris.c: Likewise.
> 	* elf32-hppa.c: Likewise.
> 	* elf32-i370.c: Likewise.
> 	* elf32-i386.c: Likewise.
> 	* elf32-m68k.c: Likewise.
> 	* elf32-mips.c: Likewise.
> 	* elf32-ppc.c: Likewise.
> 	* elf32-s390.c: Likewise.
> 	* elf32-sh.c: Likewise.
> 	* elf32-sparc.c: Likewise.
> 	* elf64-alpha.c: Likewise.
> 	* elf64-hppa.c: Likewise.
> 	* elf64-s390.c: Likewise.
> 	* elf64-sparc.c: Likewise.
> 	* elf64-x86-64.c: Likewise.
> 	* elfxx-ia64.c: Likewise.

I Think that Thiemo is right - it would be better to #undef any prior
definitions of ELF_DYNAMIC_INTERPRETER rather than providing a
definition in case there is no default.  Please could you change your
patch to do this instead ?

Cheers
        Nick




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