From owner-freebsd-alpha Fri Feb 22 8:11:53 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id A8D5737B41B; Fri, 22 Feb 2002 08:11:32 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id LAA01375; Fri, 22 Feb 2002 11:11:32 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g1MGB2K77218; Fri, 22 Feb 2002 11:11:02 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Fri, 22 Feb 2002 11:11:02 -0500 From: Andrew Gallatin To: "David E. O'Brien" Cc: freebsd-alpha@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/binutils/bfd elf64-alpha.c Message-ID: <20020222111102.A77193@grasshopper.cs.duke.edu> References: <200202220446.g1M4kNK37633@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200202220446.g1M4kNK37633@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, Feb 21, 2002 at 08:46:23PM -0800 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David E. O'Brien [obrien@FreeBSD.org] wrote: > obrien 2002/02/21 20:46:23 PST > > Modified files: > contrib/binutils/bfd elf64-alpha.c > Log: > Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined > elsewhere) into Binutils 2.12_20020221_snap. > > Revision Changes Path > 1.10 +77 -2 src/contrib/binutils/bfd/elf64-alpha.c This breaks buildworld on alpha: cc -O -pipe -mcpu=ev56 -D_GNU_SOURCE -I. -I/usr/src/gnu/usr.bin/binutils/libbfd/alpha -I/usr/src/gnu/usr.bin/binutils/libbfd -I/usr/src/gnu/usr.bin/binutils/libbfd/../libbfd/alpha -I/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/b inutils/include -DDEFAULT_VECTOR=bfd_elf64_alpha_vec -DHAVE_bfd_elf64_alpha_vec -DHAVE_ecoffalpha_little_vec -I/usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd -DBFD_VERSION=\"20020127\" -DBFD_VERSION_DATE=20020127 -DBFD_VERSION_STRING=\""2.12.0 pre-release snap [FreeBSD] 20020127"\" -DSELECT_ARCHITECTURES=" &bfd_alpha_arch" -DSELECT_VECS=" &bfd_elf64_alpha_vec ,&ecoffalpha_little_vec" -c /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64-alpha.c -o elf64-alpha.o /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64-alpha.c:906: `BFD_RELOC_ALPHA_BRSGP' undeclared here (not in a function) /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64-alpha.c:906: initializer element is not constant /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64-alpha.c:906: (near initialization for `elf64_alpha_reloc_map[16].bfd_reloc_val') *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/libbfd. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 <..> Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message