Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Masaki Muranaka <monaka@monami-software.com>
To: gdb-patches@sourceware.org
Subject: Symbols in .comm doesn't move to .sbss?
Date: Sat, 20 May 2006 07:53:00 -0000	[thread overview]
Message-ID: <63EE13CB-5DAC-43CD-8AC9-38009C20A7FF@monami-software.com> (raw)

Hello all,

I have a question before I post a patch.

Gas on MIPS|Alpha targets, symbols in the common sections
should be moved to .sbss depends on its size.

I found a support in read.c / bss_alloc().
The symbol in .lcomm will be collected because bss_alloc
is called by s_lcomm. But there is no path for .comm.
So the symbols in .comm will be never moved to .sbss.

Is this a bug? or a correct behavior?


--
Masaki Muranaka
Monami software



             reply	other threads:[~2006-05-20  6:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-20  7:53 Masaki Muranaka [this message]
2006-05-20 10:10 ` Andreas Schwab
2006-05-20 12:22   ` Masaki Muranaka
2006-05-20 14:40     ` Masaki Muranaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63EE13CB-5DAC-43CD-8AC9-38009C20A7FF@monami-software.com \
    --to=monaka@monami-software.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox