public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Committed] S/390: Fix dynamic linker paths
@ 2012-04-20 13:22 Andreas Krebbel
  0 siblings, 0 replies; only message in thread
From: Andreas Krebbel @ 2012-04-20 13:22 UTC (permalink / raw)
  To: binutils

Hi,

it is not that important since GCC does anyway always override these
values but the current paths simply look too bogus.

Committed to mainline.

Bye,

-Andreas-


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.

---
 bfd/elf32-s390.c |    2 +-
 bfd/elf64-s390.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: bfd/elf32-s390.c
===================================================================
--- bfd/elf32-s390.c.orig
+++ 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
Index: bfd/elf64-s390.c
===================================================================
--- bfd/elf64-s390.c.orig
+++ 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-20 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 13:22 [Committed] S/390: Fix dynamic linker paths Andreas Krebbel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).