Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/bfd adjust INTERP path for NetBS...
details: https://anonhg.NetBSD.org/src/rev/a74f5005f298
branches: trunk
changeset: 752334:a74f5005f298
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Feb 23 20:42:40 2010 +0000
description:
adjust INTERP path for NetBSD (needed eg for -static -pie)
diffstat:
external/gpl3/binutils/dist/bfd/elf32-i386.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f73d690b0ba0 -r a74f5005f298 external/gpl3/binutils/dist/bfd/elf32-i386.c
--- a/external/gpl3/binutils/dist/bfd/elf32-i386.c Tue Feb 23 20:41:41 2010 +0000
+++ b/external/gpl3/binutils/dist/bfd/elf32-i386.c Tue Feb 23 20:42:40 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index