From d4dec3483054c9053c2fa8bb48357e74d8ec4e4c Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Fri, 20 Apr 2012 11:45:53 +0000 Subject: 2012-04-20 Andreas Krebbel * elf32-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default. * elf64-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default. --- bfd/elf64-s390.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf64-s390.c') diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c index 0eb9b53062..1fb7cccbed 100644 --- a/bfd/elf64-s390.c +++ b/bfd/elf64-s390.c @@ -493,7 +493,7 @@ elf_s390_is_local_label_name (abfd, name) /* The name of the dynamic interpreter. This is put in the .interp section. */ -#define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1" +#define ELF_DYNAMIC_INTERPRETER "/lib/ld64.so.1" /* 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 -- cgit v1.2.1