From owner-cvs-gnu Mon Apr 28 19:12:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA15818 for cvs-gnu-outgoing; Mon, 28 Apr 1997 19:12:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15718; Mon, 28 Apr 1997 19:11:49 -0700 (PDT) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA02721; Mon, 28 Apr 1997 19:11:49 -0700 (PDT) Date: Mon, 28 Apr 1997 19:11:49 -0700 (PDT) Message-Id: <199704290211.TAA02721@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-gnu@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/as read.c Sender: owner-cvs-gnu@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk jdp 97/04/28 19:11:48 Modified: gnu/usr.bin/as read.c Log: Set the N_EXT (external) flag for all weak symbols. It makes no sense to have a weak symbol that is not externally visible. This fixes many of the "relocation burb" warnings produced when compiling C++ code with "-fpic". Beyond eliminating warnings, it also makes some things work that didn't work before. Revision Changes Path 1.11 +2 -1 src/gnu/usr.bin/as/read.c