From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11412 invoked by alias); 20 May 2006 11:15:12 -0000 Received: (qmail 11402 invoked by uid 22791); 20 May 2006 11:15:10 -0000 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO mail.pizzafactory.jp) (222.147.75.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 20 May 2006 11:15:08 +0000 Received: from [10.4.3.3] (s23.gtokyofl12.vectant.ne.jp [222.228.213.23]) by mail.pizzafactory.jp (Postfix) with ESMTP id B109919FC0A1; Sat, 20 May 2006 20:15:05 +0900 (JST) In-Reply-To: References: <63EE13CB-5DAC-43CD-8AC9-38009C20A7FF@monami-software.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <51CDB903-40CE-48C1-89F0-DA2E4FFD57E4@monami-software.com> Cc: Andreas Schwab Content-Transfer-Encoding: 7bit From: Masaki Muranaka Subject: Re: Symbols in .comm doesn't move to .sbss? Date: Sat, 20 May 2006 12:22:00 -0000 To: gdb-patches@sourceware.org X-Mailer: Apple Mail (2.750) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00428.txt.bz2 On 2006/05/20, at 16:53, Andreas Schwab wrote: >> Is this a bug? or a correct behavior? > > I don't think it would be correct to move .comm to .sbss, since the > symbol > could be merged with a larger .comm symbol of the same name in a > different > module during linking. Thanks for your opinion. Then, is it be correct to move .lcomm to .sbss? And it seems symbols in .comm was moved to .sbss when I use MIPS SDE. Is it SDE's bug? Still I'm a little bit confused... -- Masaki Muranaka Monami software