From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16416 invoked by alias); 20 Aug 2004 21:09:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16344 invoked by alias); 20 Aug 2004 21:09:13 -0000 Date: Fri, 20 Aug 2004 21:09:00 -0000 Message-ID: <20040820210913.16343.qmail@sourceware.org> From: "jason at redhat dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040517064727.15486.jifl-bugzilla@jifvik.org> References: <20040517064727.15486.jifl-bugzilla@jifvik.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/15486] [3.3/3.4/3.5] -fdata-sections moves common vars to .bss X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg02121.txt.bz2 List-Id: ------- Additional Comments From jason at redhat dot com 2004-08-20 21:09 ------- Subject: Re: [3.3/3.4/3.5] -fdata-sections moves common vars to .bss I believe that the problem which my patch was addressing was that Kaveh's patch was causing variables to end up in .bss which needed to be in a special section. I'm not sure why that would be, since asm_emit_uninitialized does call resolve_unique_section. If you want to try reverting my patch and seeing if anything breaks, I'm open to that. Jason -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15486