Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Symbols in .comm doesn't move to .sbss?
@ 2006-05-20  7:53 Masaki Muranaka
  2006-05-20 10:10 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Masaki Muranaka @ 2006-05-20  7:53 UTC (permalink / raw)
  To: gdb-patches

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-20 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-20  7:53 Symbols in .comm doesn't move to .sbss? Masaki Muranaka
2006-05-20 10:10 ` Andreas Schwab
2006-05-20 12:22   ` Masaki Muranaka
2006-05-20 14:40     ` Masaki Muranaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox