2012-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Fri, 20 Apr 2012 11:45:54 +0000 (11:45 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Fri, 20 Apr 2012 11:45:54 +0000 (11:45 +0000)
* elf32-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default.
* elf64-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default.

bfd/ChangeLog
bfd/elf32-s390.c
bfd/elf64-s390.c

index 93cc9ebb1c722668990c82d6316b8252513a737e..2f71a98e29cecdbfcaf48d40a57ce1143e01eaba 100644 (file)
@@ -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
index 7793d079277845fde4032539cd5886df50ab81fc..0d64f0dd6d1897aed5e8abca0fe8bcdf5c4295db 100644 (file)
@@ -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
index 0eb9b53062dd061746860383dbc32c62ef6a9bbf..1fb7cccbed0150e88824538587fbb1b24514f500 100644 (file)
@@ -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