diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-04-20 11:45:53 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-04-20 11:45:53 +0000 |
commit | d4dec3483054c9053c2fa8bb48357e74d8ec4e4c (patch) | |
tree | 0f170eec6597234e5551b00ff98972f7a7c95aec /bfd | |
parent | d2329c53a7ada39793adc09b3c6b7581834cbe1b (diff) | |
download | binutils-redhat-d4dec3483054c9053c2fa8bb48357e74d8ec4e4c.tar.gz |
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')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elf32-s390.c | 2 | ||||
-rw-r--r-- | bfd/elf64-s390.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 93cc9ebb1c..2f71a98e29 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +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. + 2012-04-19 Thomas Schwinge <thomas@codesourcery.com> * elf32-sh.c (elf_sh_link_hash_entry): Specify an enum identifier for diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 7793d07927..0d64f0dd6d 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 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 |