From owner-cvs-all Sun May 21 7:44:15 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 20B1C37B964; Sun, 21 May 2000 07:44:02 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c06-197.006.popsite.net [64.24.38.197]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id HAA80956; Sun, 21 May 2000 07:43:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id HAA54384; Sun, 21 May 2000 07:44:06 -0700 (PDT) (envelope-from obrien) Date: Sun, 21 May 2000 07:44:06 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc/config freebsd.h src/contrib/gcc/config/i386 freebsd.h Message-ID: <20000521074406.A54364@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <200005201014.DAA53877@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005201014.DAA53877@freefall.freebsd.org>; from obrien@FreeBSD.org on Sat, May 20, 2000 at 03:14:44AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Log: > ASM_DECLARE_OBJECT_NAME and ASM_FINISH_DECLARE_OBJECT are ELF MI routines > to generate the special .type and .size directives which are used to set > the corresponding fields of the linker symbol table entries in the ELF > object file. As such they are not i386-specific and thus belong in our > MI header. Otherwise on the Alpha we don't properly give the type and > size of dynamic symbols. Bintuil versions past 2.9.1 warn of this and > w/o this change, `ld' generates a lot of warnings during a `make world'. Pointed in the right direction by: Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message