Module Name: src
Committed By: drochner
Date: Tue Feb 23 20:42:40 UTC 2010
Modified Files:
src/external/gpl3/binutils/dist/bfd: elf32-i386.c
Log Message:
adjust INTERP path for NetBSD (needed eg for -static -pie)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/bfd/elf32-i386.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/binutils/dist/bfd/elf32-i386.c
diff -u src/external/gpl3/binutils/dist/bfd/elf32-i386.c:1.2 src/external/gpl3/binutils/dist/bfd/elf32-i386.c:1.3
--- src/external/gpl3/binutils/dist/bfd/elf32-i386.c:1.2 Wed Aug 19 07:19:30 2009
+++ src/external/gpl3/binutils/dist/bfd/elf32-i386.c Tue Feb 23 20:42:40 2010
@@ -504,7 +504,7 @@
/* The name of the dynamic interpreter. This is put in the .interp
section. */
-#define ELF_DYNAMIC_INTERPRETER "/usr/lib/libc.so.1"
+#define ELF_DYNAMIC_INTERPRETER "/libexec/ld.elf_so"
/* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
copying dynamic variables from a shared lib into an app's dynbss