Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 05:09:23 -0700 (PDT)
From:      Serguei Tzukanov <tzukanov@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19139 for review
Message-ID:  <200210121209.g9CC9NB9001055@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19139

Change 19139 by tzukanov@tzukanov_antares on 2002/10/12 05:09:05

	Fix warnings about redefined symbol.

Affected files ...

.. //depot/projects/s390/contrib/binutils/bfd/elf32-s390.c#3 edit
.. //depot/projects/s390/contrib/binutils/bfd/elf64-s390.c#3 edit

Differences ...

==== //depot/projects/s390/contrib/binutils/bfd/elf32-s390.c#3 (text+ko) ====

@@ -230,7 +230,9 @@
 /* The name of the dynamic interpreter.  This is put in the .interp
    section.  */
 
+#ifndef ELF_DYNAMIC_INTERPRETER
 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
+#endif
 
 /* The size in bytes of the first entry in the procedure linkage table.  */
 #define PLT_FIRST_ENTRY_SIZE 32

==== //depot/projects/s390/contrib/binutils/bfd/elf64-s390.c#3 (text+ko) ====

@@ -244,7 +244,9 @@
 /* The name of the dynamic interpreter.  This is put in the .interp
    section.  */
 
+#ifndef ELF_DYNAMIC_INTERPRETER
 #define ELF_DYNAMIC_INTERPRETER "/usr/lib/ld.so.1"
+#endif
 
 /* The size in bytes of the first entry in the procedure linkage table.  */
 #define PLT_FIRST_ENTRY_SIZE 32

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210121209.g9CC9NB9001055>