From owner-p4-projects Sat Oct 12 5: 9:49 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A55FF37B404; Sat, 12 Oct 2002 05:09:47 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D50537B401 for ; Sat, 12 Oct 2002 05:09:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4C843EA9 for ; Sat, 12 Oct 2002 05:09:46 -0700 (PDT) (envelope-from tzukanov@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CC9OMt001058 for ; Sat, 12 Oct 2002 05:09:24 -0700 (PDT) (envelope-from tzukanov@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9CC9NB9001055 for perforce@freebsd.org; Sat, 12 Oct 2002 05:09:23 -0700 (PDT) Date: Sat, 12 Oct 2002 05:09:23 -0700 (PDT) Message-Id: <200210121209.g9CC9NB9001055@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to tzukanov@freebsd.org using -f From: Serguei Tzukanov Subject: PERFORCE change 19139 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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