diff options
Diffstat (limited to 'bfd/elf32-s390.c')
-rw-r--r-- | bfd/elf32-s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 7793d07..0d64f0d 100644 --- a/bfd/elf32-s390.c +++ b/bfd/elf32-s390.c @@ -470,7 +470,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/ld.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 |