public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* questions about relax
@ 2006-03-08  9:04 ligang
  0 siblings, 0 replies; only message in thread
From: ligang @ 2006-03-08  9:04 UTC (permalink / raw)
  To: binutils





Hi,
In function relax_segment(), there are two stage, estimate frag size and do
relax.
But, .org and .space are not handled at the first stage which are likely to
change
the address of any other frags.
questions are:
Why are .org and .space not handled at the first stage?
Can i do nothing in md_estimate_size_before_relax() and handle relaxation
only in
md_relax_frag()?
What's the real purpose of md_estimate_size_before_relax(), for the address
of frags
will probably be changed by the second stage?
What's the relationship between md_estimate_size_before_relax() and
md_relax_frag()?

Thanks.
  Ligang

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-08  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-08  9:04 questions about relax ligang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).