diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-04-20 11:45:54 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-04-20 11:45:54 +0000 |
commit | 87049b0da81d61929aa4fe7d127faceabd53156d (patch) | |
tree | 3f1e04f74027a8e3037a077a7f411007dd1b2991 /bfd/elf64-s390.c | |
parent | 2b0bc5014853ea965942e57161169cbac1d16d23 (diff) | |
download | gdb-87049b0da81d61929aa4fe7d127faceabd53156d.zip gdb-87049b0da81d61929aa4fe7d127faceabd53156d.tar.gz gdb-87049b0da81d61929aa4fe7d127faceabd53156d.tar.bz2 |
2012-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* elf32-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default.
* elf64-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default.
Diffstat (limited to 'bfd/elf64-s390.c')
-rw-r--r-- | bfd/elf64-s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c index 0eb9b53..1fb7ccc 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 |